Mercurial > hg > Members > kono > Cerium
view example/renew_task/Makefile.def @ 953:8b073ba2384f
remove unused file
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 02 Aug 2010 22:16:48 +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