# HG changeset patch # User mas01cr # Date 1265149362 0 # Node ID e33a6342ddeab3533d4033689c1d6e94e3be86c7 # Parent bcc7a6ddb2c8aa109c2dc7072584813b0824d373 Basic Makefile for python bindings Not sure if it actually works. Building seems to go OK; "make test" is less happy. diff -r bcc7a6ddb2c8 -r e33a6342ddea bindings/python/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bindings/python/Makefile Tue Feb 02 22:22:42 2010 +0000 @@ -0,0 +1,7 @@ +all: + python setup.py build + +test: + env PYTHONPATH=./build/lib.linux-i686-2.5 \ + LD_LIBRARY_PATH=../.. \ + python tests/InitialisationRelated.py \ No newline at end of file