aboutsummaryrefslogtreecommitdiff
path: root/xsde/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-03-08 17:23:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-03-08 17:23:30 +0200
commit0bce70a0e483294b83b8bf9d5468838a63405612 (patch)
treed11afb4998d6980435c15c4df6e40b1979531672 /xsde/makefile
parent6c63b913179127e09ed7d9da8920493ccceec6ce (diff)
Add support for binary representations
xsde/cxx/hybrid/insertion-*: insertion operators generator xsde/cxx/hybrid/extraction-*: extraction operators generator libxsde/xsde/cxx/hybrid/cdr/: CDR support code libxsde/xsde/cxx/hybrid/xdr/: XDR support code tests/cxx/hybrid/binary/: new tests examples/cxx/hybrid/binary/: new examples documentation/cxx/hybrid/guide/: new chapter
Diffstat (limited to 'xsde/makefile')
-rw-r--r--xsde/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/xsde/makefile b/xsde/makefile
index 953fbdb..a8a4928 100644
--- a/xsde/makefile
+++ b/xsde/makefile
@@ -60,6 +60,10 @@ cxx_tun += cxx/hybrid/elements.cxx \
cxx/hybrid/tree-inline.cxx \
cxx/hybrid/tree-source.cxx \
cxx/hybrid/tree-type-map.cxx \
+ cxx/hybrid/insertion-header.cxx \
+ cxx/hybrid/insertion-source.cxx \
+ cxx/hybrid/extraction-header.cxx \
+ cxx/hybrid/extraction-source.cxx \
cxx/hybrid/parser-name-processor.cxx \
cxx/hybrid/parser-header.cxx \
cxx/hybrid/parser-source.cxx \