view Renderer/Test/Makefile.def @ 992:1b018a00cd17

task/DataAllocate.cc is changed for fifo64.
author tkaito
date Mon, 11 Oct 2010 19:42:28 +0900
parents e622f27c2808
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