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/parser/polyroot/makefile | 31 ++ .../cxx/parser/polyroot/polyroot-7.1.vcproj | 170 ++++++++ .../cxx/parser/polyroot/polyroot-8.0.vcproj | 431 +++++++++++++++++++++ .../cxx/parser/polyroot/polyroot-9.0.vcproj | 428 ++++++++++++++++++++ .../parser/polyroot/polyroot-xerces2-7.1.vcproj | 170 ++++++++ .../parser/polyroot/polyroot-xerces2-8.0.vcproj | 431 +++++++++++++++++++++ .../parser/polyroot/polyroot-xerces2-9.0.vcproj | 428 ++++++++++++++++++++ 7 files changed, 2089 insertions(+) create mode 100644 dist/examples/cxx/parser/polyroot/makefile create mode 100644 dist/examples/cxx/parser/polyroot/polyroot-7.1.vcproj create mode 100644 dist/examples/cxx/parser/polyroot/polyroot-8.0.vcproj create mode 100644 dist/examples/cxx/parser/polyroot/polyroot-9.0.vcproj create mode 100644 dist/examples/cxx/parser/polyroot/polyroot-xerces2-7.1.vcproj create mode 100644 dist/examples/cxx/parser/polyroot/polyroot-xerces2-8.0.vcproj create mode 100644 dist/examples/cxx/parser/polyroot/polyroot-xerces2-9.0.vcproj (limited to 'dist/examples/cxx/parser/polyroot') diff --git a/dist/examples/cxx/parser/polyroot/makefile b/dist/examples/cxx/parser/polyroot/makefile new file mode 100644 index 0000000..487ad08 --- /dev/null +++ b/dist/examples/cxx/parser/polyroot/makefile @@ -0,0 +1,31 @@ +root := ../../.. + +include $(root)/build/cxx/rules.make +include $(root)/build/xsd/parser-rules.make + +override XSDFLAGS += --generate-polymorphic + +# Build +# +driver: driver.o supermen-pskel.o supermen-pimpl.o + +driver.o: driver.cxx supermen-pimpl.hxx supermen-pskel.hxx +supermen-pimpl.o: supermen-pimpl.cxx supermen-pimpl.hxx supermen-pskel.hxx +supermen-pskel.o: supermen-pskel.cxx supermen-pskel.hxx + +supermen-pskel.hxx supermen-pskel.cxx: supermen.xsd + + +# Test. +# +.PHONY: test +test: driver person.xml superman.xml batman.xml + ./driver person.xml + ./driver superman.xml + ./driver batman.xml + +# Clean. +# +.PHONY: clean +clean: + rm -f supermen-pskel.?xx supermen-pimpl.o supermen-pskel.o driver.o driver diff --git a/dist/examples/cxx/parser/polyroot/polyroot-7.1.vcproj b/dist/examples/cxx/parser/polyroot/polyroot-7.1.vcproj new file mode 100644 index 0000000..a725981 --- /dev/null +++ b/dist/examples/cxx/parser/polyroot/polyroot-7.1.vcproj @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/examples/cxx/parser/polyroot/polyroot-8.0.vcproj b/dist/examples/cxx/parser/polyroot/polyroot-8.0.vcproj new file mode 100644 index 0000000..d62670f --- /dev/null +++ b/dist/examples/cxx/parser/polyroot/polyroot-8.0.vcproj @@ -0,0 +1,431 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/examples/cxx/parser/polyroot/polyroot-9.0.vcproj b/dist/examples/cxx/parser/polyroot/polyroot-9.0.vcproj new file mode 100644 index 0000000..33d4daa --- /dev/null +++ b/dist/examples/cxx/parser/polyroot/polyroot-9.0.vcproj @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/examples/cxx/parser/polyroot/polyroot-xerces2-7.1.vcproj b/dist/examples/cxx/parser/polyroot/polyroot-xerces2-7.1.vcproj new file mode 100644 index 0000000..1cf2d7b --- /dev/null +++ b/dist/examples/cxx/parser/polyroot/polyroot-xerces2-7.1.vcproj @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/examples/cxx/parser/polyroot/polyroot-xerces2-8.0.vcproj b/dist/examples/cxx/parser/polyroot/polyroot-xerces2-8.0.vcproj new file mode 100644 index 0000000..13ee0c1 --- /dev/null +++ b/dist/examples/cxx/parser/polyroot/polyroot-xerces2-8.0.vcproj @@ -0,0 +1,431 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/examples/cxx/parser/polyroot/polyroot-xerces2-9.0.vcproj b/dist/examples/cxx/parser/polyroot/polyroot-xerces2-9.0.vcproj new file mode 100644 index 0000000..792cac2 --- /dev/null +++ b/dist/examples/cxx/parser/polyroot/polyroot-xerces2-9.0.vcproj @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1