From 0e437fcaaeb26eff8bcd02ddad716deb3ef7052f Mon Sep 17 00:00:00 2001 From: rayhogenson Date: Sat, 15 Mar 2014 00:33:23 -0800 Subject: deleted the grids. They should never have existed. --- build/Makefile | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'build/Makefile') diff --git a/build/Makefile b/build/Makefile index 631a6ff..42437d0 100644 --- a/build/Makefile +++ b/build/Makefile @@ -155,30 +155,6 @@ yetihack/fast: $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/build .PHONY : yetihack/fast -src/YetiHack.o: src/YetiHack.cpp.o -.PHONY : src/YetiHack.o - -# target to build an object file -src/YetiHack.cpp.o: - $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/YetiHack.cpp.o -.PHONY : src/YetiHack.cpp.o - -src/YetiHack.i: src/YetiHack.cpp.i -.PHONY : src/YetiHack.i - -# target to preprocess a source file -src/YetiHack.cpp.i: - $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/YetiHack.cpp.i -.PHONY : src/YetiHack.cpp.i - -src/YetiHack.s: src/YetiHack.cpp.s -.PHONY : src/YetiHack.s - -# target to generate assembly for a file -src/YetiHack.cpp.s: - $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/YetiHack.cpp.s -.PHONY : src/YetiHack.cpp.s - src/yeti.o: src/yeti.cpp.o .PHONY : src/yeti.o @@ -203,6 +179,30 @@ src/yeti.cpp.s: $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/yeti.cpp.s .PHONY : src/yeti.cpp.s +src/yetihack.o: src/yetihack.cpp.o +.PHONY : src/yetihack.o + +# target to build an object file +src/yetihack.cpp.o: + $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/yetihack.cpp.o +.PHONY : src/yetihack.cpp.o + +src/yetihack.i: src/yetihack.cpp.i +.PHONY : src/yetihack.i + +# target to preprocess a source file +src/yetihack.cpp.i: + $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/yetihack.cpp.i +.PHONY : src/yetihack.cpp.i + +src/yetihack.s: src/yetihack.cpp.s +.PHONY : src/yetihack.s + +# target to generate assembly for a file +src/yetihack.cpp.s: + $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/yetihack.cpp.s +.PHONY : src/yetihack.cpp.s + # Help Target help: @echo "The following are some of the valid targets for this Makefile:" @@ -216,12 +216,12 @@ help: @echo "... list_install_components" @echo "... rebuild_cache" @echo "... yetihack" - @echo "... src/YetiHack.o" - @echo "... src/YetiHack.i" - @echo "... src/YetiHack.s" @echo "... src/yeti.o" @echo "... src/yeti.i" @echo "... src/yeti.s" + @echo "... src/yetihack.o" + @echo "... src/yetihack.i" + @echo "... src/yetihack.s" .PHONY : help -- cgit v1.3.1