Lines Matching refs:dlname
2441 dlname=
2512 if test -z "$dlname" ||
2515 # If there is no dlname, no dlopen support or we're linking
2577 # Otherwise, use the dlname, so that lt_dlopen finds it.
2578 elif test -n "$dlname"; then
2579 newdlprefiles="$newdlprefiles $dir/$dlname"
2734 # use dlname if we got it. it's perfectly good, no?
2735 if test -n "$dlname"; then
2736 soname="$dlname"
3997 dlname=
4075 if test -z "$dlname"; then
4076 dlname=$soname
4342 # If -module or -export-dynamic was specified, set the dlname.
4345 dlname="$soname"
5833 # place dlname in correct position for cygwin
5834 tdlname=$dlname
5835 case $host,$output,$installed,$module,$dlname in
5836 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
5846 dlname='$tdlname'
6512 dlname=
6522 if test -z "$dlname"; then
6531 if test -f "$dir/$objdir/$dlname"; then
6534 if test ! -f "$dir/$dlname"; then
6535 $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
6699 # " " in the beginning catches empty $dlname
6700 *" $dlname "*) ;;
6701 *) rmfiles="$rmfiles $objdir/$dlname" ;;