| author | Radek Brich <radek.brich@devl.cz> | 
| Wed, 09 Apr 2008 00:29:11 +0200 | |
| branch | pyrit | 
| changeset 61 | 7006036eb0db | 
| parent 40 | 929aad02c5f2 | 
| permissions | -rw-r--r-- | 
| 22 | 1  | 
ifndef $(ROOT)  | 
2  | 
ROOT=$(shell pwd)/..  | 
|
3  | 
endif  | 
|
4  | 
||
5  | 
||
6  | 
all: ModulePath reqs models  | 
|
7  | 
||
8  | 
ModulePath:  | 
|
9  | 
echo "$(ROOT)/bin/python-module" > ModulePath  | 
|
10  | 
||
11  | 
reqs:  | 
|
12  | 
$(MAKE) -C .. libs-float python-module  | 
|
13  | 
||
| 
24
 
d0d76e8a5203
new C++ demo: realtime_dragon.cc
 
Radek Brich <radek.brich@devl.cz> 
parents: 
22 
diff
changeset
 | 
14  | 
models:  | 
| 
 
d0d76e8a5203
new C++ demo: realtime_dragon.cc
 
Radek Brich <radek.brich@devl.cz> 
parents: 
22 
diff
changeset
 | 
15  | 
$(MAKE) -C .. models  | 
| 22 | 16  | 
|
17  | 
clean: ;  | 
|
| 
40
 
929aad02c5f2
Makefile: added help and distclean target, plus small fixes
 
Radek Brich <radek.brich@devl.cz> 
parents: 
24 
diff
changeset
 | 
18  | 
|
| 
 
929aad02c5f2
Makefile: added help and distclean target, plus small fixes
 
Radek Brich <radek.brich@devl.cz> 
parents: 
24 
diff
changeset
 | 
19  | 
distclean: clean  | 
| 
 
929aad02c5f2
Makefile: added help and distclean target, plus small fixes
 
Radek Brich <radek.brich@devl.cz> 
parents: 
24 
diff
changeset
 | 
20  | 
rm -f *.png  | 
| 
 
929aad02c5f2
Makefile: added help and distclean target, plus small fixes
 
Radek Brich <radek.brich@devl.cz> 
parents: 
24 
diff
changeset
 | 
21  | 
rm -f *.pyc  | 
| 
 
929aad02c5f2
Makefile: added help and distclean target, plus small fixes
 
Radek Brich <radek.brich@devl.cz> 
parents: 
24 
diff
changeset
 | 
22  | 
rm -f kdtree.obj  |