annotate TaskManager/Test/test_render/Makefile @ 285:181f693be3d5

add Doxygen
author e065746@localhost.localdomain
date Fri, 05 Jun 2009 17:24:38 +0900
parents 55ea4465b1a2
children 2ddf79a7c5fb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
1 default: macosx
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
2
283
55ea4465b1a2 fix test_render
e065746@localhost.localdomain
parents: 282
diff changeset
3 macosx: FORCE SGList.h
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
4 @echo "Make for Mac OS X"
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
5 @$(MAKE) -f Makefile.macosx
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
6
283
55ea4465b1a2 fix test_render
e065746@localhost.localdomain
parents: 282
diff changeset
7 cell: FORCE SGList.h
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
8 @echo "Make for PS3 (Cell)"
281
6774e3e92539 changeset:260 repair
tkaito@localhost.localdomain
parents: 221
diff changeset
9 @$(MAKE) -f Makefile.cell
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
10
283
55ea4465b1a2 fix test_render
e065746@localhost.localdomain
parents: 282
diff changeset
11 linux: FORCE SGList.h
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
12 @echo "Make for Linux"
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
13 @$(MAKE) -f Makefile.linux
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
14
155
77dac07efd79 TextureInfoList がずれてたのを修正
gongo@gendarme.local
parents: 109
diff changeset
15 macosx-depend: FORCE
77dac07efd79 TextureInfoList がずれてたのを修正
gongo@gendarme.local
parents: 109
diff changeset
16 @$(MAKE) -f Makefile.macosx depend
77dac07efd79 TextureInfoList がずれてたのを修正
gongo@gendarme.local
parents: 109
diff changeset
17
281
6774e3e92539 changeset:260 repair
tkaito@localhost.localdomain
parents: 221
diff changeset
18 cell-depend: FORCE
6774e3e92539 changeset:260 repair
tkaito@localhost.localdomain
parents: 221
diff changeset
19 @$(MAKE) -f Makefile.cell depend
161
1f4c3f3238e6 texture の座標がマイナスになったあと、それを 0 にし忘れてた
gongo@localhost.localdomain
parents: 155
diff changeset
20
221
d61fded0729e Cameraの設定、Makefile 修正
gongo@gendarme.local
parents: 161
diff changeset
21 linux-depend: FORCE
d61fded0729e Cameraの設定、Makefile 修正
gongo@gendarme.local
parents: 161
diff changeset
22 @$(MAKE) -f Makefile.linux depend
d61fded0729e Cameraの設定、Makefile 修正
gongo@gendarme.local
parents: 161
diff changeset
23
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
24 FORCE:
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
25
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
26 clean:
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
27 @$(MAKE) -f Makefile.macosx clean
281
6774e3e92539 changeset:260 repair
tkaito@localhost.localdomain
parents: 221
diff changeset
28 @$(MAKE) -f Makefile.cell clean
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
29 @$(MAKE) -f Makefile.linux clean
280
b55ebcb0f934 test_render can not
e075766@henri.cr.ie.u-ryukyu.ac.jp
parents: 221
diff changeset
30 rm -f depend.inc
b55ebcb0f934 test_render can not
e075766@henri.cr.ie.u-ryukyu.ac.jp
parents: 221
diff changeset
31
283
55ea4465b1a2 fix test_render
e065746@localhost.localdomain
parents: 282
diff changeset
32 SGList.h: xml_file/*.xml
280
b55ebcb0f934 test_render can not
e075766@henri.cr.ie.u-ryukyu.ac.jp
parents: 221
diff changeset
33 perl tools/create_sglist.pl xml_file/*.xml
285
181f693be3d5 add Doxygen
e065746@localhost.localdomain
parents: 283
diff changeset
34
181f693be3d5 add Doxygen
e065746@localhost.localdomain
parents: 283
diff changeset
35 run-ps3:
181f693be3d5 add Doxygen
e065746@localhost.localdomain
parents: 283
diff changeset
36 sudo ps3-video-mode -v 133
181f693be3d5 add Doxygen
e065746@localhost.localdomain
parents: 283
diff changeset
37 ./test_nogl -video fb -width 1980 -height 1080