Mercurial > hg > Game > Cerium
annotate example/mainMem/Makefile.def @ 1221:2a4ba6366394 draft
fix CellDmaManager
author | Daichi TOMA <amothic@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 23 Jul 2011 07:16:53 +0900 |
parents | a0cfe7b28882 |
children |
rev | line source |
---|---|
312 | 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 | |
721 | 9 ABIBIT = 32 |
312 | 10 |
11 CC = g++ | |
721 | 12 CFLAGS = -g -Wall -O9 -m$(ABIBIT) |
312 | 13 |
14 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
15 LIBS = -L${CERIUM}/TaskManager |