1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-19 22:06:35 +00:00
2015-12-13 22:34:58 +09:00

674 lines
24 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.2
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# 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
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: install/local
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: install/strip
.PHONY : install/strip/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
test/fast: test
.PHONY : test/fast
# The main all target
all: cmake_check_build_system
cd /root/05_day/check-0.10.0 && $(CMAKE_COMMAND) -E cmake_progress_start /root/05_day/check-0.10.0/CMakeFiles /root/05_day/check-0.10.0/tests/CMakeFiles/progress.marks
cd /root/05_day/check-0.10.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/all
$(CMAKE_COMMAND) -E cmake_progress_start /root/05_day/check-0.10.0/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /root/05_day/check-0.10.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /root/05_day/check-0.10.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /root/05_day/check-0.10.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /root/05_day/check-0.10.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/CMakeFiles/check_check.dir/rule:
cd /root/05_day/check-0.10.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/check_check.dir/rule
.PHONY : tests/CMakeFiles/check_check.dir/rule
# Convenience name for target.
check_check: tests/CMakeFiles/check_check.dir/rule
.PHONY : check_check
# fast build rule for target.
check_check/fast:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/build
.PHONY : check_check/fast
# Convenience name for target.
tests/CMakeFiles/check_nofork.dir/rule:
cd /root/05_day/check-0.10.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/check_nofork.dir/rule
.PHONY : tests/CMakeFiles/check_nofork.dir/rule
# Convenience name for target.
check_nofork: tests/CMakeFiles/check_nofork.dir/rule
.PHONY : check_nofork
# fast build rule for target.
check_nofork/fast:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_nofork.dir/build.make tests/CMakeFiles/check_nofork.dir/build
.PHONY : check_nofork/fast
# Convenience name for target.
tests/CMakeFiles/check_nofork_teardown.dir/rule:
cd /root/05_day/check-0.10.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/check_nofork_teardown.dir/rule
.PHONY : tests/CMakeFiles/check_nofork_teardown.dir/rule
# Convenience name for target.
check_nofork_teardown: tests/CMakeFiles/check_nofork_teardown.dir/rule
.PHONY : check_nofork_teardown
# fast build rule for target.
check_nofork_teardown/fast:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_nofork_teardown.dir/build.make tests/CMakeFiles/check_nofork_teardown.dir/build
.PHONY : check_nofork_teardown/fast
# Convenience name for target.
tests/CMakeFiles/ex_output.dir/rule:
cd /root/05_day/check-0.10.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/ex_output.dir/rule
.PHONY : tests/CMakeFiles/ex_output.dir/rule
# Convenience name for target.
ex_output: tests/CMakeFiles/ex_output.dir/rule
.PHONY : ex_output
# fast build rule for target.
ex_output/fast:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/ex_output.dir/build.make tests/CMakeFiles/ex_output.dir/build
.PHONY : ex_output/fast
check_check_exit.o: check_check_exit.c.o
.PHONY : check_check_exit.o
# target to build an object file
check_check_exit.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_exit.c.o
.PHONY : check_check_exit.c.o
check_check_exit.i: check_check_exit.c.i
.PHONY : check_check_exit.i
# target to preprocess a source file
check_check_exit.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_exit.c.i
.PHONY : check_check_exit.c.i
check_check_exit.s: check_check_exit.c.s
.PHONY : check_check_exit.s
# target to generate assembly for a file
check_check_exit.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_exit.c.s
.PHONY : check_check_exit.c.s
check_check_fixture.o: check_check_fixture.c.o
.PHONY : check_check_fixture.o
# target to build an object file
check_check_fixture.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_fixture.c.o
.PHONY : check_check_fixture.c.o
check_check_fixture.i: check_check_fixture.c.i
.PHONY : check_check_fixture.i
# target to preprocess a source file
check_check_fixture.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_fixture.c.i
.PHONY : check_check_fixture.c.i
check_check_fixture.s: check_check_fixture.c.s
.PHONY : check_check_fixture.s
# target to generate assembly for a file
check_check_fixture.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_fixture.c.s
.PHONY : check_check_fixture.c.s
check_check_fork.o: check_check_fork.c.o
.PHONY : check_check_fork.o
# target to build an object file
check_check_fork.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_fork.c.o
.PHONY : check_check_fork.c.o
check_check_fork.i: check_check_fork.c.i
.PHONY : check_check_fork.i
# target to preprocess a source file
check_check_fork.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_fork.c.i
.PHONY : check_check_fork.c.i
check_check_fork.s: check_check_fork.c.s
.PHONY : check_check_fork.s
# target to generate assembly for a file
check_check_fork.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_fork.c.s
.PHONY : check_check_fork.c.s
check_check_limit.o: check_check_limit.c.o
.PHONY : check_check_limit.o
# target to build an object file
check_check_limit.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_limit.c.o
.PHONY : check_check_limit.c.o
check_check_limit.i: check_check_limit.c.i
.PHONY : check_check_limit.i
# target to preprocess a source file
check_check_limit.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_limit.c.i
.PHONY : check_check_limit.c.i
check_check_limit.s: check_check_limit.c.s
.PHONY : check_check_limit.s
# target to generate assembly for a file
check_check_limit.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_limit.c.s
.PHONY : check_check_limit.c.s
check_check_log.o: check_check_log.c.o
.PHONY : check_check_log.o
# target to build an object file
check_check_log.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_log.c.o
.PHONY : check_check_log.c.o
check_check_log.i: check_check_log.c.i
.PHONY : check_check_log.i
# target to preprocess a source file
check_check_log.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_log.c.i
.PHONY : check_check_log.c.i
check_check_log.s: check_check_log.c.s
.PHONY : check_check_log.s
# target to generate assembly for a file
check_check_log.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_log.c.s
.PHONY : check_check_log.c.s
check_check_log_internal.o: check_check_log_internal.c.o
.PHONY : check_check_log_internal.o
# target to build an object file
check_check_log_internal.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_log_internal.c.o
.PHONY : check_check_log_internal.c.o
check_check_log_internal.i: check_check_log_internal.c.i
.PHONY : check_check_log_internal.i
# target to preprocess a source file
check_check_log_internal.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_log_internal.c.i
.PHONY : check_check_log_internal.c.i
check_check_log_internal.s: check_check_log_internal.c.s
.PHONY : check_check_log_internal.s
# target to generate assembly for a file
check_check_log_internal.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_log_internal.c.s
.PHONY : check_check_log_internal.c.s
check_check_main.o: check_check_main.c.o
.PHONY : check_check_main.o
# target to build an object file
check_check_main.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_main.c.o
.PHONY : check_check_main.c.o
check_check_main.i: check_check_main.c.i
.PHONY : check_check_main.i
# target to preprocess a source file
check_check_main.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_main.c.i
.PHONY : check_check_main.c.i
check_check_main.s: check_check_main.c.s
.PHONY : check_check_main.s
# target to generate assembly for a file
check_check_main.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_main.c.s
.PHONY : check_check_main.c.s
check_check_master.o: check_check_master.c.o
.PHONY : check_check_master.o
# target to build an object file
check_check_master.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_master.c.o
.PHONY : check_check_master.c.o
check_check_master.i: check_check_master.c.i
.PHONY : check_check_master.i
# target to preprocess a source file
check_check_master.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_master.c.i
.PHONY : check_check_master.c.i
check_check_master.s: check_check_master.c.s
.PHONY : check_check_master.s
# target to generate assembly for a file
check_check_master.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_master.c.s
.PHONY : check_check_master.c.s
check_check_msg.o: check_check_msg.c.o
.PHONY : check_check_msg.o
# target to build an object file
check_check_msg.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_msg.c.o
.PHONY : check_check_msg.c.o
check_check_msg.i: check_check_msg.c.i
.PHONY : check_check_msg.i
# target to preprocess a source file
check_check_msg.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_msg.c.i
.PHONY : check_check_msg.c.i
check_check_msg.s: check_check_msg.c.s
.PHONY : check_check_msg.s
# target to generate assembly for a file
check_check_msg.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_msg.c.s
.PHONY : check_check_msg.c.s
check_check_pack.o: check_check_pack.c.o
.PHONY : check_check_pack.o
# target to build an object file
check_check_pack.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_pack.c.o
.PHONY : check_check_pack.c.o
check_check_pack.i: check_check_pack.c.i
.PHONY : check_check_pack.i
# target to preprocess a source file
check_check_pack.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_pack.c.i
.PHONY : check_check_pack.c.i
check_check_pack.s: check_check_pack.c.s
.PHONY : check_check_pack.s
# target to generate assembly for a file
check_check_pack.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_pack.c.s
.PHONY : check_check_pack.c.s
check_check_selective.o: check_check_selective.c.o
.PHONY : check_check_selective.o
# target to build an object file
check_check_selective.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_selective.c.o
.PHONY : check_check_selective.c.o
check_check_selective.i: check_check_selective.c.i
.PHONY : check_check_selective.i
# target to preprocess a source file
check_check_selective.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_selective.c.i
.PHONY : check_check_selective.c.i
check_check_selective.s: check_check_selective.c.s
.PHONY : check_check_selective.s
# target to generate assembly for a file
check_check_selective.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_selective.c.s
.PHONY : check_check_selective.c.s
check_check_sub.o: check_check_sub.c.o
.PHONY : check_check_sub.o
# target to build an object file
check_check_sub.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_sub.c.o
.PHONY : check_check_sub.c.o
check_check_sub.i: check_check_sub.c.i
.PHONY : check_check_sub.i
# target to preprocess a source file
check_check_sub.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_sub.c.i
.PHONY : check_check_sub.c.i
check_check_sub.s: check_check_sub.c.s
.PHONY : check_check_sub.s
# target to generate assembly for a file
check_check_sub.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_check_sub.c.s
.PHONY : check_check_sub.c.s
check_list.o: check_list.c.o
.PHONY : check_list.o
# target to build an object file
check_list.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_list.c.o
.PHONY : check_list.c.o
check_list.i: check_list.c.i
.PHONY : check_list.i
# target to preprocess a source file
check_list.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_list.c.i
.PHONY : check_list.c.i
check_list.s: check_list.c.s
.PHONY : check_list.s
# target to generate assembly for a file
check_list.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_check.dir/build.make tests/CMakeFiles/check_check.dir/check_list.c.s
.PHONY : check_list.c.s
check_nofork.o: check_nofork.c.o
.PHONY : check_nofork.o
# target to build an object file
check_nofork.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_nofork.dir/build.make tests/CMakeFiles/check_nofork.dir/check_nofork.c.o
.PHONY : check_nofork.c.o
check_nofork.i: check_nofork.c.i
.PHONY : check_nofork.i
# target to preprocess a source file
check_nofork.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_nofork.dir/build.make tests/CMakeFiles/check_nofork.dir/check_nofork.c.i
.PHONY : check_nofork.c.i
check_nofork.s: check_nofork.c.s
.PHONY : check_nofork.s
# target to generate assembly for a file
check_nofork.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_nofork.dir/build.make tests/CMakeFiles/check_nofork.dir/check_nofork.c.s
.PHONY : check_nofork.c.s
check_nofork_teardown.o: check_nofork_teardown.c.o
.PHONY : check_nofork_teardown.o
# target to build an object file
check_nofork_teardown.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_nofork_teardown.dir/build.make tests/CMakeFiles/check_nofork_teardown.dir/check_nofork_teardown.c.o
.PHONY : check_nofork_teardown.c.o
check_nofork_teardown.i: check_nofork_teardown.c.i
.PHONY : check_nofork_teardown.i
# target to preprocess a source file
check_nofork_teardown.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_nofork_teardown.dir/build.make tests/CMakeFiles/check_nofork_teardown.dir/check_nofork_teardown.c.i
.PHONY : check_nofork_teardown.c.i
check_nofork_teardown.s: check_nofork_teardown.c.s
.PHONY : check_nofork_teardown.s
# target to generate assembly for a file
check_nofork_teardown.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/check_nofork_teardown.dir/build.make tests/CMakeFiles/check_nofork_teardown.dir/check_nofork_teardown.c.s
.PHONY : check_nofork_teardown.c.s
ex_output.o: ex_output.c.o
.PHONY : ex_output.o
# target to build an object file
ex_output.c.o:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/ex_output.dir/build.make tests/CMakeFiles/ex_output.dir/ex_output.c.o
.PHONY : ex_output.c.o
ex_output.i: ex_output.c.i
.PHONY : ex_output.i
# target to preprocess a source file
ex_output.c.i:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/ex_output.dir/build.make tests/CMakeFiles/ex_output.dir/ex_output.c.i
.PHONY : ex_output.c.i
ex_output.s: ex_output.c.s
.PHONY : ex_output.s
# target to generate assembly for a file
ex_output.c.s:
cd /root/05_day/check-0.10.0 && $(MAKE) -f tests/CMakeFiles/ex_output.dir/build.make tests/CMakeFiles/ex_output.dir/ex_output.c.s
.PHONY : ex_output.c.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... install/local"
@echo "... install/strip"
@echo "... check_check"
@echo "... edit_cache"
@echo "... install"
@echo "... check_nofork_teardown"
@echo "... rebuild_cache"
@echo "... list_install_components"
@echo "... check_nofork"
@echo "... test"
@echo "... ex_output"
@echo "... check_check_exit.o"
@echo "... check_check_exit.i"
@echo "... check_check_exit.s"
@echo "... check_check_fixture.o"
@echo "... check_check_fixture.i"
@echo "... check_check_fixture.s"
@echo "... check_check_fork.o"
@echo "... check_check_fork.i"
@echo "... check_check_fork.s"
@echo "... check_check_limit.o"
@echo "... check_check_limit.i"
@echo "... check_check_limit.s"
@echo "... check_check_log.o"
@echo "... check_check_log.i"
@echo "... check_check_log.s"
@echo "... check_check_log_internal.o"
@echo "... check_check_log_internal.i"
@echo "... check_check_log_internal.s"
@echo "... check_check_main.o"
@echo "... check_check_main.i"
@echo "... check_check_main.s"
@echo "... check_check_master.o"
@echo "... check_check_master.i"
@echo "... check_check_master.s"
@echo "... check_check_msg.o"
@echo "... check_check_msg.i"
@echo "... check_check_msg.s"
@echo "... check_check_pack.o"
@echo "... check_check_pack.i"
@echo "... check_check_pack.s"
@echo "... check_check_selective.o"
@echo "... check_check_selective.i"
@echo "... check_check_selective.s"
@echo "... check_check_sub.o"
@echo "... check_check_sub.i"
@echo "... check_check_sub.s"
@echo "... check_list.o"
@echo "... check_list.i"
@echo "... check_list.s"
@echo "... check_nofork.o"
@echo "... check_nofork.i"
@echo "... check_nofork.s"
@echo "... check_nofork_teardown.o"
@echo "... check_nofork_teardown.i"
@echo "... check_nofork_teardown.s"
@echo "... ex_output.o"
@echo "... ex_output.i"
@echo "... ex_output.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /root/05_day/check-0.10.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system