On Thu, Aug 11, 2005 at 12:54:16PM -0400, Eric Dorland wrote:
> I'm not sure it's possible to use automake to create non-recursive
> makefiles. Do you know something I don't?
The automake info pages say it should be possible, but there are warts.
>From "info automake alternative":
Automake pro
I'm not sure it's possible to use automake to create non-recursive
makefiles. Do you know something I don't?
* Bill Currie ([EMAIL PROTECTED]) wrote:
> Package: automake
> Version: 1.9.6
> Severity: normal
>
> When attempting to use automake to create non-recursive makefiles,
> builds fail due to
Package: automake
Version: 1.9.6
Severity: normal
When attempting to use automake to create non-recursive makefiles,
builds fail due to automake stripping the pathname from the source file.
eg:
foo_SOURCES=subdir/file.c
will result in:
make[2]: *** No rule to make target `file.c', needed by `fi
3 matches
Mail list logo