]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dnd/Makefile.in
always let the multiline text control process the Enter key presses
[wxWidgets.git] / samples / dnd / Makefile.in
index 880af4d078d1f37fc783a3e5896d97b8cb6d9808..c7a61d914684d677eaaba3ee6dea85a268741476 100644 (file)
@@ -9,14 +9,17 @@
 #
 # Makefile for dnd example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/dnd
 
-VPATH = :$(top_srcdir)/samples/dnd
+DATAFILES=julian.png dnd.wxr
 
 PROGRAM=dnd
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)