X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/79144b8a47e93d03d136fd39cd730060930dec77..67d947ba89b176c05c7707f44e4381bdef0f21c8:/samples/png/Makefile.in diff --git a/samples/png/Makefile.in b/samples/png/Makefile.in index ac72e6d715..f2c7ca353d 100644 --- a/samples/png/Makefile.in +++ b/samples/png/Makefile.in @@ -9,7 +9,7 @@ # # Makefile for PNG example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/png @@ -17,7 +17,9 @@ DATAFILES = julian.png paint16.png paint.png PROGRAM=pngdemo -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)