]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/printing/Makefile.in
redefined TRUE and FALSE to be of type bool
[wxWidgets.git] / samples / printing / Makefile.in
index b5c0d51ace9936dbfe1f5e4273703b741d6ce3b8..ae76c2a11aae71db51e71ebfb4a2be98342853ef 100644 (file)
@@ -9,12 +9,15 @@
 #
 # Makefile for printing example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/printing
 
 PROGRAM=printing
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)