Home | History | Annotate | Download | only in config

Lines Matching refs:PYTHON

302 disable-python = $(eval $(disable-python_code))
306 $(warning Python support will not be built)
310 override PYTHON := \
311 $(call get-executable-or-default,PYTHON,python)
313 ifndef PYTHON
314 $(call disable-python,python interpreter)
317 PYTHON_WORD := $(call shell-wordify,$(PYTHON))
320 $(call disable-python)
324 $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON)-config)
327 $(call disable-python,python-config tool)
338 ifneq ($(call try-cc,$(SOURCE_PYTHON_EMBED),$(FLAGS_PYTHON_EMBED),python),y)
339 $(call disable-python,Python.h (for Python 2.x))
342 ifneq ($(call try-cc,$(SOURCE_PYTHON_VERSION),$(FLAGS_PYTHON_EMBED),python version),y)
343 $(warning Python 3 is not yet supported; please set)
344 $(warning PYTHON and/or PYTHON_CONFIG appropriately.)
345 $(warning If you also have Python 2 installed, then)
348 $(warning $(and ,) make PYTHON=python2)
350 $(warning Otherwise, disable Python support entirely:)
358 LANG_BINDINGS += $(obj-perf)python/perf.so