From: Ian W. <del...@us...> - 2005-06-29 01:38:00
|
Update of /cvsroot/ipbench/ipbench2/src/pymod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14149 Modified Files: Makefile.am Log Message: install libraries in the right place Index: Makefile.am =================================================================== RCS file: /cvsroot/ipbench/ipbench2/src/pymod/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Makefile.am 21 Feb 2005 05:35:34 -0000 1.12 --- Makefile.am 29 Jun 2005 01:37:52 -0000 1.13 *************** *** 21,31 **** #we have the shared library, plus we have a .py file that wraps around #the shared library - PYMOD_DIR=$(DESTDIR)/$(pyexecdir) install-exec-hook: ! $(mkinstalldirs) $(PYMOD_DIR) ! cd $(PYMOD_DIR) && rm -f _ipbench_client.so && $(LN_S) libipbenchClientPython.so _ipbench_client.so ! cp ipbench_client.py $(PYMOD_DIR) ! cd $(PYMOD_DIR) && rm -f _ipbench_target.so && $(LN_S) libipbenchTargetPython.so _ipbench_target.so ! cp ipbench_target.py $(PYMOD_DIR) ipbench_client.i: $(srcdir)/ipbench.i.in --- 21,30 ---- #we have the shared library, plus we have a .py file that wraps around #the shared library install-exec-hook: ! $(mkinstalldirs) $(PYTHON_SITE_PKG) ! cd $(PYTHON_SITE_PKG) && rm -f _ipbench_client.so && $(LN_S) libipbenchClientPython.so _ipbench_client.so ! cp ipbench_client.py $(PYTHON_SITE_PKG) ! cd $(PYTHON_SITE_PKG) && rm -f _ipbench_target.so && $(LN_S) libipbenchTargetPython.so _ipbench_target.so ! cp ipbench_target.py $(PYTHON_SITE_PKG) ipbench_client.i: $(srcdir)/ipbench.i.in |