help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need help with cleaning up a working GNU Autotools setup


From: Peter T. Breuer
Subject: Re: Need help with cleaning up a working GNU Autotools setup
Date: Sat, 8 Oct 2005 22:01:46 +0200
User-agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (Linux/2.2.15 (i686))

In comp.os.linux.development.system Sune <sune_ahlgren@hotmail.com> wrote:
>                          +----bin (for executables)
> rsd-----+----collections-+----obj (for intermediate object files)
>         |                +----lib (for libraries)
>         +----debug  (as for collections)
>         |
>         +----global (as for collections)

> How do I achieve this in a smooth way? I've tried the manuals and the

The standard way is to 

   cd collections/bin
   make -f ../../global/Makefile target VPATH=../../global/

if I understand you right. That is, I think you want to compile in a
different place from where the source is, possibly in several
different ways to. "Info make".

Peter


reply via email to

[Prev in Thread] Current Thread [Next in Thread]