Home | History | Annotate | Download | only in libcap-ng-0.7

Lines Matching refs:dlname

2541 	dlname=
2546 if test -z "$dlname"; then
2556 if test -f "$dir/$objdir/$dlname"; then
2559 if test ! -f "$dir/$dlname"; then
2560 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
3353 # if an import library, we need to obtain dlname
3360 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
6402 dlname=
6484 if test -z "$dlname" ||
6487 # If there is no dlname, no dlopen support or we're linking
6556 # dlname from the la file.
6557 if test -n "$dlname"; then
6578 # Otherwise, use the dlname, so that lt_dlopen finds it.
6579 elif test -n "$dlname"; then
6580 func_append newdlprefiles " $dir/$dlname"
6756 # use dlname if we got it. it's perfectly good, no?
6757 if test -n "$dlname"; then
6758 soname="$dlname"
8034 dlname=
8113 if test -z "$dlname"; then
8114 dlname=$soname
8575 # If -module or -export-dynamic was specified, set the dlname.
8578 dlname="$soname"
9357 # place dlname in correct position for cygwin
9366 tdlname=$dlname
9367 case $host,$output,$installed,$module,$dlname in
9373 tdlname=$func_relative_path_result$dlname
9376 tdlname=../bin/$dlname
9388 dlname='$tdlname'
9517 *" $dlname "*) ;;
9518 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;