]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/config/Makefile.in
info about removal of wxhtml.rc
[wxWidgets.git] / samples / config / Makefile.in
index f3f1c9790467e69ad62b53f408d20c1a486e5d90..29dbd5df867c588c88fa4f609b3d345964f47c68 100644 (file)
@@ -9,13 +9,15 @@
 #
 # Makefile for config example (UNIX).
 
 #
 # Makefile for config example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/config
 
 PROGRAM=conftest
 
 top_builddir = ../..
 program_dir = samples/config
 
 PROGRAM=conftest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)