Home
last modified time | relevance | path

Searched +full:pkg +full:- +full:config (Results 1 – 25 of 1040) sorted by relevance

12345678910>>...42

/external/cronet/third_party/boringssl/src/third_party/googletest/docs/
Dpkgconfig.md3 GoogleTest comes with pkg-config files that can be used to determine all
5 Pkg-config is a standardised plain-text format containing
7 * the includedir (-I) path
8 * necessary macro (-D) definitions
9 * further required flags (-pthread)
10 * the library (-L) path
11 * the library (-l) to link to
13 All current build systems support pkg-config in one way or another. For all
19 Using `pkg-config` in CMake is fairly easy:
36 just -I flags (GoogleTest might require a macro indicating to internal headers
[all …]
/external/cronet/third_party/googletest/src/docs/
Dpkgconfig.md3 GoogleTest comes with pkg-config files that can be used to determine all
5 Pkg-config is a standardised plain-text format containing
7 * the includedir (-I) path
8 * necessary macro (-D) definitions
9 * further required flags (-pthread)
10 * the library (-L) path
11 * the library (-l) to link to
13 All current build systems support pkg-config in one way or another. For all
19 Using `pkg-config` in CMake is fairly easy:
40 just -I flags (GoogleTest might require a macro indicating to internal headers
[all …]
/external/googletest/docs/
Dpkgconfig.md3 GoogleTest comes with pkg-config files that can be used to determine all
5 Pkg-config is a standardised plain-text format containing
7 * the includedir (-I) path
8 * necessary macro (-D) definitions
9 * further required flags (-pthread)
10 * the library (-L) path
11 * the library (-l) to link to
13 All current build systems support pkg-config in one way or another. For all
19 Using `pkg-config` in CMake is fairly easy:
36 just -I flags (GoogleTest might require a macro indicating to internal headers
[all …]
/external/grpc-grpc-java/xds/
DBUILD.bazel5 # pre-compiled binaries on Maven Central.
20 "third_party/zero-allocation-hashing/main/java/**/*.java",
65 "@com_github_cncf_udpa//udpa/type/v1:pkg",
66 "@com_github_cncf_xds//xds/data/orca/v3:pkg",
67 "@com_github_cncf_xds//xds/service/orca/v3:pkg",
68 "@com_github_cncf_xds//xds/type/v3:pkg",
69 "@envoy_api//envoy/admin/v3:pkg",
70 "@envoy_api//envoy/api/v2:pkg",
71 "@envoy_api//envoy/api/v2/core:pkg",
72 "@envoy_api//envoy/api/v2/endpoint:pkg",
[all …]
/external/icu/icu4c/source/
Daclocal.m41 # generated automatically by aclocal 1.16.1 -*- Autoconf -*-
3 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
15 dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
16 dnl serial 11 (pkg-config-0.29.1)
19 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
33 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
34 dnl 02111-1307, USA.
42 dnl PKG_PREREQ(MIN-VERSION)
43 dnl -----------------------
46 dnl Verify that the version of the pkg-config macros are at least
[all …]
/external/python/cpython2/
Daclocal.m41 # generated automatically by aclocal 1.15.1 -*- Autoconf -*-
3 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
15 dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
16 dnl serial 11 (pkg-config-0.29.1)
19 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
33 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
34 dnl 02111-1307, USA.
42 dnl PKG_PREREQ(MIN-VERSION)
43 dnl -----------------------
46 dnl Verify that the version of the pkg-config macros are at least
[all …]
/external/cronet/third_party/icu/source/
Daclocal.m41 # generated automatically by aclocal 1.16.1 -*- Autoconf -*-
3 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
16 # https://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html
21 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
28 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
31 # If EXTRA-FLAGS is defined, it is added to the current language's default
33 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
48 # and this notice are preserved. This file is offered as-is, without any
69 dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
70 dnl serial 11 (pkg-config-0.29.1)
[all …]
/external/freetype/builds/unix/
Dpkg.m41 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
2 # serial 1 (pkg-config-0.24)
18 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25 # PKG_PROG_PKG_CONFIG([MIN-VERSION])
26 # ----------------------------------
28 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
31 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
32 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
33 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
36 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
[all …]
/external/pigweed/pw_build/py/pw_build/
Dcreate_python_tree.py7 # https://www.apache.org/licenses/LICENSE-2.0
50 '--repo-root',
55 '--tree-destination-dir', type=Path, help='Path to output directory.'
58 '--include-tests',
64 '--setupcfg-common-file',
70 '--setupcfg-version-append-git-sha',
75 '--setupcfg-version-append-date',
80 '--setupcfg-override-name', help='Override metadata.name in setup.cfg'
83 '--setupcfg-override-version',
87 '--create-default-pyproject-toml',
[all …]
/external/crosvm/.cargo/
Dconfig.debian.toml2 [target.armv7-unknown-linux-gnueabihf]
3 linker = "arm-linux-gnueabihf-gcc"
4 runner = "qemu-arm-static"
5 [target.aarch64-unknown-linux-gnu]
6 linker = "aarch64-linux-gnu-gcc"
7 runner = "qemu-aarch64-static"
8 [target.riscv64gc-unknown-linux-gnu]
9 linker = "riscv64-linux-gnu-gcc"
10 runner = "qemu-riscv64-static"
11 [target.x86_64-pc-windows-gnu]
[all …]
/external/cronet/build/config/linux/
Dpkg_config.gni2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/sysroot.gni")
7 # Defines a config specifying the result of running pkg-config for the given
12 # add this to the config to pass defines that the library expects to get by
21 # You can also use "extra args" to filter out results (see pkg-config.py):
22 # extra_args = [ "-v, "foo" ]
28 # A pkg-config wrapper to call instead of trying to find and call the right
29 # pkg-config directly. Wrappers like this are common in cross-compilation
31 # Leaving it blank defaults to searching PATH for 'pkg-config' and relying on
35 # A optional pkg-config wrapper to use for tools built on the host.
[all …]
/external/angle/build/config/linux/
Dpkg_config.gni2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/sysroot.gni")
7 # Defines a config specifying the result of running pkg-config for the given
12 # add this to the config to pass defines that the library expects to get by
21 # You can also use "extra args" to filter out results (see pkg-config.py):
22 # extra_args = [ "-v, "foo" ]
28 # A pkg-config wrapper to call instead of trying to find and call the right
29 # pkg-config directly. Wrappers like this are common in cross-compilation
31 # Leaving it blank defaults to searching PATH for 'pkg-config' and relying on
35 # A optional pkg-config wrapper to use for tools built on the host.
[all …]
/external/python/cpython3/
Daclocal.m41 # generated automatically by aclocal 1.16.3 -*- Autoconf -*-
3 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
16 # https://www.gnu.org/software/autoconf-archive/ax_c_float_words_bigendian.html
21 # AX_C_FLOAT_WORDS_BIGENDIAN([ACTION-IF-TRUE], [ACTION-IF-FALSE], [ACTION-IF-UNKNOWN])
25 # Checks the ordering of words within a multi-word float. This check is
27 # word ordering can be different from the byte ordering. In a multi-word
28 # float context, "big-endian" implies that the word containing the sign
38 # this test byte-order agnostic. If grep finds the string "noonsees" in
39 # the object file, the target platform stores float words in big-endian
40 # order. If grep finds "seesnoon", float words are in little-endian order.
[all …]
/external/bazelbuild-rules_rust/crate_universe/src/metadata/
Dmetadata_annotation.rs12 use crate::config::{Commitish, Config, CrateAnnotations, CrateId};
50 pub(crate) fn new(metadata: CargoMetadata) -> MetadataAnnotation { in new()
60 let is_node_workspace_member = |node: &Node, metadata: &CargoMetadata| -> bool { in new()
61 metadata.workspace_members.iter().any(|pkg| pkg == &node.id) in new()
85 .map(|pkg| (pkg.id.clone(), pkg)) in new()
97 fn annotate_crate(node: Node, metadata: &CargoMetadata) -> CrateAnnotation { in annotate_crate()
113 …it_repository::commit](https://docs.bazel.build/versions/main/repo/git.html#git_repository-commit),
114 … [git_repository::tag](https://docs.bazel.build/versions/main/repo/git.html#git_repository-tag), or
115 …it_repository::branch](https://docs.bazel.build/versions/main/repo/git.html#git_repository-branch).
118 …::shallow_since](https://docs.bazel.build/versions/main/repo/git.html#git_repository-shallow_since)
[all …]
/external/grpc-grpc/test/distrib/cpp/
Drun_distrib_test_cmake_pkgconfig.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
21 apt-get update && apt-get install -y libssl-dev
24 GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS=${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS:-4}
27 mkdir -p "third_party/abseil-cpp/cmake/build"
28 pushd "third_party/abseil-cpp/cmake/build"
29 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../..
30 make "-j${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS}" install
33 # Install c-ares
34 mkdir -p "third_party/cares/cares/cmake/build"
[all …]
/external/libexif/m4m/
Dgp-pkg-config.m49 AC_ARG_VAR([PKG_CONFIG],[pkg-config package config utility])
11 AC_ARG_VAR([PKG_CONFIG_PATH],[directory where pkg-config looks for *.pc files])
22 AC_PATH_PROG([PKG_CONFIG],[pkg-config],[false])
25 *** Build requires pkg-config
28 *** - set PKG_CONFIG to where your pkg-config is located
29 *** - set PATH to include the directory where pkg-config is installed
30 *** - get it from http://freedesktop.org/software/pkgconfig/ and install it
36 dnl filetype: d87b877b-80ec-447c-b042-21ec4a27c6f0
/external/curl/m4/
Dcurl-rustls.m421 # SPDX-License-Identifier: curl
26 dnl ----------------------------------------------------
28 dnl ----------------------------------------------------
33 dnl backup the pre-ssl variables
39 LDFLAGS="$LDFLAGS -framework Security"
46 dnl use pkg-config unless we have been given a path
47 dnl even then, try pkg-config first
51 dnl --with-rustls (without path) used
56 dnl check the provided --with-rustls path
60 dnl Try pkg-config even when cross-compiling. Since we
[all …]
/external/rust/crates/grpcio-sys/grpc/test/distrib/cpp/
Drun_distrib_test_cmake_pkgconfig.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
21 apt-get update && apt-get install -y libssl-dev
24 GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS=${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS:-4}
27 mkdir -p "third_party/abseil-cpp/cmake/build"
28 pushd "third_party/abseil-cpp/cmake/build"
29 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../..
30 make "-j${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS}" install
33 # Install c-ares
34 mkdir -p "third_party/cares/cares/cmake/build"
[all …]
/external/trace-cmd/
Dmake-trace-cmd.sh3 if [ -z "$INSTALL_PATH" ]; then
7 …FIX=prefix][BUILD_PATH=/path/to/build] INSTALL_PATH=/path/to/install make-trace-cmd.sh install|ins…
16 if [ ! -d $INSTALL_PATH ]; then
20 if [ ! -z "$BUILD_PATH" ]; then
21 if [ ! -d $BUILD_PATH ]; then
27 if [ -z "$PREFIX" ]; then
31 PKG_PATH=`pkg-config --variable pc_path pkg-config | tr ":" " " | cut -d' ' -f1`
34 # If pkg-config supports --with-path, use that as well
35 if pkg-config --with-path=/tmp --variable pc_path pkg-config &> /dev/null ; then
36 WITH_PATH="--with-path=$INSTALL_PATH$PKG_PATH"
[all …]
/external/rust/crates/libsqlite3-sys/
DCargo.toml.orig2 name = "libsqlite3-sys"
12 categories = ["external-ffi-bindings"]
17 bundled-windows = ["cc", "bundled_bindings"]
18 buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"]
20 min_sqlite_version_3_6_8 = ["pkg-config", "vcpkg"]
21 min_sqlite_version_3_6_23 = ["pkg-config", "vcpkg"]
22 min_sqlite_version_3_7_7 = ["pkg-config", "vcpkg"]
23 min_sqlite_version_3_7_16 = ["pkg-config", "vcpkg"]
34 with-asan = []
35 wasm32-wasi-vfs = []
[all …]
DCargo.toml9 # issue against the rust-lang/cargo repository. If you're
15 name = "libsqlite3-sys"
22 categories = ["external-ffi-bindings"]
25 [build-dependencies.bindgen]
29 default-features = false
31 [build-dependencies.cc]
35 [build-dependencies.pkg-config]
40 buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"]
42 bundled-windows = ["cc", "bundled_bindings"]
46 min_sqlite_version_3_6_23 = ["pkg-config", "vcpkg"]
[all …]
/external/bazelbuild-rules_go/go/tools/builders/
Dnogo_main.go7 http://www.apache.org/licenses/LICENSE-2.0
16 // Loads and runs registered analyses on a well-typed Go package.
91 return fmt.Errorf("errors found by nogo during build-time code analysis:\n%s\n", diagnostics)
107 return nil, nil, fmt.Errorf("-importcfg: %v", err)
111 lineNum++ // 1-based
179 if strings.HasPrefix(flagKey, "-") {
181 "%s: flag should not begin with '-': %s", a.Name, flagKey)
197 pkg, err := load(packagePath, imp, filenames)
202 act.pkg = pkg
205 // Process nolint directives similar to golangci-lint.
[all …]
/external/spdx-tools/idsearcher/
Didsearcher_test.go1 // SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
9 // ===== 2.1 Searcher top-level function tests =====
13 config := &Config2_1{
14 NamespacePrefix: "https://github.com/swinslow/spdx-docs/spdx-go/testdata-",
17 doc, err := BuildIDsDocument2_1(packageName, dirRoot, config)
22 t.Fatalf("expected non-nil Document, got nil")
29 t.Fatalf("expected non-nil Packages, got nil")
34 pkg := doc.Packages[0]
35 if pkg == nil {
36 t.Fatalf("expected non-nil pkg, got nil")
[all …]
/external/spdx-tools/builder/
Dbuild_test.go1 // SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
9 "github.com/spdx/tools-golang/spdx/common"
12 // ===== 2.1 Builder top-level Document test =====
16 config := &Config2_1{
17 NamespacePrefix: "https://github.com/swinslow/spdx-docs/spdx-go/testdata-",
22 config.TestValues["Created"] = "2018-10-19T04:38:00Z"
26 doc, err := Build2_1("project1", dirRoot, config)
31 t.Fatalf("expected non-nil Document, got nil")
36 t.Fatalf("expected non-nil CreationInfo section, got nil")
38 if doc.SPDXVersion != "SPDX-2.1" {
[all …]
Dbuild.go1 // Package builder is used to create tools-golang data structures for a given
4 // SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
10 "github.com/spdx/tools-golang/builder/builder2v1"
11 "github.com/spdx/tools-golang/builder/builder2v2"
12 "github.com/spdx/tools-golang/builder/builder2v3"
13 "github.com/spdx/tools-golang/spdx/common"
14 "github.com/spdx/tools-golang/spdx/v2_1"
15 "github.com/spdx/tools-golang/spdx/v2_2"
16 "github.com/spdx/tools-golang/spdx/v2_3"
28 // section, followed by the per-Document package name and a random UUID.
[all …]

12345678910>>...42