diff TaskManager/Test/test_render/Makefile.macosx @ 321:f64d75473f95

merge 317
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 10 Jun 2009 15:23:25 +0900
parents 7efc5ede2c03
children a18ded47c5dd
line wrap: on
line diff
--- a/TaskManager/Test/test_render/Makefile.macosx	Wed Jun 10 15:12:39 2009 +0900
+++ b/TaskManager/Test/test_render/Makefile.macosx	Wed Jun 10 15:23:25 2009 +0900
@@ -21,10 +21,10 @@
 .cpp.o:
 	$(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@
 
-all: $(TARGET)
+all: SGList.o $(TARGET)
 
-$(TARGET): SGList.o $(OBJS) $(TASK_OBJS)
-	$(CC) -o $@ SGList.o $(OBJS) $(TASK_OBJS) $(LIBS)
+$(TARGET): $(OBJS) $(TASK_OBJS)
+	$(CC) -o $@ $(OBJS) $(TASK_OBJS) $(LIBS)
 
 
 SGList.o: create_sg_list
@@ -52,4 +52,4 @@
 	rm -f *~ \#*
 	rm -f SGList.h SGList.cpp
 
--include depend.inc
\ No newline at end of file
+-include depend.inc