]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/about/Makefile.in
make wxArtProvider pure virtual (I was not so on
[wxWidgets.git] / samples / html / about / Makefile.in
index bb935c9cd9ac92fbf84253e5b0cf5cd84a477474..4a3551d16e18c46ba56680b0c7eeb2f52f285f44 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Makefile for html about example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../../..
 program_dir = samples/html/about
 
@@ -18,7 +18,9 @@ DATAFILES = data/about.htm data/logo.png
 
 PROGRAM=about
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)