summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-05-24 22:24:31 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-05-24 22:24:31 +0200
commite6a53bb57e7c2e5ce17cdc10a51b40cd83ceb85e (patch)
tree89a628ea90f52632ec2a665705f396160980d6fd /Makefile
parent08365e5558d800e108b2d377cf6c03397d1ff2c2 (diff)
Base bot
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f1d7a53..1189987 100644
--- a/Makefile
+++ b/Makefile
@@ -138,6 +138,30 @@ src/main.cpp.s:
$(MAKE) -f CMakeFiles/cppbot.dir/build.make CMakeFiles/cppbot.dir/src/main.cpp.s
.PHONY : src/main.cpp.s
+src/spacebot.o: src/spacebot.cpp.o
+.PHONY : src/spacebot.o
+
+# target to build an object file
+src/spacebot.cpp.o:
+ $(MAKE) -f CMakeFiles/cppbot.dir/build.make CMakeFiles/cppbot.dir/src/spacebot.cpp.o
+.PHONY : src/spacebot.cpp.o
+
+src/spacebot.i: src/spacebot.cpp.i
+.PHONY : src/spacebot.i
+
+# target to preprocess a source file
+src/spacebot.cpp.i:
+ $(MAKE) -f CMakeFiles/cppbot.dir/build.make CMakeFiles/cppbot.dir/src/spacebot.cpp.i
+.PHONY : src/spacebot.cpp.i
+
+src/spacebot.s: src/spacebot.cpp.s
+.PHONY : src/spacebot.s
+
+# target to generate assembly for a file
+src/spacebot.cpp.s:
+ $(MAKE) -f CMakeFiles/cppbot.dir/build.make CMakeFiles/cppbot.dir/src/spacebot.cpp.s
+.PHONY : src/spacebot.cpp.s
+
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@@ -150,6 +174,9 @@ help:
@echo "... src/main.o"
@echo "... src/main.i"
@echo "... src/main.s"
+ @echo "... src/spacebot.o"
+ @echo "... src/spacebot.i"
+ @echo "... src/spacebot.s"
.PHONY : help