]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/poem/Makefile.in
fixes to refreshing code in wxTreeCtrl
[wxWidgets.git] / demos / poem / Makefile.in
index 82dc4a0bfb462a2eb5a8dffabc1d9b5cf965b74e..1485c961ceaff18d90176f4636c6665c7984f003 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Makefile for wxPoem example (UNIX).
 
 #
 # Makefile for wxPoem example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = demos/poem
 
 top_builddir = ../..
 program_dir = demos/poem
 
@@ -17,7 +17,9 @@ DATAFILES = wxpoem.txt wxpoem.dat
 
 PROGRAM=wxpoem
 
 
 PROGRAM=wxpoem
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)