Re: Sources in multiple directories

2002-11-11 Thread Pierre Sarrazin
Dixit Jose Roman Bilbao (2002-11-11 14:29): > I know this is a very common topic in the forum but I would like to > know when will automake be able to operate with multiple directories. Do you mean something like this? foo_SOURCES = x/foo1.c x/foo2.c y/foo3.c This is supported by the latest v

Sources in multiple directories

2002-11-11 Thread Jose Roman Bilbao
Hi, I know this is a very common topic in the forum but I would like to know when will automake be able to operate with multiple directories. Thanks

Re: Linking in C++ mode

2002-11-11 Thread Ralf Corsepius
Am Son, 2002-11-10 um 12.01 schrieb Earnie Boyd: > John Levon wrote: > > We have a C program which links to a C++ library, and we need to > > tell automake to do the link in C++ mode to avoid undefined references > > to the C++ standard library. How can we do it ? > > > > The Makefile.am looks as