# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.7 # 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: # Remove some rules from gmake that .SUFFIXES does not remove. SUFFIXES = .SUFFIXES: .hpux_make_needs_suffix_list # 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 = /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1/Bootstrap.cmk/cmake # The command to remove a file. RM = /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1/Bootstrap.cmk/cmake -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 #============================================================================= # Targets provided globally by CMake. # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." ../../../Bootstrap.cmk/cmake -E echo No\ interactive\ CMake\ dialog\ available. .PHONY : edit_cache # Special rule for the target edit_cache edit_cache/fast: edit_cache .PHONY : edit_cache/fast # Special rule for the target install install: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." ../../../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..." ../../../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..." ../../../bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake .PHONY : install/local # Special rule for the target install/local install/local/fast: install/local .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..." ../../../bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake .PHONY : install/strip # Special rule for the target install/strip install/strip/fast: install/strip .PHONY : install/strip/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 package package: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..." cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1/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 /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1/bin/cpack --config ./CPackSourceConfig.cmake /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1/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 rebuild_cache rebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." ../../../Bootstrap.cmk/cmake -H$(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 test test: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." ../../../bin/ctest --force-new-ctest-process $(ARGS) .PHONY : test # Special rule for the target test test/fast: test .PHONY : test/fast # The main all target all: cmake_check_build_system cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(CMAKE_COMMAND) -E cmake_progress_start /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1/CMakeFiles /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1/Utilities/KWIML/test/CMakeFiles/progress.marks cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f CMakeFiles/Makefile2 Utilities/KWIML/test/all $(CMAKE_COMMAND) -E cmake_progress_start /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1/CMakeFiles 0 .PHONY : all # The main clean target clean: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f CMakeFiles/Makefile2 Utilities/KWIML/test/clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f CMakeFiles/Makefile2 Utilities/KWIML/test/preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f CMakeFiles/Makefile2 Utilities/KWIML/test/preinstall .PHONY : preinstall/fast # clear depends depend: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend # Convenience name for target. Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/rule: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f CMakeFiles/Makefile2 Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/rule .PHONY : Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/rule # Convenience name for target. kwiml_test: Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/rule .PHONY : kwiml_test # fast build rule for target. kwiml_test/fast: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build .PHONY : kwiml_test/fast test.o: test.c.o .PHONY : test.o # target to build an object file test.c.o: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test.c.o .PHONY : test.c.o test.i: test.c.i .PHONY : test.i # target to preprocess a source file test.c.i: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test.c.i .PHONY : test.c.i test.s: test.c.s .PHONY : test.s # target to generate assembly for a file test.c.s: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test.c.s .PHONY : test.c.s test_abi_C.o: test_abi_C.c.o .PHONY : test_abi_C.o # target to build an object file test_abi_C.c.o: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_C.c.o .PHONY : test_abi_C.c.o test_abi_C.i: test_abi_C.c.i .PHONY : test_abi_C.i # target to preprocess a source file test_abi_C.c.i: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_C.c.i .PHONY : test_abi_C.c.i test_abi_C.s: test_abi_C.c.s .PHONY : test_abi_C.s # target to generate assembly for a file test_abi_C.c.s: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_C.c.s .PHONY : test_abi_C.c.s test_abi_CXX.o: test_abi_CXX.cxx.o .PHONY : test_abi_CXX.o # target to build an object file test_abi_CXX.cxx.o: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_CXX.cxx.o .PHONY : test_abi_CXX.cxx.o test_abi_CXX.i: test_abi_CXX.cxx.i .PHONY : test_abi_CXX.i # target to preprocess a source file test_abi_CXX.cxx.i: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_CXX.cxx.i .PHONY : test_abi_CXX.cxx.i test_abi_CXX.s: test_abi_CXX.cxx.s .PHONY : test_abi_CXX.s # target to generate assembly for a file test_abi_CXX.cxx.s: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_CXX.cxx.s .PHONY : test_abi_CXX.cxx.s test_include_C.o: test_include_C.c.o .PHONY : test_include_C.o # target to build an object file test_include_C.c.o: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_C.c.o .PHONY : test_include_C.c.o test_include_C.i: test_include_C.c.i .PHONY : test_include_C.i # target to preprocess a source file test_include_C.c.i: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_C.c.i .PHONY : test_include_C.c.i test_include_C.s: test_include_C.c.s .PHONY : test_include_C.s # target to generate assembly for a file test_include_C.c.s: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_C.c.s .PHONY : test_include_C.c.s test_include_CXX.o: test_include_CXX.cxx.o .PHONY : test_include_CXX.o # target to build an object file test_include_CXX.cxx.o: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_CXX.cxx.o .PHONY : test_include_CXX.cxx.o test_include_CXX.i: test_include_CXX.cxx.i .PHONY : test_include_CXX.i # target to preprocess a source file test_include_CXX.cxx.i: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_CXX.cxx.i .PHONY : test_include_CXX.cxx.i test_include_CXX.s: test_include_CXX.cxx.s .PHONY : test_include_CXX.s # target to generate assembly for a file test_include_CXX.cxx.s: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_CXX.cxx.s .PHONY : test_include_CXX.cxx.s test_int_C.o: test_int_C.c.o .PHONY : test_int_C.o # target to build an object file test_int_C.c.o: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_C.c.o .PHONY : test_int_C.c.o test_int_C.i: test_int_C.c.i .PHONY : test_int_C.i # target to preprocess a source file test_int_C.c.i: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_C.c.i .PHONY : test_int_C.c.i test_int_C.s: test_int_C.c.s .PHONY : test_int_C.s # target to generate assembly for a file test_int_C.c.s: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_C.c.s .PHONY : test_int_C.c.s test_int_CXX.o: test_int_CXX.cxx.o .PHONY : test_int_CXX.o # target to build an object file test_int_CXX.cxx.o: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_CXX.cxx.o .PHONY : test_int_CXX.cxx.o test_int_CXX.i: test_int_CXX.cxx.i .PHONY : test_int_CXX.i # target to preprocess a source file test_int_CXX.cxx.i: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_CXX.cxx.i .PHONY : test_int_CXX.cxx.i test_int_CXX.s: test_int_CXX.cxx.s .PHONY : test_int_CXX.s # target to generate assembly for a file test_int_CXX.cxx.s: cd /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_CXX.cxx.s .PHONY : test_int_CXX.cxx.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 "... kwiml_test" @echo "... list_install_components" @echo "... package" @echo "... package_source" @echo "... rebuild_cache" @echo "... test" @echo "... test.o" @echo "... test.i" @echo "... test.s" @echo "... test_abi_C.o" @echo "... test_abi_C.i" @echo "... test_abi_C.s" @echo "... test_abi_CXX.o" @echo "... test_abi_CXX.i" @echo "... test_abi_CXX.s" @echo "... test_include_C.o" @echo "... test_include_C.i" @echo "... test_include_C.s" @echo "... test_include_CXX.o" @echo "... test_include_CXX.i" @echo "... test_include_CXX.s" @echo "... test_int_C.o" @echo "... test_int_C.i" @echo "... test_int_C.s" @echo "... test_int_CXX.o" @echo "... test_int_CXX.i" @echo "... test_int_CXX.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 /mnt/gold/openwrt/lede/build_dir/host/cmake-3.7.1 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system