Lines Matching refs:find
134 T=`xcrun -sdk $SDKROOT -find ${prog}`
143 T=`xcrun -sdk $SDKROOT -find ${prog}`
177 export CC=`xcrun -sdk iphonesimulator -find clang`
178 export CXX=`xcrun -sdk iphonesimulator -find clang++`
188 export CC=`xcrun -sdk macosx -find clang`
189 export CXX=`xcrun -sdk macosx -find clang++`
246 for file in `find $DEST_DIR$DEST_ROOT/include -type f -print`; do
257 STRIP=`xcrun -sdk $SDKROOT -find strip`
310 DSYMUTIL=`xcrun -find dsymutil`
311 find $DEST_DIR -perm -0111 -type f \
317 find . \( -path \*.dSYM/\* -or -name \*.a \) -print \
323 find obj-* -name \*.\[chy\] -o -name \*.cpp -print \
332 find $DEST_DIR$DEST_ROOT -name lto.h -delete
339 find $DEST_DIR -name \*.a -print | xargs ranlib || exit 1
340 find $DEST_DIR -name \*.dSYM -print | xargs rm -r || exit 1
346 find $DEST_DIR -perm -0111 -type f \