demos/Makefile
branchpyrit
changeset 63 440e1ae80459
parent 62 07c2f8084719
child 64 5785cca4cdb9
--- a/demos/Makefile	Wed Apr 09 11:35:59 2008 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-ifndef $(ROOT)
-    ROOT=$(shell pwd)/..
-endif
-    
-
-all: ModulePath reqs models
-
-ModulePath:
-	echo "$(ROOT)/bin/python-module" > ModulePath
-
-reqs:
-	$(MAKE) -C .. libs-float python-module
-
-models:
-	$(MAKE) -C .. models
-
-clean: ;
-
-distclean: clean
-	rm -f *.png
-	rm -f *.pyc
-	rm -f kdtree.obj