changeset 32246:0b768ab74183

Use generated dependency information files for tools and tests.
author diego
date Mon, 20 Sep 2010 20:55:10 +0000
parents f0cbf9ca48bc
children 9578a8357268
files Makefile
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Sep 20 20:48:35 2010 +0000
+++ b/Makefile	Mon Sep 20 20:55:10 2010 +0000
@@ -1031,6 +1031,8 @@
 TESTS += loader/qtx/list loader/qtx/qtxload
 endif
 
+TESTS_DEP_FILES = $(addsuffix .d,$(TESTS))
+
 tests: $(addsuffix $(EXESUF),$(TESTS))
 
 testsclean:
@@ -1044,6 +1046,8 @@
 
 ALLTOOLS = $(TOOLS) TOOLS/bmovl-test TOOLS/vfw2menc
 
+TOOLS_DEP_FILES = $(addsuffix .d,$(ALLTOOLS))
+
 tools: $(addsuffix $(EXESUF),$(TOOLS))
 alltools: $(addsuffix $(EXESUF),$(ALLTOOLS))
 
@@ -1151,7 +1155,7 @@
 
 
 
--include $(DEP_FILES) $(DRIVER_DEP_FILES)
+-include $(DEP_FILES) $(DRIVER_DEP_FILES) $(TESTS_DEP_FILES) $(TOOLS_DEP_FILES)
 
 .PHONY: all doxygen *install* *tools drivers dhahelper*
 .PHONY: checkheaders *clean tests