Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PKG_CONFIG
(Results
1 - 20
of
20
) sorted by relevance
/third_party/selinux/libselinux/
H
A
D
Makefile
3
PKG_CONFIG
?= pkg-config
macro
33
PCRE_CFLAGS += $(shell $(
PKG_CONFIG
) --cflags $(PCRE_MODULE))
34
PCRE_LDLIBS := $(shell $(
PKG_CONFIG
) --libs $(PCRE_MODULE))
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H
A
D
Makefile
22
PKG_CONFIG
?= pkg-config
macro
45
DBUS_LIBS := $(shell $(
PKG_CONFIG
) --libs dbus-1)
48
DBUS_INCLUDE := $(shell $(
PKG_CONFIG
) --cflags dbus-1)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H
A
D
Makefile
22
PKG_CONFIG
?= pkg-config
macro
45
DBUS_LIBS := $(shell $(
PKG_CONFIG
) --libs dbus-1)
48
DBUS_INCLUDE := $(shell $(
PKG_CONFIG
) --cflags dbus-1)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
drivers.mak
172
PKG_CONFIG
?= pkg-config
macro
173
HAVE_LIBNL3 := $(shell $(
PKG_CONFIG
) --exists libnl-3.0; echo $$?)
188
PKG_CONFIG
?= pkg-config
macro
189
DRV_CFLAGS += $(shell $(
PKG_CONFIG
) --cflags libnl-3.0)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
drivers.mak
177
PKG_CONFIG
?= pkg-config
macro
178
HAVE_LIBNL3 := $(shell $(
PKG_CONFIG
) --exists libnl-3.0; echo $$?)
192
PKG_CONFIG
?= pkg-config
macro
193
DRV_CFLAGS += $(shell $(
PKG_CONFIG
) --cflags libnl-3.0)
/third_party/python/
H
A
D
configure
977
PKG_CONFIG
1100
PKG_CONFIG
1894
PKG_CONFIG
path to pkg-config utility
3805
if test -z "$
PKG_CONFIG
"; then
3806
{
PKG_CONFIG
=; unset
PKG_CONFIG
;}
3827
case $
PKG_CONFIG
in
3829
ac_cv_path_PKG_CONFIG="$
PKG_CONFIG
" # Let the user override the test with a path.
3854
PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
3855
if test -n "$
PKG_CONFIG
"; the
[all...]
/third_party/libbpf/src/
H
A
D
Makefile
47
PKG_CONFIG
?= pkg-config
macro
48
ALL_CFLAGS += $(shell $(
PKG_CONFIG
) --cflags libelf zlib)
49
ALL_LDFLAGS += $(shell $(
PKG_CONFIG
) --libs libelf zlib)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
Android.mk
9
PKG_CONFIG
?= pkg-config
macro
H
A
D
Makefile
44
PKG_CONFIG
?= pkg-config
macro
1673
DBUS_LIBS := $(shell $(
PKG_CONFIG
) --libs dbus-1)
1676
DBUS_INCLUDE := $(shell $(
PKG_CONFIG
) --cflags dbus-1)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
Android.mk
9
PKG_CONFIG
?= pkg-config
macro
H
A
D
Makefile
44
PKG_CONFIG
?= pkg-config
macro
1118
LIBS += $(shell $(
PKG_CONFIG
) --libs libpcsclite)
1717
DBUS_LIBS := $(shell $(
PKG_CONFIG
) --libs dbus-1)
1720
DBUS_INCLUDE := $(shell $(
PKG_CONFIG
) --cflags dbus-1)
/third_party/eudev/
H
A
D
configure
676
PKG_CONFIG
860
PKG_CONFIG
1544
PKG_CONFIG
path to pkg-config utility
18830
case $
PKG_CONFIG
in
18832
ac_cv_path_PKG_CONFIG="$
PKG_CONFIG
" # Let the user override the test with a path.
18853
PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
18854
if test -n "$
PKG_CONFIG
"; then
18855
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $
PKG_CONFIG
" >&5
18856
$as_echo "$
PKG_CONFIG
" >&6; }
18865
ac_pt_PKG_CONFIG=$
PKG_CONFIG
[all...]
/third_party/selinux/libselinux/src/
H
A
D
Makefile
8
PKG_CONFIG
?= pkg-config
macro
15
PYINC ?= $(shell $(
PKG_CONFIG
) --cflags $(PYPREFIX))
16
PYLIBS ?= $(shell $(
PKG_CONFIG
) --libs $(PYPREFIX))
/third_party/icu/icu4c/source/
H
A
D
configure
711
PKG_CONFIG
822
PKG_CONFIG
1505
PKG_CONFIG
path to pkg-config utility
3795
case $
PKG_CONFIG
in
3797
ac_cv_path_PKG_CONFIG="$
PKG_CONFIG
" # Let the user override the test with a path.
3818
PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
3819
if test -n "$
PKG_CONFIG
"; then
3820
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $
PKG_CONFIG
" >&5
3821
$as_echo "$
PKG_CONFIG
" >&6; }
3830
ac_pt_PKG_CONFIG=$
PKG_CONFIG
[all...]
/third_party/skia/third_party/externals/icu/source/
H
A
D
configure
711
PKG_CONFIG
821
PKG_CONFIG
1493
PKG_CONFIG
path to pkg-config utility
3783
case $
PKG_CONFIG
in
3785
ac_cv_path_PKG_CONFIG="$
PKG_CONFIG
" # Let the user override the test with a path.
3806
PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
3807
if test -n "$
PKG_CONFIG
"; then
3808
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $
PKG_CONFIG
" >&5
3809
$as_echo "$
PKG_CONFIG
" >&6; }
3818
ac_pt_PKG_CONFIG=$
PKG_CONFIG
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
Makefile
20
PKG_CONFIG
?= pkg-config
macro
145
HAVE_LIBXML:=$(shell $(
PKG_CONFIG
) --exists libxml-2.0 2>/dev/null && echo 'yes')
149
c2xml-ldlibs := $(shell $(
PKG_CONFIG
) --libs libxml-2.0)
150
c2xml-cflags := $(shell $(
PKG_CONFIG
) --cflags libxml-2.0)
155
HAVE_SQLITE := $(shell $(
PKG_CONFIG
) --exists sqlite3 2>/dev/null && echo 'yes')
157
SQLITE_VERSION:=$(shell $(
PKG_CONFIG
) --modversion sqlite3)
163
semind-ldlibs := $(shell $(
PKG_CONFIG
) --libs sqlite3)
164
semind-cflags := $(shell $(
PKG_CONFIG
) --cflags sqlite3)
175
HAVE_GTK:=$(shell $(
PKG_CONFIG
) --exists gtk+-$(GTK_VERSION) 2>/dev/null && echo 'yes')
178
HAVE_GTK:=$(shell $(
PKG_CONFIG
)
[all...]
/third_party/lame/
H
A
D
configure
717
PKG_CONFIG
835
PKG_CONFIG
1522
PKG_CONFIG
path to pkg-config utility
3336
case $
PKG_CONFIG
in
3338
ac_cv_path_PKG_CONFIG="$
PKG_CONFIG
" # Let the user override the test with a path.
3359
PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
3360
if test -n "$
PKG_CONFIG
"; then
3361
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $
PKG_CONFIG
" >&5
3362
$as_echo "$
PKG_CONFIG
" >&6; }
3371
ac_pt_PKG_CONFIG=$
PKG_CONFIG
[all...]
/third_party/libevdev/
H
A
D
configure
699
PKG_CONFIG
848
PKG_CONFIG
1524
PKG_CONFIG
path to pkg-config utility
13045
case $
PKG_CONFIG
in
13047
ac_cv_path_PKG_CONFIG="$
PKG_CONFIG
" # Let the user override the test with a path.
13072
PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
13073
if test -n "$
PKG_CONFIG
"; then
13074
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $
PKG_CONFIG
" >&5
13075
printf "%s\n" "$
PKG_CONFIG
" >&6; }
13084
ac_pt_PKG_CONFIG=$
PKG_CONFIG
[all...]
/third_party/skia/third_party/externals/microhttpd/
H
A
D
configure
688
PKG_CONFIG
893
PKG_CONFIG
1571
PKG_CONFIG
path to pkg-config utility
14868
case $
PKG_CONFIG
in
14870
ac_cv_path_PKG_CONFIG="$
PKG_CONFIG
" # Let the user override the test with a path.
14891
PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
14892
if test -n "$
PKG_CONFIG
"; then
14893
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $
PKG_CONFIG
" >&5
14894
$as_echo "$
PKG_CONFIG
" >&6; }
14901
if test x"$
PKG_CONFIG
" !
[all...]
/third_party/node/deps/cares/
H
A
D
configure
676
PKG_CONFIG
870
PKG_CONFIG
1554
PKG_CONFIG
path to pkg-config utility
23905
case $
PKG_CONFIG
in
23907
ac_cv_path_PKG_CONFIG="$
PKG_CONFIG
" # Let the user override the test with a path.
23932
PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
23933
if test -n "$
PKG_CONFIG
"; then
23934
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $
PKG_CONFIG
" >&5
23935
printf "%s\n" "$
PKG_CONFIG
" >&6; }
23944
ac_pt_PKG_CONFIG=$
PKG_CONFIG
[all...]
Completed in 83 milliseconds