Mercurial > hg > Members > kono > Cerium
comparison example/renew_task/Makefile @ 192:4f5c64e713c7
add example/renew_task
author | gongo@localhost.localdomain |
---|---|
date | Tue, 13 Jan 2009 10:41:05 +0900 |
parents | |
children | af07173af3f4 |
comparison
equal
deleted
inserted
replaced
191:5e3b0405a44b | 192:4f5c64e713c7 |
---|---|
1 default: macosx | |
2 | |
3 macosx: FORCE | |
4 @echo "Make for Mac OS X" | |
5 @$(MAKE) -f Makefile.macosx | |
6 | |
7 linux: FORCE | |
8 @echo "Make for Linux" | |
9 @$(MAKE) -f Makefile.linux | |
10 | |
11 ps3: FORCE | |
12 @echo "Make for PS3 (Cell)" | |
13 @$(MAKE) -f Makefile.ps3 | |
14 | |
15 FORCE: | |
16 | |
17 clean: | |
18 @$(MAKE) -f Makefile.macosx clean | |
19 @$(MAKE) -f Makefile.linux clean | |
20 @$(MAKE) -f Makefile.ps3 clean |