comparison Makefile @ 14:c7e7971a76d0

fix.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Thu, 16 Dec 2010 15:29:43 +0900
parents 8a614bb55d00
children ab0cce79402f
comparison
equal deleted inserted replaced
13:806d978e7d99 14:c7e7971a76d0
14 cell: FORCE 14 cell: FORCE
15 @echo "Make for PS3 (Cell)" 15 @echo "Make for PS3 (Cell)"
16 @$(MAKE) -f Makefile.ps3 16 @$(MAKE) -f Makefile.ps3
17 17
18 macosx-depend: FORCE 18 macosx-depend: FORCE
19 @$(MAKE) -f Makefile.macosx depend 19 @$(MAKE) -f Makefile.mac depend
20 20
21 cell-depend: FORCE 21 cell-depend: FORCE
22 @$(MAKE) -f Makefile.cell depend 22 @$(MAKE) -f Makefile.ps3 depend
23 23
24 FORCE: 24 FORCE:
25 -mkdir -p ../../include/Cerium 25 -mkdir -p ../../include/Cerium
26 rsync `find . -name Test -prune -or -name spe -prune -or -name task -prune -or -name '*.h' -print` ../../include/Cerium 26 rsync `find . -name Test -prune -or -name spe -prune -or -name task -prune -or -name '*.h' -print` ../../include/Cerium
27 27
28 28
29 clean: 29 clean:
30 @$(MAKE) -f Makefile.macosx clean 30 @$(MAKE) -f Makefile.mac clean
31 @$(MAKE) -f Makefile.cell clean 31 @$(MAKE) -f Makefile.ps3 clean
32 rm -f depend.inc 32 rm -f depend.inc
33 33