Mercurial > hg > Game > Cerium
annotate example/post_function/Makefile.def @ 115:d9ea79aac04f draft
fix Makefile
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 13 Nov 2008 10:46:36 +0900 |
parents | 028ffc9c0375 |
children | c29b7163d6d9 |
rev | line source |
---|---|
109 | 1 TARGET = post |
2 | |
3 # include/library path | |
4 # ex: macosx | |
115 | 5 #CERIUM = /Users/gongo/Source/Cerium |
109 | 6 |
7 # ex: linux/ps3 | |
115 | 8 CERIUM = /home/gongo/Cerium |
9 | |
10 CC = g++ | |
11 CFLAGS = -g -Wall -O9 | |
12 | |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |