diff Renderer/Test/Makefile.macosx @ 748:b7376415fa5f

TaskManager changeset 683, Renderer changeset 746
author hiroki
date Mon, 25 Jan 2010 18:01:19 +0900
parents 32a7260fad2f
children 10a8a80c2ea7
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx	Sun Dec 06 10:23:19 2009 +0900
+++ b/Renderer/Test/Makefile.macosx	Mon Jan 25 18:01:19 2010 +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
+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)
@@ -69,6 +75,11 @@
 chain_old : $(CHAIN_OBJ) 
 	$(CC) -o $@ $?    $(LIBS)
 
+SGCHANGE_OBJ = SgRootChange.o
+SgRootChange : $(SGCHANGE_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
+
+
 run: $(TARGET)
 	sudo ./$(TARGET) -width 576 -height 384 -bpp 32