Mercurial > hg > Game > Cerium
view Renderer/Test/Makefile.def @ 1479:163220e54cc0 draft
remove hard code for TaskLog
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 24 Jul 2012 17:15:15 +0900 |
parents | 3778a1eda68d |
children | 4443d59a8210 |
line wrap: on
line source
CERIUM = ../.. ABIBIT = 64 ABI = -m$(ABIBIT) CC = g++ #CFLAGS = -Wall $(ABI) -g CFLAGS = -Wall $(ABI) -O9 #-g # -O -DDEBUG ALL = collision_effect collada motion_man ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum send_linda dynamic writer chain_old viewer viewer_2 # SgRootChange PBCMD = aquarium init_aquarium network test_linda # property_test all: $(ALL) pb: $(PBCMD) 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