]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/text/Makefile.in
Tools
[wxWidgets.git] / samples / text / Makefile.in
index f0a4715d75fce27d7b630ac2d8915d756090ef30..23e2948bd580fce2e622cb25cfbf77b8610d70ca 100644 (file)
@@ -7,14 +7,17 @@
 #
 # "%W% %G%"
 #
-# Makefile for controls example (UNIX).
+# Makefile for text example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/text
 
-PROGRAM=controls
+PROGRAM=text
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)