Lines Matching refs:dlname
4107 dlname=
4112 if test -z "$dlname"; then
4122 if test -f "$dir/$objdir/$dlname"; then
4125 if test ! -f "$dir/$dlname"; then
4126 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
4932 # if an import library, we need to obtain dlname
4939 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
8128 dlname=
8209 if test -z "$dlname" ||
8213 # If there is no dlname, no dlopen support or we're linking
8282 # dlname from the la file.
8283 if test -n "$dlname"; then
8304 # Otherwise, use the dlname, so that lt_dlopen finds it.
8305 elif test -n "$dlname"; then
8306 func_append newdlprefiles " $dir/$dlname"
8482 # use dlname if we got it. it's perfectly good, no?
8483 if test -n "$dlname"; then
8484 soname=$dlname
9812 dlname=
9891 if test -z "$dlname"; then
9892 dlname=$soname
10354 # If -module or -export-dynamic was specified, set the dlname.
10357 dlname=$soname
11140 # place dlname in correct position for cygwin
11149 tdlname=$dlname
11150 case $host,$output,$installed,$module,$dlname in
11155 tdlname=$func_relative_path_result/$dlname
11158 tdlname=../bin/$dlname
11170 dlname='$tdlname'
11301 *" $dlname "*) ;;
11302 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;