]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/Makefile.in
fixed a crash in socket server test and added quit command to the server
[wxWidgets.git] / samples / image / Makefile.in
index 0ed0d7bd3de4da250865a14df225ea6e2c0906a6..75a2c2f97b87c5f9ebd5e32a5a229c39955de6c2 100644 (file)
@@ -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 horse3.ani
 
 PROGRAM=image
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)