comparison TaskManager/Test/test_render/Makefile @ 520:8d86242337ba draft

SGList isn't used
author tkaito@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 21 Oct 2009 19:56:00 +0900
parents 67fb962f58fa
children
comparison
equal deleted inserted replaced
516:d3bc594204c2 520:8d86242337ba
1 default: macosx 1 default: macosx
2 2
3 macosx: FORCE SGList.h 3 macosx:
4 @echo "Make for Mac OS X" 4 @echo "Make for Mac OS X"
5 @$(MAKE) -f Makefile.macosx 5 @$(MAKE) -f Makefile.macosx
6 6
7 cell: FORCE SGList.h 7 cell:
8 @echo "Make for PS3 (Cell)" 8 @echo "Make for PS3 (Cell)"
9 @$(MAKE) -f Makefile.cell 9 @$(MAKE) -f Makefile.cell
10 10
11 linux: FORCE SGList.h 11 linux:
12 @echo "Make for Linux" 12 @echo "Make for Linux"
13 @$(MAKE) -f Makefile.linux 13 @$(MAKE) -f Makefile.linux
14 14
15 macosx-depend: FORCE 15 macosx-depend:
16 @$(MAKE) -f Makefile.macosx depend 16 @$(MAKE) -f Makefile.macosx depend
17 17
18 cell-depend: FORCE 18 cell-depend:
19 @$(MAKE) -f Makefile.cell depend 19 @$(MAKE) -f Makefile.cell depend
20 20
21 linux-depend: FORCE 21 linux-depend:
22 @$(MAKE) -f Makefile.linux depend 22 @$(MAKE) -f Makefile.linux depend
23
24 FORCE:
25 23
26 clean: 24 clean:
27 @$(MAKE) -f Makefile.macosx clean 25 @$(MAKE) -f Makefile.macosx clean
28 @$(MAKE) -f Makefile.cell clean 26 @$(MAKE) -f Makefile.cell clean
29 @$(MAKE) -f Makefile.linux clean 27 @$(MAKE) -f Makefile.linux clean
30 rm -f depend.inc 28 rm -f depend.inc
31
32 SGList.h: xml_file/*.xml
33 perl tools/create_sglist.pl xml_file/*.xml
34 29
35 run-ps3: 30 run-ps3:
36 /usr/*bin/ps3-video-mode -v 133 31 /usr/*bin/ps3-video-mode -v 133
37 ./test_nogl -video fb -width 1920 -height 1080 $(CPU) $(SG) 32 ./test_nogl -video fb -width 1920 -height 1080 $(CPU) $(SG)
38 33