summaryrefslogtreecommitdiff
path: root/src/CMakeFiles/grain.dir
diff options
context:
space:
mode:
author陈冠林 <[email protected]>2019-06-18 10:44:20 +0800
committer陈冠林 <[email protected]>2019-06-18 10:44:20 +0800
commitb2a2f39d89b3bd154da10eb619f8a40c7c6b15d2 (patch)
treeb7a7d489030cfcc3b2fa878520d8c5d42dc5fce6 /src/CMakeFiles/grain.dir
parentb026525362d7f3b0ad58fb74362bf7f95ab515e8 (diff)
添加inc和srcHEADmaster
Diffstat (limited to 'src/CMakeFiles/grain.dir')
-rw-r--r--src/CMakeFiles/grain.dir/C.includecache24
-rw-r--r--src/CMakeFiles/grain.dir/DependInfo.cmake13
-rw-r--r--src/CMakeFiles/grain.dir/build.make103
-rw-r--r--src/CMakeFiles/grain.dir/cmake_clean.cmake10
-rw-r--r--src/CMakeFiles/grain.dir/depend.internal5
-rw-r--r--src/CMakeFiles/grain.dir/depend.make5
-rw-r--r--src/CMakeFiles/grain.dir/flags.make8
-rw-r--r--src/CMakeFiles/grain.dir/link.txt1
-rw-r--r--src/CMakeFiles/grain.dir/progress.make2
9 files changed, 171 insertions, 0 deletions
diff --git a/src/CMakeFiles/grain.dir/C.includecache b/src/CMakeFiles/grain.dir/C.includecache
new file mode 100644
index 0000000..d4110de
--- /dev/null
+++ b/src/CMakeFiles/grain.dir/C.includecache
@@ -0,0 +1,24 @@
+#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">])
+
+#IncludeRegexScan: ^.*$
+
+#IncludeRegexComplain: ^$
+
+#IncludeRegexTransform:
+
+/home/chenguanlin/TD_evaluation/src/grain.c
+stdio.h
+-
+string.h
+-
+stdlib.h
+-
+gram_index_engine.h
+/home/chenguanlin/TD_evaluation/src/gram_index_engine.h
+MESA/MESA_htable.h
+-
+assert.h
+-
+ctype.h
+-
+
diff --git a/src/CMakeFiles/grain.dir/DependInfo.cmake b/src/CMakeFiles/grain.dir/DependInfo.cmake
new file mode 100644
index 0000000..0504394
--- /dev/null
+++ b/src/CMakeFiles/grain.dir/DependInfo.cmake
@@ -0,0 +1,13 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+ "C"
+ )
+# The set of files for implicit dependencies of each language:
+SET(CMAKE_DEPENDS_CHECK_C
+ "/home/chenguanlin/TD_evaluation/src/grain.c" "/home/chenguanlin/TD_evaluation/src/CMakeFiles/grain.dir/grain.c.o"
+ )
+SET(CMAKE_C_COMPILER_ID "GNU")
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+ )
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
+
diff --git a/src/CMakeFiles/grain.dir/cmake_clean.cmake b/src/CMakeFiles/grain.dir/cmake_clean.cmake
new file mode 100644
index 0000000..54d1698
--- /dev/null
+++ b/src/CMakeFiles/grain.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+FILE(REMOVE_RECURSE
+ "CMakeFiles/grain.dir/grain.c.o"
+ "grain.pdb"
+ "grain"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang C)
+ INCLUDE(CMakeFiles/grain.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/src/CMakeFiles/grain.dir/depend.internal b/src/CMakeFiles/grain.dir/depend.internal
new file mode 100644
index 0000000..f1b3d06
--- /dev/null
+++ b/src/CMakeFiles/grain.dir/depend.internal
@@ -0,0 +1,5 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.6
+
+CMakeFiles/grain.dir/grain.c.o
+ /home/chenguanlin/TD_evaluation/src/grain.c
diff --git a/src/CMakeFiles/grain.dir/depend.make b/src/CMakeFiles/grain.dir/depend.make
new file mode 100644
index 0000000..85fc728
--- /dev/null
+++ b/src/CMakeFiles/grain.dir/depend.make
@@ -0,0 +1,5 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.6
+
+CMakeFiles/grain.dir/grain.c.o: grain.c
+
diff --git a/src/CMakeFiles/grain.dir/flags.make b/src/CMakeFiles/grain.dir/flags.make
new file mode 100644
index 0000000..72791e9
--- /dev/null
+++ b/src/CMakeFiles/grain.dir/flags.make
@@ -0,0 +1,8 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.6
+
+# compile C with /usr/bin/gcc
+C_FLAGS = -g
+
+C_DEFINES =
+
diff --git a/src/CMakeFiles/grain.dir/link.txt b/src/CMakeFiles/grain.dir/link.txt
new file mode 100644
index 0000000..0f3e72b
--- /dev/null
+++ b/src/CMakeFiles/grain.dir/link.txt
@@ -0,0 +1 @@
+/usr/bin/gcc -g -fPIC CMakeFiles/grain.dir/grain.c.o -o grain -rdynamic -lmaatframe -lMESA_htable -lpthread -lm
diff --git a/src/CMakeFiles/grain.dir/progress.make b/src/CMakeFiles/grain.dir/progress.make
new file mode 100644
index 0000000..781c7de
--- /dev/null
+++ b/src/CMakeFiles/grain.dir/progress.make
@@ -0,0 +1,2 @@
+CMAKE_PROGRESS_1 = 1
+