]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/text/Makefile.in
fix reference to obsolete b32univ file
[wxWidgets.git] / samples / text / Makefile.in
index 5030837fae5597241993f2d0fe9017c1ebb63ed2..4fb7723ea2323c233f94735514f82473dabff8bf 100644 (file)
@@ -9,14 +9,15 @@
 #
 # Makefile for text example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/text
 
-VPATH = :$(top_srcdir)/samples/text
+PROGRAM=text
 
-PROGRAM=controls
-
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)