view example/renew_task/Makefile.def @ 1587:ca2e037e30b6 draft

eraser binaryfile
author Masa <e085726@ie.u-ryukyu.ac.jp>
date Sun, 31 Mar 2013 20:44:05 +0900
parents c29b7163d6d9
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