X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/549c6f67f9181e3ad8abfffa8c0c6cdd7ec49e5a..7abe18c2ac0c9527e57417909880670201c325d9:/samples/scroll/Makefile.in?ds=sidebyside diff --git a/samples/scroll/Makefile.in b/samples/scroll/Makefile.in index ccde687e65..53529d2bd4 100644 --- a/samples/scroll/Makefile.in +++ b/samples/scroll/Makefile.in @@ -9,14 +9,15 @@ # # Makefile for scroll example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. - -VPATH = :$(top_srcdir)/samples/scroll +program_dir = samples/scroll PROGRAM=scroll -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)