Lines Matching refs:dlname
3906 dlname=
3911 if test -z "$dlname"; then
3921 if test -f "$dir/$objdir/$dlname"; then
3924 if test ! -f "$dir/$dlname"; then
3925 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
4731 # if an import library, we need to obtain dlname
4738 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
7897 dlname=
7978 if test -z "$dlname" ||
7982 # If there is no dlname, no dlopen support or we're linking
8051 # dlname from the la file.
8052 if test -n "$dlname"; then
8073 # Otherwise, use the dlname, so that lt_dlopen finds it.
8074 elif test -n "$dlname"; then
8075 func_append newdlprefiles " $dir/$dlname"
8251 # use dlname if we got it. it's perfectly good, no?
8252 if test -n "$dlname"; then
8253 soname=$dlname
9578 dlname=
9657 if test -z "$dlname"; then
9658 dlname=$soname
10120 # If -module or -export-dynamic was specified, set the dlname.
10123 dlname=$soname
10904 # place dlname in correct position for cygwin
10913 tdlname=$dlname
10914 case $host,$output,$installed,$module,$dlname in
10919 tdlname=$func_relative_path_result/$dlname
10922 tdlname=../bin/$dlname
10934 dlname='$tdlname'
11065 *" $dlname "*) ;;
11066 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;