]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/printing/Makefile.in
added new text event macros description
[wxWidgets.git] / samples / printing / Makefile.in
index 83c5c2b65ad74d0bab803bae6095176627de2312..e6c755463144aaaa10f0d9275c4694e77b3d8d6d 100644 (file)
@@ -9,13 +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
 
+-include $(DEPFILES)