Mercurial > hg > Members > kono > Cerium
view example/hello_array/Makefile.def @ 733:71a58131b2c0
add array sample helloworld
author | yutaka@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 24 Dec 2009 05:01:12 +0900 |
parents | |
children |
line wrap: on
line source
TARGET = hello # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Cerium # ex linux/ps3 CERIUM = ../../../Cerium CC = g++ OPT = -g CFLAGS = -Wall $(OPT) ABIBIT = 32 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager