Mercurial > hg > Game > Cerium
view example/many_task/Makefile.def @ 932:53ad3a61b40b draft
sort test (add swap())
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 31 Jul 2010 00:57:46 +0900 |
parents | 07351a5a51c9 |
children | 7823233584da |
line wrap: on
line source
TARGET = sort # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium CERIUM = ../../../Cerium OPT = -g -O9 # OPT = -g CC = g++ CFLAGS = -DUSE_SIMPLE_TASK -Wall $(OPT) # CFLAGS = -Wall $(OPT) INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager