Searched refs:depdepl (Results 1 - 13 of 13) sorted by relevance

/external/chromium/sdch/open-vcdiff/
H A Dltmain.sh2963 depdepl=
2972 depdepl=$tmp
2974 if test -f "$deplibdir/$depdepl" ; then
2975 depdepl="$deplibdir/$depdepl"
2976 elif test -f "$path/$depdepl" ; then
2977 depdepl="$path/$depdepl"
2980 depdepl=
3002 eval depdepl
[all...]
/external/chromium/third_party/libevent/
H A Dltmain.sh2960 depdepl=
2969 depdepl=$tmp
2971 if test -f "$deplibdir/$depdepl" ; then
2972 depdepl="$deplibdir/$depdepl"
2973 elif test -f "$path/$depdepl" ; then
2974 depdepl="$path/$depdepl"
2977 depdepl=
2999 eval depdepl
[all...]
/external/expat/conftools/
H A Dltmain.sh2900 depdepl=
2908 depdepl=$tmp
2910 if test -f "$path/$depdepl" ; then
2911 depdepl="$path/$depdepl"
2933 eval depdepl="$tmp/lib$tmp_libs.dylib"
2949 *" $depdepl "*) ;;
2950 *) deplibs="$depdepl $deplibs" ;;
/external/libffi/
H A Dltmain.sh2942 depdepl=
2950 depdepl=$tmp
2952 if test -f "$path/$depdepl" ; then
2953 depdepl="$path/$depdepl"
2975 eval depdepl="$tmp/lib$tmp_libs.dylib"
2991 *" $depdepl "*) ;;
2992 *) deplibs="$depdepl $deplibs" ;;
/external/llvm/autoconf/
H A Dltmain.sh2900 depdepl=
2908 depdepl=$tmp
2910 if test -f "$path/$depdepl" ; then
2911 depdepl="$path/$depdepl"
2933 eval depdepl="$tmp/lib$tmp_libs.dylib"
2949 *" $depdepl "*) ;;
2950 *) deplibs="$depdepl $deplibs" ;;
/external/llvm/projects/sample/autoconf/
H A Dltmain.sh2900 depdepl=
2908 depdepl=$tmp
2910 if test -f "$path/$depdepl" ; then
2911 depdepl="$path/$depdepl"
2933 eval depdepl="$tmp/lib$tmp_libs.dylib"
2949 *" $depdepl "*) ;;
2950 *) deplibs="$depdepl $deplibs" ;;
/external/libmtp/
H A Dltmain.sh5915 depdepl=
5919 depdepl=$tmp
5921 if test -f "$absdir/$objdir/$depdepl" ; then
5922 depdepl="$absdir/$objdir/$depdepl"
5923 darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5925 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5927 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
5928 linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}"
/external/libpng/
H A Dltmain.sh5915 depdepl=
5919 depdepl=$tmp
5921 if test -f "$absdir/$objdir/$depdepl" ; then
5922 depdepl="$absdir/$objdir/$depdepl"
5923 darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5925 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5927 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
5928 linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}"
/external/libusb/
H A Dltmain.sh5915 depdepl=
5919 depdepl=$tmp
5921 if test -f "$absdir/$objdir/$depdepl" ; then
5922 depdepl="$absdir/$objdir/$depdepl"
5923 darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5925 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5927 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
5928 linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}"
/external/libusb-compat/
H A Dltmain.sh5922 depdepl=
5926 depdepl=$tmp
5928 if test -f "$absdir/$objdir/$depdepl" ; then
5929 depdepl="$absdir/$objdir/$depdepl"
5930 darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5932 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5934 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
5935 linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}"
/external/openfst/
H A Dltmain.sh5919 depdepl=
5923 depdepl=$tmp
5925 if test -f "$absdir/$objdir/$depdepl" ; then
5926 depdepl="$absdir/$objdir/$depdepl"
5927 darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5929 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5931 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
5932 linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}"
/external/protobuf/gtest/build-aux/
H A Dltmain.sh5388 depdepl=
5392 depdepl=$tmp
5394 if test -f "$absdir/$objdir/$depdepl" ; then
5395 depdepl="$absdir/$objdir/$depdepl"
5396 darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5398 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5400 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
5401 linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}"
/external/protobuf/
H A Dltmain.sh5388 depdepl=
5392 depdepl=$tmp
5394 if test -f "$absdir/$objdir/$depdepl" ; then
5395 depdepl="$absdir/$objdir/$depdepl"
5396 darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5398 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5400 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
5401 linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}"

Completed in 155 milliseconds