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

/bind-9.11.3/
H A Disc-config.sh.in25 [--libs]
74 --libs)
132 libs="-L${exec_prefix}/lib"
134 libs="-L${libdir}"
137 libs="$libs -lirs"
140 libs="$libs -llwres"
143 libs="$libs
[all...]
H A Dltmain.sh2463 -static-libtool-libs
2683 libs=
2694 func_append libs " $opt"
2704 if test -n "$libs"; then
2714 for lib in $libs; do
2719 for lib in $libs; do
3571 # Need a lot of goo to handle *both* DLLs and import libs
4067 # remove .libs from thisdir
5210 -all-static | -static | -static-libtool-libs)
5227 -static-libtool-libs)
[all...]
H A Dconfigure7540 rm -f .libs 2>/dev/null
7541 mkdir .libs 2>/dev/null
7542 if test -d .libs; then
7543 lt_cv_objdir=.libs
7548 rmdir .libs 2>/dev/null
8703 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9983 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9984 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs
[all...]
/bind-9.11.3/unit/atf-src/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}
/bind-9.11.3/unit/atf-src/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}
/bind-9.11.3/unit/atf-src/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"
/bind-9.11.3/util/
H A Dmdnbuildtest.sh57 cp $mdn/lib/.libs/libmdn.so $mdntmp/lib
/bind-9.11.3/unit/atf-src/admin/
H A Ddepcomp307 tmpdepfile3=$dir.libs/$base.u
446 tmpdepfile2=$dir.libs/$base.d
489 # two compilations output dependencies in $dir.libs/$base.o.d and
492 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
493 # automatically cleaned when .libs/ is deleted, while ignoring
496 tmpdepfile2=$dir.libs/$base.o.d # Likewise.
497 tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504
H A Dltmain.sh3750 -static-libtool-libs
3972 libs=
3983 func_append libs " $opt"
3993 if test -n "$libs"; then
4003 for lib in $libs; do
4008 for lib in $libs; do
4917 # Need a lot of goo to handle *both* DLLs and import libs
5409 # remove .libs from thisdir
6576 -all-static | -static | -static-libtool-libs)
6593 -static-libtool-libs)
[all...]
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dtp_main.c447 const bool libs = atf_equal_dynstr_cstring(&leafname, ".libs"); local
450 if (libs) {
602 * the ".libs" directory to show the real (not temporary) name. */
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltconfig1835 # Create ${libname}_ixlibrary.a entries in /sys/libs.
1836 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
2229 rm -f .libs 2>/dev/null
2230 mkdir .libs 2>/dev/null
2231 if test -d .libs; then
2232 objdir=.libs
2237 rmdir .libs 2>/dev/null
/bind-9.11.3/unit/atf-src/
H A Dconfigure8379 rm -f .libs 2>/dev/null
8380 mkdir .libs 2>/dev/null
8381 if test -d .libs; then
8382 lt_cv_objdir=.libs
8387 rmdir .libs 2>/dev/null
9599 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9765 # so we don't have lib.a shared libs to link our executables.
10942 # versioned .so libs for executables only if there is the -brtl
11011 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11012 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/
[all...]

Completed in 83 milliseconds