Lines Matching refs:dlname
2358 dlname=
2429 if test -z "$dlname" ||
2432 # If there is no dlname, no dlopen support or we're linking
2494 # Otherwise, use the dlname, so that lt_dlopen finds it.
2495 elif test -n "$dlname"; then
2496 newdlprefiles="$newdlprefiles $dir/$dlname"
2651 # use dlname if we got it. it's perfectly good, no?
2652 if test -n "$dlname"; then
2653 soname="$dlname"
3911 dlname=
3989 if test -z "$dlname"; then
3990 dlname=$soname
4256 # If -module or -export-dynamic was specified, set the dlname.
4259 dlname="$soname"
5747 # place dlname in correct position for cygwin
5748 tdlname=$dlname
5749 case $host,$output,$installed,$module,$dlname in
5750 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
5760 dlname='$tdlname'
6418 dlname=
6428 if test -z "$dlname"; then
6437 if test -f "$dir/$objdir/$dlname"; then
6440 if test ! -f "$dir/$dlname"; then
6441 $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
6605 # " " in the beginning catches empty $dlname
6606 *" $dlname "*) ;;
6607 *) rmfiles="$rmfiles $objdir/$dlname" ;;