]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/Makefile.in
update from gtk/changes.txt to changes.txt (sic...)
[wxWidgets.git] / samples / console / Makefile.in
index 94c9792480782ce372920d218df95f207a7c794f..803b96a76e925e782b702bb3efe6d5b573220ed4 100644 (file)
@@ -9,13 +9,17 @@
 #
 # Makefile for console example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/console
 
 PROGRAM=console
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
+
+DATAFILES=testdata.fc
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)