X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1683d38998df9b7a03486ec11bfc46833de91c5..f03b9d4585c6b087330598205d7e1de5ac10592b:/samples/layout/Makefile.in diff --git a/samples/layout/Makefile.in b/samples/layout/Makefile.in index 9019372202..c2d781cc8c 100644 --- a/samples/layout/Makefile.in +++ b/samples/layout/Makefile.in @@ -9,13 +9,15 @@ # # Makefile for layout example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/layout PROGRAM=layout -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)