From 3c853bc264719437bcb2807d75ff5e9f9a3ea4f8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Sep 2009 14:40:53 +0200 Subject: Add distribution-specific files, dist and dist-win targets --- dist/examples/cxx/tree/multiroot/makefile | 33 ++ .../cxx/tree/multiroot/multiroot-7.1.vcproj | 170 ++++++++ .../cxx/tree/multiroot/multiroot-8.0.vcproj | 431 +++++++++++++++++++++ .../cxx/tree/multiroot/multiroot-9.0.vcproj | 428 ++++++++++++++++++++ .../tree/multiroot/multiroot-xerces2-7.1.vcproj | 170 ++++++++ .../tree/multiroot/multiroot-xerces2-8.0.vcproj | 431 +++++++++++++++++++++ .../tree/multiroot/multiroot-xerces2-9.0.vcproj | 428 ++++++++++++++++++++ 7 files changed, 2091 insertions(+) create mode 100644 dist/examples/cxx/tree/multiroot/makefile create mode 100644 dist/examples/cxx/tree/multiroot/multiroot-7.1.vcproj create mode 100644 dist/examples/cxx/tree/multiroot/multiroot-8.0.vcproj create mode 100644 dist/examples/cxx/tree/multiroot/multiroot-9.0.vcproj create mode 100644 dist/examples/cxx/tree/multiroot/multiroot-xerces2-7.1.vcproj create mode 100644 dist/examples/cxx/tree/multiroot/multiroot-xerces2-8.0.vcproj create mode 100644 dist/examples/cxx/tree/multiroot/multiroot-xerces2-9.0.vcproj (limited to 'dist/examples/cxx/tree/multiroot') diff --git a/dist/examples/cxx/tree/multiroot/makefile b/dist/examples/cxx/tree/multiroot/makefile new file mode 100644 index 0000000..d94da7f --- /dev/null +++ b/dist/examples/cxx/tree/multiroot/makefile @@ -0,0 +1,33 @@ +root := ../../.. + +include $(root)/build/cxx/rules.make +include $(root)/build/xsd/tree-rules.make + +override XSDFLAGS += --root-element-all + + +# Build. +# +driver: driver.o dom-parse.o protocol.o + +protocol.o: protocol.cxx protocol.hxx +dom-parse.o: dom-parse.cxx dom-parse.hxx +driver.o: driver.cxx dom-parse.hxx protocol.hxx + +protocol.cxx protocol.hxx: protocol.xsd + + +# Test +# +.PHONY: test +test: driver balance.xml withdraw.xml deposit.xml + ./driver balance.xml + ./driver withdraw.xml + ./driver deposit.xml + + +# Clean. +# +.PHONY: clean +clean: + rm -f protocol.o protocol.?xx dom-parse.o driver.o driver diff --git a/dist/examples/cxx/tree/multiroot/multiroot-7.1.vcproj b/dist/examples/cxx/tree/multiroot/multiroot-7.1.vcproj new file mode 100644 index 0000000..675fe8b --- /dev/null +++ b/dist/examples/cxx/tree/multiroot/multiroot-7.1.vcproj @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/examples/cxx/tree/multiroot/multiroot-8.0.vcproj b/dist/examples/cxx/tree/multiroot/multiroot-8.0.vcproj new file mode 100644 index 0000000..915953a --- /dev/null +++ b/dist/examples/cxx/tree/multiroot/multiroot-8.0.vcproj @@ -0,0 +1,431 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/examples/cxx/tree/multiroot/multiroot-9.0.vcproj b/dist/examples/cxx/tree/multiroot/multiroot-9.0.vcproj new file mode 100644 index 0000000..a6458ba --- /dev/null +++ b/dist/examples/cxx/tree/multiroot/multiroot-9.0.vcproj @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/examples/cxx/tree/multiroot/multiroot-xerces2-7.1.vcproj b/dist/examples/cxx/tree/multiroot/multiroot-xerces2-7.1.vcproj new file mode 100644 index 0000000..8d42356 --- /dev/null +++ b/dist/examples/cxx/tree/multiroot/multiroot-xerces2-7.1.vcproj @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/examples/cxx/tree/multiroot/multiroot-xerces2-8.0.vcproj b/dist/examples/cxx/tree/multiroot/multiroot-xerces2-8.0.vcproj new file mode 100644 index 0000000..489e8ff --- /dev/null +++ b/dist/examples/cxx/tree/multiroot/multiroot-xerces2-8.0.vcproj @@ -0,0 +1,431 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/examples/cxx/tree/multiroot/multiroot-xerces2-9.0.vcproj b/dist/examples/cxx/tree/multiroot/multiroot-xerces2-9.0.vcproj new file mode 100644 index 0000000..c39bd06 --- /dev/null +++ b/dist/examples/cxx/tree/multiroot/multiroot-xerces2-9.0.vcproj @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1