Alexandre Duret-Lutz wrote:
"sashan" == sashan <[EMAIL PROTECTED]> writes:
sashan> Hi
sashan> How do I execute a copy (cp) of some files once they are generated by
sashan> automake. The situation is I have a automake/autoconf/libtool
sashan> generated library that is loadable by python. l
>>> "sashan" == sashan <[EMAIL PROTECTED]> writes:
sashan> Hi
sashan> How do I execute a copy (cp) of some files once they are generated by
sashan> automake. The situation is I have a automake/autoconf/libtool
sashan> generated library that is loadable by python. libtool generates this
sasha
noinst_DATA = lib.so
lib.so: lib.la
@rm -f $@
$(LN_S) .libs/$@ $@
Cheers,
Gary.
--
Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org}
Research Scientist ( '/ http://tkd.kicks-ass.net
GNU Hacker / )= http://www.gnu.org/software/libtool
Technical Author
Hi
How do I execute a copy (cp) of some files once they are generated by
automake. The situation is I have a automake/autoconf/libtool generated
library that is loadable by python. libtool generates this library and
places it in /.libs/lib.so.0.0.0. What I want to do
is copy the file lib.so.0.0