Mercurial > hg > Game > Cerium
annotate example/many_task/Makefile.def @ 356:5b995810b86a draft
merge heads
author | aaa |
---|---|
date | Fri, 17 Jul 2009 15:04:02 +0900 (2009-07-17) |
parents | cfd20d609ace 77a136420f36 |
children | 07351a5a51c9 |
rev | line source |
---|---|
109 | 1 TARGET = sort |
2 | |
3 # include/library path | |
291 | 4 # ex macosx |
217 | 5 #CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium |
109 | 6 |
256 | 7 CERIUM = ../../../Cerium |
8 | |
9 CC = g++ | |
10 CFLAGS = -g -Wall -O9 | |
11 | |
12 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
13 LIBS = -L${CERIUM}/TaskManager |