diff Renderer/Test/Makefile.macosx @ 730:8bf398bf2a8a

property_test fix
author admin@yin.cr.ie.u-ryukyu.ac.jp
date Tue, 22 Dec 2009 18:16:59 +0900
parents f4739a3c9938
children 4455e7b0caf3
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx	Mon Dec 21 19:15:24 2009 +0900
+++ b/Renderer/Test/Makefile.macosx	Tue Dec 22 18:16:59 2009 +0900
@@ -10,7 +10,9 @@
 .cc.o:
 	$(CC) $(CFLAGS)  -c $< -o $@
 
-ALL =  ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum send_linda dynamic writer chain_old SgRootChange 
+ALL =  ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum property_test send_linda dynamic writer chain_old SgRootChange 
+oFLAGS=-g -O2
+CFLAGt=-g -O2
 all: $(ALL)
 
 BALL_BOUND_OBJ = ball_bound.o
@@ -53,6 +55,10 @@
 vacuum : $(VACUUM_OBJ) 
 	$(CC) -o $@ $?    $(LIBS)
 
+PROPERTY_OBJ = property_test.o
+property_test : $(PROPERTY_OBJ)
+	$(CC) -o $@ $?    $(LIBS)
+
 DYNAMIC_OBJ = dynamic_create.o 
 dynamic : $(DYNAMIC_OBJ) 
 	$(CC) -o $@ $?    $(LIBS)