summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/binary
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-11-20 08:42:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-11-20 08:54:18 +0200
commit61c48f6d4fc422d9f2a68c99ee5eb2da3cf8a645 (patch)
tree0bc9a0876dbf9f56b0270149d36efae71f28d30a /examples/cxx/tree/binary
parent360b6146df220cf0b3af9ca8ca21b1217bea7ff4 (diff)
Add support for manual dependency tracking in tests and examples
Diffstat (limited to 'examples/cxx/tree/binary')
-rw-r--r--examples/cxx/tree/binary/boost/makefile2
-rw-r--r--examples/cxx/tree/binary/cdr/makefile2
-rw-r--r--examples/cxx/tree/binary/xdr/makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/cxx/tree/binary/boost/makefile b/examples/cxx/tree/binary/boost/makefile
index faaf7d6..2a2c297 100644
--- a/examples/cxx/tree/binary/boost/makefile
+++ b/examples/cxx/tree/binary/boost/makefile
@@ -50,7 +50,7 @@ $(gen): xsd_options := --generate-ostream \
$(gen): $(out_root)/xsd/xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#
diff --git a/examples/cxx/tree/binary/cdr/makefile b/examples/cxx/tree/binary/cdr/makefile
index 58045d7..d09b730 100644
--- a/examples/cxx/tree/binary/cdr/makefile
+++ b/examples/cxx/tree/binary/cdr/makefile
@@ -46,7 +46,7 @@ $(gen): xsd_options := --generate-ostream \
--generate-insertion ACE_OutputCDR --generate-extraction ACE_InputCDR
$(gen): $(out_root)/xsd/xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#
diff --git a/examples/cxx/tree/binary/xdr/makefile b/examples/cxx/tree/binary/xdr/makefile
index 20469f8..55613a8 100644
--- a/examples/cxx/tree/binary/xdr/makefile
+++ b/examples/cxx/tree/binary/xdr/makefile
@@ -38,7 +38,7 @@ $(gen): xsd_options := --generate-ostream \
--generate-insertion XDR --generate-extraction XDR
$(gen): $(out_root)/xsd/xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#