Mercurial > hg > Members > kono > Cerium
view example/HelloWorld/Makefile.def @ 638:671fca057ad3
hmmmm
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 19 Nov 2009 18:18:20 +0900 |
parents | ab866bc8a624 |
children | 0eed1fa290c1 |
line wrap: on
line source
TARGET = hello # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Cerium # ex linux/ps3 CERIUM = ../../../Cerium CC = g++ # -m64 CFLAGS = -g -Wall -O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager