diff Renderer/Test/Makefile.cell @ 589:e112f38275d5 draft

add viwer.cc
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 30 Oct 2009 18:39:12 +0900
parents d2183b72251f
children 7a311860a76e
line wrap: on
line diff
--- a/Renderer/Test/Makefile.cell	Sat Oct 24 16:11:08 2009 +0900
+++ b/Renderer/Test/Makefile.cell	Fri Oct 30 18:39:12 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
+ALL =  ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic viewer
 all: $(ALL)
 
 speobject:
@@ -72,6 +72,10 @@
 dynamic : $(DYNAMIC_OBJ) 
 	$(CC) -o $@ $?    $(LIBS)
 
+VIEWER_OBJ = viewer.o 
+viewer : $(VIEWER_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
+
 debug: $(TARGET)
 	sudo ppu-gdb ./$(TARGET)