view example/task_queue/Makefile.def @ 540:c5a411c19e7e

merge
author tkaito@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 21 Oct 2009 20:02:23 +0900
parents 9522c376a9fe
children 19c6cdeb23d6
line wrap: on
line source

TARGET = task_queue

# include/library path
# ex: macosx
#CERIUM = /Users/gongo/Source/Cerium

# ex: linux/ps3
CERIUM = ../../../Cerium

CC      = g++
CFLAGS  = -g -Wall -O9

INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
LIBS = -L${CERIUM}/TaskManager