Searched +full:pkg +full:- +full:config (Results 1 – 25 of 738) sorted by relevance
12345678910>>...30
/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/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/icu/icu4c/source/ |
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) 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/ |
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/python/cpython3/ |
D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.2 -*- Autoconf -*- 3 # Copyright (C) 1996-2020 Free Software Foundation, Inc. 15 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- 16 # 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/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/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/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/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/ImageMagick/MagickWand/ |
D | MagickWand-config | 3 # Configure options script for re-calling MagickWand compilation options 11 Usage: MagickWand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [-… 13 if test $# -eq 0; then 15 …echo "Example: gcc \`MagickWand-config --cflags --cppflags\` -o wand wand.c \`MagickWand-config --… 19 while test $# -gt 0; do 21 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 25 --prefix=*) 28 --prefix) 31 --exec-prefix=*) 34 --exec-prefix) [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 31 CFLAGS=-fPIC ./configure --static --prefix=$PREFIX 32 make install -j$(nproc) 36 ./configure --prefix="$PREFIX" --disable-shared PKG_CONFIG_PATH="$PKG_CONFIG_PATH" [all …]
|
/external/ImageMagick/MagickCore/ |
D | MagickCore-config | 3 # Configure options script for re-calling MagickCore compilation options 11 Usage: MagickCore-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [-… 13 if test $# -eq 0; then 15 …echo "Example: gcc \`MagickCore-config --cflags --cppflags\` -o core core.c \`Magick-config --ldfl… 19 while test $# -gt 0; do 21 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 25 --prefix=*) 28 --prefix) 31 --exec-prefix=*) 34 --exec-prefix) [all …]
|
/external/libpcap/ |
D | aclocal.m4 | 44 AC_ARG_WITH(gcc, [ --without-gcc don't use gcc]) 47 $1="-I\$(srcdir)" 52 if test -z "$CC" ; then 64 if test -z "$CC" -a "$with_gcc" = no ; then 75 dnl use -O (AC_PROG_CC will use -g -O2 on gcc, so we don't need to 77 dnl add -g flags, as appropriate 102 # -Werror forces warnings to be errors. 104 ac_lbl_cc_force_warning_errors=-Werror 111 AC_LBL_CHECK_COMPILER_OPT($1, -fvisibility=hidden) 113 $2="$$2 -I/usr/local/include" [all …]
|
/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/ |
D | fip-secure-partitions.puml | 4 ' SPDX-License-Identifier: BSD-3-Clause 34 ---- 35 secure-partitions 39 --- 42 --- 48 artifact config.json [ 53 --- 56 --- 77 sp1.pkg 80 --- [all …]
|
/external/protobuf/src/ |
D | README.md | 1 Protocol Buffers - Google's data interchange format 4 …-kokoro-results/status-badge/linux-cpp_distcheck.png)](https://fusion.corp.google.com/projectanaly… 8 https://developers.google.com/protocol-buffers/ 10 C++ Installation - Unix 11 ----------------------- 24 $ sudo apt-get install autoconf automake libtool curl make g++ unzip 34 For example: if you only need C++, download `protobuf-cpp-[VERSION].tar.gz`; if 35 you need C++ and Java, download `protobuf-java-[VERSION].tar.gz` (every package 37 download `protobuf-all-[VERSION].tar.gz`. 45 $ git submodule update --init --recursive [all …]
|
/external/wpa_supplicant_8/hs20/client/ |
D | Makefile | 1 ALL=hs20-osu-client 5 CFLAGS += -I../../src/utils 6 CFLAGS += -I../../src/common 7 CFLAGS += -I../../src 11 TEST_WK := $(shell pkg-config --silence-errors --cflags webkitgtk-3.0) 14 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkit2gtk-4.0) 15 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkit2gtk-4.0) 16 CFLAGS += -DUSE_WEBKIT2 18 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0) 19 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkitgtk-3.0) [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
D | setup.py | 1 # -*- coding: ascii -*- 3 # Copyright 2007 - 2013 10 # http://www.apache.org/licenses/LICENSE-2.0 66 max_required[-1] += 1 81 Docs config section 91 fp = open(filename, encoding='utf-8') 103 fp = open(filename, encoding='utf-8') 115 )['title'].encode('utf-8') 129 fp = open(filename, encoding='utf-8') 148 fp = open(filename, encoding='utf-8') [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/ |
D | setup.py | 1 # -*- coding: ascii -*- 3 # Copyright 2007 - 2013 10 # http://www.apache.org/licenses/LICENSE-2.0 66 max_required[-1] += 1 81 Docs config section 91 fp = open(filename, encoding='utf-8') 103 fp = open(filename, encoding='utf-8') 115 )['title'].encode('utf-8') 129 fp = open(filename, encoding='utf-8') 148 fp = open(filename, encoding='utf-8') [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/ |
D | setup.py | 1 # -*- coding: ascii -*- 3 # Copyright 2007 - 2013 10 # http://www.apache.org/licenses/LICENSE-2.0 65 max_required[-1] += 1 80 Docs config section 114 )['title'].encode('utf-8') 182 sep = _os.path.join('1', '2')[1:-1] 204 tpl = ['recursive-include %s *' % docs['examples.dir']] 206 tpl.extend(["global-exclude %s" % item 216 tpl = ['recursive-include %s *' % docs['userdoc.dir']] [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
D | setup.py | 1 # -*- coding: ascii -*- 3 # Copyright 2007 - 2013 10 # http://www.apache.org/licenses/LICENSE-2.0 65 max_required[-1] += 1 80 Docs config section 114 )['title'].encode('utf-8') 182 sep = _os.path.join('1', '2')[1:-1] 204 tpl = ['recursive-include %s *' % docs['examples.dir']] 206 tpl.extend(["global-exclude %s" % item 216 tpl = ['recursive-include %s *' % docs['userdoc.dir']] [all …]
|
/external/harfbuzz_ng/.circleci/ |
D | config.yml | 5 macos-10.12.6-aat-fonts: 9 - checkout 10 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free… 11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo 12 - run: make -j4 13 - run: make check || .ci/fail.sh 15 macos-10.13.6-aat-fonts: 19 - checkout 20 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free… 21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo [all …]
|
/external/libiio/src/ |
D | appveyor.yml | 14 - Release 17 - echo "Checking out sub-modules..." 18 - git submodule update --init 19 - echo "Downloading deps..." 20 - cd C:\ 21 - appveyor DownloadFile http://swdownloads.analog.com/cse/build/libiio-win-deps.zip 22 - 7z x -y "C:\libiio-win-deps.zip" 24 - choco install InnoSetup 25 - set PATH=%PATH%;"C:\Program Files (x86)\Inno Setup 5" 28 - set OLD_PATH=%PATH% [all …]
|
/external/libevent/m4/ |
D | ntp_pkg_config.m4 | 1 dnl NTP_PKG_CONFIG -*- Autoconf -*- 3 dnl Look for pkg-config, which must be at least 10 AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) 16 AC_MSG_CHECKING([if pkg-config is at least version $ntp_pkgconfig_min_version]) 17 if $PKG_CONFIG --atleast-pkgconfig-version $ntp_pkgconfig_min_version; then
|
/external/wayland-protocols/freedesktop.org/m4/ |
D | compat.m4 | 1 dnl noarch_pkgconfigdir only available in pkg-config 0.27 and newer 2 dnl http://lists.freedesktop.org/archives/pkg-config/2012-July/000875.html 3 dnl Ubuntu 14.04 provides only pkg-config 0.26 so lacks this function.
|
12345678910>>...30