mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-11 07:49:41 +08:00
0e529758c0
to use it e.g. in ipython: PYTHONPATH=$PPRZ_SRC/sw/lib/python iypthon $ from pprz_math.geodetic import * or $ import pprz_math.algebra
9 lines
216 B
Makefile
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
|