automake
[Top][All Lists]
Advanced

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

Re: allowing users to add source files without rerunning the autotools?


From: NightStrike
Subject: Re: allowing users to add source files without rerunning the autotools?
Date: Fri, 20 Jan 2012 16:19:47 -0500

On Wed, Jan 18, 2012 at 8:49 PM, Miles Bader <address@hidden> wrote:
> For cleaning non-automake-handled stuff, you can add a "clean-local:"
> rule (and "maintainer-clean-local:" etc) that does cleaning however
> you want.  The automake-generated clean rule will depend on it, but
> you control what it does.  For packaging, you can use the "dist-hook:"
> rule.

CLEANFILES = ...
EXTRA_DIST = ....

I even put wildcards in there:

EXTRA_DIST = dirForUserContrib/*



reply via email to

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