]> 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 49de1b97fdbb4a7395b93c288bcb5acc3d7bb416..4394020ccc5264ace4f402ef3718de9911f4389c 100644 (file)
@@ -9,14 +9,17 @@
 #
 # Makefile for drawing example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
-
-VPATH = :$(top_srcdir)/samples/drawing
+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)