Home | History | Annotate | Download | only in dist

Lines Matching refs:dlname

2540 	dlname=
2545 if test -z "$dlname"; then
2555 if test -f "$dir/$objdir/$dlname"; then
2558 if test ! -f "$dir/$dlname"; then
2559 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
3350 # if an import library, we need to obtain dlname
3357 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
6391 dlname=
6473 if test -z "$dlname" ||
6476 # If there is no dlname, no dlopen support or we're linking
6545 # dlname from the la file.
6546 if test -n "$dlname"; then
6567 # Otherwise, use the dlname, so that lt_dlopen finds it.
6568 elif test -n "$dlname"; then
6569 func_append newdlprefiles " $dir/$dlname"
6745 # use dlname if we got it. it's perfectly good, no?
6746 if test -n "$dlname"; then
6747 soname="$dlname"
8025 dlname=
8103 if test -z "$dlname"; then
8104 dlname=$soname
8565 # If -module or -export-dynamic was specified, set the dlname.
8568 dlname="$soname"
9344 # place dlname in correct position for cygwin
9353 tdlname=$dlname
9354 case $host,$output,$installed,$module,$dlname in
9360 tdlname=$func_relative_path_result$dlname
9363 tdlname=../bin/$dlname
9375 dlname='$tdlname'
9504 *" $dlname "*) ;;
9505 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;