added dependency handling to Makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-07-22 14:06:10 +00:00
parent 1297ecfe31
commit 8b2a4e0c1a
6 changed files with 19 additions and 8 deletions

View File

@@ -15,7 +15,9 @@ program_dir = demos/fractal
PROGRAM=fractal
OBJECTS=$(PROGRAM).o
OBJECTS =$(PROGRAM).o
DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)