Searched defs:PYTHON (Results 1 – 7 of 7) sorted by relevance
63 PYTHON ?= python macro65 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
28 PYTHON ?= python macro30 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
59 PYTHON ?= python macro61 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
53 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
58 set(PYTHON python -B) variable
457 PYTHON = python macro