Home | History | Annotate | Download | only in dist

Lines Matching refs:dlname

1869 	dlname=
1874 if test -z "$dlname"; then
1884 if test -f "$dir/$objdir/$dlname"; then
1887 if test ! -f "$dir/$dlname"; then
1888 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
5540 dlname=
5616 if test -z "$dlname" ||
5619 # If there is no dlname, no dlopen support or we're linking
5686 # Otherwise, use the dlname, so that lt_dlopen finds it.
5687 elif test -n "$dlname"; then
5688 newdlprefiles="$newdlprefiles $dir/$dlname"
5861 # use dlname if we got it. it's perfectly good, no?
5862 if test -n "$dlname"; then
5863 soname="$dlname"
7117 dlname=
7195 if test -z "$dlname"; then
7196 dlname=$soname
7620 # If -module or -export-dynamic was specified, set the dlname.
7623 dlname="$soname"
8357 # place dlname in correct position for cygwin
8366 tdlname=$dlname
8367 case $host,$output,$installed,$module,$dlname in
8373 tdlname=$func_relative_path_result$dlname
8376 tdlname=../bin/$dlname
8388 dlname='$tdlname'
8518 # " " in the beginning catches empty $dlname
8519 *" $dlname "*) ;;
8520 *) rmfiles="$rmfiles $objdir/$dlname" ;;