]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/text/Makefile.in
always let the multiline text control process the Enter key presses
[wxWidgets.git] / samples / text / Makefile.in
index 2e60e993ee28ef144bb1140ed476b2d6e9a297ed..4fb7723ea2323c233f94735514f82473dabff8bf 100644 (file)
@@ -13,11 +13,11 @@ top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/text
 
-DATAFILES = text.rc
-
 PROGRAM=text
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)