]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/Makefile.in
fix reference to obsolete b32univ file
[wxWidgets.git] / samples / image / Makefile.in
index d9a5d10501374ea3132dec8cebad1a3b7ce11aa5..75a2c2f97b87c5f9ebd5e32a5a229c39955de6c2 100644 (file)
@@ -13,11 +13,14 @@ 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)