projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added container class files
[wxWidgets.git]
/
samples
/
treectrl
/
Makefile.in
diff --git
a/samples/treectrl/Makefile.in
b/samples/treectrl/Makefile.in
index 5a08e1e4279c2bec96729218c4c0d0275bc73b83..81bbcbaf6e599636b0f8eb864f34cfcbd945a4c0 100644
(file)
--- a/
samples/treectrl/Makefile.in
+++ b/
samples/treectrl/Makefile.in
@@
-7,7
+7,9
@@
program_dir = samples/treectrl
PROGRAM=treectrl
PROGRAM=treectrl
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
include ../../src/makeprog.env
+-include $(DEPFILES)