From 37cccb5a382a912c8f7617e72b80c7a42ff015c0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 26 Feb 2014 08:26:34 +0200 Subject: Add inline files to list of generated files for .gitignore --- examples/cxx/hybrid/allocator/makefile | 6 +++--- examples/cxx/hybrid/binary/cdr/makefile | 6 +++--- examples/cxx/hybrid/binary/custom/makefile | 6 +++--- examples/cxx/hybrid/binary/xdr/makefile | 6 +++--- examples/cxx/hybrid/custom/wildcard/makefile | 6 +++--- examples/cxx/hybrid/evolution/ignore/makefile | 4 ++-- examples/cxx/hybrid/evolution/passthrough/makefile | 6 +++--- examples/cxx/hybrid/filter/makefile | 6 +++--- examples/cxx/hybrid/hello/makefile | 4 ++-- examples/cxx/hybrid/library/makefile | 6 +++--- examples/cxx/hybrid/minimal/makefile | 6 +++--- examples/cxx/hybrid/multiroot/makefile | 4 ++-- examples/cxx/hybrid/polymorphism/makefile | 6 +++--- examples/cxx/hybrid/polyroot/makefile | 6 +++--- examples/cxx/hybrid/streaming/makefile | 6 +++--- examples/cxx/hybrid/wildcard/makefile | 6 +++--- 16 files changed, 45 insertions(+), 45 deletions(-) (limited to 'examples/cxx/hybrid') diff --git a/examples/cxx/hybrid/allocator/makefile b/examples/cxx/hybrid/allocator/makefile index acdd61e..58d77ce 100644 --- a/examples/cxx/hybrid/allocator/makefile +++ b/examples/cxx/hybrid/allocator/makefile @@ -32,10 +32,10 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \ - $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \ + $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \ $(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/binary/cdr/makefile b/examples/cxx/hybrid/binary/cdr/makefile index 18f8639..f1d9bb0 100644 --- a/examples/cxx/hybrid/binary/cdr/makefile +++ b/examples/cxx/hybrid/binary/cdr/makefile @@ -32,10 +32,10 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \ - $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \ + $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \ $(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/binary/custom/makefile b/examples/cxx/hybrid/binary/custom/makefile index d8ff209..98f8e86 100644 --- a/examples/cxx/hybrid/binary/custom/makefile +++ b/examples/cxx/hybrid/binary/custom/makefile @@ -32,10 +32,10 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \ - $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \ + $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \ $(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/binary/xdr/makefile b/examples/cxx/hybrid/binary/xdr/makefile index 8bc169e..d66d286 100644 --- a/examples/cxx/hybrid/binary/xdr/makefile +++ b/examples/cxx/hybrid/binary/xdr/makefile @@ -32,10 +32,10 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \ - $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \ + $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \ $(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/custom/wildcard/makefile b/examples/cxx/hybrid/custom/wildcard/makefile index 0faa262..5779ee2 100644 --- a/examples/cxx/hybrid/custom/wildcard/makefile +++ b/examples/cxx/hybrid/custom/wildcard/makefile @@ -32,10 +32,10 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \ - $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \ + $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \ $(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/evolution/ignore/makefile b/examples/cxx/hybrid/evolution/ignore/makefile index 6248c87..3b937f3 100644 --- a/examples/cxx/hybrid/evolution/ignore/makefile +++ b/examples/cxx/hybrid/evolution/ignore/makefile @@ -30,8 +30,8 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/evolution/passthrough/makefile b/examples/cxx/hybrid/evolution/passthrough/makefile index 8de33d9..2331f0a 100644 --- a/examples/cxx/hybrid/evolution/passthrough/makefile +++ b/examples/cxx/hybrid/evolution/passthrough/makefile @@ -33,10 +33,10 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \ - $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \ + $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \ $(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/filter/makefile b/examples/cxx/hybrid/filter/makefile index 442df5b..04db11a 100644 --- a/examples/cxx/hybrid/filter/makefile +++ b/examples/cxx/hybrid/filter/makefile @@ -32,10 +32,10 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \ - $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \ + $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \ $(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/hello/makefile b/examples/cxx/hybrid/hello/makefile index e05931a..86f1184 100644 --- a/examples/cxx/hybrid/hello/makefile +++ b/examples/cxx/hybrid/hello/makefile @@ -31,8 +31,8 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/library/makefile b/examples/cxx/hybrid/library/makefile index cc18cb0..9b7cc15 100644 --- a/examples/cxx/hybrid/library/makefile +++ b/examples/cxx/hybrid/library/makefile @@ -32,10 +32,10 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \ - $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \ + $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \ $(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/minimal/makefile b/examples/cxx/hybrid/minimal/makefile index cb0ee12..a4596a6 100644 --- a/examples/cxx/hybrid/minimal/makefile +++ b/examples/cxx/hybrid/minimal/makefile @@ -32,10 +32,10 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \ - $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \ + $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \ $(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/multiroot/makefile b/examples/cxx/hybrid/multiroot/makefile index a35dff5..54d8c54 100644 --- a/examples/cxx/hybrid/multiroot/makefile +++ b/examples/cxx/hybrid/multiroot/makefile @@ -30,8 +30,8 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/polymorphism/makefile b/examples/cxx/hybrid/polymorphism/makefile index d8bf9e9..d94890b 100644 --- a/examples/cxx/hybrid/polymorphism/makefile +++ b/examples/cxx/hybrid/polymorphism/makefile @@ -32,10 +32,10 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \ - $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \ + $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \ $(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/polyroot/makefile b/examples/cxx/hybrid/polyroot/makefile index 914b099..1955764 100644 --- a/examples/cxx/hybrid/polyroot/makefile +++ b/examples/cxx/hybrid/polyroot/makefile @@ -32,10 +32,10 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \ - $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \ + $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \ $(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/streaming/makefile b/examples/cxx/hybrid/streaming/makefile index 6f1e9c4..ae70d4e 100644 --- a/examples/cxx/hybrid/streaming/makefile +++ b/examples/cxx/hybrid/streaming/makefile @@ -32,10 +32,10 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \ - $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \ + $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \ $(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) diff --git a/examples/cxx/hybrid/wildcard/makefile b/examples/cxx/hybrid/wildcard/makefile index 1d4e10f..2f12dde 100644 --- a/examples/cxx/hybrid/wildcard/makefile +++ b/examples/cxx/hybrid/wildcard/makefile @@ -32,10 +32,10 @@ $(driver): $(obj) $(xsde.l) $(obj) $(dep): $(xsde.l.cpp-options) -genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \ - $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \ +genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \ + $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \ $(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \ - $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \ + $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \ $(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx) gen := $(addprefix $(out_base)/,$(genf)) -- cgit v1.1