X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6809ee4b8eb48911f946bad77458fbf1a47f45be..594f0f5bf1355fb8d58f403d3ebacc1c1767c429:/utils/makegen/templates/Makefile.in?ds=sidebyside diff --git a/utils/makegen/templates/Makefile.in b/utils/makegen/templates/Makefile.in index 409d0eda73..248fd4f13b 100644 --- a/utils/makegen/templates/Makefile.in +++ b/utils/makegen/templates/Makefile.in @@ -1,13 +1,15 @@ # Purpose: makefile for #NAME example (UNIX). # Created: #DATE -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/#NAME PROGRAM=#NAME OBJECTS=$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $DEPFILES)