forked from mia/Aegisub
Include dependency files into the Makefiles. This gives us dep tracking for headers.
Originally committed to SVN as r5162.
This commit is contained in:
parent
0d6edabbdc
commit
03ca62df22
8 changed files with 9 additions and 3 deletions
|
@ -48,3 +48,4 @@ HEADERS = \
|
|||
|
||||
|
||||
include ../Makefile.target
|
||||
-include */*.d
|
||||
|
|
|
@ -21,3 +21,4 @@ SRC = \
|
|||
HEADER = *.h
|
||||
|
||||
include ../Makefile.target
|
||||
-include *.d
|
||||
|
|
|
@ -26,6 +26,5 @@ HEADER = \
|
|||
include/*.h
|
||||
|
||||
include ../Makefile.target
|
||||
|
||||
|
||||
-include src/core/*.d
|
||||
|
||||
|
|
|
@ -55,3 +55,4 @@ HEADER = \
|
|||
include/*.h
|
||||
|
||||
include ../Makefile.target
|
||||
-include *.d
|
||||
|
|
|
@ -276,4 +276,4 @@ EXTRA_DIST= \
|
|||
bitmaps/windows/icon.ico
|
||||
|
||||
include ../Makefile.target
|
||||
|
||||
-include *.d
|
||||
|
|
|
@ -31,3 +31,4 @@ SRC += \
|
|||
HEADER = *.h
|
||||
|
||||
include ../../Makefile.target
|
||||
-include *.d
|
||||
|
|
|
@ -36,3 +36,4 @@ CLEANFILES= \
|
|||
default_config.h
|
||||
|
||||
include ../../Makefile.target
|
||||
-include *.d
|
||||
|
|
|
@ -41,3 +41,5 @@ EXTRA_DIST = \
|
|||
JISFreq.tab
|
||||
|
||||
include ../Makefile.target
|
||||
-include *.d
|
||||
|
||||
|
|
Loading…
Reference in a new issue