view Renderer/Test/Makefile.def @ 904:e622f27c2808

[aquarium] Makefile update
author kazz
date Sat, 17 Jul 2010 15:09:48 +0900
parents bed529c55eda
children 6a80ca9a65d9
line wrap: on
line source


CERIUM = ../..

ABIBIT = 32
ABI =  -m$(ABIBIT)
CC      = g++
CFLAGS  = -g -Wall $(ABI) -O9   # -O -DDEBUG

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

PROTO = protoc
PROTODIR = ./protobuf
PROTOFLAGS = -I=$(PROTODIR) --cpp_out=./
PROTOLIBS = -lprotobuf