Mercurial > hg > Members > kono > Cerium
view example/get_segment/Makefile.def @ 884:7c5a30983efa
obj_move fix
author | tkaito |
---|---|
date | Mon, 12 Jul 2010 04:12:13 +0900 |
parents | 0f3605d1ee73 |
children | bed529c55eda |
line wrap: on
line source
TARGET = mainMem # include/library path # ex: macosx #CERIUM = /Users/gongo/Source/Cerium # ex: linux/ps3 CERIUM = ../../../Cerium CC = g++ CFLAGS = -g -Wall # -O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager