| /freebsd-14.2/contrib/netbsd-tests/net/ |
| H A D | net_common.sh | 147 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 D | dialog-config.in | 148 --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 D | pkg_config_test.sh | 105 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 D | pkg_config_test.sh | 106 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 D | ncurses-config.in | 200 --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 D | Makefile.in | 87 @[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 D | ck_errf.pl | 88 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 D | bsdi | 11 >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 D | Makefile.in | 144 @[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 D | Makefile | 9 `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 D | Dir.mk | 20 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 D | Makefile.in | 144 @[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 D | Makefile.in | 142 @[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 D | internal_utils.cmake | 213 # 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 D | Makefile | 37 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 D | libxo-config.in | 26 --libs print library linking information 42 libs=false 97 --libs)
|
| /freebsd-14.2/contrib/sendmail/contrib/ |
| H A D | mmuegel | 33 # 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 D | Makefile.in | 102 @[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 D | Dir.mk | 21 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 D | srcdir_test.sh | 62 mkdir tmp/.libs 67 cp ${hp} tmp/.libs 77 cp ${hp} tmp/.libs/lt-${h}
|
| /freebsd-14.2/contrib/ncurses/progs/ |
| H A D | Makefile.in | 175 @[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 D | test_java_pkcs11.in | 43 for a in libhx509.so .libs/libhx509.so libhx509.dylib .libs/libhx509.dylib ; do
|
| /freebsd-14.2/contrib/wpa/hs20/client/ |
| H A D | Makefile | 15 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 D | hms_search_lib.m4 | 21 dnl arguments are: lib-var, function, search-libs, [AIF], [AINF], [other-libs]
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | pcap-config.in | 47 --libs) 51 --additional-libs)
|