Home
last modified time | relevance | path

Searched refs:install_headers (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/distutils/tests/
H A Dtest_install_headers.py1 """Tests for distutils.command.install_headers."""
5 from distutils.command.install_headers import install_headers namespace
24 cmd = install_headers(dist)
H A Dtest_install.py73 check_path(cmd.install_headers,
/third_party/ltp/include/mk/
H A Dlib.mk34 .PHONY: install_headers
42 install_headers: $(addprefix $(DESTDIR)/$(includedir)/,$(notdir $(HEADER_FILES)))
/third_party/python/Lib/distutils/command/
H A Dinstall_headers.py1 """distutils.command.install_headers
3 Implements the Distutils 'install_headers' command, to install C/C++ header
10 class install_headers(Command): class
29 ('install_headers', 'install_dir'),
H A Dinstall.py185 self.install_headers = None # for C/C++ headers
421 self.install_headers is None or
503 'install_lib', 'install_headers',
675 ('install_headers', has_headers),
/third_party/python/Lib/test/
H A Dtest_sundry.py38 import distutils.command.install_headers namespace
/third_party/libbpf/src/
H A DMakefile157 install: all install_headers install_pkgconfig
160 install_headers:

Completed in 3 milliseconds