comparison Renderer/Test/Makefile.macosx @ 974:d1700a13513f

add OSC demo
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Fri, 01 Oct 2010 18:52:13 +0900
parents 1a5de2a29987
children 22d7263cec2d
comparison
equal deleted inserted replaced
972:d093d601fc14 974:d1700a13513f
11 $(CC) $(CFLAGS) -c $< -o $@ 11 $(CC) $(CFLAGS) -c $< -o $@
12 12
13 %.pb.cc: $(PROTODIR)/%.proto 13 %.pb.cc: $(PROTODIR)/%.proto
14 $(PROTO) $(PROTOFLAGS) $< 14 $(PROTO) $(PROTOFLAGS) $<
15 15
16 ALL = ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum property_test send_linda dynamic writer chain_old SgRootChange viewer aquarium init_aquarium test_linda 16 ALL = ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum property_test send_linda dynamic writer chain_old SgRootChange viewer aquarium network init_aquarium test_linda
17 17
18 oFLAGS=-g -O2 18 oFLAGS=-g -O2
19 CFLAGt=-g -O2 19 CFLAGt=-g -O2
20 all: $(ALL) 20 all: $(ALL)
21 21
89 89
90 AQUARIUM_OBJ = aquarium.pb.o aquarium.o 90 AQUARIUM_OBJ = aquarium.pb.o aquarium.o
91 aquarium : $(AQUARIUM_OBJ) 91 aquarium : $(AQUARIUM_OBJ)
92 $(CC) -o $@ $? $(LIBS) $(PROTOLIBS) 92 $(CC) -o $@ $? $(LIBS) $(PROTOLIBS)
93 93
94 NETWORK_OBJ = network_game.pb.o network.o
95 network : $(NETWORK_OBJ)
96 $(CC) -o $@ $? $(LIBS) $(PROTOLIBS)
97
94 INIT_AQUARIUM_OBJ = aquarium.pb.o init_aquarium.o 98 INIT_AQUARIUM_OBJ = aquarium.pb.o init_aquarium.o
95 init_aquarium : $(INIT_AQUARIUM_OBJ) 99 init_aquarium : $(INIT_AQUARIUM_OBJ)
96 $(CC) -o $@ $? $(LIBS) $(PROTOLIBS) 100 $(CC) -o $@ $? $(LIBS) $(PROTOLIBS)
97 101
98 TEST_LINDA_OBJ = aquarium.pb.o test_linda.o 102 TEST_LINDA_OBJ = aquarium.pb.o test_linda.o