Mercurial > hg > Game > Cerium
annotate example/Prime/Makefile.def @ 1171:d910c8377a09 draft
add prime example
author | Daichi TOMA <amothic@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 04 Jun 2011 17:26:14 +0900 |
parents | |
children | 898fdcf53c31 |
rev | line source |
---|---|
1171 | 1 TARGET = prime |
2 | |
3 # include/library path | |
4 # ex macosx | |
5 #CERIUM = /Users/gongo/Source/Cerium | |
6 | |
7 # ex linux/ps3 | |
8 CERIUM = ../../../Cerium | |
9 | |
10 CC = g++ -m32 | |
11 CFLAGS = -O9 -Wall | |
12 #CFLAGS = -g -Wall | |
13 | |
14 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
15 LIBS = -L${CERIUM}/TaskManager |