X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/549c6f67f9181e3ad8abfffa8c0c6cdd7ec49e5a..c48792de4abe190910c0cb212c5df44d2ef87a7e:/samples/mdi/Makefile.in diff --git a/samples/mdi/Makefile.in b/samples/mdi/Makefile.in index 148d0aa9b1..e9e1e6047a 100644 --- a/samples/mdi/Makefile.in +++ b/samples/mdi/Makefile.in @@ -9,14 +9,15 @@ # # Makefile for mdi example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. - -VPATH = :$(top_srcdir)/samples/mdi +program_dir = samples/mdi PROGRAM=mdi -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)