comparison example/task_queue/Makefile.def @ 0:04e28d8d3c6f

first commit
author Daiki KINJYO <e085722@ie.u-ryukyu.ac.jp>
date Mon, 08 Nov 2010 01:23:25 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:04e28d8d3c6f
1 TARGET = task_queue
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++
11 CFLAGS = -g -Wall #-O9
12
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
14 LIBS = -L${CERIUM}/TaskManager