Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tags/Version Original/ARToolkit/lib/SRC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tags/Version Original/ARToolkit/lib/SRC/Makefile')
-rw-r--r--tags/Version Original/ARToolkit/lib/SRC/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/tags/Version Original/ARToolkit/lib/SRC/Makefile b/tags/Version Original/ARToolkit/lib/SRC/Makefile
deleted file mode 100644
index d48e192..0000000
--- a/tags/Version Original/ARToolkit/lib/SRC/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-VIDEO_DRIVER=VideoGStreamer
-
-all:
- (cd AR; make -f Makefile)
- (cd ARMulti; make -f Makefile)
- (cd Gl; make -f Makefile)
- (cd VideoGStreamer; make -f Makefile)
-
-clean:
- (cd AR; make -f Makefile clean)
- (cd ARMulti; make -f Makefile clean)
- (cd Gl; make -f Makefile clean)
- (cd VideoGStreamer; make -f Makefile clean)
-
-allclean:
- (cd AR; make -f Makefile allclean)
- (cd ARMulti; make -f Makefile allclean)
- (cd Gl; make -f Makefile allclean)
- (cd VideoGStreamer; make -f Makefile allclean)
- rm -f Makefile