Files
paparazzi/sw/lib/python/pprz_math/Makefile
T
Felix Ruess 0e529758c0 [python] rename math to pprz_math and add algebra module
to use it e.g. in ipython:
PYTHONPATH=$PPRZ_SRC/sw/lib/python iypthon
$ from pprz_math.geodetic import *
or
$ import pprz_math.algebra
2015-01-13 16:33:35 +01:00

9 lines
216 B
Makefile

all:
swig2.0 -python -keyword -I../../../airborne geodetic.i
swig2.0 -python -keyword -I../../../airborne algebra.i
python setup.py build_ext --inplace
clean:
rm -rf build *.so *.c *.pyc geodetic.py algebra.py