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