demos/Makefile
author Radek Brich <radek.brich@devl.cz>
Sun, 30 Dec 2007 00:11:47 +0100
branchpyrit
changeset 43 0b8b968b42d1
parent 40 929aad02c5f2
permissions -rw-r--r--
memory optimization for octree fixed some visual artifacts in textures C++ demo and set ambient occlussion for rendering (-r)

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