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/evolution/passthrough/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/cxx/hybrid/evolution/passthrough/makefile') 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)) -- cgit v1.1