>> I have a simple (I hope so) problem. What I want to do is
>> to compile my project for/on different operating-systems.
>> I want to have only one src-directory and several
>> subdirectories like '$(srcdir)/bin-i686-linux' or
>> '$(srcdir)/bin-sun-solaris-2.7', etc...
>
>Very simple.
>
> $
nerated *.o and the *.a files should stay in these
subdirectories.
One reason for this is, that the files in the src-directory are CVS'ed,
and I don't want a 'make clean' everytime I must check-in a new version.
Thank you in advance,
Carsten
---------