Searched defs:PYTHON (Results 1 - 8 of 8) sorted by relevance

/external/selinux/sepolgen/tests/
H A DMakefile0 PYTHON ?= python
11 $(PYTHON) run-tests.py
1 PYTHON ?= python macro
/external/selinux/sepolgen/src/sepolgen/
H A DMakefile0 PYTHON ?= python
2 PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib(1))")
1 PYTHON ?= python macro
/external/selinux/policycoreutils/audit2allow/
H A DMakefile0 PYTHON ?= python
16 @$(PYTHON) test_audit2allow.py -v
1 PYTHON ?= python macro
/external/selinux/policycoreutils/sandbox/
H A DMakefile0 PYTHON ?= python
37 @$(PYTHON) test_sandbox.py -v
1 PYTHON ?= python macro
/external/selinux/policycoreutils/semanage/
H A DMakefile0 PYTHON ?= python
8 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])')
29 @$(PYTHON) test-semanage.py -a
1 PYTHON ?= python macro
/external/selinux/policycoreutils/sepolicy/
H A DMakefile0 PYTHON ?= python
21 $(PYTHON) setup.py build
24 $(PYTHON) setup.py clean
31 @$(PYTHON) test_sepolicy.py -v
34 $(PYTHON) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)`
1 PYTHON ?= python macro
/external/selinux/libselinux/src/
H A DMakefile4 PYTHON ?= python macro
5 PYPREFIX ?= $(notdir $(PYTHON))
14 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])')
/external/selinux/libsemanage/src/
H A DMakefile4 PYTHON ?= python macro
5 PYPREFIX ?= $(notdir $(PYTHON))
14 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])')

Completed in 166 milliseconds