diff options
Diffstat (limited to 'src/CMakeFiles/grain.dir/build.make')
| -rw-r--r-- | src/CMakeFiles/grain.dir/build.make | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/src/CMakeFiles/grain.dir/build.make b/src/CMakeFiles/grain.dir/build.make new file mode 100644 index 0000000..18e458a --- /dev/null +++ b/src/CMakeFiles/grain.dir/build.make @@ -0,0 +1,103 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.6 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canoncical 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 + +# The program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/chenguanlin/TD_evaluation/src + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/chenguanlin/TD_evaluation/src + +# Include any dependencies generated for this target. +include CMakeFiles/grain.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/grain.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/grain.dir/flags.make + +CMakeFiles/grain.dir/grain.c.o: CMakeFiles/grain.dir/flags.make +CMakeFiles/grain.dir/grain.c.o: grain.c + $(CMAKE_COMMAND) -E cmake_progress_report /home/chenguanlin/TD_evaluation/src/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/grain.dir/grain.c.o" + /usr/bin/gcc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/grain.dir/grain.c.o -c /home/chenguanlin/TD_evaluation/src/grain.c + +CMakeFiles/grain.dir/grain.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/grain.dir/grain.c.i" + /usr/bin/gcc $(C_DEFINES) $(C_FLAGS) -E /home/chenguanlin/TD_evaluation/src/grain.c > CMakeFiles/grain.dir/grain.c.i + +CMakeFiles/grain.dir/grain.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/grain.dir/grain.c.s" + /usr/bin/gcc $(C_DEFINES) $(C_FLAGS) -S /home/chenguanlin/TD_evaluation/src/grain.c -o CMakeFiles/grain.dir/grain.c.s + +CMakeFiles/grain.dir/grain.c.o.requires: +.PHONY : CMakeFiles/grain.dir/grain.c.o.requires + +CMakeFiles/grain.dir/grain.c.o.provides: CMakeFiles/grain.dir/grain.c.o.requires + $(MAKE) -f CMakeFiles/grain.dir/build.make CMakeFiles/grain.dir/grain.c.o.provides.build +.PHONY : CMakeFiles/grain.dir/grain.c.o.provides + +CMakeFiles/grain.dir/grain.c.o.provides.build: CMakeFiles/grain.dir/grain.c.o +.PHONY : CMakeFiles/grain.dir/grain.c.o.provides.build + +# Object files for target grain +grain_OBJECTS = \ +"CMakeFiles/grain.dir/grain.c.o" + +# External object files for target grain +grain_EXTERNAL_OBJECTS = + +grain: CMakeFiles/grain.dir/grain.c.o +grain: CMakeFiles/grain.dir/build.make +grain: CMakeFiles/grain.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C executable grain" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/grain.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/grain.dir/build: grain +.PHONY : CMakeFiles/grain.dir/build + +CMakeFiles/grain.dir/requires: CMakeFiles/grain.dir/grain.c.o.requires +.PHONY : CMakeFiles/grain.dir/requires + +CMakeFiles/grain.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/grain.dir/cmake_clean.cmake +.PHONY : CMakeFiles/grain.dir/clean + +CMakeFiles/grain.dir/depend: + cd /home/chenguanlin/TD_evaluation/src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/chenguanlin/TD_evaluation/src /home/chenguanlin/TD_evaluation/src /home/chenguanlin/TD_evaluation/src /home/chenguanlin/TD_evaluation/src /home/chenguanlin/TD_evaluation/src/CMakeFiles/grain.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/grain.dir/depend + |
