X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc1dbfc6403ef5f3b97e410c5e74f702a4809b93..973e686595825cd0359ef6e31858c8a0fc1a2cda:/samples/image/Makefile.in diff --git a/samples/image/Makefile.in b/samples/image/Makefile.in index 963a10a988..75a2c2f97b 100644 --- a/samples/image/Makefile.in +++ b/samples/image/Makefile.in @@ -9,15 +9,18 @@ # # 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 horse.pnm horse.tif smile.xbm +DATAFILES = horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm \ + horse.tif horse.xpm smile.xbm horse.cur horse.ico horse3.ani PROGRAM=image -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)