# CMAKE generated file: DO NOT EDIT! # Generated by "Ninja" Generator, CMake Version 3.30 # This file contains all the build statements describing the # compilation DAG. # ============================================================================= # Write statements declared in CMakeLists.txt: # # Which is the root file. # ============================================================================= # ============================================================================= # Project: cgi-io # Configurations: Release # ============================================================================= ############################################# # Minimal version of Ninja required by this file ninja_required_version = 1.5 ############################################# # Set configuration variable for custom commands. CONFIGURATION = Release # ============================================================================= # Include auxiliary files. ############################################# # Include rules file. include CMakeFiles/rules.ninja # ============================================================================= ############################################# # Logical path to working directory; prefix for absolute paths. cmake_ninja_workdir = /home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04/ # ============================================================================= # Object build statements for STATIC_LIBRARY target cgi-lib ############################################# # Order-only phony target for cgi-lib build cmake_object_order_depends_target_cgi-lib: phony || . build CMakeFiles/cgi-lib.dir/multipart_parser.c.o: C_COMPILER__cgi-lib_unscanned_Release /home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04/multipart_parser.c || cmake_object_order_depends_target_cgi-lib DEP_FILE = CMakeFiles/cgi-lib.dir/multipart_parser.c.o.d FLAGS = -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -msoft-float -fmacro-prefix-map=/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04=cgi-io-2022.08.10~901b0f04 -mips16 -minterlink-mips16 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DNDEBUG -Os -Wall -Werror -Wextra --std=gnu99 -g3 -Wno-unused-parameter -Wmissing-declarations OBJECT_DIR = CMakeFiles/cgi-lib.dir OBJECT_FILE_DIR = CMakeFiles/cgi-lib.dir TARGET_COMPILE_PDB = CMakeFiles/cgi-lib.dir/cgi-lib.pdb TARGET_PDB = libcgi-lib.pdb build CMakeFiles/cgi-lib.dir/util.c.o: C_COMPILER__cgi-lib_unscanned_Release /home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04/util.c || cmake_object_order_depends_target_cgi-lib DEP_FILE = CMakeFiles/cgi-lib.dir/util.c.o.d FLAGS = -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -msoft-float -fmacro-prefix-map=/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04=cgi-io-2022.08.10~901b0f04 -mips16 -minterlink-mips16 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DNDEBUG -Os -Wall -Werror -Wextra --std=gnu99 -g3 -Wno-unused-parameter -Wmissing-declarations OBJECT_DIR = CMakeFiles/cgi-lib.dir OBJECT_FILE_DIR = CMakeFiles/cgi-lib.dir TARGET_COMPILE_PDB = CMakeFiles/cgi-lib.dir/cgi-lib.pdb TARGET_PDB = libcgi-lib.pdb # ============================================================================= # Link build statements for STATIC_LIBRARY target cgi-lib ############################################# # Link the static library libcgi-lib.a build libcgi-lib.a: C_STATIC_LIBRARY_LINKER__cgi-lib_Release CMakeFiles/cgi-lib.dir/multipart_parser.c.o CMakeFiles/cgi-lib.dir/util.c.o LANGUAGE_COMPILE_FLAGS = -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -msoft-float -fmacro-prefix-map=/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04=cgi-io-2022.08.10~901b0f04 -mips16 -minterlink-mips16 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DNDEBUG OBJECT_DIR = CMakeFiles/cgi-lib.dir POST_BUILD = : PRE_LINK = : TARGET_COMPILE_PDB = CMakeFiles/cgi-lib.dir/cgi-lib.pdb TARGET_FILE = libcgi-lib.a TARGET_PDB = libcgi-lib.pdb # ============================================================================= # Object build statements for EXECUTABLE target cgi-io ############################################# # Order-only phony target for cgi-io build cmake_object_order_depends_target_cgi-io: phony || cmake_object_order_depends_target_cgi-lib build CMakeFiles/cgi-io.dir/main.c.o: C_COMPILER__cgi-io_unscanned_Release /home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04/main.c || cmake_object_order_depends_target_cgi-io DEP_FILE = CMakeFiles/cgi-io.dir/main.c.o.d FLAGS = -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -msoft-float -fmacro-prefix-map=/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04=cgi-io-2022.08.10~901b0f04 -mips16 -minterlink-mips16 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DNDEBUG -Os -Wall -Werror -Wextra --std=gnu99 -g3 -Wno-unused-parameter -Wmissing-declarations OBJECT_DIR = CMakeFiles/cgi-io.dir OBJECT_FILE_DIR = CMakeFiles/cgi-io.dir TARGET_COMPILE_PDB = CMakeFiles/cgi-io.dir/ TARGET_PDB = cgi-io.pdb # ============================================================================= # Link build statements for EXECUTABLE target cgi-io ############################################# # Link the executable cgi-io build cgi-io: C_EXECUTABLE_LINKER__cgi-io_Release CMakeFiles/cgi-io.dir/main.c.o | libcgi-lib.a /home/user/openwrt2305/staging_dir/target-mips_24kc_musl/usr/lib/libubox.so /home/user/openwrt2305/staging_dir/target-mips_24kc_musl/usr/lib/libubus.so || libcgi-lib.a FLAGS = -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -msoft-float -fmacro-prefix-map=/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04=cgi-io-2022.08.10~901b0f04 -mips16 -minterlink-mips16 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DNDEBUG LINK_FLAGS = -L/home/user/openwrt2305/staging_dir/toolchain-mips_24kc_gcc-13.3.0_musl/usr/lib -L/home/user/openwrt2305/staging_dir/toolchain-mips_24kc_gcc-13.3.0_musl/lib -fuse-ld=bfd -znow -zrelro LINK_LIBRARIES = libcgi-lib.a -lubox -lubus OBJECT_DIR = CMakeFiles/cgi-io.dir POST_BUILD = : PRE_LINK = : TARGET_COMPILE_PDB = CMakeFiles/cgi-io.dir/ TARGET_FILE = cgi-io TARGET_PDB = cgi-io.pdb ############################################# # Utility command for edit_cache build CMakeFiles/edit_cache.util: CUSTOM_COMMAND COMMAND = cd "/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04" && /home/user/openwrt2305/staging_dir/host/bin/ccmake -S"/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04" -B"/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04" DESC = Running CMake cache editor... pool = console restat = 1 build edit_cache: phony CMakeFiles/edit_cache.util ############################################# # Utility command for rebuild_cache build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND COMMAND = cd "/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04" && /home/user/openwrt2305/staging_dir/host/bin/cmake --regenerate-during-build -S"/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04" -B"/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04" DESC = Running CMake to regenerate build system... pool = console restat = 1 build rebuild_cache: phony CMakeFiles/rebuild_cache.util ############################################# # Utility command for list_install_components build list_install_components: phony ############################################# # Utility command for install build CMakeFiles/install.util: CUSTOM_COMMAND all COMMAND = cd "/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04" && /home/user/openwrt2305/staging_dir/host/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 build install: phony CMakeFiles/install.util ############################################# # Utility command for install/local build CMakeFiles/install/local.util: CUSTOM_COMMAND all COMMAND = cd "/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04" && /home/user/openwrt2305/staging_dir/host/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 build install/local: phony CMakeFiles/install/local.util ############################################# # Utility command for install/strip build CMakeFiles/install/strip.util: CUSTOM_COMMAND all COMMAND = cd "/home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04" && /home/user/openwrt2305/staging_dir/host/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 build install/strip: phony CMakeFiles/install/strip.util # ============================================================================= # Target aliases. build cgi-lib: phony libcgi-lib.a # ============================================================================= # Folder targets. # ============================================================================= ############################################# # Folder: /home/user/openwrt2305/build_dir/target-mips_24kc_musl/cgi-io-2022.08.10~901b0f04 build all: phony libcgi-lib.a cgi-io # ============================================================================= # Unknown Build Time Dependencies. # Tell Ninja that they may appear as side effects of build rules # otherwise ordered by order-only dependencies. # ============================================================================= # Built-in targets ############################################# # Re-run CMake if any of its inputs changed. build build.ninja: RERUN_CMAKE | /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeCCompiler.cmake.in /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeCCompilerABI.c /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeCInformation.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeCompilerIdDetection.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeDetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeDetermineCompilerSupport.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeFindBinUtils.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeGenericSystem.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeNinjaFindMake.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeParseImplicitIncludeInfo.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeParseImplicitLinkInfo.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeParseLibraryArchitecture.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeSystem.cmake.in /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeTestCompilerCommon.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CheckFunctionExists.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/ADSP-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/ARMCC-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/ARMClang-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/AppleClang-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Borland-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Cray-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/CrayClang-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/GHS-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/GNU-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/GNU-C.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/GNU-FindBinUtils.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/GNU.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/HP-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/IAR-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Intel-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/LCC-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/MSVC-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/NVHPC-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/OrangeC-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/PGI-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/PathScale-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/SCO-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/TI-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/TIClang-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Tasking-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Watcom-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/XL-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/zOS-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Internal/FeatureTesting.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Platform/Linux-GNU-C.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Platform/Linux-GNU.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Platform/Linux-Initialize.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Platform/Linux.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.5/CMakeCCompiler.cmake CMakeFiles/3.30.5/CMakeSystem.cmake CMakeLists.txt pool = console ############################################# # A missing CMake input file is not an error. build /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeCCompiler.cmake.in /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeCCompilerABI.c /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeCInformation.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeCompilerIdDetection.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeDetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeDetermineCompilerSupport.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeFindBinUtils.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeGenericSystem.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeNinjaFindMake.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeParseImplicitIncludeInfo.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeParseImplicitLinkInfo.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeParseLibraryArchitecture.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeSystem.cmake.in /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CMakeTestCompilerCommon.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/CheckFunctionExists.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/ADSP-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/ARMCC-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/ARMClang-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/AppleClang-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Borland-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Cray-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/CrayClang-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/GHS-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/GNU-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/GNU-C.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/GNU-FindBinUtils.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/GNU.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/HP-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/IAR-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Intel-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/LCC-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/MSVC-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/NVHPC-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/OrangeC-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/PGI-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/PathScale-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/SCO-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/TI-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/TIClang-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Tasking-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/Watcom-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/XL-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Compiler/zOS-C-DetermineCompiler.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Internal/FeatureTesting.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Platform/Linux-GNU-C.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Platform/Linux-GNU.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Platform/Linux-Initialize.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Platform/Linux.cmake /home/user/openwrt2305/staging_dir/host/share/cmake-3.30/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.5/CMakeCCompiler.cmake CMakeFiles/3.30.5/CMakeSystem.cmake CMakeLists.txt: phony ############################################# # Clean all the built files. build clean: CLEAN ############################################# # Print all primary targets available. build help: HELP ############################################# # Make the all target the default. default all