Home
last modified time | relevance | path

Searched full:pyinc (Results 1 – 4 of 4) sorted by relevance

/external/python/pybind11/pybind11/
Dsetup_helpers.py131 pyinc = pybind11.get_include()
133 if pyinc not in self.include_dirs:
134 self.include_dirs.append(pyinc)
/external/selinux/libsemanage/src/
DMakefile14 PYINC ?= $(shell $(PKG_CONFIG) --cflags $(PYPREFIX)) macro
75 $(CC) $(CFLAGS) $(SWIG_CFLAGS) $(PYINC) -fPIC -DSHARED -c -o $@ $<
/external/selinux/
D.travis.yml102 export PYINC=-I$($PYTHON -c 'import sys;print(sys.prefix)')/include ;
/external/selinux/libselinux/src/
DMakefile15 PYINC ?= $(shell $(PKG_CONFIG) --cflags $(PYPREFIX)) macro