comparison 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
comparison
equal deleted inserted replaced
732:74aa6649dcb6 733:71a58131b2c0
1 TARGET = hello
2
3 # include/library path
4 # ex macosx
5 #CERIUM = /Users/gongo/Source/Cerium
6
7 # ex linux/ps3
8 CERIUM = ../../../Cerium
9
10 CC = g++
11 OPT = -g
12 CFLAGS = -Wall $(OPT)
13
14 ABIBIT = 32
15
16 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
17 LIBS = -L${CERIUM}/TaskManager