X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8efa9e391fef95b760af6fc5ba6813c6487d5be..f03b9d4585c6b087330598205d7e1de5ac10592b:/samples/image/Makefile.in?ds=sidebyside diff --git a/samples/image/Makefile.in b/samples/image/Makefile.in index 0ed0d7bd3d..3cf0907803 100644 --- a/samples/image/Makefile.in +++ b/samples/image/Makefile.in @@ -9,12 +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 horse.xpm smile.xbm horse.cur horse.ico PROGRAM=image -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)