X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1683d38998df9b7a03486ec11bfc46833de91c5..8366ae934aab9f835747b0c2e456231e8795fe78:/samples/html/printing/Makefile.in diff --git a/samples/html/printing/Makefile.in b/samples/html/printing/Makefile.in index 133be35a8d..01761a8fe4 100644 --- a/samples/html/printing/Makefile.in +++ b/samples/html/printing/Makefile.in @@ -9,14 +9,17 @@ # # Makefile for html printing example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../../.. +program_dir = samples/html/printing -VPATH = :$(top_srcdir)/samples/html/printing +DATAFILES = test.htm PROGRAM=printing -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../../src/makeprog.env +-include $(DEPFILES)