X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1683d38998df9b7a03486ec11bfc46833de91c5..67d947ba89b176c05c7707f44e4381bdef0f21c8:/samples/mdi/Makefile.in?ds=sidebyside diff --git a/samples/mdi/Makefile.in b/samples/mdi/Makefile.in index 80dc8e0dd8..80f8d9f7a1 100644 --- a/samples/mdi/Makefile.in +++ b/samples/mdi/Makefile.in @@ -9,13 +9,15 @@ # # Makefile for mdi example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/mdi PROGRAM=mdi -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)