-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message
I'm adding a target to my project, an rpcgen-type program, that will
take an input file and compile it to an output, and I want to feed it as
many test vectors as I can think of during 'make check'.
On 2/14/07, deckrider <[EMAIL PROTECTED]> wrote:
On 2/14/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> In other words, this parallel make looks buggy and unusable to me,
> and there is really nothing Automake can do about it.
> Am I missing anything?
Not that I can tell. Thank you for your e
I've been having a hard time trying to find a solution to something I
though should be quite strait-forward. Perhaps I've missed something
obvious.
I'm trying to create a Makefile.am to build some files in the following
files/directory structure
/lib/Makefile.am
/lib/foo1/exception.cpp
/lib/
Russell Kliese <[EMAIL PROTECTED]> writes:
> If my makefile contains roughly the following:
>
> lib_LIBRARIES = libfoo.a
> libfoo_a_SOURCES = foo1/exception.cpp foo2/exception.cpp
>
> I end up with the following error:
>
> Makefile.am: object `exception.$(OBJEXT)' created by
> `foo2/exception.cpp'
Hello all.
The following example explains the problems I had.
gentoo/gnu/linux kernel-2.6.20 i686
automake (GNU automake) 1.10
autoconf (GNU Autoconf) 2.61
The tree looks like
+--project--+-- Makefile.am
| +-- configure.ac
| +-- project.texi
|
+--build
>cat Makefile.am
info