This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: AC_LIBOBJ and libsources
- To: Akim Demaille <akim at epita dot fr>
- Subject: Re: AC_LIBOBJ and libsources
- From: Tom Tromey <tromey at redhat dot com>
- Date: 30 Jan 2001 21:23:09 -0700
- Cc: Automake List <automake at gnu dot org>, Autoconf List <autoconf at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <mv4g0i1l5k8.fsf@nostromo.lrde.epita.fr>
- Reply-To: tromey at redhat dot com
>>>>> "Akim" == Akim Demaille <akim@epita.fr> writes:
Akim> 1. Does Automake need to know what are the files that can actually be
Akim> in LIBOBJ, or headers can be included?
Automake wants to know the associated headers as well.
Akim> 2. Do we really care about extra dependencies? In the case of rx.h
Akim> and regex.h, I can't see any actual problem is we depend upon rx.h
Akim> but use regex.h. And anyway, is this still relevant today?
If you're referring to the omit_dependencies code, that is a relic
which I'm deleting now.
Tom