Lines Matching refs:dlname
3862 dlname=
3867 if test -z "$dlname"; then
3877 if test -f "$dir/$objdir/$dlname"; then
3880 if test ! -f "$dir/$dlname"; then
3881 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
4687 # if an import library, we need to obtain dlname
4694 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
7848 dlname=
7929 if test -z "$dlname" ||
7933 # If there is no dlname, no dlopen support or we're linking
8002 # dlname from the la file.
8003 if test -n "$dlname"; then
8024 # Otherwise, use the dlname, so that lt_dlopen finds it.
8025 elif test -n "$dlname"; then
8026 func_append newdlprefiles " $dir/$dlname"
8202 # use dlname if we got it. it's perfectly good, no?
8203 if test -n "$dlname"; then
8204 soname=$dlname
9541 dlname=
9620 if test -z "$dlname"; then
9621 dlname=$soname
10083 # If -module or -export-dynamic was specified, set the dlname.
10086 dlname=$soname
10866 # place dlname in correct position for cygwin
10875 tdlname=$dlname
10876 case $host,$output,$installed,$module,$dlname in
10881 tdlname=$func_relative_path_result/$dlname
10884 tdlname=../bin/$dlname
10896 dlname='$tdlname'
11027 *" $dlname "*) ;;
11028 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;