demos/Makefile
author Radek Brich <radek.brich@devl.cz>
Sat, 29 Mar 2008 17:54:27 +0100
branchpyrit
changeset 56 d4481fc43952
parent 40 929aad02c5f2
permissions -rw-r--r--
fix sphere transmissivity, rename demo.py to spheres_glass.py

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