Searched +full:pkg +full:- +full:config (Results  1 – 25 of 1010) sorted by relevance
12345678910>>...41
| /external/cronet/third_party/googletest/src/docs/ | 
| D | pkgconfig.md | 3 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/ | 
| D | pkgconfig.md | 3 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/cronet/third_party/boringssl/src/third_party/googletest/docs/ | 
| D | Pkgconfig.md | 3 <!-- GOOGLETEST_CM0035 DO NOT DELETE --> 5 GoogleTest comes with pkg-config files that can be used to determine all 7 Pkg-config is a standardised plain-text format containing 9 *   the includedir (-I) path 10 *   necessary macro (-D) definitions 11 *   further required flags (-pthread) 12 *   the library (-L) path 13 *   the library (-l) to link to 15 All current build systems support pkg-config in one way or another. For all 21 Using `pkg-config` in CMake is fairly easy: [all …] 
 | 
| /external/ImageMagick/m4/ | 
| D | pkg.m4 | 1 # pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*- 2 # serial 12 (pkg-config-0.29.2) 5 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com> 19 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 20 dnl 02111-1307, USA. 28 dnl PKG_PREREQ(MIN-VERSION) 29 dnl ----------------------- 32 dnl Verify that the version of the pkg-config macros are at least 33 dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's 34 dnl installed version of pkg-config, this checks the developer's version [all …] 
 | 
| /external/python/cpython2/ | 
| D | aclocal.m4 | 1 # 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/icu/icu4c/source/ | 
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.15.1 -*- Autoconf -*- 3 # Copyright (C) 1996-2017 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) [all …] 
 | 
| /external/cronet/third_party/icu/source/ | 
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.15.1 -*- Autoconf -*- 3 # Copyright (C) 1996-2017 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) [all …] 
 | 
| /external/pigweed/pw_build/py/pw_build/ | 
| D | create_python_tree.py | 7 #     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 …] 
 | 
| D | generate_python_requirements.py | 7 #     https://www.apache.org/licenses/LICENSE-2.0 30 def _parse_args() -> argparse.Namespace: 33         '--python-dep-list-files', 42         '--requirement', 48         '--gn-packages', 56         '--exclude-transitive-deps', 58         help='Exclude checking transitive deps of the specified --gn-packages', 72 ) -> int: 92         for pkg in py_packages: 94                 target in pkg.gn_target_name for target in gn_target_names [all …] 
 | 
| /external/freetype/builds/unix/ | 
| D | pkg.m4 | 1 # 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/openthread/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ | 
| D | pkg.m4 | 1 # 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/python/cffi/cffi/ | 
| D | pkgconfig.py | 1 # pkg-config, https://www.freedesktop.org/wiki/Software/pkg-config/ integration for cffi 8     """Merge values from cffi config flags cfg2 to cf1 27     """Calls pkg-config and returns the output if found 29     a = ["pkg-config", "--print-errors"] 35         raise PkgConfigError("cannot run pkg-config: %s" % (str(e).strip(),)) 49             raise PkgConfigError("pkg-config %s %s returned bytes that cannot " 54         raise PkgConfigError("pkg-config %s %s returned an unsupported " 55                              "backslash-escaped output:\n%r" % 61     r"""Return compiler line flags for FFI.set_source based on pkg-config output 67     If pkg-config is installed on build machine, then arguments include_dirs, [all …] 
 | 
| /external/python/cpython3/ | 
| D | aclocal.m4 | 1 # 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/cronet/build/config/linux/ | 
| D | pkg_config.gni | 2 # 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/ | 
| D | pkg_config.gni | 2 # 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/crosvm/.cargo/ | 
| D | config.debian.toml | 2 [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.x86_64-pc-windows-gnu] 11 # Provide path to the pkg-config wrapper for each supported platform 13 PKG_CONFIG_x86_64-unknown-linux-gnu = "x86_64-linux-gnu-pkg-config" 14 PKG_CONFIG_aarch64-unknown-linux-gnu = "aarch64-linux-gnu-pkg-config" [all …] 
 | 
| /external/libexif/m4m/ | 
| D | gp-pkg-config.m4 | 9 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/trace-cmd/ | 
| D | make-trace-cmd.sh | 3 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/ | 
| D | Cargo.toml.orig | 2 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 …] 
 | 
| D | Cargo.toml | 9 # 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/openthread/third_party/nlbuild-autotools/repo/autoconf/m4/ | 
| D | nl_with_package.m4 | 2 #    Copyright 2015-2016 Nest Labs Inc. All Rights Reserved. 8 #    http://www.apache.org/licenses/LICENSE-2.0 19 #      This file defines a GNU autoconf M4-style macro for checking 36 # _NL_ARG_WITH_INCLUDES_OR_LIBS(PACKAGE-DISPOSITION, 37 #                               PACKAGE-SOURCE, 38 #                               PACKAGE-PRETTY-NAME, 39 #                               PACKAGE-VARIABLE-PREFIX, 40 #                               PACKAGE-SUCCINCT-NAME, 41 #                               PACKAGE-WITH-OPTION, 42 #                               PLURAL-WITH-OPTION-HELP-WORD, [all …] 
 | 
| /external/spdx-tools/idsearcher/ | 
| D | idsearcher_test.go | 1 // 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/ | 
| D | build_test.go | 1 // 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 …] 
 | 
| D | build.go | 1 // 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 …] 
 | 
| /external/oss-fuzz/projects/poppler/ | 
| D | build.sh | 1 #!/bin/bash -eu 8 #      http://www.apache.org/licenses/LICENSE-2.0 18 mkdir -p $PREFIX 20 export PKG_CONFIG="`which pkg-config` --static" 26 rm -rf $WORK/* 27 rm -rf $BUILD 28 mkdir -p $BUILD 36 cp -R boost/ /usr/include/ 39 CFLAGS=-fPIC ./configure --static --prefix=$PREFIX 40 make install -j$(nproc) [all …] 
 | 
        12345678910>>...41