diff Renderer/Test/Makefile.cell @ 653:7a311860a76e draft

remove global variable "sgroot" , add SgChange.{cc, h} SgMain.cc SgRootChange.{cc, h}
author hiroki@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 25 Nov 2009 21:56:14 +0900
parents e112f38275d5
children 1afbdead7891 18d31d18a6b2
line wrap: on
line diff
--- a/Renderer/Test/Makefile.cell	Sat Nov 21 11:20:29 2009 +0900
+++ b/Renderer/Test/Makefile.cell	Wed Nov 25 21:56:14 2009 +0900
@@ -11,7 +11,7 @@
 .cc.o:
 	$(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@
 
-ALL =  ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic viewer
+ALL = ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic viewer SgRootChange
 all: $(ALL)
 
 speobject:
@@ -76,6 +76,10 @@
 viewer : $(VIEWER_OBJ) 
 	$(CC) -o $@ $?    $(LIBS)
 
+SG_CHANGE_OBJ = SgRootChange.o
+SgRootChange : $(SG_CHANGE_OBJ) 
+	   $(CC) -o $@ $?   $(LIBS)
+	
 debug: $(TARGET)
 	sudo ppu-gdb ./$(TARGET)