Mercurial > hg > Game > Cerium
annotate example/get_segment/Makefile.def @ 1407:976f7b77f0bf draft
fix Makefile
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 17 Feb 2012 17:42:50 +0900 |
parents | c95d9b86bf1f |
children | 8ff6aa0c311d |
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 |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |