view Makefile.def @ 19:00c3272a801f

fix.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Sun, 26 Dec 2010 18:57:08 +0900
parents 927401604461
children 2c85322348cf
line wrap: on
line source

# include/library path
# ex  macosx

# ex  linux/ps3
CERIUM = ../Cerium

ABIBIT = 32
ABI = -m$(ABIBIT)
CC      = g++
OPT = -g
CFLAGS  =  -Wall $(OPT) $(ABI)


INCLUDE = -I. -I.. -I${CERIUM}/include/TaskManager -I$(CERIUM)/Renderer/Engine -I$(CERIUM)/include/Cerium
LIBS = -L${CERIUM}/TaskManager -L$(CERIUM)/Renderer/Engine
TOOL = $(CERIUM)/bin