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"`
7907 dlname=
7988 if test -z "$dlname" ||
7992 # If there is no dlname, no dlopen support or we're linking
8061 # dlname from the la file.
8062 if test -n "$dlname"; then
8083 # Otherwise, use the dlname, so that lt_dlopen finds it.
8084 elif test -n "$dlname"; then
8085 func_append newdlprefiles " $dir/$dlname"
8261 # use dlname if we got it. it's perfectly good, no?
8262 if test -n "$dlname"; then
8263 soname=$dlname
9588 dlname=
9667 if test -z "$dlname"; then
9668 dlname=$soname
10130 # If -module or -export-dynamic was specified, set the dlname.
10133 dlname=$soname
10914 # place dlname in correct position for cygwin
10923 tdlname=$dlname
10924 case $host,$output,$installed,$module,$dlname in
10929 tdlname=$func_relative_path_result/$dlname
10932 tdlname=../bin/$dlname
10944 dlname='$tdlname'
11075 *" $dlname "*) ;;
11076 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;