From 0bce70a0e483294b83b8bf9d5468838a63405612 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 8 Mar 2009 17:23:30 +0200 Subject: 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 --- xsde/makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xsde/makefile') 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 \ -- cgit v1.1