Lines Matching refs:python
16 dummy: swig swig-python swig-ruby swig-perl swig-tcl install uninstall clean
18 swig: swig-python swig-perl
21 swig-python:
22 cd python && make -f Makefile-swig
34 install: install-python install-perl
37 install-python:
38 cd python && sudo make -f Makefile-swig install
50 uninstall: uninstall-python
53 uninstall-python:
54 cd python && sudo make -f Makefile-swig uninstall
67 cd python && make -f Makefile-swig clean