[MPlayer-cvslog] r32330 - trunk/Makefile

diego subversion at mplayerhq.hu
Mon Sep 20 22:55:10 CEST 2010


Author: diego
Date: Mon Sep 20 22:55:10 2010
New Revision: 32330

Log:
Use generated dependency information files for tools and tests.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Mon Sep 20 22:48:35 2010	(r32329)
+++ trunk/Makefile	Mon Sep 20 22:55:10 2010	(r32330)
@@ -1031,6 +1031,8 @@ ifdef ARCH_X86
 TESTS += loader/qtx/list loader/qtx/qtxload
 endif
 
+TESTS_DEP_FILES = $(addsuffix .d,$(TESTS))
+
 tests: $(addsuffix $(EXESUF),$(TESTS))
 
 testsclean:
@@ -1044,6 +1046,8 @@ endif
 
 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 @@ dhahelperwinclean:
 
 
 
--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


More information about the MPlayer-cvslog mailing list