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 --- tests/cxx/hybrid/polymorphism/any-type/makefile | 6 +++--- tests/cxx/hybrid/polymorphism/enumeration/makefile | 6 +++--- tests/cxx/hybrid/polymorphism/multischema/makefile | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'tests/cxx/hybrid/polymorphism') diff --git a/tests/cxx/hybrid/polymorphism/any-type/makefile b/tests/cxx/hybrid/polymorphism/any-type/makefile index fb0b251..a1ed696 100644 --- a/tests/cxx/hybrid/polymorphism/any-type/makefile +++ b/tests/cxx/hybrid/polymorphism/any-type/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/tests/cxx/hybrid/polymorphism/enumeration/makefile b/tests/cxx/hybrid/polymorphism/enumeration/makefile index 065156b..25182a8 100644 --- a/tests/cxx/hybrid/polymorphism/enumeration/makefile +++ b/tests/cxx/hybrid/polymorphism/enumeration/makefile @@ -34,10 +34,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/tests/cxx/hybrid/polymorphism/multischema/makefile b/tests/cxx/hybrid/polymorphism/multischema/makefile index fcdfa79..4b27bfd 100644 --- a/tests/cxx/hybrid/polymorphism/multischema/makefile +++ b/tests/cxx/hybrid/polymorphism/multischema/makefile @@ -34,10 +34,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