Searched refs:PKG_CONFIG (Results 1 - 25 of 112) sorted by relevance

12345

/freebsd-current/crypto/openssh/contrib/
H A DMakefile0 PKG_CONFIG = pkg-config
12 $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-2.0` \
14 `$(PKG_CONFIG) --libs gtk+-2.0 x11`
17 $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-3.0` \
19 `$(PKG_CONFIG) --libs gtk+-3.0 x11`
1 PKG_CONFIG = pkg-config macro
/freebsd-current/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile18 PKG_CONFIG ?= pkg-config macro
41 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
44 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
/freebsd-current/contrib/wpa/src/drivers/
H A Ddrivers.mak171 PKG_CONFIG ?= pkg-config macro
172 HAVE_LIBNL3 := $(shell $(PKG_CONFIG) --exists libnl-3.0; echo $$?)
186 PKG_CONFIG ?= pkg-config macro
187 DRV_CFLAGS += $(shell $(PKG_CONFIG) --cflags libnl-3.0)
/freebsd-current/contrib/wpa/wpa_supplicant/
H A DMakefile36 PKG_CONFIG ?= pkg-config macro
1024 LIBS += $(shell $(PKG_CONFIG) --libs libpcsclite)
1622 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
1625 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
/freebsd-current/contrib/libpcap/
H A Dconfigure685 PKG_CONFIG
799 PKG_CONFIG
1489 PKG_CONFIG path to pkg-config utility
7416 case $PKG_CONFIG in
7418 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7439 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
7440 if test -n "$PKG_CONFIG"; then
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
7442 $as_echo "$PKG_CONFIG" >&6; }
7451 ac_pt_PKG_CONFIG=$PKG_CONFIG
[all...]
/freebsd-current/contrib/dialog/
H A Dconfigure7566 PKG_CONFIG=none
7578 case $PKG_CONFIG in
7580 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7598 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
7600 if test -n "$PKG_CONFIG"; then
7601 echo "$as_me:7601: result: $PKG_CONFIG" >&5
7602 echo "${ECHO_T}$PKG_CONFIG" >&6
7610 ac_pt_PKG_CONFIG=$PKG_CONFIG
7649 PKG_CONFIG=$ac_pt_PKG_CONFIG
7651 PKG_CONFIG
[all...]
/freebsd-current/contrib/openpam/misc/
H A DMakefile.in199 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/doc/
H A DMakefile.in255 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/include/
H A DMakefile.in255 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/include/security/
H A DMakefile.in244 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/lib/
H A DMakefile.in256 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/ntp/sntp/scripts/
H A DMakefile.in297 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/crypto/heimdal/include/
H A DMakefile.in326 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/crypto/heimdal/include/gssapi/
H A DMakefile.in243 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/crypto/heimdal/etc/
H A DMakefile.in243 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/modules/pam_permit/
H A DMakefile.in279 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/modules/pam_deny/
H A DMakefile.in279 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/modules/pam_return/
H A DMakefile.in279 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/bin/pamtest/
H A DMakefile.in280 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/bin/openpam_dump_policy/
H A DMakefile.in249 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/bin/
H A DMakefile.in257 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/doc/man/
H A DMakefile.in230 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/bin/su/
H A DMakefile.in280 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/modules/
H A DMakefile.in256 PKG_CONFIG = @PKG_CONFIG@
/freebsd-current/contrib/openpam/modules/pam_unix/
H A DMakefile.in279 PKG_CONFIG = @PKG_CONFIG@

Completed in 168 milliseconds

12345