diff Renderer/Test/Makefile.macosx @ 858:fdc24fbeaedc

Renderer/Test/aquarium init
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Thu, 17 Jun 2010 02:36:21 +0900
parents 1e3b67117ad9
children 8323230d766b
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx	Thu Jun 10 23:21:51 2010 +0900
+++ b/Renderer/Test/Makefile.macosx	Thu Jun 17 02:36:21 2010 +0900
@@ -10,7 +10,7 @@
 .cc.o:
 	$(CC) $(CFLAGS)  -c $< -o $@
 
-ALL =  ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum property_test send_linda dynamic writer chain_old SgRootChange viewer
+ALL =  ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum property_test send_linda dynamic writer chain_old SgRootChange viewer aquarium
 
 oFLAGS=-g -O2
 CFLAGt=-g -O2
@@ -84,6 +84,10 @@
 viewer : $(VIEWER_OBJ) 
 	$(CC) -o $@ $?    $(LIBS)
 
+AQUARIUM_OBJ = aquarium.o
+aquarium : $(AQUARIUM_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
+
 
 run: $(TARGET)
 	sudo ./$(TARGET) -width 576 -height 384 -bpp 32