Mercurial > hg > Game > Cerium
annotate example/get_segment/Makefile.def @ 2043:8ff6aa0c311d draft
Refine example get_segment
author | Shin,ichi Uehara |
---|---|
date | Mon, 23 Mar 2015 18:31:58 +0900 |
parents | c95d9b86bf1f |
children |
rev | line source |
---|---|
354 | 1 TARGET = mainMem |
2 | |
3 # include/library path | |
895
b662e9dd26b0
add alignment of classes in SPU
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
440
diff
changeset
|
4 # ex macosx |
354 | 5 #CERIUM = /Users/gongo/Source/Cerium |
6 | |
895
b662e9dd26b0
add alignment of classes in SPU
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
440
diff
changeset
|
7 # ex linux/ps3 |
354 | 8 CERIUM = ../../../Cerium |
9 | |
10 CC = g++ | |
905 | 11 CFLAGS = -g -Wall -O9 |
354 | 12 |
2043 | 13 INCLUDE = -I. -I${CERIUM}/include/TaskManager -I.. |
354 | 14 LIBS = -L${CERIUM}/TaskManager |