]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/Makefile.in
added _T()s around the literal strings
[wxWidgets.git] / samples / dialogs / Makefile.in
index 4a642b7c808793c0c122db2599c21a0aca51c4eb..36c3a0cb3e769a8bd23b8fc21fb70a48fa6a559f 100644 (file)
@@ -9,14 +9,17 @@
 #
 # Makefile for dialogs example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/dialogs
 
-VPATH = :$(top_srcdir)/samples/dialogs
+DATAFILES=tips.txt
 
 PROGRAM=dialogs
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)