Lines Matching refs:dlname
3859 dlname=
3864 if test -z "$dlname"; then
3874 if test -f "$dir/$objdir/$dlname"; then
3877 if test ! -f "$dir/$dlname"; then
3878 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
4684 # if an import library, we need to obtain dlname
4691 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
7851 dlname=
7932 if test -z "$dlname" ||
7936 # If there is no dlname, no dlopen support or we're linking
8005 # dlname from the la file.
8006 if test -n "$dlname"; then
8027 # Otherwise, use the dlname, so that lt_dlopen finds it.
8028 elif test -n "$dlname"; then
8029 func_append newdlprefiles " $dir/$dlname"
8205 # use dlname if we got it. it's perfectly good, no?
8206 if test -n "$dlname"; then
8207 soname=$dlname
9535 dlname=
9614 if test -z "$dlname"; then
9615 dlname=$soname
10077 # If -module or -export-dynamic was specified, set the dlname.
10080 dlname=$soname
10860 # place dlname in correct position for cygwin
10869 tdlname=$dlname
10870 case $host,$output,$installed,$module,$dlname in
10875 tdlname=$func_relative_path_result/$dlname
10878 tdlname=../bin/$dlname
10890 dlname='$tdlname'
11021 *" $dlname "*) ;;
11022 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;