X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2Fcodegen.make;fp=codegen%2Fcodegen.make;h=d097350f1d0016889a454e822ac0f173700498b9;hp=450597f25fe3936efdff4d337c6d1112ae97e6ac;hb=5a7380a04aa973dbd47d8f1dfba68a73b95ed67b;hpb=da7ee71b4ecce55f8bc6eb1a46cc5f6ab5bb05bb diff --git a/codegen/codegen.make b/codegen/codegen.make index 450597f..d097350 100644 --- a/codegen/codegen.make +++ b/codegen/codegen.make @@ -25,7 +25,8 @@ libt2ngroup_%.P : Makefile.am done; \ $(LIBT2N_CODEGEN) $* $($*_GROUP:.cpp=.xml) && touch $@ -BUILT_SOURCES = $(foreach i, $(CMDGROUPS), $(foreach j, _common.hxx _common.cpp _client.hxx _client.cpp _server.hxx _server.cpp, $(i)$(j)) ) +LIBT2N_CODEGEN_BUILT = $(foreach i, $(CMDGROUPS), $(foreach j, _common.hxx _common.cpp _client.hxx _client.cpp _server.hxx _server.cpp, $(i)$(j)) ) +BUILT_SOURCES = $(LIBT2N_CODEGEN_BUILT) STAMPS=$(CMDGROUPS:=.libt2nstamp) $(BUILT_SOURCES) : $(STAMPS) @@ -54,5 +55,6 @@ CLEANFILES = $(BUILT_SOURCES) $(STAMPS) $(pkgconfig_DATA) # we have got an old automake version (1.4-p5) which doesn't support nodist_ # => we use the dist-hook -dist-hook: - rm -vf $(foreach i, $(BUILT_SOURCES), $(distdir)/$(i)) +# unfortunately dist-hook only works if directly visible for automake (=> not in this include) +#dist-hook: +# rm -vf $(foreach i, $(BUILT_SOURCES), $(distdir)/$(i))