Home
last modified time | relevance | path

Searched refs:PYLIBVER (Results 1 – 7 of 7) sorted by relevance

/external/selinux/policycoreutils/semanage/
DMakefile8 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])') macro
9 PYTHONLIBDIR ?= $(LIBDIR)/$(PYLIBVER)
/external/libcap-ng/libcap-ng-0.7/bindings/python/
DMakefile.am26 PYLIBVER ?= python$(PYTHON_VERSION) macro
27 INCLUDES = -I. -I$(top_builddir) -I/usr/include/$(PYLIBVER)
DMakefile.in299 INCLUDES = -I. -I$(top_builddir) -I/usr/include/$(PYLIBVER)
775 PYLIBVER ?= python$(PYTHON_VERSION)
/external/selinux/libsemanage/src/
DMakefile14 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])') macro
16 PYLIBDIR ?= $(LIBDIR)/$(PYLIBVER)
/external/selinux/libselinux/src/
DMakefile14 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])') macro
16 PYLIBDIR ?= $(LIBDIR)/$(PYLIBVER)
/external/selinux/libsemanage/
DChangeLog393 * Merged Makefile PYLIBVER definition patch from Dan Walsh.
/external/selinux/libselinux/
DChangeLog788 * Merged Makefile PYLIBVER definition patch from Dan Walsh.