]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/Makefile.in
Correction for 'protected' compiler error
[wxWidgets.git] / samples / image / Makefile.in
index 043239a72a9fd1bd2d6f39503c2d368ecfdc5264..3cf0907803b5fb912e2d86e111e40b0bf053b357 100644 (file)
@@ -9,14 +9,18 @@
 #
 # Makefile for image example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/image
 
-VPATH = :$(top_srcdir)/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)