Mercurial > hg > Game > Cerium
annotate example/get_segment/Makefile.def @ 2050:26dd777ba95d draft
add User API
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 28 Jan 2016 15:43:36 +0900 |
parents | 8ff6aa0c311d |
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 |