Re: automake help request ...
- From: Tom Tromey <tromey redhat com>
- To: Michael Meeks <michael ximian com>
- Cc: gnome-hackers gnome org
- Subject: Re: automake help request ...
- Date: 13 Apr 2001 13:53:50 -0600
>>>>> "Michael" == Michael Meeks <michael ximian com> writes:
Michael> So, I really want something like:
Michael> NO_DIST = Bonobo-stubs.c ...
In automake 1.4 there is no automatic way to do this.
However it is still easy to do. Write a `dist-hook' which removes the
NO_DIST files from the dist directory. This is documented somewhere,
either the automake manual or the goat book; I forget.
Michael> So - anyone got an easy way of excluding files from a release
Michael> that are part of the source needed to be built [ NB. adding
Michael> features to automake is the obvious solution, but this is
Michael> IIRC impossible ].
Yeah, don't privately hack automake. We already have enough problems
with that.
In automake 1.5 (and cvs automake -- which is currently broken btw)
you'll be able to write:
foo_SOURCES = ...
nodist_foo_SOURCES = ...
... to specify that some sources should be dist'd and some shouldn't be.
Tom
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]