Home | History | Annotate | Download | only in build-aux

Lines Matching refs:dlname

1657 	dlname=
1662 if test -z "$dlname"; then
1672 if test -f "$dir/$objdir/$dlname"; then
1675 if test ! -f "$dir/$dlname"; then
1676 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
4775 dlname=
4851 if test -z "$dlname" ||
4854 # If there is no dlname, no dlopen support or we're linking
4921 # Otherwise, use the dlname, so that lt_dlopen finds it.
4922 elif test -n "$dlname"; then
4923 newdlprefiles="$newdlprefiles $dir/$dlname"
5096 # use dlname if we got it. it's perfectly good, no?
5097 if test -n "$dlname"; then
5098 soname="$dlname"
6351 dlname=
6427 if test -z "$dlname"; then
6428 dlname=$soname
6848 # If -module or -export-dynamic was specified, set the dlname.
6851 dlname="$soname"
7591 # place dlname in correct position for cygwin
7592 tdlname=$dlname
7593 case $host,$output,$installed,$module,$dlname in
7594 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
7604 dlname='$tdlname'
7734 # " " in the beginning catches empty $dlname
7735 *" $dlname "*) ;;
7736 *) rmfiles="$rmfiles $objdir/$dlname" ;;