Mercurial > hg > audiodb
annotate bindings/python/Makefile @ 664:e33a6342ddea
Basic Makefile for python bindings
Not sure if it actually works. Building seems to go OK; "make test" is less
happy.
author | mas01cr |
---|---|
date | Tue, 02 Feb 2010 22:22:42 +0000 |
parents | |
children | 4dacfe92a6ff |
rev | line source |
---|---|
mas01cr@664 | 1 all: |
mas01cr@664 | 2 python setup.py build |
mas01cr@664 | 3 |
mas01cr@664 | 4 test: |
mas01cr@664 | 5 env PYTHONPATH=./build/lib.linux-i686-2.5 \ |
mas01cr@664 | 6 LD_LIBRARY_PATH=../.. \ |
mas01cr@664 | 7 python tests/InitialisationRelated.py |