view example/renew_task/Makefile.def @ 451:95dbf6bd8cd9

tag fixed... test_nogl move
author kazz@henri.cr.ie.u-ryukyu.ac.jp
date Fri, 25 Sep 2009 22:44:37 +0900
parents af07173af3f4
children
line wrap: on
line source

TARGET = renew_task

# 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