# 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 examples/c/CMakeFiles/bmp280-bme280-example-c.dir/depend.make # Include any dependencies generated by the compiler for this target. include examples/c/CMakeFiles/bmp280-bme280-example-c.dir/compiler_depend.make # Include the progress variables for this target. include examples/c/CMakeFiles/bmp280-bme280-example-c.dir/progress.make # Include the compile flags for this target's objects. include examples/c/CMakeFiles/bmp280-bme280-example-c.dir/flags.make examples/c/CMakeFiles/bmp280-bme280-example-c.dir/codegen: .PHONY : examples/c/CMakeFiles/bmp280-bme280-example-c.dir/codegen examples/c/CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.o: examples/c/CMakeFiles/bmp280-bme280-example-c.dir/flags.make examples/c/CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.o: /home/ens-ife/Logiciels/IoT/upm/examples/c/bmp280-bme280.c examples/c/CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.o: examples/c/CMakeFiles/bmp280-bme280-example-c.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 C object examples/c/CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.o" cd /home/ens-ife/Logiciels/IoT/upm/build/examples/c && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT examples/c/CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.o -MF CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.o.d -o CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.o -c /home/ens-ife/Logiciels/IoT/upm/examples/c/bmp280-bme280.c examples/c/CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.i" cd /home/ens-ife/Logiciels/IoT/upm/build/examples/c && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ens-ife/Logiciels/IoT/upm/examples/c/bmp280-bme280.c > CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.i examples/c/CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.s" cd /home/ens-ife/Logiciels/IoT/upm/build/examples/c && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ens-ife/Logiciels/IoT/upm/examples/c/bmp280-bme280.c -o CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.s # Object files for target bmp280-bme280-example-c bmp280__bme280__example__c_OBJECTS = \ "CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.o" # External object files for target bmp280-bme280-example-c bmp280__bme280__example__c_EXTERNAL_OBJECTS = examples/c/bmp280-bme280-example-c: examples/c/CMakeFiles/bmp280-bme280-example-c.dir/bmp280-bme280.c.o examples/c/bmp280-bme280-example-c: examples/c/CMakeFiles/bmp280-bme280-example-c.dir/build.make examples/c/bmp280-bme280-example-c: examples/c/CMakeFiles/bmp280-bme280-example-c.dir/compiler_depend.ts examples/c/bmp280-bme280-example-c: src/bmp280/libupmc-bmp280.so.2.0.0 examples/c/bmp280-bme280-example-c: src/utilities/libupmc-utilities.so.2.0.0 examples/c/bmp280-bme280-example-c: /usr/lib/aarch64-linux-gnu/libmraa.so examples/c/bmp280-bme280-example-c: examples/c/CMakeFiles/bmp280-bme280-example-c.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 C executable bmp280-bme280-example-c" cd /home/ens-ife/Logiciels/IoT/upm/build/examples/c && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/bmp280-bme280-example-c.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. examples/c/CMakeFiles/bmp280-bme280-example-c.dir/build: examples/c/bmp280-bme280-example-c .PHONY : examples/c/CMakeFiles/bmp280-bme280-example-c.dir/build examples/c/CMakeFiles/bmp280-bme280-example-c.dir/clean: cd /home/ens-ife/Logiciels/IoT/upm/build/examples/c && $(CMAKE_COMMAND) -P CMakeFiles/bmp280-bme280-example-c.dir/cmake_clean.cmake .PHONY : examples/c/CMakeFiles/bmp280-bme280-example-c.dir/clean examples/c/CMakeFiles/bmp280-bme280-example-c.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/examples/c /home/ens-ife/Logiciels/IoT/upm/build /home/ens-ife/Logiciels/IoT/upm/build/examples/c /home/ens-ife/Logiciels/IoT/upm/build/examples/c/CMakeFiles/bmp280-bme280-example-c.dir/DependInfo.cmake "--color=$(COLOR)" bmp280-bme280-example-c .PHONY : examples/c/CMakeFiles/bmp280-bme280-example-c.dir/depend