Mercurial > hg > Members > kono > Cerium
annotate example/HelloWorld/Makefile.def @ 619:0decff4e867b
RenewTask removal
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 15 Nov 2009 02:02:30 +0900 |
parents | 3e9c0039e15c |
children | 60aa3f241b10 |
rev | line source |
---|---|
109 | 1 TARGET = hello |
2 | |
3 # include/library path | |
619 | 4 # ex macosx |
115 | 5 #CERIUM = /Users/gongo/Source/Cerium |
109 | 6 |
619 | 7 # ex linux/ps3 |
253
1d8b8a4ac453
usr_help_str is nessesary for example
tkaito@localhost.localdomain
parents:
115
diff
changeset
|
8 CERIUM = ../../../Cerium |
114 | 9 |
619 | 10 CC = g++ -m32 |
114 | 11 CFLAGS = -g -Wall -O9 |
12 | |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |