Lines Matching refs:dlname
4108 dlname=
4113 if test -z "$dlname"; then
4123 if test -f "$dir/$objdir/$dlname"; then
4126 if test ! -f "$dir/$dlname"; then
4127 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
4933 # if an import library, we need to obtain dlname
4940 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
8124 dlname=
8205 if test -z "$dlname" ||
8209 # If there is no dlname, no dlopen support or we're linking
8278 # dlname from the la file.
8279 if test -n "$dlname"; then
8300 # Otherwise, use the dlname, so that lt_dlopen finds it.
8301 elif test -n "$dlname"; then
8302 func_append newdlprefiles " $dir/$dlname"
8478 # use dlname if we got it. it's perfectly good, no?
8479 if test -n "$dlname"; then
8480 soname=$dlname
9805 dlname=
9884 if test -z "$dlname"; then
9885 dlname=$soname
10347 # If -module or -export-dynamic was specified, set the dlname.
10350 dlname=$soname
11133 # place dlname in correct position for cygwin
11142 tdlname=$dlname
11143 case $host,$output,$installed,$module,$dlname in
11148 tdlname=$func_relative_path_result/$dlname
11151 tdlname=../bin/$dlname
11163 dlname='$tdlname'
11294 *" $dlname "*) ;;
11295 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;