Re: Cross-directory support

2008-12-14 Thread Ludovic Courtès
Hi, Roumen Petrov writes: > Ludovic Courtès wrote: >> Questions: >> >> 1. Is it possible to avoid repeating `src/' in the second case? >> >> 2. Can we somehow arrange the second case so that `libfoo' is built in >> `$top_builddir/src' (as in the first case) rather than >> `$top_bu

Re: Cross-directory support

2008-12-14 Thread Roumen Petrov
Ludovic Courtès wrote: Hello, A couple of questions about "cross-directory support" (info "(automake) Alternative"). Suppose the following layout: Makefile.am-> SUBDIRS = src src/ Makefile.am -> libfoo_SOURCES = a.c b.c c.c a.c b.c c.c Sw

Cross-directory support

2008-12-14 Thread Ludovic Courtès
Hello, A couple of questions about "cross-directory support" (info "(automake) Alternative"). Suppose the following layout: Makefile.am-> SUBDIRS = src src/ Makefile.am -> libfoo_SOURCES = a.c b.c c.c a.c b.c c.c Switching to a non-recursive `