mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 09:26:15 +00:00
104 lines
4.4 KiB
Makefile
104 lines
4.4 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 lib/CMakeFiles/compat.dir/depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include lib/CMakeFiles/compat.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include lib/CMakeFiles/compat.dir/flags.make
|
|
|
|
lib/CMakeFiles/compat.dir/libcompat.c.o: lib/CMakeFiles/compat.dir/flags.make
|
|
lib/CMakeFiles/compat.dir/libcompat.c.o: lib/libcompat.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 lib/CMakeFiles/compat.dir/libcompat.c.o"
|
|
cd /root/05_day/check-0.10.0/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/compat.dir/libcompat.c.o -c /root/05_day/check-0.10.0/lib/libcompat.c
|
|
|
|
lib/CMakeFiles/compat.dir/libcompat.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/compat.dir/libcompat.c.i"
|
|
cd /root/05_day/check-0.10.0/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /root/05_day/check-0.10.0/lib/libcompat.c > CMakeFiles/compat.dir/libcompat.c.i
|
|
|
|
lib/CMakeFiles/compat.dir/libcompat.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/compat.dir/libcompat.c.s"
|
|
cd /root/05_day/check-0.10.0/lib && /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /root/05_day/check-0.10.0/lib/libcompat.c -o CMakeFiles/compat.dir/libcompat.c.s
|
|
|
|
lib/CMakeFiles/compat.dir/libcompat.c.o.requires:
|
|
.PHONY : lib/CMakeFiles/compat.dir/libcompat.c.o.requires
|
|
|
|
lib/CMakeFiles/compat.dir/libcompat.c.o.provides: lib/CMakeFiles/compat.dir/libcompat.c.o.requires
|
|
$(MAKE) -f lib/CMakeFiles/compat.dir/build.make lib/CMakeFiles/compat.dir/libcompat.c.o.provides.build
|
|
.PHONY : lib/CMakeFiles/compat.dir/libcompat.c.o.provides
|
|
|
|
lib/CMakeFiles/compat.dir/libcompat.c.o.provides.build: lib/CMakeFiles/compat.dir/libcompat.c.o
|
|
|
|
# Object files for target compat
|
|
compat_OBJECTS = \
|
|
"CMakeFiles/compat.dir/libcompat.c.o"
|
|
|
|
# External object files for target compat
|
|
compat_EXTERNAL_OBJECTS =
|
|
|
|
lib/libcompat.a: lib/CMakeFiles/compat.dir/libcompat.c.o
|
|
lib/libcompat.a: lib/CMakeFiles/compat.dir/build.make
|
|
lib/libcompat.a: lib/CMakeFiles/compat.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C static library libcompat.a"
|
|
cd /root/05_day/check-0.10.0/lib && $(CMAKE_COMMAND) -P CMakeFiles/compat.dir/cmake_clean_target.cmake
|
|
cd /root/05_day/check-0.10.0/lib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/compat.dir/link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
lib/CMakeFiles/compat.dir/build: lib/libcompat.a
|
|
.PHONY : lib/CMakeFiles/compat.dir/build
|
|
|
|
lib/CMakeFiles/compat.dir/requires: lib/CMakeFiles/compat.dir/libcompat.c.o.requires
|
|
.PHONY : lib/CMakeFiles/compat.dir/requires
|
|
|
|
lib/CMakeFiles/compat.dir/clean:
|
|
cd /root/05_day/check-0.10.0/lib && $(CMAKE_COMMAND) -P CMakeFiles/compat.dir/cmake_clean.cmake
|
|
.PHONY : lib/CMakeFiles/compat.dir/clean
|
|
|
|
lib/CMakeFiles/compat.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/lib /root/05_day/check-0.10.0 /root/05_day/check-0.10.0/lib /root/05_day/check-0.10.0/lib/CMakeFiles/compat.dir/DependInfo.cmake --color=$(COLOR)
|
|
.PHONY : lib/CMakeFiles/compat.dir/depend
|
|
|