X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ecab4dba7d33782458d7cc8b91c981d03d7b9e37..c6ebc32af0bd65527ab148d512dfdd67f3fcbd0a:/samples/scrollsub/Makefile.in diff --git a/samples/scrollsub/Makefile.in b/samples/scrollsub/Makefile.in index b3c334a75e..7d493dd346 100644 --- a/samples/scrollsub/Makefile.in +++ b/samples/scrollsub/Makefile.in @@ -9,13 +9,15 @@ # # Makefile for scrollsub example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/scrollsub PROGRAM=scrollsub -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)