X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1987af7e9f5685198b0c19e2326eebf7e56b7834..3b7bc64a2a4cef84b584fe531da17b15eb269689:/samples/menu/Makefile.in?ds=inline diff --git a/samples/menu/Makefile.in b/samples/menu/Makefile.in index 75b8753d7a..86345c00af 100644 --- a/samples/menu/Makefile.in +++ b/samples/menu/Makefile.in @@ -9,13 +9,15 @@ # # Makefile for minimal example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/menu PROGRAM=menu -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)