]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/zip/Makefile.in
Bitmap updates
[wxWidgets.git] / samples / html / zip / Makefile.in
index 76297fbd3eadfb8d169301639ec57269286ea2b8..7bd08580b467b77bb3ec62aa66aa94f5af97c0a3 100644 (file)
@@ -9,15 +9,17 @@
 #
 # Makefile for html zip example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../../..
 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
 
+@IF_GNU_MAKE@-include $(DEPFILES)