]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/caret/Makefile.in
ugh. Nesting the (per class) plugin sentries can require them to
[wxWidgets.git] / samples / caret / Makefile.in
index 24a3b23fe3b6af21b610e499ab8667dd35a6ded1..49d9bf93279316109c60988cd644c325143e1806 100644 (file)
@@ -9,13 +9,15 @@
 #
 # Makefile for caret example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/caret
 
 PROGRAM=caret
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)