Lines Matching refs:PYTHON
1 # Support building the Python bindings multiple times, against various Python
2 # runtimes (e.g. Python 2 vs Python 3) by optionally prefixing the build
4 PYTHON ?= python
5 PYPREFIX ?= $(notdir $(PYTHON))
14 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])')
87 SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./