annotate example/hello_array/Makefile.def @ 998:ad5232ad4952

add fb_test, minor fix
author yutaka@localhost.localdomain
date Fri, 15 Oct 2010 02:13:55 +0900
parents 71a58131b2c0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
733
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
1 TARGET = hello
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
2
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
3 # include/library path
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
4 # ex macosx
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
5 #CERIUM = /Users/gongo/Source/Cerium
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
6
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
7 # ex linux/ps3
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
8 CERIUM = ../../../Cerium
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
9
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
10 CC = g++
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
11 OPT = -g
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
12 CFLAGS = -Wall $(OPT)
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
13
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
14 ABIBIT = 32
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
15
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
16 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
71a58131b2c0 add array sample helloworld
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
17 LIBS = -L${CERIUM}/TaskManager