Mercurial > hg > Game > Cerium
annotate example/dependency_task/Makefile.def @ 1130:5addc6c1d5c4 draft
fix.
author | root@dolphins.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Sun, 13 Feb 2011 22:34:44 +0900 |
parents | 29355ae40e6c |
children |
rev | line source |
---|---|
109 | 1 TARGET = dependency |
2 | |
3 # include/library path | |
4 # ex: macosx | |
115 | 5 #CERIUM = /Users/gongo/Source/Cerium |
109 | 6 |
7 # ex: linux/ps3 | |
258 | 8 CERIUM = ../../../Cerium |
115 | 9 |
649 | 10 ABIBIT=32 |
11 | |
12 CC = g++ -m$(ABIBIT) | |
1015 | 13 CFLAGS = -g -Wall #-O9 |
115 | 14 |
15 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
16 LIBS = -L${CERIUM}/TaskManager |