X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3fd528b939f44c0e0535fc5f3aff40989fb67a45..2adfb497e666354303ea6bb0e468f1e53811ad55:/samples/resource/Makefile.in diff --git a/samples/resource/Makefile.in b/samples/resource/Makefile.in index 853932a116..f761a0b7e6 100644 --- a/samples/resource/Makefile.in +++ b/samples/resource/Makefile.in @@ -9,13 +9,15 @@ # # Makefile for resource example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/resource PROGRAM=resource -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)