automake
[Top][All Lists]
Advanced

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

Re: current directory in Makefile.am


From: Biswapesh Chattopadhyay
Subject: Re: current directory in Makefile.am
Date: 27 Dec 2001 09:16:06 +0530

$(srcdir) , I think ?

- Biswa.

On Thu, 2001-12-27 at 03:16, Dahiroc, Patrick wrote:
> i'm working on a project with a deep directory structure.  what i want to do
> is to make a library link from a subdirectory to $(top_builddir)/lib.  when
> i make the rule in my make file:
> 
> lnklib: mylib.a
>       ln -s ./mylib.a $(top_builddir)/lib
> 
> i dont get the right link when i run 'make lnkdir'.
> 
> is there an automake variable that refers to the current directory?  using
> "./" in the Makefile.am does not give the desired result.
> 
> --
> Patrick Dahiroc
> Tel: 301-767-1565
> Armillaire Technologies Inc.
> 





reply via email to

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