| /src/external/gpl2/diffutils/dist/config/ |
| config.rpath | 40 shlibext= 357 shlibext=so 360 shlibext=so 363 shlibext=ixlibrary 366 shlibext=so 369 shlibext=so 376 shlibext=dll.a 379 shlibext=dll 383 shlibext=dll 386 shlibext=dl [all...] |
| /src/external/gpl2/gettext/dist/autoconf-lib-link/tests/ |
| rpathcfg.sh | 58 shlibext= 64 *) shlibext=`echo $f | sed -e 's/^.*\.//'`;; 66 if test -n "$shlibext"; then 100 echo "$CC $LDFLAGS $srcdir/rpathlx/usex.c tstlib/librpathx.$shlibext $flag -o a.out" 1>&2 101 $CC $LDFLAGS $srcdir/rpathlx/usex.c tstlib/librpathx.$shlibext $flag -o a.out 126 echo "$CC $LDFLAGS $srcdir/rpathlx/usex.c tstlib/librpathx.$shlibext $flag1 $flag2 -o a.out" 1>&2 127 $CC $LDFLAGS $srcdir/rpathlx/usex.c tstlib/librpathx.$shlibext $flag1 $flag2 -o a.out 144 echo "$CC $LDFLAGS $srcdir/rpathlx/usex.c tstlib/librpathx.$shlibext $flag -o a.out" 1>&2 145 $CC $LDFLAGS $srcdir/rpathlx/usex.c tstlib/librpathx.$shlibext $flag -o a.out 170 echo "$CC $LDFLAGS $srcdir/rpathlx/usex.c tstprefix/lib/librpathx.$shlibext -o a.out" 1>& [all...] |
| /src/crypto/external/apache2/openssl/dist/Configurations/platform/ |
| mingw.pm | 23 sub shlibext { '.dll' } subroutine
|
| Unix.pm | 20 sub shlibext { (my $x = $target{shared_extension} subroutine 75 my $ext = $_[0]->shlibext();
|
| VMS.pm | 22 sub shlibext { '.EXE' } subroutine
|
| Windows.pm | 17 sub shlibext { '.dll' } subroutine
|
| BASE.pm | 37 sub sharedlib { return __concat($_[0]->sharedname($_[1]), $_[0]->shlibext()) }
|
| /src/crypto/external/bsd/openssl/dist/Configurations/platform/ |
| mingw.pm | 23 sub shlibext { '.dll' } subroutine
|
| Unix.pm | 20 sub shlibext { (my $x = $target{shared_extension} subroutine 75 my $ext = $_[0]->shlibext();
|
| VMS.pm | 22 sub shlibext { '.EXE' } subroutine
|
| Windows.pm | 17 sub shlibext { '.dll' } subroutine
|
| BASE.pm | 37 sub sharedlib { return __concat($_[0]->sharedname($_[1]), $_[0]->shlibext()) }
|
| /src/crypto/external/cpl/tpm-tools/dist/ |
| config.rpath | 585 shlibext=`echo "$shrext" | sed -e 's,^\.,,'` 597 shlibext="$shlibext"
|
| /src/external/gpl2/gettext/dist/autoconf-lib-link/ |
| config.rpath | 585 shlibext=`echo "$shrext" | sed -e 's,^\.,,'` 597 shlibext="$shlibext"
|
| /src/external/gpl2/gettext/dist/build-aux/ |
| config.rpath | 585 shlibext=`echo "$shrext" | sed -e 's,^\.,,'` 597 shlibext="$shlibext"
|
| /src/external/gpl2/gmake/dist/config/ |
| config.rpath | 519 shlibext=`echo "$shrext" | sed -e 's,^\.,,'` 531 shlibext="$shlibext"
|
| /src/external/gpl2/texinfo/dist/ |
| config.rpath | 519 shlibext=`echo "$shrext" | sed -e 's,^\.,,'` 531 shlibext="$shlibext"
|
| /src/external/gpl2/xcvs/dist/build-aux/ |
| config.rpath | 542 shlibext=`echo "$shrext" | sed -e 's,^\.,,'` 554 shlibext="$shlibext"
|
| /src/external/gpl3/binutils/dist/ |
| config.rpath | 514 shlibext=`echo "$shrext" | sed -e 's,^\.,,'` 526 shlibext="$shlibext"
|
| /src/external/gpl3/binutils.old/dist/ |
| config.rpath | 514 shlibext=`echo "$shrext" | sed -e 's,^\.,,'` 526 shlibext="$shlibext"
|
| /src/external/gpl3/gcc/dist/ |
| config.rpath | 514 shlibext=`echo "$shrext" | sed -e 's,^\.,,'` 526 shlibext="$shlibext"
|
| /src/external/gpl3/gcc.old/dist/ |
| config.rpath | 514 shlibext=`echo "$shrext" | sed -e 's,^\.,,'` 526 shlibext="$shlibext"
|
| /src/external/gpl3/gdb/dist/ |
| config.rpath | 514 shlibext=`echo "$shrext" | sed -e 's,^\.,,'` 526 shlibext="$shlibext"
|
| /src/external/gpl3/gdb.old/dist/ |
| config.rpath | 514 shlibext=`echo "$shrext" | sed -e 's,^\.,,'` 526 shlibext="$shlibext"
|
| /src/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathlzyx/ |
| configure | 3573 shlibext="$acl_cv_shlibext" 3697 if test -n "$shlibext" \ 3698 && { test -f "$additional_libdir/lib$name.$shlibext" \ 3699 || { test "$shlibext" = dll \ 3702 if test -f "$additional_libdir/lib$name.$shlibext"; then 3703 found_so="$additional_libdir/lib$name.$shlibext" 3734 if test -n "$shlibext" \ 3735 && { test -f "$dir/lib$name.$shlibext" \ 3736 || { test "$shlibext" = dll \ 3739 if test -f "$dir/lib$name.$shlibext"; the [all...] |