]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/drawing/Makefile.in
fixes for programmatically deleting the find/replace dialog
[wxWidgets.git] / samples / drawing / Makefile.in
index 3ea05ff32cbb05b4822f6522cbce1f44e0218571..4394020ccc5264ace4f402ef3718de9911f4389c 100644 (file)
@@ -9,12 +9,17 @@
 #
 # Makefile for drawing example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/drawing
 
 PROGRAM=drawing
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
+
+DATAFILES=pat4.bmp pat35.bmp pat36.bmp image.bmp mask.bmp
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)