X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1c7850d7ef46373adb98900223bbee4521a0bc4..08a092f9f4de6c80a2d43d4072c379ac84e6cc2f:/samples/printing/Makefile.in diff --git a/samples/printing/Makefile.in b/samples/printing/Makefile.in index b5c0d51ace..e6c7554631 100644 --- a/samples/printing/Makefile.in +++ b/samples/printing/Makefile.in @@ -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 +-include $(DEPFILES)