aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/evolution
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/evolution')
-rw-r--r--examples/cxx/hybrid/evolution/ignore/makefile4
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/makefile6
2 files changed, 5 insertions, 5 deletions
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))