]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/zip/Makefile.in
added dependency handling to Makefiles
[wxWidgets.git] / samples / html / zip / Makefile.in
index 25041a89267745a51de496ffc1e4e576213eabd8..c88cd40105ad86fc54be8211f7d42e51520c47cb 100644 (file)
@@ -15,9 +15,11 @@ program_dir = samples/html/zip
 
 PROGRAM=zip
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 DATAFILES=pages.zip start.htm
 
 include ../../../src/makeprog.env
 
+-include $(DEPFILES)