diff example/post_function/Makefile.def @ 115:44e3bf914155

fix Makefile
author gongo@charles.cr.ie.u-ryukyu.ac.jp
date Thu, 13 Nov 2008 10:46:36 +0900
parents 5c194c71eca8
children af07173af3f4
line wrap: on
line diff
--- a/example/post_function/Makefile.def	Thu Nov 13 10:24:16 2008 +0900
+++ b/example/post_function/Makefile.def	Thu Nov 13 10:46:36 2008 +0900
@@ -2,7 +2,13 @@
 
 # include/library path
 # ex: macosx
-#CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium
+#CERIUM = /Users/gongo/Source/Cerium
 
 # ex: linux/ps3
-CERIUM = /home/gongo/Game_project/Cerium
\ No newline at end of file
+CERIUM = /home/gongo/Cerium
+
+CC      = g++
+CFLAGS  = -g -Wall -O9
+
+INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
+LIBS = -L${CERIUM}/TaskManager