Home
last modified time | relevance | path

Searched +full:install +full:- +full:headers (Results 1 – 25 of 999) sorted by relevance

12345678910>>...40

/external/angle/third_party/vulkan-deps/vulkan-headers/src/
DBUILD.md7 1. [Contributing](#contributing-to-the-repository)
8 1. [Repository Content](#repository-content)
9 1. [Repository Set-up](#repository-set-up)
10 1. [Windows Build](#building-on-windows)
11 1. [Linux Build](#building-on-linux)
12 1. [MacOS Build](#building-on-macos)
17 API specification [repository](https://github.com/KhronosGroup/Vulkan-Docs).
26 However, this repository contains CMake build configuration files to "install"
27 the files from this repository to a specific install directory. For example,
28 you can install the files to a system directory such as `/usr/local` on Linux.
[all …]
DCMakeLists.txt9 # http://www.apache.org/licenses/LICENSE-2.0
18 …ake project initialization -----------------------------------------------------------------------…
19 # This section contains pre-project() initialization, and ends with the project() command.
24 project(Vulkan-Headers NONE)
26 # User-interface declarations ---------------------------------------------------------------------…
33 # Windows: if install locations not set by user, set install prefix to "<build_dir>\install".
34 set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/install" CACHE PATH "default install path" FORCE)
37 # -------------------------------------------------------------------------------------------------…
40 add_library(Vulkan-Headers INTERFACE)
41 target_include_directories(Vulkan-Headers INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
[all …]
/external/vulkan-headers/
DBUILD.md7 1. [Contributing](#contributing-to-the-repository)
8 1. [Repository Content](#repository-content)
9 1. [Repository Set-up](#repository-set-up)
10 1. [Windows Build](#building-on-windows)
11 1. [Linux Build](#building-on-linux)
12 1. [MacOS Build](#building-on-macos)
17 API specification [repository](https://github.com/KhronosGroup/Vulkan-Docs).
26 However, this repository contains CMake build configuration files to "install"
27 the files from this repository to a specific install directory. For example,
28 you can install the files to a system directory such as `/usr/local` on Linux.
[all …]
DCMakeLists.txt9 # http://www.apache.org/licenses/LICENSE-2.0
18 …ake project initialization -----------------------------------------------------------------------…
19 # This section contains pre-project() initialization, and ends with the project() command.
24 project(Vulkan-Headers NONE)
26 # User-interface declarations ---------------------------------------------------------------------…
33 # Windows: if install locations not set by user, set install prefix to "<build_dir>\install".
34 set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/install" CACHE PATH "default install path" FORCE)
37 # -------------------------------------------------------------------------------------------------…
40 add_library(Vulkan-Headers INTERFACE)
41 target_include_directories(Vulkan-Headers INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
[all …]
/external/libcxx/include/
DCMakeLists.txt196 -o ${LIBCXX_BINARY_DIR}/__generated_config
201 add_custom_target(cxx-generated-config ALL
203 set(generated_config_deps cxx-generated-config)
220 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src} ${dst}
231 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src} ${dst}
236 add_custom_target(cxx-headers ALL DEPENDS ${out_files} ${LIBCXX_CXX_ABI_HEADER_TARGET})
238 add_custom_target(cxx-headers)
240 set_target_properties(cxx-headers PROPERTIES FOLDER "Misc")
245 install(FILES ${file}
247 COMPONENT cxx-headers
[all …]
/external/python/setuptools/setuptools/_distutils/command/
Dinstall.py1 """distutils.command.install
3 Implements the Distutils 'install' command."""
27 'purelib': '{base}/Lib/site-packages',
28 'platlib': '{base}/Lib/site-packages',
29 'headers': '{base}/Include/{dist_name}',
36 'purelib': '{base}/lib/{implementation_lower}{py_version_short}/site-packages',
37 'platlib': '{platbase}/{platlibdir}/{implementation_lower}{py_version_short}/site-packages',
38 'headers': '{base}/include/{implementation_lower}{py_version_short}{abiflags}/{dist_name}',
45 'headers': '{base}/include/{implementation_lower}/{dist_name}',
51 'purelib': '{base}/site-packages',
[all …]
Dinstall_headers.py3 Implements the Distutils 'install_headers' command, to install C/C++ header
12 description = "install C/C++ header files"
14 user_options = [('install-dir=', 'd',
15 "directory to install header files to"),
28 self.set_undefined_options('install',
34 headers = self.distribution.headers
35 if not headers:
39 for header in headers:
44 return self.distribution.headers or []
/external/deqp-deps/SPIRV-Headers/
DCMakeLists.txt1 # Copyright (c) 2015-2016 The Khronos Group Inc.
28 # The SPIR-V headers from the SPIR-V Registry
29 # https://www.khronos.org/registry/spir-v/
32 project(SPIRV-Headers VERSION 1.5.5)
36 # Using this source tree directly from a CMake-based project:
38 # 2. Use ${SPIRV-Headers_SOURCE_DIR}/include} in a target_include_directories
41 # Installing the headers first, then using them with an implicit include
42 # directory. To install the headers:
45 # 3. cmake --build . --target install
48 add_custom_target(install-headers target
[all …]
DREADME.md1 # SPIR-V Headers
3 This repository contains machine-readable files for the
4 [SPIR-V Registry](https://www.khronos.org/registry/spir-v/).
8 * JSON files describing the grammar for the SPIR-V core instruction set
11 * A tool to build the headers from the JSON grammar.
13 Headers are provided in the [include](include) directory, with up-to-date
14 headers in the `unified1` subdirectory. Older headers are provided according to
18 not tied to SPIR-V specification versions.
22 When a new version or revision of the SPIR-V specification is published,
23 the SPIR-V Working Group will push new commits onto master, updating
[all …]
/external/swiftshader/third_party/SPIRV-Headers/
DCMakeLists.txt1 # Copyright (c) 2015-2016 The Khronos Group Inc.
28 # The SPIR-V headers from the SPIR-V Registry
29 # https://www.khronos.org/registry/spir-v/
32 project(SPIRV-Headers VERSION 1.5.5)
36 # Using this source tree directly from a CMake-based project:
38 # 2. Use ${SPIRV-Headers_SOURCE_DIR}/include} in a target_include_directories
41 # Installing the headers first, then using them with an implicit include
42 # directory. To install the headers:
45 # 3. cmake --build . --target install
48 add_custom_target(install-headers target
[all …]
DREADME.md1 # SPIR-V Headers
3 This repository contains machine-readable files for the
4 [SPIR-V Registry](https://www.khronos.org/registry/spir-v/).
8 * JSON files describing the grammar for the SPIR-V core instruction set
11 * A tool to build the headers from the JSON grammar.
13 Headers are provided in the [include](include) directory, with up-to-date
14 headers in the `unified1` subdirectory. Older headers are provided according to
18 not tied to SPIR-V specification versions.
22 When a new version or revision of the SPIR-V specification is published,
23 the SPIR-V Working Group will push new commits onto master, updating
[all …]
/external/angle/third_party/vulkan-deps/spirv-headers/src/
DCMakeLists.txt1 # Copyright (c) 2015-2016 The Khronos Group Inc.
28 # The SPIR-V headers from the SPIR-V Registry
29 # https://www.khronos.org/registry/spir-v/
32 project(SPIRV-Headers VERSION 1.5.5)
36 # Using this source tree directly from a CMake-based project:
38 # 2. Use ${SPIRV-Headers_SOURCE_DIR}/include} in a target_include_directories
41 # Installing the headers first, then using them with an implicit include
42 # directory. To install the headers:
45 # 3. cmake --build . --target install
48 add_custom_target(install-headers target
[all …]
DREADME.md1 # SPIR-V Headers
3 This repository contains machine-readable files for the
4 [SPIR-V Registry](https://www.khronos.org/registry/spir-v/).
8 * JSON files describing the grammar for the SPIR-V core instruction set
11 * A tool to build the headers from the JSON grammar.
13 Headers are provided in the [include](include) directory, with up-to-date
14 headers in the `unified1` subdirectory. Older headers are provided according to
18 not tied to SPIR-V specification versions.
22 When a new version or revision of the SPIR-V specification is published,
23 the SPIR-V Working Group will push new commits onto master, updating
[all …]
/external/vulkan-validation-layers/scripts/
Dknown_good.json8 "install_dir" : "glslang/build/install",
14 "-DUSE_CCACHE=ON"
18 "name" : "Vulkan-Headers",
19 "url" : "https://github.com/KhronosGroup/Vulkan-Headers.git",
20 "sub_dir" : "Vulkan-Headers",
21 "build_dir" : "Vulkan-Headers/build",
22 "install_dir" : "Vulkan-Headers/build/install",
26 "name" : "Vulkan-Loader",
27 "url" : "https://github.com/KhronosGroup/Vulkan-Loader.git",
28 "sub_dir" : "Vulkan-Loader",
[all …]
/external/python/cpython2/Lib/distutils/command/
Dinstall.py1 """distutils.command.install
3 Implements the Distutils 'install' command."""
29 'headers': '$base/Include/$dist_name',
35 'purelib': '$base/Lib/site-packages',
36 'platlib': '$base/Lib/site-packages',
37 'headers': '$base/Include/$dist_name',
44 'purelib': '$base/lib/python$py_version_short/site-packages',
45 'platlib': '$platbase/lib/python$py_version_short/site-packages',
46 'headers': '$base/include/python$py_version_short/$dist_name',
53 'headers': '$base/include/python/$dist_name',
[all …]
Dinstall_headers.py3 Implements the Distutils 'install_headers' command, to install C/C++ header
14 description = "install C/C++ header files"
16 user_options = [('install-dir=', 'd',
17 "directory to install header files to"),
30 self.set_undefined_options('install',
36 headers = self.distribution.headers
37 if not headers:
41 for header in headers:
46 return self.distribution.headers or []
/external/python/cpython3/Lib/distutils/command/
Dinstall.py1 """distutils.command.install
3 Implements the Distutils 'install' command."""
28 SCHEME_KEYS = ('purelib', 'platlib', 'headers', 'scripts', 'data')
30 # The following code provides backward-compatible INSTALL_SCHEMES
45 if key == "headers" and key not in sys_scheme:
46 # On POSIX-y platforms, Python will:
47 # - Build from .h files in 'headers' (only there when
49 # - Install .h files to 'include'
50 # When 'headers' is missing, fall back to 'include'
61 if key == "headers":
[all …]
Dinstall_headers.py3 Implements the Distutils 'install_headers' command, to install C/C++ header
12 description = "install C/C++ header files"
14 user_options = [('install-dir=', 'd',
15 "directory to install header files to"),
28 self.set_undefined_options('install',
34 headers = self.distribution.headers
35 if not headers:
39 for header in headers:
44 return self.distribution.headers or []
/external/ppp/pppd/
DMakefile.linux14 PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap-new.c md5.c ccp.c \
15 ecp.c ipxcp.c auth.c options.c sys-linux.c md4.c chap_ms.c \
16 demand.c utils.c tty.c eap.c chap-md5.c session.c
18 HEADERS = ccp.h session.h chap-new.h ecp.h fsm.h ipcp.h \
23 PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o \
24 ecp.o auth.o options.o demand.o utils.o sys-linux.o ipxcp.o tty.o \
25 eap.o chap-md5.o session.o
35 COPTS = -O2 -pipe -Wall -g
39 # MS-CHAP authentication protocol. Also, edit plugins/radius/Makefile.linux.
52 # This requires that the libpcap library and headers be installed
[all …]
/external/libcups/data/
DMakefile4 # Copyright 2007-2014 by Apple Inc.
5 # Copyright 1993-2006 by Easy Software Products.
61 # Install all targets...
64 install: all install-data install-headers install-libs install-exec target
68 # Install data files...
71 install-data:
72 $(INSTALL_DIR) -m 755 $(DATADIR)/banners
73 $(INSTALL_DIR) -m 755 $(DATADIR)/data
74 $(INSTALL_DIR) -m 755 $(DATADIR)/model
75 $(INSTALL_DIR) -m 755 $(DATADIR)/ppdc
[all …]
/external/libogg/include/ogg/
DMakefile.in25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
46 mkinstalldirs = $(install_sh) -d
56 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
61 HEADERS = $(nodist_ogginclude_HEADERS) $(ogginclude_HEADERS)
186 all: all-am
193 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
198 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/ogg/Makefile'; \
[all …]
/external/shaderc/spirv-headers/
DCMakeLists.txt1 # Copyright (c) 2015-2016 The Khronos Group Inc.
28 # The SPIR-V headers from the SPIR-V Registry
29 # https://www.khronos.org/registry/spir-v/
32 project(SPIRV-Headers VERSION 1.4.1)
36 # Using this source tree directly from a CMake-based project:
38 # 2. Use ${SPIRV-Headers_SOURCE_DIR}/include} in a target_include_directories
41 # Installing the headers first, then using them with an implicit include
42 # directory. To install the headers:
45 # 3. cmake --build . --target install
48 add_custom_target(install-headers target
[all …]
/external/libcups/monitor/
DMakefile4 # Copyright 2007-2019 by Apple Inc.
51 $(CC) -MM $(ALL_CFLAGS) $(OBJS:.o=.c) >Dependencies
55 # Install all targets...
58 install: all install-data install-headers install-libs install-exec target
62 # Install data files...
65 install-data:
69 # Install programs...
72 install-exec:
73 $(INSTALL_DIR) -m 755 $(SERVERBIN)/monitor
87 # Install headers...
[all …]
/external/icu/icu4c/source/i18n/
DMakefile.in5 # Copyright (C) 1998-2016, International Business Machines
9 ## Makefile.in for ICU - icui18n.so
45 BATCH_LIBS = $(BATCH_LIBICUUC) -lm
58 CFLAGS += -WI
59 CXXFLAGS += -WI
62 CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common $(LIBCPPFLAGS) $(CPPFLAGSICUI18N)
63 DEFS += -DU_I18N_IMPLEMENTATION
70 ## Header files to install
71 HEADERS = $(srcdir)/unicode/*.h
77 -include Makefile.local
[all …]
/external/icu/icu4c/source/io/
DMakefile.in5 # Copyright (C) 1999-2011, International Business Machines
9 ## Makefile.in for ICU - icuio.so
45 BATCH_LIBS = $(BATCH_LIBICUUC) $(BATCH_LIBICUI18N) -lm
58 CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common -I$(top_srcdir)/i18n $(LIBCPPFLAGS) $(CPPFLAGSICUIO)
59 DEFS += -DU_IO_IMPLEMENTATION
66 ## Header files to install
67 HEADERS = $(srcdir)/unicode/*.h
73 -include Makefile.local
76 .PHONY : all all-local install install-local clean clean-local \
77 distclean distclean-local install-library install-headers dist \
[all …]

12345678910>>...40