Re: executing shell commands (like cp)

2004-09-07 Thread Xavier Décoret
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

Re: executing shell commands (like cp)

2004-09-07 Thread Alexandre Duret-Lutz
>>> "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

Re: executing shell commands (like cp)

2004-08-26 Thread Gary V. Vaughan
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

executing shell commands (like cp)

2004-08-25 Thread sashan
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