This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: top-level Makefile required?
- From: Harlan Stenn <Harlan dot Stenn at pfcs dot com>
- To: Robert Collins <robert dot collins at syncretize dot net>
- Cc: Harlan Stenn <Harlan dot Stenn at pfcs dot com>, automake at gnu dot org,Harlan dot Stenn at pfcs dot com
- Date: Fri, 02 Aug 2002 20:20:12 -0400
- Subject: Re: top-level Makefile required?
(Robert, thanks for your responses and attention!)
I understand, and yet the .texi also says:
Note that the directories listed in @code{SUBDIRS} are not required to
contain @file{Makefile.am}s; only @file{Makefile}s (after configuration).
This allows inclusion of libraries from packages which do not use Automake
(such as @code{gettext}).
so there is clearly an intention/awareness of wanting to "play nice" with
other software.
H
--
> On Sat, 2002-08-03 at 10:02, Harlan Stenn wrote:
> > Bug, I'd guess.
> >
> > Why does automake/autoconf assume it is "in charge" of the directory
> > structure?
>
> I'll leave this to the core guys to answer. My understanding is that
> thats what automake is designed to handle though..
>
> Rob