X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a5137d74ab4f665603d8c8c6518ad4464fc8917..170a35e36438a7afa91409367b6dd32dc46a9fde:/samples/scroll/Makefile.in diff --git a/samples/scroll/Makefile.in b/samples/scroll/Makefile.in index 7a2e94e208..53529d2bd4 100644 --- a/samples/scroll/Makefile.in +++ b/samples/scroll/Makefile.in @@ -9,12 +9,15 @@ # # Makefile for scroll example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. +program_dir = samples/scroll PROGRAM=scroll -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)