Home
last modified time | relevance | path

Searched refs:libs (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/freebsd-14.2/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 -lrumpnet_$lib"
189 _rump_server_start_common $sock $libs
/freebsd-14.2/contrib/dialog/
H A Ddialog-config.in148 --libs)
157 --libs-only-L)
170 --libs-only-l)
183 --libs-only-other)
230 --libs echos the libraries needed to link with ${THIS}
232 --libs-only-L echos -L linker options (search path) for ${THIS}
233 --libs-only-l echos -l linker options (libraries) for ${THIS}
234 --libs-only-other echos linker options other than -L/-l
/freebsd-14.2/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-14.2/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-14.2/contrib/ncurses/misc/
H A Dncurses-config.in200 --libs)
209 --libs-only-L)
222 --libs-only-l)
235 --libs-only-other)
301 --libs echos the libraries needed to link with ${THIS}
303 --libs-only-L echos -L linker options (search path) for ${THIS}
304 --libs-only-l echos -l linker options (libraries) for ${THIS}
305 --libs-only-other echos linker options other than -L/-l
H A DMakefile.in87 @[email protected] : install.libs
88 @[email protected] : libs
94 @[email protected] : uninstall.libs
132 install.libs :: $(DESTDIR)$(bindir) ncurses-config
149 @MAKE_PC_FILES@install.libs :: pc-files
186 uninstall : @MISC_UNINSTALL_DATA@ uninstall.libs
193 uninstall.libs :
/freebsd-14.2/crypto/openssl/util/
H A Dck_errf.pl88 my %libs = ( SYS => 1, ERR => 1 );
94 $libs{$1} = 1;
112 unless ( $libs{$errlib} ) {
114 $libs{$errlib} = 1; # To not display it again
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dbsdi11 >32 byte 0x6a (uses shared libs)
21 >36 belong 0xb4100001 (uses shared libs)
27 >36 belong 0xb4100001 (uses shared libs)
33 >36 belong 0xb4100001 (uses shared libs)
/freebsd-14.2/contrib/ncurses/panel/
H A DMakefile.in144 @[email protected] : install.libs
145 @[email protected] : libs
150 @[email protected] : uninstall.libs
153 libs \
197 -rm -rf .libs *.dSYM
/freebsd-14.2/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-14.2/contrib/arm-optimized-routines/networking/
H A DDir.mk20 networking-libs := \
37 $(networking-libs) \
41 all-networking: $(networking-libs) $(networking-tools) $(networking-includes)
69 $(networking-libs:build/lib/%=$(DESTDIR)$(libdir)/%) \
/freebsd-14.2/contrib/ncurses/menu/
H A DMakefile.in144 @[email protected] : install.libs
145 @[email protected] : libs
150 @[email protected] : uninstall.libs
153 libs \
203 -rm -rf .libs *.dSYM
/freebsd-14.2/contrib/ncurses/form/
H A DMakefile.in142 @[email protected] : install.libs
143 @[email protected] : libs
148 @[email protected] : uninstall.libs
151 libs \
200 -rm -rf .libs *.dSYM
/freebsd-14.2/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake213 # cxx_executable_with_flags(name cxx_flags libs srcs...)
217 function(cxx_executable_with_flags name cxx_flags libs)
235 foreach (lib "${libs}")
245 function(cxx_executable name dir libs)
247 ${name} "${cxx_default}" "${libs}" "${dir}/${name}.cc" ${ARGN})
252 # cxx_test_with_flags(name cxx_flags libs srcs...)
256 function(cxx_test_with_flags name cxx_flags libs)
261 # cxx_test(name libs srcs...)
263 # creates a named test target that depends on the given libs and is
266 function(cxx_test name libs)
[all …]
/freebsd-14.2/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-14.2/contrib/libxo/
H A Dlibxo-config.in26 --libs print library linking information
42 libs=false
97 --libs)
/freebsd-14.2/contrib/sendmail/contrib/
H A Dmmuegel33 # 12339 -r--r--r-- libs/date.pl
34 # 3198 -r--r--r-- libs/elapsed.pl
35 # 4356 -r--r--r-- libs/mail.pl
36 # 6908 -r--r--r-- libs/mqueue.pl
38 # 4687 -r--r--r-- libs/strings1.pl
151 if test ! -d 'libs'; then
153 mkdir 'libs'
485 chmod 0444 libs/date.pl ||
621 chmod 0444 libs/elapsed.pl ||
774 chmod 0444 libs/mail.pl ||
[all …]
/freebsd-14.2/contrib/ncurses/include/
H A DMakefile.in102 @[email protected] : install.libs
103 @[email protected] : libs
108 @[email protected] : uninstall.libs
111 libs \
/freebsd-14.2/contrib/arm-optimized-routines/string/
H A DDir.mk21 string-libs := \
60 $(string-libs) \
65 all-string: $(string-libs) $(string-tests) $(string-benches) $(string-includes)
106 $(string-libs:build/lib/%=$(DESTDIR)$(libdir)/%) \
/freebsd-14.2/contrib/atf/test-programs/
H A Dsrcdir_test.sh62 mkdir tmp/.libs
67 cp ${hp} tmp/.libs
77 cp ${hp} tmp/.libs/lt-${h}
/freebsd-14.2/contrib/ncurses/progs/
H A DMakefile.in175 @[email protected] : install.libs
177 @[email protected] : libs
183 @[email protected] : uninstall.libs
194 libs \
195 install.libs \
196 uninstall.libs:
347 -rm -rf .libs *.dSYM
/freebsd-14.2/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-14.2/contrib/wpa/hs20/client/
H A DMakefile15 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkit2gtk-4.0)
19 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkitgtk-3.0)
61 LIBS += $(shell xml2-config --libs)
/freebsd-14.2/contrib/ntp/sntp/m4/
H A Dhms_search_lib.m421 dnl arguments are: lib-var, function, search-libs, [AIF], [AINF], [other-libs]
/freebsd-14.2/contrib/libpcap/
H A Dpcap-config.in47 --libs)
51 --additional-libs)

12345678910>>...13