diff TaskManager/Test/test_render/Makefile.linux @ 221:0b0e0f323742 draft

Cameraの設定、Makefile 修正
author gongo@gendarme.local
date Tue, 10 Feb 2009 01:47:12 +0900
parents 62d76597d6a2
children 7c1f0cd70d7a
line wrap: on
line diff
--- a/TaskManager/Test/test_render/Makefile.linux	Mon Feb 09 21:58:45 2009 +0900
+++ b/TaskManager/Test/test_render/Makefile.linux	Tue Feb 10 01:47:12 2009 +0900
@@ -32,6 +32,10 @@
 debug: $(TARGET)
 	sudo ppu-gdb ./$(TARGET) 
 
+depend:
+	$(RM) depend.inc
+	$(CC) -MM -MG $(INCLUDE) $(CFLAGS) $(SRCS) $(TASK_SRCS) > depend.inc
+
 clean:
 	rm -f $(TARGET) $(OBJS) $(TASK_OBJS)
 	rm -f *~ \#*
\ No newline at end of file