X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1c7850d7ef46373adb98900223bbee4521a0bc4..59840ba3b16e4baf3228dd79c6b7ae40b55cf488:/samples/printing/Makefile.in?ds=sidebyside diff --git a/samples/printing/Makefile.in b/samples/printing/Makefile.in index b5c0d51ace..ae76c2a11a 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 +@IF_GNU_MAKE@-include $(DEPFILES)