annotate example/HelloWorld/Makefile.def @ 898:302ebfc75a79 draft

merge
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 16 Jul 2010 19:00:49 +0900
parents aefb5ee6fcd0
children cc1e2b83a764
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
1 TARGET = hello
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
2
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
3 # include/library path
619
278db3ca751d RenewTask removal
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 275
diff changeset
4 # ex macosx
115
d9ea79aac04f fix Makefile
gongo@charles.cr.ie.u-ryukyu.ac.jp
parents: 114
diff changeset
5 #CERIUM = /Users/gongo/Source/Cerium
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
6
619
278db3ca751d RenewTask removal
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 275
diff changeset
7 # ex linux/ps3
253
0c9c9906d777 usr_help_str is nessesary for example
tkaito@localhost.localdomain
parents: 115
diff changeset
8 CERIUM = ../../../Cerium
114
442cbf594017 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
9
652
aefb5ee6fcd0 fix on Mac OS X
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 626
diff changeset
10 CC = g++ -m32
114
442cbf594017 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
11 CFLAGS = -g -Wall -O9
442cbf594017 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
12
442cbf594017 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
442cbf594017 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
14 LIBS = -L${CERIUM}/TaskManager