annotate TaskManager/Test/test_render/Makefile @ 354:cfd20d609ace draft

add example/get_segment and change spe/DrawSpan.cpp
author koba
date Wed, 15 Jul 2009 17:39:51 +0900
parents 15bfacccde99
children 5b995810b86a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
1 default: macosx
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
2
283
15bfacccde99 fix test_render
e065746@localhost.localdomain
parents: 282
diff changeset
3 macosx: FORCE SGList.h
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
4 @echo "Make for Mac OS X"
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
5 @$(MAKE) -f Makefile.macosx
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
6
283
15bfacccde99 fix test_render
e065746@localhost.localdomain
parents: 282
diff changeset
7 cell: FORCE SGList.h
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
8 @echo "Make for PS3 (Cell)"
281
f05d6c185f55 changeset:260 repair
tkaito@localhost.localdomain
parents: 221
diff changeset
9 @$(MAKE) -f Makefile.cell
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
10
283
15bfacccde99 fix test_render
e065746@localhost.localdomain
parents: 282
diff changeset
11 linux: FORCE SGList.h
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
12 @echo "Make for Linux"
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
13 @$(MAKE) -f Makefile.linux
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
14
155
79ded2ad7236 TextureInfoList がずれてたのを修正
gongo@gendarme.local
parents: 109
diff changeset
15 macosx-depend: FORCE
79ded2ad7236 TextureInfoList がずれてたのを修正
gongo@gendarme.local
parents: 109
diff changeset
16 @$(MAKE) -f Makefile.macosx depend
79ded2ad7236 TextureInfoList がずれてたのを修正
gongo@gendarme.local
parents: 109
diff changeset
17
281
f05d6c185f55 changeset:260 repair
tkaito@localhost.localdomain
parents: 221
diff changeset
18 cell-depend: FORCE
f05d6c185f55 changeset:260 repair
tkaito@localhost.localdomain
parents: 221
diff changeset
19 @$(MAKE) -f Makefile.cell depend
161
18c42658e0e7 texture の座標がマイナスになったあと、それを 0 にし忘れてた
gongo@localhost.localdomain
parents: 155
diff changeset
20
221
0b0e0f323742 Cameraの設定、Makefile 修正
gongo@gendarme.local
parents: 161
diff changeset
21 linux-depend: FORCE
0b0e0f323742 Cameraの設定、Makefile 修正
gongo@gendarme.local
parents: 161
diff changeset
22 @$(MAKE) -f Makefile.linux depend
0b0e0f323742 Cameraの設定、Makefile 修正
gongo@gendarme.local
parents: 161
diff changeset
23
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
24 FORCE:
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
25
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
26 clean:
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
27 @$(MAKE) -f Makefile.macosx clean
281
f05d6c185f55 changeset:260 repair
tkaito@localhost.localdomain
parents: 221
diff changeset
28 @$(MAKE) -f Makefile.cell clean
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
29 @$(MAKE) -f Makefile.linux clean
280
3220ff9fbc5a test_render can not
e075766@henri.cr.ie.u-ryukyu.ac.jp
parents: 221
diff changeset
30 rm -f depend.inc
3220ff9fbc5a test_render can not
e075766@henri.cr.ie.u-ryukyu.ac.jp
parents: 221
diff changeset
31
283
15bfacccde99 fix test_render
e065746@localhost.localdomain
parents: 282
diff changeset
32 SGList.h: xml_file/*.xml
280
3220ff9fbc5a 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
354
cfd20d609ace add example/get_segment and change spe/DrawSpan.cpp
koba
parents: 283
diff changeset
34
cfd20d609ace add example/get_segment and change spe/DrawSpan.cpp
koba
parents: 283
diff changeset
35 run-ps3:
cfd20d609ace add example/get_segment and change spe/DrawSpan.cpp
koba
parents: 283
diff changeset
36 ps3-video-mode -v 133
cfd20d609ace add example/get_segment and change spe/DrawSpan.cpp
koba
parents: 283
diff changeset
37 ./test_nogl -video fb -width 1920 -height 1080
cfd20d609ace add example/get_segment and change spe/DrawSpan.cpp
koba
parents: 283
diff changeset
38
cfd20d609ace add example/get_segment and change spe/DrawSpan.cpp
koba
parents: 283
diff changeset
39 run-ps3tv:
cfd20d609ace add example/get_segment and change spe/DrawSpan.cpp
koba
parents: 283
diff changeset
40 ./test_nogl -video fb -width 576 -height 384 -bpp 32
cfd20d609ace add example/get_segment and change spe/DrawSpan.cpp
koba
parents: 283
diff changeset
41