Searched refs:libs (Results 1 - 25 of 227) sorted by relevance

12345678910

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-config.in34 --libs)
38 --additional-libs)
/freebsd-13-stable/contrib/apr-util/test/
H A DMakefile.in66 @apr_shlibpath_var@="`echo "../crypto/.libs:../dbm/.libs:../dbd/.libs:../ldap/.libs:$$@apr_shlibpath_var@" | sed -e 's/::*$$//'`" \
76 @apr_shlibpath_var@="`echo "../crypto/.libs:../dbm/.libs:../dbd/.libs:../ldap/.libs:$$@apr_shlibpath_var@" | sed -e 's/::*$$//'`" \
/freebsd-13-stable/contrib/subversion/
H A Dbuild.conf134 # libs - libraries that this target depends on
137 # msvc-libs - additional libraries to link with on Windows
140 # msvc-force-static- visual studio always uses static libraries for svn libs
143 # external-lib - expands to additional autoconf-defined libs
152 libs = libsvn_client libsvn_wc libsvn_ra libsvn_delta libsvn_diff libsvn_subr
156 msvc-libs = setargv.obj
165 libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr apriconv apr
166 msvc-libs = setargv.obj
175 libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr apriconv apr
184 libs
[all...]
/freebsd-13-stable/contrib/libxo/
H A Dlibxo-config.in26 --libs print library linking information
42 libs=false
97 --libs)
/freebsd-13-stable/contrib/atf/atf-c/
H A Dpkg_config_test.sh106 pkg-config --libs-only-L --libs-only-other atf-c
108 atf_check -s eq:0 -o save:stdout -e empty pkg-config --libs-only-l atf-c
109 libs=$(cat stdout)
111 echo "LIBS are: ${libs}"
114 atf_check -s eq:0 -o empty -e empty ${cc} ${ldflags} -o tp tp.o ${libs}
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dpkg_config_test.sh105 pkg-config --libs-only-L --libs-only-other atf-c++
108 pkg-config --libs-only-l atf-c++
109 libs=$(cat stdout)
111 echo "LIBS are: ${libs}"
114 atf_check -s eq:0 -o empty -e empty ${cxx} ${ldflags} -o tp tp.o ${libs}
/freebsd-13-stable/usr.sbin/crunch/examples/
H A Dkcopy.conf21 libs -ll -ledit -ltermcap -lcompat -lutil -lscrypt
H A Dfixit.conf45 libs -lcrypt -ltelnet -lutil -ll
46 libs -lcurses -ltermcap -ledit -lkvm
H A Dfilesystem.conf31 libs -ll -ledit -ltermcap -lutil -lscrypt
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dtest_java_pkcs11.in43 for a in libhx509.so .libs/libhx509.so libhx509.dylib .libs/libhx509.dylib ; do
/freebsd-13-stable/contrib/lutok/examples/
H A DMakefile37 LUTOK_LDFLAGS = $$(pkg-config --libs-only-L lutok) \
38 $$(pkg-config --libs-only-other lutok)
39 LUTOK_LIBS = $$(pkg-config --libs-only-l lutok)
/freebsd-13-stable/crypto/openssh/contrib/
H A DMakefile9 `gnome-config --libs gnome gnomeui`
14 `$(PKG_CONFIG) --libs gtk+-2.0 x11`
19 `$(PKG_CONFIG) --libs gtk+-3.0 x11`
/freebsd-13-stable/contrib/netbsd-tests/net/
H A Dnet_common.sh147 local libs=
150 libs="$*"
152 atf_check -s exit:0 rump_server $libs $sock
162 local libs="$BASIC_LIBS"
168 libs="$libs -lrumpnet_$lib"
171 _rump_server_start_common $sock $libs
180 local libs="$FS_LIBS"
186 libs="$libs
[all...]
/freebsd-13-stable/contrib/apr-util/
H A Dapu-config.in57 --libs print library information
58 --avoid-ldap do not include ldap library information with --libs
59 --ldap-libs print library information to link with ldap
60 --avoid-dbm do not include DBM library information with --libs
61 --dbm-libs print additional library information to link with DBM
72 APU_LIBS="\`apu-$APRUTIL_MAJOR_VERSION-config --link-libtool --libs\`"
74 APU_LIBS="\`apu-$APRUTIL_MAJOR_VERSION-config --link-ld --libs\`"
120 --libs)
123 --ldap-libs)
126 --dbm-libs)
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmodmatch.mk21 all: show-libs
23 show-libs:
/freebsd-13-stable/contrib/ncurses/misc/
H A Dncurses-config.in161 --libs)
170 --libs-only-L)
183 --libs-only-l)
196 --libs-only-other)
262 --libs echos the libraries needed to link with ${THIS}
264 --libs-only-L echos -L linker options (search path) for ${THIS}
265 --libs-only-l echos -l linker options (libraries) for ${THIS}
266 --libs-only-other echos linker options other than -L/-l
H A DMakefile.in116 install.libs :: $(DESTDIR)$(bindir) ncurses-config
133 @MAKE_PC_FILES@install.libs :: pc-files
170 uninstall : @MISC_UNINSTALL_DATA@ uninstall.libs
177 uninstall.libs :
/freebsd-13-stable/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile41 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
49 DBUS_LIBS += $(shell xml2-config --libs)
/freebsd-13-stable/contrib/openpam/t/
H A DMakefile.am9 PAM_RETURN_SO=$(abs_top_builddir)/modules/pam_return/.libs/pam_return.so
/freebsd-13-stable/tools/LibraryReport/
H A DLibraryReport.tcl123 set stats(libs) [llength [array names Libs]];
275 set stats(libs) 0;
285 $stats(dirs) $stats(files) $stats(execs) $stats(libs)];
/freebsd-13-stable/contrib/bmake/mk/
H A Dlibs.mk1 # $Id: libs.mk,v 1.6 2020/08/19 17:51:53 sjg Exp $
77 # handle being called [bsd.]libs.mk
78 .include <${.PARSEFILE:S,libs,lib,}>
81 # tell libs.mk we might want to install things
/freebsd-13-stable/contrib/atf/test-programs/
H A Dsrcdir_test.sh62 mkdir tmp/.libs
67 cp ${hp} tmp/.libs
69 "cd tmp && ./.libs/${h} srcdir_exists"
77 cp ${hp} tmp/.libs/lt-${h}
79 "cd tmp && ./.libs/lt-${h} srcdir_exists"
/freebsd-13-stable/contrib/ncurses/
H A DMakefile.os2118 install.os2 : install.emxdata install.libs install.progs
170 install.libs :: $(LIBS) $(DLLS) $(LIBDIR)
178 uninstall.libs ::
/freebsd-13-stable/crypto/heimdal/tools/
H A Dkrb5-config.in69 --libs)
99 echo "options: [--prefix[=dir]] [--exec-prefix[=dir]] [--libs] [--cflags]"
/freebsd-13-stable/contrib/dialog/
H A Ddialog-config.in79 --libs)
116 --libs echos the libraries needed to link with ${THIS}

Completed in 273 milliseconds

12345678910