automake
[Top][All Lists]
Advanced

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

current directory in Makefile.am


From: Dahiroc, Patrick
Subject: current directory in Makefile.am
Date: Wed, 26 Dec 2001 16:46:42 -0500

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]