Mercurial > hg > Members > kono > Cerium
view example/many_task/Makefile.def @ 818:19c6cdeb23d6
too few template-parameter-lists
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 23 May 2010 10:55:25 +0900 |
parents | bde5f13adf10 |
children | f4d7cf77ec3d |
line wrap: on
line source
TARGET = sort # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium CERIUM = ../../../Cerium OPT = -O9 # OPT = -g CC = g++ CFLAGS = -Wall $(OPT) INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager