view bindings/python/Makefile @ 666:4dacfe92a6ff

More, better makefiles Generalize the python makefile a little bit; now likely to work on multiple Linux platforms. Also adjust it to bring it into line with the calling convention of the top-level makefile, and include bindings/pd in BINDINGDIRS.
author mas01cr
date Wed, 03 Feb 2010 10:28:09 +0000
parents e33a6342ddea
children c322a631ba23
line wrap: on
line source
all:
	python setup.py build

test: ../../libaudioDB.so.0.0 all
	(cd tests && \
	 env PYTHONPATH=../build/lib.linux-`uname -m`-2.5 \
		LD_LIBRARY_PATH=../../.. \
		python InitialisationRelated.py)

clean:
	rm -rf tests/test* pyadb.pyc build