]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/Makefile.in
Further fixes to references
[wxWidgets.git] / samples / image / Makefile.in
index 0e42ca259ccc5e5c0f1dc694709b4eed075f27fa..3cf0907803b5fb912e2d86e111e40b0bf053b357 100644 (file)
@@ -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
+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)