diff Renderer/Engine/Makefile.macosx @ 632:1e150f1de013 draft before_simple_task

sglist is now obsolete.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 18 Nov 2009 13:38:11 +0900
parents 278db3ca751d
children da1cec21f0c9
line wrap: on
line diff
--- a/Renderer/Engine/Makefile.macosx	Wed Nov 18 13:32:58 2009 +0900
+++ b/Renderer/Engine/Makefile.macosx	Wed Nov 18 13:38:11 2009 +0900
@@ -26,14 +26,6 @@
 $(TARGET) : $(OBJS) $(TASK_OBJS)
 	$(AR) crus $@ $(OBJS) $(TASK_OBJS) 
 
-# SGList.o: create_sg_list
-# 	$(CC) $(CFLAGS) $(INCLUDE) -c SGList.cc -o $@
-
-create_sg_list:
-	@if [ ! -f SGList.h ]; then \
-		cd tools/;\
-		./create_sglist.pl ../xml_file/*.xml;\
-	fi
 
 
 run: $(TARGET)