Mercurial > hg > Members > kono > Cerium
annotate TaskManager/Test/test_render/Makefile @ 224:ebfb9e389716
SceneGraph.cpp xmlcreate
author | tkaito@nw0534.st.ie.u-ryukyu.ac.jp |
---|---|
date | Tue, 10 Feb 2009 20:45:51 +0900 |
parents | d61fded0729e |
children | b55ebcb0f934 6774e3e92539 |
rev | line source |
---|---|
109 | 1 default: macosx |
2 | |
3 macosx: FORCE | |
4 @echo "Make for Mac OS X" | |
5 @$(MAKE) -f Makefile.macosx | |
6 | |
7 ps3: FORCE | |
8 @echo "Make for PS3 (Cell)" | |
9 @$(MAKE) -f Makefile.ps3 | |
10 | |
11 linux: FORCE | |
12 @echo "Make for Linux" | |
13 @$(MAKE) -f Makefile.linux | |
14 | |
155 | 15 macosx-depend: FORCE |
16 @$(MAKE) -f Makefile.macosx depend | |
17 | |
161
1f4c3f3238e6
texture の座標がマイナスになったあと、それを 0 にし忘れてた
gongo@localhost.localdomain
parents:
155
diff
changeset
|
18 ps3-depend: FORCE |
1f4c3f3238e6
texture の座標がマイナスになったあと、それを 0 にし忘れてた
gongo@localhost.localdomain
parents:
155
diff
changeset
|
19 @$(MAKE) -f Makefile.ps3 depend |
1f4c3f3238e6
texture の座標がマイナスになったあと、それを 0 にし忘れてた
gongo@localhost.localdomain
parents:
155
diff
changeset
|
20 |
221 | 21 linux-depend: FORCE |
22 @$(MAKE) -f Makefile.linux depend | |
23 | |
109 | 24 FORCE: |
25 | |
26 clean: | |
27 @$(MAKE) -f Makefile.macosx clean | |
28 @$(MAKE) -f Makefile.ps3 clean | |
29 @$(MAKE) -f Makefile.linux clean | |
221 | 30 rm -f depend.inc |