tchize wrote:
However, i'd like to have this set of rules be replicated all my source Makefile.am. To prevent manageability problems, i'd like to know if there is a way to give automake a set of rules to inject all generated Makefile.in of my projet without ressorting to an ugly manual cut and paste in all Makefile.am content.
How about this : in your somedir/somewhere/deep/Makefile.am : include $(top_srcdir)/CommonRules.am Marc