diff Renderer/Test/Makefile.macosx @ 919:1a5de2a29987

add linda_test
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Mon, 26 Jul 2010 00:37:26 +0900
parents e622f27c2808
children d1700a13513f
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx	Sat Jul 17 15:09:48 2010 +0900
+++ b/Renderer/Test/Makefile.macosx	Mon Jul 26 00:37:26 2010 +0900
@@ -13,7 +13,7 @@
 %.pb.cc: $(PROTODIR)/%.proto
 	$(PROTO) $(PROTOFLAGS) $<
 
-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
+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
 
 oFLAGS=-g -O2
 CFLAGt=-g -O2
@@ -95,6 +95,10 @@
 init_aquarium : $(INIT_AQUARIUM_OBJ)
 	$(CC) -o $@ $? $(LIBS) $(PROTOLIBS)
 
+TEST_LINDA_OBJ = aquarium.pb.o test_linda.o
+test_linda : $(TEST_LINDA_OBJ)
+	$(CC) -o $@ $? $(LIBS) $(PROTOLIBS)
+
 run: $(TARGET)
 	sudo ./$(TARGET) -width 576 -height 384 -bpp 32