Files
upm/build/tests/unit/CMakeFiles/utilities_tests.dir/build.make

119 lines
6.1 KiB
Makefile

# 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/utilities_tests.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include tests/unit/CMakeFiles/utilities_tests.dir/compiler_depend.make
# Include the progress variables for this target.
include tests/unit/CMakeFiles/utilities_tests.dir/progress.make
# Include the compile flags for this target's objects.
include tests/unit/CMakeFiles/utilities_tests.dir/flags.make
tests/unit/CMakeFiles/utilities_tests.dir/codegen:
.PHONY : tests/unit/CMakeFiles/utilities_tests.dir/codegen
tests/unit/CMakeFiles/utilities_tests.dir/utilities/utilities_tests.cxx.o: tests/unit/CMakeFiles/utilities_tests.dir/flags.make
tests/unit/CMakeFiles/utilities_tests.dir/utilities/utilities_tests.cxx.o: /home/ens-ife/Logiciels/IoT/upm/tests/unit/utilities/utilities_tests.cxx
tests/unit/CMakeFiles/utilities_tests.dir/utilities/utilities_tests.cxx.o: tests/unit/CMakeFiles/utilities_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/utilities_tests.dir/utilities/utilities_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/utilities_tests.dir/utilities/utilities_tests.cxx.o -MF CMakeFiles/utilities_tests.dir/utilities/utilities_tests.cxx.o.d -o CMakeFiles/utilities_tests.dir/utilities/utilities_tests.cxx.o -c /home/ens-ife/Logiciels/IoT/upm/tests/unit/utilities/utilities_tests.cxx
tests/unit/CMakeFiles/utilities_tests.dir/utilities/utilities_tests.cxx.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/utilities_tests.dir/utilities/utilities_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/utilities/utilities_tests.cxx > CMakeFiles/utilities_tests.dir/utilities/utilities_tests.cxx.i
tests/unit/CMakeFiles/utilities_tests.dir/utilities/utilities_tests.cxx.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/utilities_tests.dir/utilities/utilities_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/utilities/utilities_tests.cxx -o CMakeFiles/utilities_tests.dir/utilities/utilities_tests.cxx.s
# Object files for target utilities_tests
utilities_tests_OBJECTS = \
"CMakeFiles/utilities_tests.dir/utilities/utilities_tests.cxx.o"
# External object files for target utilities_tests
utilities_tests_EXTERNAL_OBJECTS =
tests/unit/utilities_tests: tests/unit/CMakeFiles/utilities_tests.dir/utilities/utilities_tests.cxx.o
tests/unit/utilities_tests: tests/unit/CMakeFiles/utilities_tests.dir/build.make
tests/unit/utilities_tests: tests/unit/CMakeFiles/utilities_tests.dir/compiler_depend.ts
tests/unit/utilities_tests: src/utilities/libupm-utilities.so.2.0.0
tests/unit/utilities_tests: src/utilities/libupmc-utilities.so.2.0.0
tests/unit/utilities_tests: /usr/lib/aarch64-linux-gnu/libgtest_main.a
tests/unit/utilities_tests: /usr/lib/aarch64-linux-gnu/libgtest.a
tests/unit/utilities_tests: tests/unit/CMakeFiles/utilities_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 utilities_tests"
cd /home/ens-ife/Logiciels/IoT/upm/build/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/utilities_tests.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/unit/CMakeFiles/utilities_tests.dir/build: tests/unit/utilities_tests
.PHONY : tests/unit/CMakeFiles/utilities_tests.dir/build
tests/unit/CMakeFiles/utilities_tests.dir/clean:
cd /home/ens-ife/Logiciels/IoT/upm/build/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/utilities_tests.dir/cmake_clean.cmake
.PHONY : tests/unit/CMakeFiles/utilities_tests.dir/clean
tests/unit/CMakeFiles/utilities_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/utilities_tests.dir/DependInfo.cmake "--color=$(COLOR)" utilities_tests
.PHONY : tests/unit/CMakeFiles/utilities_tests.dir/depend