]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treectrl/Makefile.in
corrections to dynamic loading for Darwin
[wxWidgets.git] / samples / treectrl / Makefile.in
index 5a08e1e4279c2bec96729218c4c0d0275bc73b83..faeb3c590a5fb83b2f3b64536a913c8068369be0 100644 (file)
@@ -7,7 +7,9 @@ program_dir = samples/treectrl
 
 PROGRAM=treectrl
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)