]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/poem/Makefile.in
ugh. Nesting the (per class) plugin sentries can require them to
[wxWidgets.git] / demos / poem / Makefile.in
index eed47362b99d759fb71ca202d5d1e05d62e8731e..874acd7b76276f45059ac4a5fb863da41cbcea73 100644 (file)
@@ -9,15 +9,17 @@
 #
 # Makefile for wxPoem example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
-program_dir = samples/wxpoem
+program_dir = demos/poem
 
 DATAFILES = wxpoem.txt wxpoem.dat
 
 PROGRAM=wxpoem
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)