X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e2dfd37dcac4e8c155807de8e1ba222c3e83fb..d38e8d5f34262fa688cd0e5d397a2201978e5fa7:/samples/dragimag/Makefile.in diff --git a/samples/dragimag/Makefile.in b/samples/dragimag/Makefile.in index 1e8c6416bf..a43b4b5936 100644 --- a/samples/dragimag/Makefile.in +++ b/samples/dragimag/Makefile.in @@ -6,8 +6,11 @@ top_builddir = ../.. program_dir = samples/dragimag PROGRAM=dragimag +DATAFILES=backgrnd.png shape01.png shape02.png shape03.png -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)