diff Renderer/Test/Makefile.macosx @ 565:2e1b6c5e4f8f

linda API
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 22 Oct 2009 23:45:05 +0900
parents b21a013051a2
children cc989924f469
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx	Thu Oct 22 23:07:16 2009 +0900
+++ b/Renderer/Test/Makefile.macosx	Thu Oct 22 23:45:05 2009 +0900
@@ -10,7 +10,7 @@
 .cc.o:
 	$(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@
 
-all: ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum
+all: ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum send_linda dynamic
 
 
 BALL_BOUND_OBJ = ball_bound.o
@@ -53,6 +53,14 @@
 vacuum : $(VACUUM_OBJ) 
 	$(CC) -o $@ $?    $(LIBS)
 
+DYNAMIC_OBJ = dynamic_create.o 
+dynamic : $(DYNAMIC_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
+
+SENDLINDA_OBJ = send_linda.o
+send_linda : $(SENDLINDA_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
+
 run: $(TARGET)
 	sudo ./$(TARGET) -width 576 -height 384 -bpp 32