X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8efa9e391fef95b760af6fc5ba6813c6487d5be..c74d8df09d0c0e182cb2063cc4cc546de3a00fae:/samples/mdi/Makefile.in diff --git a/samples/mdi/Makefile.in b/samples/mdi/Makefile.in index b3ec46662b..e9e1e6047a 100644 --- a/samples/mdi/Makefile.in +++ b/samples/mdi/Makefile.in @@ -9,12 +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 +-include $(DEPFILES)