This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: BSD make and dependencies
- To: tromey at redhat dot com
- Subject: Re: BSD make and dependencies
- From: Assar Westerlund <assar at sics dot se>
- Date: 26 Dec 2000 20:54:52 +0100
- Cc: "Derek R. Price" <derek dot price at openavenue dot com>, automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <3A43D121.B4F4DEB6@openavenue.com> <871yuz6hmo.fsf@creche.redhat.com>
Tom Tromey <tromey@redhat.com> writes:
> Derek> Apparently BSD wants something like the following:
> Derek> .include "file"
> Derek> or
> Derek> .include <file>
>
> Yuck. Does make have -I options too?
Yes. From make(1):
-I directory
Specify a directory in which to search for makefiles and included
makefiles. The system makefile directory (or directories, see
the -m option) is automatically included as part of this list.
/assar