Mercurial > hg > Members > koba > t_dandy
annotate Makefile @ 16:5e10d43156bd
Makefile fix.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 15 Dec 2010 19:06:42 +0900 |
parents | ab0cce79402f |
children | 927401604461 |
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 | |
13 fifo64: | |
9 | 14 @$(MAKE) -f Makefile.macosx ABIBIT=64 |
0 | 15 |
16 | 16 cell: |
9 | 17 @echo "Make for PS3 (Cell)" |
18 @$(MAKE) -f Makefile.ps3 | |
0 | 19 |
20 clean: | |
14 | 21 @$(MAKE) -f Makefile.mac clean |
22 @$(MAKE) -f Makefile.ps3 clean | |
9 | 23 rm -f depend.inc |
0 | 24 |