]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/printing/Makefile.in
allow choosing language from the command line; small cleanup
[wxWidgets.git] / samples / printing / Makefile.in
index 83c5c2b65ad74d0bab803bae6095176627de2312..ae76c2a11aae71db51e71ebfb4a2be98342853ef 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
 
+@IF_GNU_MAKE@-include $(DEPFILES)