]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/python/Makefile.am
Performance tweak to the logging routines.
[OpenSRF.git] / src / python / Makefile.am
1 # makefile for OpenSRF Python modules and scripts
2
3 DISTCLEANFILES = Makefile.in Makefile
4
5 all-local:
6         @echo $@
7         python @srcdir@/setup.py build
8
9 # ------------------------------------------------------------------------------
10 # INSTALL
11 # ------------------------------------------------------------------------------
12 install-data-local:     
13         @echo $@
14         python @srcdir@/setup.py install
15
16 distclean-local:
17         rm -f @builddir@/OpenSRF.egg-info/PKG-INFO
18         rm -f @builddir@/OpenSRF.egg-info/requires.txt
19         rm -f @builddir@/OpenSRF.egg-info/top_level.txt
20         rm -f @builddir@/OpenSRF.egg-info/SOURCES.txt
21         rm -f @builddir@/OpenSRF.egg-info/dependency_links.txt
22         rm -f @builddir@/build/scripts-2.5/srfsh.py
23         rm -f @builddir@/dist/OpenSRF-1.0.0-py2.5.egg
24