X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2FMakefile.am;fp=example-codegen%2FMakefile.am;h=d2e5931fa59a8298f94b7f8f9973e16795df8bb4;hp=450f1de68f0feb0936fc8af36cf62573dbba991f;hb=7309b9a1bad96617bce5ce78a001fd0ec37565fb;hpb=1e683bb5deebfec6967ddbc9fe052978b4ecc021 diff --git a/example-codegen/Makefile.am b/example-codegen/Makefile.am index 450f1de..d2e5931 100644 --- a/example-codegen/Makefile.am +++ b/example-codegen/Makefile.am @@ -51,7 +51,8 @@ include_HEADERS += $(foreach i, $(CMDGROUPS), $(i)_client.hxx $(i).hxx) %.stamp : .deps/group_%.P $(top_builddir)/codegen/codegen # assuming we have some unix like shell (maybe even bash) echo BUILT_SOURCES: $(BUILT_SOURCES) - cp -v $(top_srcdir)/codegen/codegen-stubhead.hxx $*_common.hxx; + echo '#include "codegen-stubhead.hxx"' > $*_common.hxx; + echo '#include "$*.hxx"' >> $*_common.hxx; echo > $*_server.hxx; # todo use tmp file for xml file for i in $($*_GROUP); do \