Mercurial > hg > audiodb
view bindings/python/Makefile @ 685:e78e5a80b73d
* Extraction params supplied at db creation time
* n3 configs are customized at extraction time
* Changes to import UI
* Extraction params stored in db plist
author | mas01mj |
---|---|
date | Thu, 11 Mar 2010 11:50:39 +0000 |
parents | ce5ff00168e1 |
children |
line wrap: on
line source
EXECUTABLE=audioDB SOVERSION=0 MINORVERSION=0 LIBRARY=lib$(EXECUTABLE).so.$(SOVERSION).$(MINORVERSION) ifeq ($(shell uname),Darwin) override LIBRARY=lib$(EXECUTABLE).$(SOVERSION).$(MINORVERSION).dylib endif all: python setup.py build test: ../../$(LIBRARY) all (cd tests && \ env PYTHONPATH=$$(python -c 'import distutils; import distutils.util; import sys; print "../build/lib.%s-%s" % (distutils.util.get_platform(), sys.version[0:3])') \ LD_LIBRARY_PATH=../../.. \ python InitialisationRelated.py) clean: rm -rf tests/test* pyadb.pyc build