| /freebsd-13.1/contrib/subversion/ |
| H A D | build.conf | 156 msvc-libs = setargv.obj 166 msvc-libs = setargv.obj 278 libs = libsvn_fs_util libsvn_delta libsvn_subr fs-libs aprutil apr 327 libs = libsvn_delta libsvn_subr ra-libs apriconv apr 752 libs = libsvnxx 1551 [ra-libs] 1556 [fs-libs] 1573 libs = __ALL__ 1604 libs = __ALL_TESTS__ 1612 libs = fs-libs ra-libs libsvn_client libsvn_subr libsvn_wc [all …]
|
| /freebsd-13.1/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-13.1/contrib/apr-util/test/ |
| H A D | Makefile.in | 66 …@apr_shlibpath_var@="`echo "../crypto/.libs:../dbm/.libs:../dbd/.libs:../ldap/.libs:$$@apr_shlibpa… 76 …@apr_shlibpath_var@="`echo "../crypto/.libs:../dbm/.libs:../dbd/.libs:../ldap/.libs:$$@apr_shlibpa…
|
| /freebsd-13.1/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-13.1/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-13.1/contrib/ncurses/misc/ |
| H A D | ncurses-config.in | 161 --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 D | Makefile.in | 116 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.1/contrib/apr-util/ |
| H A D | apu-config.in | 57 --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
|
| /freebsd-13.1/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)
|
| H A D | aout | 20 >32 byte 0x6a (uses BSD/OS shared libs) 24 >32 byte 0x6a (uses BSD/OS shared libs) 28 >32 byte 0x6a (uses BSD/OS shared libs)
|
| /freebsd-13.1/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-13.1/contrib/googletest/googletest/cmake/ |
| H A D | internal_utils.cmake | 201 # cxx_executable_with_flags(name cxx_flags libs srcs...) 205 function(cxx_executable_with_flags name cxx_flags libs) 223 foreach (lib "${libs}") 233 function(cxx_executable name dir libs) 235 ${name} "${cxx_default}" "${libs}" "${dir}/${name}.cc" ${ARGN}) 241 # cxx_test_with_flags(name cxx_flags libs srcs...) 245 function(cxx_test_with_flags name cxx_flags libs) 250 # cxx_test(name libs srcs...) 252 # creates a named test target that depends on the given libs and is 255 function(cxx_test name libs) [all …]
|
| /freebsd-13.1/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-13.1/contrib/libxo/ |
| H A D | libxo-config.in | 26 --libs print library linking information 42 libs=false 97 --libs)
|
| /freebsd-13.1/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-13.1/contrib/bmake/unit-tests/ |
| H A D | modmatch.mk | 21 all: show-libs 23 show-libs:
|
| /freebsd-13.1/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-13.1/contrib/libpcap/ |
| H A D | pcap-config.in | 34 --libs) 38 --additional-libs)
|
| /freebsd-13.1/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-13.1/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-13.1/contrib/googletest/googletest/xcode/Config/ |
| H A D | FrameworkTarget.xcconfig | 10 // Dynamic libs need to be position independent 13 // Dynamic libs should not have their external symbols stripped.
|
| H A D | StaticLibraryTarget.xcconfig | 10 // Static libs can be included in bundles so make them position independent 13 // Static libs should not have their internal globals or external symbols
|
| /freebsd-13.1/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-13.1/tools/LibraryReport/ |
| H A D | LibraryReport.tcl | 123 set stats(libs) [llength [array names Libs]]; 275 set stats(libs) 0; 285 $stats(dirs) $stats(files) $stats(execs) $stats(libs)];
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | opt.c | 1163 const apr_array_header_t *libs; in svn_opt__print_version_info() local 1174 libs = svn_version_ext_linked_libs(info); in svn_opt__print_version_info() 1175 if (libs && libs->nelts) in svn_opt__print_version_info() 1182 for (i = 0; i < libs->nelts; ++i) in svn_opt__print_version_info() 1184 lib = &APR_ARRAY_IDX(libs, i, svn_version_ext_linked_lib_t); in svn_opt__print_version_info() 1199 libs = svn_version_ext_loaded_libs(info); in svn_opt__print_version_info() 1200 if (libs && libs->nelts) in svn_opt__print_version_info() 1207 for (i = 0; i < libs->nelts; ++i) in svn_opt__print_version_info() 1209 lib = &APR_ARRAY_IDX(libs, i, svn_version_ext_loaded_lib_t); in svn_opt__print_version_info()
|