Home | History | Annotate | Download | only in dist

Lines Matching refs:depdepl

3013 		depdepl=
3022 depdepl=$tmp
3024 if test -f "$deplibdir/$depdepl" ; then
3025 depdepl="$deplibdir/$depdepl"
3026 elif test -f "$path/$depdepl" ; then
3027 depdepl="$path/$depdepl"
3030 depdepl=
3052 eval depdepl="$tmp/lib$tmp_libs.dylib"
3068 *" $depdepl "*) ;;
3069 *) deplibs="$depdepl $deplibs" ;;