On Monday 28 January 2008, Salvatore Iovene wrote:
> Hi,
>
> I have a project with several libraries and dependencies. Let's say
> libA, libB and libC where libA depends on libB, which depends on libC.
>
> If I just want to build libB (and libC too of course), I know I can just
> do "make B". But i
Hi,
I have a project with several libraries and dependencies. Let's say
libA, libB and libC where libA depends on libB, which depends on libC.
If I just want to build libB (and libC too of course), I know I can just
do "make B". But if I do "make install" also A will be built. Is there a
way to c