]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/makegen/templates/Makefile.in
added wx/defs.h include to correct compilation issues under Mac OS X
[wxWidgets.git] / utils / makegen / templates / Makefile.in
index 409d0eda735d20b255b1b2592bfe9063aab73e8c..248fd4f13ba2271ec044698eee1eb2bee6256e56 100644 (file)
@@ -1,13 +1,15 @@
 # Purpose: makefile for #NAME example (UNIX).
 # Created: #DATE
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/#NAME
 
 PROGRAM=#NAME
 
 OBJECTS=$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $DEPFILES)