Mercurial > hg > Members > kono > Cerium
annotate example/get_segment/Makefile.def @ 639:70c5c2d2eb24
fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 19 Nov 2009 18:45:24 +0900 |
parents | 0f3605d1ee73 |
children | bed529c55eda |
rev | line source |
---|---|
354 | 1 TARGET = mainMem |
2 | |
3 # include/library path | |
4 # ex: macosx | |
5 #CERIUM = /Users/gongo/Source/Cerium | |
6 | |
7 # ex: linux/ps3 | |
8 CERIUM = ../../../Cerium | |
9 | |
10 CC = g++ | |
440
0f3605d1ee73
fix get_segment exaple PPE task
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
354
diff
changeset
|
11 CFLAGS = -g -Wall # -O9 |
354 | 12 |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |