This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
executing shell commands (like cp)
- From: sashan <sashang at ihug dot co dot nz>
- To: automake at gnu dot org
- Date: Thu, 26 Aug 2004 10:53:46 +1200
- Subject: executing shell commands (like cp)
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 <project-name>/.libs/lib<name>.so.0.0.0. What I want to do
is copy the file lib<name>.so.0.0.0 into a directory of my choosing
after the build process of it is completed. Any suggestions?
Thanks very much...
--
sashan