diff Renderer/Test/Makefile.macosx @ 563:b21a013051a2

all exmple on Mac OS X
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 22 Oct 2009 23:05:16 +0900
parents a5fda4e51498
children 2e1b6c5e4f8f
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx	Thu Oct 22 22:22:31 2009 +0900
+++ b/Renderer/Test/Makefile.macosx	Thu Oct 22 23:05:16 2009 +0900
@@ -10,7 +10,7 @@
 .cc.o:
 	$(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@
 
-all: ball_bound boss1_action direction gaplant
+all: ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum
 
 
 BALL_BOUND_OBJ = ball_bound.o
@@ -29,6 +29,29 @@
 gaplant : $(GAPLAN_OBJ) 
 	$(CC) -o $@ $?    $(LIBS)
 
+IESHOOT_OBJ = ieshoot.o
+ieshoot : $(IESHOOT_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
+
+NODE_OBJ = node.o
+node : $(NODE_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
+
+PANEL_OBJ = panel.o
+panel : $(PANEL_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
+
+UNIV_OBJ = universe.o
+universe : $(UNIV_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
+
+UNTITLED_OBJ = untitled.o
+untitled : $(UNTITLED_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
+
+VACUUM_OBJ = vacuum.o cube.o game_over.o title.o
+vacuum : $(VACUUM_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
 
 run: $(TARGET)
 	sudo ./$(TARGET) -width 576 -height 384 -bpp 32