Home | History | Annotate | Download | only in libogg

Lines Matching refs:dlname

1658 	dlname=
1663 if test -z "$dlname"; then
1673 if test -f "$dir/$objdir/$dlname"; then
1676 if test ! -f "$dir/$dlname"; then
1677 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
5305 dlname=
5381 if test -z "$dlname" ||
5384 # If there is no dlname, no dlopen support or we're linking
5451 # Otherwise, use the dlname, so that lt_dlopen finds it.
5452 elif test -n "$dlname"; then
5453 newdlprefiles="$newdlprefiles $dir/$dlname"
5626 # use dlname if we got it. it's perfectly good, no?
5627 if test -n "$dlname"; then
5628 soname="$dlname"
6885 dlname=
6961 if test -z "$dlname"; then
6962 dlname=$soname
7382 # If -module or -export-dynamic was specified, set the dlname.
7385 dlname="$soname"
8130 # place dlname in correct position for cygwin
8131 tdlname=$dlname
8132 case $host,$output,$installed,$module,$dlname in
8133 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
8143 dlname='$tdlname'
8273 # " " in the beginning catches empty $dlname
8274 *" $dlname "*) ;;
8275 *) rmfiles="$rmfiles $objdir/$dlname" ;;