comparison TaskManager/Test/test_render/Makefile @ 283:15bfacccde99 draft

fix test_render
author e065746@localhost.localdomain
date Fri, 05 Jun 2009 16:49:12 +0900
parents ef6b225f6f40
children 4871fc824525 cfd20d609ace
comparison
equal deleted inserted replaced
282:ef6b225f6f40 283:15bfacccde99
1 default: macosx 1 default: macosx
2 2
3 macosx: FORCE 3 macosx: FORCE SGList.h
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 7 cell: FORCE SGList.h
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 11 linux: FORCE SGList.h
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: FORCE
16 @$(MAKE) -f Makefile.macosx depend 16 @$(MAKE) -f Makefile.macosx depend
27 @$(MAKE) -f Makefile.macosx clean 27 @$(MAKE) -f Makefile.macosx clean
28 @$(MAKE) -f Makefile.cell clean 28 @$(MAKE) -f Makefile.cell clean
29 @$(MAKE) -f Makefile.linux clean 29 @$(MAKE) -f Makefile.linux clean
30 rm -f depend.inc 30 rm -f depend.inc
31 31
32 sglist: 32 SGList.h: xml_file/*.xml
33 perl tools/create_sglist.pl xml_file/*.xml 33 perl tools/create_sglist.pl xml_file/*.xml