diff options
Diffstat (limited to 'xsd/examples/cxx/tree/hello')
-rw-r--r-- | xsd/examples/cxx/tree/hello/driver.cxx | 1 | ||||
-rw-r--r-- | xsd/examples/cxx/tree/hello/hello.xml | 1 | ||||
-rw-r--r-- | xsd/examples/cxx/tree/hello/hello.xsd | 1 | ||||
-rw-r--r-- | xsd/examples/cxx/tree/hello/makefile | 10 |
4 files changed, 4 insertions, 9 deletions
diff --git a/xsd/examples/cxx/tree/hello/driver.cxx b/xsd/examples/cxx/tree/hello/driver.cxx index 6ea6823..b6629b3 100644 --- a/xsd/examples/cxx/tree/hello/driver.cxx +++ b/xsd/examples/cxx/tree/hello/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/hello/driver.cxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : not copyrighted - public domain #include <memory> // std::auto_ptr diff --git a/xsd/examples/cxx/tree/hello/hello.xml b/xsd/examples/cxx/tree/hello/hello.xml index bcde610..8b25b5b 100644 --- a/xsd/examples/cxx/tree/hello/hello.xml +++ b/xsd/examples/cxx/tree/hello/hello.xml @@ -3,7 +3,6 @@ <!-- file : examples/cxx/tree/hello/hello.xml -author : Boris Kolpackov <boris@codesynthesis.com> copyright : not copyrighted - public domain --> diff --git a/xsd/examples/cxx/tree/hello/hello.xsd b/xsd/examples/cxx/tree/hello/hello.xsd index e8f5147..8326ff0 100644 --- a/xsd/examples/cxx/tree/hello/hello.xsd +++ b/xsd/examples/cxx/tree/hello/hello.xsd @@ -3,7 +3,6 @@ <!-- file : examples/cxx/tree/hello/hello.xsd -author : Boris Kolpackov <boris@codesynthesis.com> copyright : not copyrighted - public domain --> diff --git a/xsd/examples/cxx/tree/hello/makefile b/xsd/examples/cxx/tree/hello/makefile index b2618ca..2657fc6 100644 --- a/xsd/examples/cxx/tree/hello/makefile +++ b/xsd/examples/cxx/tree/hello/makefile @@ -1,6 +1,5 @@ # file : examples/cxx/tree/hello/makefile -# author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make @@ -29,17 +28,16 @@ $(call import,\ # $(driver): $(obj) $(xerces_c.l) -$(obj) $(dep): cpp_options := -I$(src_root)/libxsd +$(obj) $(dep): cpp_options := -I$(out_base) -I$(src_base) -I$(src_root)/libxsd $(obj) $(dep): $(xerces_c.l.cpp-options) genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) gen := $(addprefix $(out_base)/,$(genf)) $(gen): xsd := $(out_root)/xsd/xsd -$(gen): xsd_options := $(gen): $(out_root)/xsd/xsd -$(call include-dep,$(dep)) +$(call include-dep,$(dep),$(obj),$(gen)) # Convenience alias for default target. # @@ -68,7 +66,7 @@ $(dist): $(dist-common) $(dist-win): $(dist-common) $(call install-data,$(src_base)/README,$(dist_prefix)/$(path)/README.txt) - $(call message,,unix2dos $(dist_prefix)/$(path)/README.txt) + $(call message,,todos $(dist_prefix)/$(path)/README.txt) # Clean. |