diff 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
line wrap: on
line diff
--- a/Makefile	Thu Dec 16 16:49:29 2010 +0900
+++ b/Makefile	Wed Dec 15 19:06:42 2010 +0900
@@ -1,27 +1,22 @@
-default: macosx FORCE
+default: macosx
 
 macosx: 
 	@echo "Make for Mac OS X"
 	@$(MAKE) -f Makefile.mac
 
-fifo64: FORCE
+demo:
+	@$(MAKE) -f Makefile.mac demo
+
+dandy:
+	@$(MAKE) -f Makefile.mac dandy
+
+fifo64:
 	@$(MAKE) -f Makefile.macosx ABIBIT=64
 
-cell: FORCE
+cell:
 	@echo "Make for PS3 (Cell)"
 	@$(MAKE) -f Makefile.ps3
 
-macosx-depend: FORCE
-	@$(MAKE) -f Makefile.mac depend
-
-cell-depend: FORCE
-	@$(MAKE) -f Makefile.ps3 depend
-
-FORCE:
-	-mkdir -p ../../include/Cerium
-	rsync `find . -name Test -prune -or -name spe -prune -or -name task -prune -or -name '*.h' -print` ../../include/Cerium
-
-
 clean:
 	@$(MAKE) -f Makefile.mac clean
 	@$(MAKE) -f Makefile.ps3 clean