X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6cc24024d67eb04ee9da7639c8c6dce40cf644fb..be71e18af4e329233714e2e0b59049ef6b3c606d:/samples/image/Makefile.in?ds=inline diff --git a/samples/image/Makefile.in b/samples/image/Makefile.in index 0e42ca259c..a492da3329 100644 --- a/samples/image/Makefile.in +++ b/samples/image/Makefile.in @@ -9,15 +9,17 @@ # # Makefile for image example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/image -DATAFILES = horse.png horse.jpg horse.bmp horse.gif horse.pcx +DATAFILES = horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse.tif horse.xpm smile.xbm PROGRAM=image -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)