Mercurial > hg > Members > kono > Cerium
comparison example/HelloWorld/Makefile.def @ 115:44e3bf914155
fix Makefile
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 13 Nov 2008 10:46:36 +0900 |
parents | 9d13524c7136 |
children | 0098b5ff0d11 1d8b8a4ac453 |
comparison
equal
deleted
inserted
replaced
114:9d13524c7136 | 115:44e3bf914155 |
---|---|
1 TARGET = hello | 1 TARGET = hello |
2 | 2 |
3 # include/library path | 3 # include/library path |
4 # ex: macosx | 4 # ex: macosx |
5 #CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium | 5 #CERIUM = /Users/gongo/Source/Cerium |
6 CERIUM = /Users/gongo/Source/Cerium | |
7 | 6 |
8 # ex: linux/ps3 | 7 # ex: linux/ps3 |
9 #CERIUM = /home/gongo/Game_project/Cerium | 8 CERIUM = /home/gongo/Cerium |
10 | |
11 | 9 |
12 CC = g++ | 10 CC = g++ |
13 CFLAGS = -g -Wall -O9 | 11 CFLAGS = -g -Wall -O9 |
14 | 12 |
15 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | 13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. |