Lines Matching refs:dlname
2360 dlname=
2431 if test -z "$dlname" ||
2434 # If there is no dlname, no dlopen support or we're linking
2496 # Otherwise, use the dlname, so that lt_dlopen finds it.
2497 elif test -n "$dlname"; then
2498 newdlprefiles="$newdlprefiles $dir/$dlname"
2653 # use dlname if we got it. it's perfectly good, no?
2654 if test -n "$dlname"; then
2655 soname="$dlname"
3927 dlname=
4005 if test -z "$dlname"; then
4006 dlname=$soname
4272 # If -module or -export-dynamic was specified, set the dlname.
4275 dlname="$soname"
5763 # place dlname in correct position for cygwin
5764 tdlname=$dlname
5765 case $host,$output,$installed,$module,$dlname in
5766 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
5776 dlname='$tdlname'
6404 dlname=
6414 if test -z "$dlname"; then
6423 if test -f "$dir/$objdir/$dlname"; then
6426 if test ! -f "$dir/$dlname"; then
6427 $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
6591 # " " in the beginning catches empty $dlname
6592 *" $dlname "*) ;;
6593 *) rmfiles="$rmfiles $objdir/$dlname" ;;