Mercurial > hg > Members > koba > t_dandy
annotate Makefile @ 18:c330ded6d728
add task file.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 17 Dec 2010 22:18:11 +0900 |
parents | 927401604461 |
children | 00c3272a801f |
rev | line source |
---|---|
16 | 1 default: macosx |
0 | 2 |
9 | 3 macosx: |
4 @echo "Make for Mac OS X" | |
5 @$(MAKE) -f Makefile.mac | |
1 | 6 |
16 | 7 demo: |
8 @$(MAKE) -f Makefile.mac demo | |
9 | |
10 dandy: | |
11 @$(MAKE) -f Makefile.mac dandy | |
12 | |
17 | 13 t_dandy: |
14 @$(MAKE) -f Makefile.mac t_dandy | |
15 | |
16 | 16 fifo64: |
9 | 17 @$(MAKE) -f Makefile.macosx ABIBIT=64 |
0 | 18 |
16 | 19 cell: |
9 | 20 @echo "Make for PS3 (Cell)" |
18 | 21 @$(MAKE) -f Makefile.ps3 dandy |
0 | 22 |
23 clean: | |
14 | 24 @$(MAKE) -f Makefile.mac clean |
18 | 25 @$(MAKE) -f Makefile.ps3 clean |