automake
[Top][All Lists]
Advanced

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

a question about automake


From: huangwei
Subject: a question about automake
Date: Mon, 27 Jan 2003 10:31:47 +0800

Dear all,

I am a Newbie about automake.

I am confused in the makefile.in,because in it there are many variables
like as follows:

...
LIBS = @LIBS@
...

When I type configure ,using LIBS=/home/yiyid/usr/lib (non-standard lib
directory),but
int the makefile generated automatically ,the value of LIBS will be the
system default
path + the path which I have set.

Could tell me how to solve it then?


And another question,
how to let the same variable in makefile.in of subdirectors be set at the
same time?
I have set the top directory makefile, but it seem that the makefiles in
the subdirectory
can't be set.

Thanks a lot for your advice.


Regards,
Andy








reply via email to

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