X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8efa9e391fef95b760af6fc5ba6813c6487d5be..abb69c6c82d61cf18f14270650a68896a3d8ed47:/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)