automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Include directive for all generated Makefile.in


From: Ralf Wildenhues
Subject: Re: Include directive for all generated Makefile.in
Date: Mon, 12 Apr 2010 19:48:37 +0200
User-agent: Mutt/1.5.20 (2009-10-28)

Hello Xavier,

* Xavier MARCELET wrote on Mon, Apr 12, 2010 at 03:58:33PM CEST:
> I have an include file (named 'my_include.am') that I want to append
> in all the Makefile.in of my project
> as if it was included in all my Makefile.am.
> I don't want to edit all the makefile.am files (even through a script)
> 
> Is there any simple way to do that ?

Not really.  But if you already have one such include, and want to
include another fragment, then you should be able to add that to the
first fragment.  Note however that paths do not work file-recursively,
so the inner include should use a path starting in $(top_srcdir).

Hope that helps.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]