On Jun 29, 2009 1:44pm, Ralf Wildenhues wrote:
Hello John,
* johnwohlb...@gmail.com wrote on Mon, Jun 29, 2009 at 09:36:09PM CEST:
> in top/lib/Makefile.am
> SUBDIRS = pika_comm pika_utilities
> # provide a separate recursive target for making tests
> tests : all
> echo `pwd`;
> for dir in $(SUB
I need separate targets to build tests and to execute tests, so check-local
alone is not enough. Our machines allow compiling on the "frontend" and
running on the "backend," so I'd like a recursive make target
called "tests" that only compiles the tests, then I'll use check-local for
test e
On Jun 5, 2009 8:42am, Peter Johansson wrote:
Hi John,
John Wohlbier wrote:
Attached is an example package. What I left out of my original email was
that I'm putting the Makefile.am's out of the src/ directory to enable
building other architecture specific binaries within the same build.
Hope
I'm having troubles with out of tree (vpath) builds, using
nobase_include_HEADERS, and *.in files processed by configure.
I have a collection of components in a component library.
src/
src/lib1/
Makefile.am
header1.hh
types.hh.in
source1.cc
src/lib2/
Makefile.am
header2.hh
source2.cc
I want t