Non-recursive makefile with DejaGnu testsuite

2007-02-16 Thread Bernd Jendrissek
-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'.

Re: HPUX: PARALLEL=4 make -P

2007-02-16 Thread deckrider
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

trying to find a good solution to filename clash

2007-02-16 Thread Russell Kliese
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/

Re: trying to find a good solution to filename clash

2007-02-16 Thread Ben Pfaff
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'

Some problems I had with texi/info files

2007-02-16 Thread BeN [F1233 121D312]
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