X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8efa9e391fef95b760af6fc5ba6813c6487d5be..3f38e38ba5d6e3c433596e404d44060e60e6dd28:/samples/minimal/Makefile.in diff --git a/samples/minimal/Makefile.in b/samples/minimal/Makefile.in index d005a1ee85..7c63b14e74 100644 --- a/samples/minimal/Makefile.in +++ b/samples/minimal/Makefile.in @@ -9,12 +9,15 @@ # # Makefile for minimal example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. +program_dir = samples/minimal PROGRAM=minimal -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)