Lines Matching refs:dlname
2521 dlname=
2526 if test -z "$dlname"; then
2536 if test -f "$dir/$objdir/$dlname"; then
2539 if test ! -f "$dir/$dlname"; then
2540 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
3333 # if an import library, we need to obtain dlname
3340 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
6382 dlname=
6464 if test -z "$dlname" ||
6467 # If there is no dlname, no dlopen support or we're linking
6536 # dlname from the la file.
6537 if test -n "$dlname"; then
6558 # Otherwise, use the dlname, so that lt_dlopen finds it.
6559 elif test -n "$dlname"; then
6560 func_append newdlprefiles " $dir/$dlname"
6736 # use dlname if we got it. it's perfectly good, no?
6737 if test -n "$dlname"; then
6738 soname="$dlname"
8014 dlname=
8093 if test -z "$dlname"; then
8094 dlname=$soname
8555 # If -module or -export-dynamic was specified, set the dlname.
8558 dlname="$soname"
9337 # place dlname in correct position for cygwin
9346 tdlname=$dlname
9347 case $host,$output,$installed,$module,$dlname in
9353 tdlname=$func_relative_path_result$dlname
9356 tdlname=../bin/$dlname
9368 dlname='$tdlname'
9497 *" $dlname "*) ;;
9498 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;