mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-11 01:46:17 +00:00
105 lines
4.6 KiB
Makefile
105 lines
4.6 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.2
|
|
|
|
#=============================================================================
|
|
# 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 = /root/05_day/check-0.10.0
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /root/05_day/check-0.10.0
|
|
|
|
# Include any dependencies generated for this target.
|
|
include tests/CMakeFiles/ex_output.dir/depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include tests/CMakeFiles/ex_output.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include tests/CMakeFiles/ex_output.dir/flags.make
|
|
|
|
tests/CMakeFiles/ex_output.dir/ex_output.c.o: tests/CMakeFiles/ex_output.dir/flags.make
|
|
tests/CMakeFiles/ex_output.dir/ex_output.c.o: tests/ex_output.c
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /root/05_day/check-0.10.0/CMakeFiles $(CMAKE_PROGRESS_1)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object tests/CMakeFiles/ex_output.dir/ex_output.c.o"
|
|
cd /root/05_day/check-0.10.0/tests && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/ex_output.dir/ex_output.c.o -c /root/05_day/check-0.10.0/tests/ex_output.c
|
|
|
|
tests/CMakeFiles/ex_output.dir/ex_output.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/ex_output.dir/ex_output.c.i"
|
|
cd /root/05_day/check-0.10.0/tests && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /root/05_day/check-0.10.0/tests/ex_output.c > CMakeFiles/ex_output.dir/ex_output.c.i
|
|
|
|
tests/CMakeFiles/ex_output.dir/ex_output.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/ex_output.dir/ex_output.c.s"
|
|
cd /root/05_day/check-0.10.0/tests && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /root/05_day/check-0.10.0/tests/ex_output.c -o CMakeFiles/ex_output.dir/ex_output.c.s
|
|
|
|
tests/CMakeFiles/ex_output.dir/ex_output.c.o.requires:
|
|
.PHONY : tests/CMakeFiles/ex_output.dir/ex_output.c.o.requires
|
|
|
|
tests/CMakeFiles/ex_output.dir/ex_output.c.o.provides: tests/CMakeFiles/ex_output.dir/ex_output.c.o.requires
|
|
$(MAKE) -f tests/CMakeFiles/ex_output.dir/build.make tests/CMakeFiles/ex_output.dir/ex_output.c.o.provides.build
|
|
.PHONY : tests/CMakeFiles/ex_output.dir/ex_output.c.o.provides
|
|
|
|
tests/CMakeFiles/ex_output.dir/ex_output.c.o.provides.build: tests/CMakeFiles/ex_output.dir/ex_output.c.o
|
|
|
|
# Object files for target ex_output
|
|
ex_output_OBJECTS = \
|
|
"CMakeFiles/ex_output.dir/ex_output.c.o"
|
|
|
|
# External object files for target ex_output
|
|
ex_output_EXTERNAL_OBJECTS =
|
|
|
|
tests/ex_output: tests/CMakeFiles/ex_output.dir/ex_output.c.o
|
|
tests/ex_output: tests/CMakeFiles/ex_output.dir/build.make
|
|
tests/ex_output: src/libcheck.a
|
|
tests/ex_output: lib/libcompat.a
|
|
tests/ex_output: tests/CMakeFiles/ex_output.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C executable ex_output"
|
|
cd /root/05_day/check-0.10.0/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ex_output.dir/link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
tests/CMakeFiles/ex_output.dir/build: tests/ex_output
|
|
.PHONY : tests/CMakeFiles/ex_output.dir/build
|
|
|
|
tests/CMakeFiles/ex_output.dir/requires: tests/CMakeFiles/ex_output.dir/ex_output.c.o.requires
|
|
.PHONY : tests/CMakeFiles/ex_output.dir/requires
|
|
|
|
tests/CMakeFiles/ex_output.dir/clean:
|
|
cd /root/05_day/check-0.10.0/tests && $(CMAKE_COMMAND) -P CMakeFiles/ex_output.dir/cmake_clean.cmake
|
|
.PHONY : tests/CMakeFiles/ex_output.dir/clean
|
|
|
|
tests/CMakeFiles/ex_output.dir/depend:
|
|
cd /root/05_day/check-0.10.0 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/05_day/check-0.10.0 /root/05_day/check-0.10.0/tests /root/05_day/check-0.10.0 /root/05_day/check-0.10.0/tests /root/05_day/check-0.10.0/tests/CMakeFiles/ex_output.dir/DependInfo.cmake --color=$(COLOR)
|
|
.PHONY : tests/CMakeFiles/ex_output.dir/depend
|
|
|