breakhack/build/CMakeFiles/test_util.dir/build.make

115 lines
5.1 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.11
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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 = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/linus/ws/breakhack
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/linus/ws/breakhack/build
# Include any dependencies generated for this target.
include CMakeFiles/test_util.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/test_util.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/test_util.dir/flags.make
CMakeFiles/test_util.dir/test/test_util.c.o: CMakeFiles/test_util.dir/flags.make
CMakeFiles/test_util.dir/test/test_util.c.o: ../test/test_util.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/linus/ws/breakhack/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/test_util.dir/test/test_util.c.o"
/usr/bin/ccache /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/test_util.dir/test/test_util.c.o -c /home/linus/ws/breakhack/test/test_util.c
CMakeFiles/test_util.dir/test/test_util.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/test_util.dir/test/test_util.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/linus/ws/breakhack/test/test_util.c > CMakeFiles/test_util.dir/test/test_util.c.i
CMakeFiles/test_util.dir/test/test_util.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/test_util.dir/test/test_util.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/linus/ws/breakhack/test/test_util.c -o CMakeFiles/test_util.dir/test/test_util.c.s
CMakeFiles/test_util.dir/src/util.c.o: CMakeFiles/test_util.dir/flags.make
CMakeFiles/test_util.dir/src/util.c.o: ../src/util.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/linus/ws/breakhack/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/test_util.dir/src/util.c.o"
/usr/bin/ccache /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/test_util.dir/src/util.c.o -c /home/linus/ws/breakhack/src/util.c
CMakeFiles/test_util.dir/src/util.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/test_util.dir/src/util.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/linus/ws/breakhack/src/util.c > CMakeFiles/test_util.dir/src/util.c.i
CMakeFiles/test_util.dir/src/util.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/test_util.dir/src/util.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/linus/ws/breakhack/src/util.c -o CMakeFiles/test_util.dir/src/util.c.s
# Object files for target test_util
test_util_OBJECTS = \
"CMakeFiles/test_util.dir/test/test_util.c.o" \
"CMakeFiles/test_util.dir/src/util.c.o"
# External object files for target test_util
test_util_EXTERNAL_OBJECTS =
test_util: CMakeFiles/test_util.dir/test/test_util.c.o
test_util: CMakeFiles/test_util.dir/src/util.c.o
test_util: CMakeFiles/test_util.dir/build.make
test_util: /usr/lib/libcmocka.so
test_util: CMakeFiles/test_util.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/linus/ws/breakhack/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable test_util"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_util.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/test_util.dir/build: test_util
.PHONY : CMakeFiles/test_util.dir/build
CMakeFiles/test_util.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/test_util.dir/cmake_clean.cmake
.PHONY : CMakeFiles/test_util.dir/clean
CMakeFiles/test_util.dir/depend:
cd /home/linus/ws/breakhack/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/linus/ws/breakhack /home/linus/ws/breakhack /home/linus/ws/breakhack/build /home/linus/ws/breakhack/build /home/linus/ws/breakhack/build/CMakeFiles/test_util.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/test_util.dir/depend