# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 4.3 # 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 = /usr/local/bin/cmake # The command to remove a file. RM = /usr/local/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /home/ens-ife/Logiciels/IoT/upm # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/ens-ife/Logiciels/IoT/upm/build # Include any dependencies generated for this target. include tests/unit/CMakeFiles/json_tests.dir/depend.make # Include any dependencies generated by the compiler for this target. include tests/unit/CMakeFiles/json_tests.dir/compiler_depend.make # Include the progress variables for this target. include tests/unit/CMakeFiles/json_tests.dir/progress.make # Include the compile flags for this target's objects. include tests/unit/CMakeFiles/json_tests.dir/flags.make tests/unit/CMakeFiles/json_tests.dir/codegen: .PHONY : tests/unit/CMakeFiles/json_tests.dir/codegen tests/unit/CMakeFiles/json_tests.dir/json/json_tests.cxx.o: tests/unit/CMakeFiles/json_tests.dir/flags.make tests/unit/CMakeFiles/json_tests.dir/json/json_tests.cxx.o: /home/ens-ife/Logiciels/IoT/upm/tests/unit/json/json_tests.cxx tests/unit/CMakeFiles/json_tests.dir/json/json_tests.cxx.o: tests/unit/CMakeFiles/json_tests.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/ens-ife/Logiciels/IoT/upm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/unit/CMakeFiles/json_tests.dir/json/json_tests.cxx.o" cd /home/ens-ife/Logiciels/IoT/upm/build/tests/unit && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/unit/CMakeFiles/json_tests.dir/json/json_tests.cxx.o -MF CMakeFiles/json_tests.dir/json/json_tests.cxx.o.d -o CMakeFiles/json_tests.dir/json/json_tests.cxx.o -c /home/ens-ife/Logiciels/IoT/upm/tests/unit/json/json_tests.cxx tests/unit/CMakeFiles/json_tests.dir/json/json_tests.cxx.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/json_tests.dir/json/json_tests.cxx.i" cd /home/ens-ife/Logiciels/IoT/upm/build/tests/unit && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ens-ife/Logiciels/IoT/upm/tests/unit/json/json_tests.cxx > CMakeFiles/json_tests.dir/json/json_tests.cxx.i tests/unit/CMakeFiles/json_tests.dir/json/json_tests.cxx.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/json_tests.dir/json/json_tests.cxx.s" cd /home/ens-ife/Logiciels/IoT/upm/build/tests/unit && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ens-ife/Logiciels/IoT/upm/tests/unit/json/json_tests.cxx -o CMakeFiles/json_tests.dir/json/json_tests.cxx.s # Object files for target json_tests json_tests_OBJECTS = \ "CMakeFiles/json_tests.dir/json/json_tests.cxx.o" # External object files for target json_tests json_tests_EXTERNAL_OBJECTS = tests/unit/json_tests: tests/unit/CMakeFiles/json_tests.dir/json/json_tests.cxx.o tests/unit/json_tests: tests/unit/CMakeFiles/json_tests.dir/build.make tests/unit/json_tests: tests/unit/CMakeFiles/json_tests.dir/compiler_depend.ts tests/unit/json_tests: /usr/lib/aarch64-linux-gnu/libgtest_main.a tests/unit/json_tests: /usr/lib/aarch64-linux-gnu/libgtest.a tests/unit/json_tests: tests/unit/CMakeFiles/json_tests.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/ens-ife/Logiciels/IoT/upm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable json_tests" cd /home/ens-ife/Logiciels/IoT/upm/build/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/json_tests.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. tests/unit/CMakeFiles/json_tests.dir/build: tests/unit/json_tests .PHONY : tests/unit/CMakeFiles/json_tests.dir/build tests/unit/CMakeFiles/json_tests.dir/clean: cd /home/ens-ife/Logiciels/IoT/upm/build/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/json_tests.dir/cmake_clean.cmake .PHONY : tests/unit/CMakeFiles/json_tests.dir/clean tests/unit/CMakeFiles/json_tests.dir/depend: cd /home/ens-ife/Logiciels/IoT/upm/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ens-ife/Logiciels/IoT/upm /home/ens-ife/Logiciels/IoT/upm/tests/unit /home/ens-ife/Logiciels/IoT/upm/build /home/ens-ife/Logiciels/IoT/upm/build/tests/unit /home/ens-ife/Logiciels/IoT/upm/build/tests/unit/CMakeFiles/json_tests.dir/DependInfo.cmake "--color=$(COLOR)" json_tests .PHONY : tests/unit/CMakeFiles/json_tests.dir/depend