Home | History | Annotate | Download | only in src

Lines Matching refs:depdepl

5915 		  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}"