Skip to content
Snippets Groups Projects
Commit 0ee47f03 authored by jsclose's avatar jsclose
Browse files

make file commit

parent ce4a804e
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,8 @@ add_executable(crawler-parser-test ...@@ -23,7 +23,8 @@ add_executable(crawler-parser-test
parser/Parser.cpp parser/Parser.cpp
util/Stemmer.cpp util/Stemmer.cpp
util/Tokenizer.cpp util/Tokenizer.cpp
util/stringProcessing.cpp) util/stringProcessing.cpp
indexer/Indexer.cpp)
......
No preview for this file type
...@@ -463,6 +463,7 @@ indexer/Indexer.o: indexer/Indexer.cpp.o ...@@ -463,6 +463,7 @@ indexer/Indexer.o: indexer/Indexer.cpp.o
# target to build an object file # target to build an object file
indexer/Indexer.cpp.o: indexer/Indexer.cpp.o:
$(MAKE) -f CMakeFiles/crawler-parser-test.dir/build.make CMakeFiles/crawler-parser-test.dir/indexer/Indexer.cpp.o
$(MAKE) -f CMakeFiles/crawler-parser-indexer-test.dir/build.make CMakeFiles/crawler-parser-indexer-test.dir/indexer/Indexer.cpp.o $(MAKE) -f CMakeFiles/crawler-parser-indexer-test.dir/build.make CMakeFiles/crawler-parser-indexer-test.dir/indexer/Indexer.cpp.o
.PHONY : indexer/Indexer.cpp.o .PHONY : indexer/Indexer.cpp.o
...@@ -472,6 +473,7 @@ indexer/Indexer.i: indexer/Indexer.cpp.i ...@@ -472,6 +473,7 @@ indexer/Indexer.i: indexer/Indexer.cpp.i
# target to preprocess a source file # target to preprocess a source file
indexer/Indexer.cpp.i: indexer/Indexer.cpp.i:
$(MAKE) -f CMakeFiles/crawler-parser-test.dir/build.make CMakeFiles/crawler-parser-test.dir/indexer/Indexer.cpp.i
$(MAKE) -f CMakeFiles/crawler-parser-indexer-test.dir/build.make CMakeFiles/crawler-parser-indexer-test.dir/indexer/Indexer.cpp.i $(MAKE) -f CMakeFiles/crawler-parser-indexer-test.dir/build.make CMakeFiles/crawler-parser-indexer-test.dir/indexer/Indexer.cpp.i
.PHONY : indexer/Indexer.cpp.i .PHONY : indexer/Indexer.cpp.i
...@@ -481,6 +483,7 @@ indexer/Indexer.s: indexer/Indexer.cpp.s ...@@ -481,6 +483,7 @@ indexer/Indexer.s: indexer/Indexer.cpp.s
# target to generate assembly for a file # target to generate assembly for a file
indexer/Indexer.cpp.s: indexer/Indexer.cpp.s:
$(MAKE) -f CMakeFiles/crawler-parser-test.dir/build.make CMakeFiles/crawler-parser-test.dir/indexer/Indexer.cpp.s
$(MAKE) -f CMakeFiles/crawler-parser-indexer-test.dir/build.make CMakeFiles/crawler-parser-indexer-test.dir/indexer/Indexer.cpp.s $(MAKE) -f CMakeFiles/crawler-parser-indexer-test.dir/build.make CMakeFiles/crawler-parser-indexer-test.dir/indexer/Indexer.cpp.s
.PHONY : indexer/Indexer.cpp.s .PHONY : indexer/Indexer.cpp.s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment