annotate example/HelloWorld/Makefile.def @ 253:1d8b8a4ac453

usr_help_str is nessesary for example
author tkaito@localhost.localdomain
date Wed, 03 Jun 2009 14:32:41 +0900
parents 44e3bf914155
children f872cc000fe0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
1 TARGET = hello
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
2
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
3 # include/library path
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
4 # ex: macosx
115
44e3bf914155 fix Makefile
gongo@charles.cr.ie.u-ryukyu.ac.jp
parents: 114
diff changeset
5 #CERIUM = /Users/gongo/Source/Cerium
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
6
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
7 # ex: linux/ps3
253
1d8b8a4ac453 usr_help_str is nessesary for example
tkaito@localhost.localdomain
parents: 115
diff changeset
8 CERIUM = ../../../Cerium
114
9d13524c7136 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
9
9d13524c7136 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
10 CC = g++
9d13524c7136 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
11 CFLAGS = -g -Wall -O9
9d13524c7136 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
12
9d13524c7136 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
9d13524c7136 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
14 LIBS = -L${CERIUM}/TaskManager