demos/Makefile
author Radek Brich <radek.brich@devl.cz>
Wed, 09 Apr 2008 00:29:11 +0200
branchpyrit
changeset 61 7006036eb0db
parent 40 929aad02c5f2
permissions -rw-r--r--
minor SConscript tweaking

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