Mercurial > hg > Members > kono > Cerium
annotate example/basic/Makefile.def @ 220:29e338dbc280
fix
author | gongo@localhost.localdomain |
---|---|
date | Mon, 09 Feb 2009 21:58:45 +0900 |
parents | 44e3bf914155 |
children | 465a871f4c07 |
rev | line source |
---|---|
109 | 1 TARGET = twice |
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 |