Mercurial > hg > Members > kono > Cerium
view example/get_segment/Makefile.def @ 958:58ff7b6fdbce
add freeOnce()
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 04 Aug 2010 17:42:36 +0900 |
parents | 5710e5be29d6 |
children |
line wrap: on
line source
TARGET = mainMem # 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