Searched refs:STRIP (Results 1 - 25 of 133) sorted by relevance

123456

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dladdr-stripped/
H A DMakefile33 ${STRIP} main
/macosx-10.10.1/libiconv-42/libiconv/djgpp/
H A Dconfig.site50 STRIP=${STRIP='/dev/env/DJDIR/bin/strip'}
/macosx-10.10.1/libiconv-42/libiconv/libcharset/djgpp/
H A Dconfig.site50 STRIP=${STRIP='/dev/env/DJDIR/bin/strip'}
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/port/
H A Dinstall.sh.in93 STRIP="@STRIP@"
108 RM=":"; STRIP=":"
113 STRIP=":"
116 STRIP=":"
119 STRIP=":"
128 *nostrip*) STRIP=":";;
181 if [ $STRIP != ":" -a -x ${ROOT_PREFIX}${DESTDIR_PREFIX}$f ]; then
182 $STRIP $target >/dev/null 2>&1 || true
183 $VERBOSE "$STRIP
[all...]
/macosx-10.10.1/tidy-15.15/
H A DMakefile60 export STRIP
70 $(STRIP) "$(ActualDSTROOT)/usr/bin/tab2space"
71 $(STRIP) "$(ActualDSTROOT)/usr/bin/tidy"
72 $(STRIP) -x "$(ActualDSTROOT)/usr/lib/libtidy.A.dylib"
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/crt-libSystem/
H A DMakefile45 ${STRIP} main -o main.stripped
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-coalesce-stubs/
H A DMakefile15 $(STRIP) -c -x libfoo.dylib -o libstub.dylib
/macosx-10.10.1/libgcc-14/
H A DMakefile19 STRIP = $(shell xcodebuild -sdk "$(SDKROOT)" -find strip) macro
40 $(STRIP) -c -x $(OBJROOT)/libgcc_s.dylib.full -o $@
68 $(STRIP) -S $(SYMROOT)/libgcc_s.1.dylib -o $(DSTROOT)/usr/lib/libgcc_s.1.dylib
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/config/
H A Ddefault.exp52 if ![info exists STRIP] then {
53 set STRIP [findfile $base_dir/strip-new $base_dir/strip-new [transform strip]]
/macosx-10.10.1/sudo-73/src/
H A Dinstall-sh9 ## Paths to programs. CHOWN, STRIP and WHOAMI are checked below.
18 STRIP=strip
40 STRIP=${d}/strip
222 ${STRIP} "${DEST}" || exit 1
/macosx-10.10.1/zsh-61/
H A DMakefile36 $(STRIP) -x $(DSTROOT)/bin/zsh
40 $(STRIP) -x $(DSTROOT)$(ZSH_MODULE_DIR)/*.so
44 $(STRIP) -x $(DSTROOT)$(ZSH_MODULE_DIR)/net/*.so
/macosx-10.10.1/apache_mod_hfs_apple-14/
H A DMakefile53 $(STRIP) -x $(SYMROOT)$(INSTALLDIR2)/$(MODULE) -o $(DSTROOT)$(INSTALLDIR2)/$(MODULE)
/macosx-10.10.1/apr-32/apr-util/
H A DMakefile13 $(STRIP) -x $(DSTROOT)/usr/lib/libaprutil-1.0.dylib
/macosx-10.10.1/dtrace-147/test/tst/i386/
H A DMakefile39 $(STRIP) ustack/tst.helper.exe
/macosx-10.10.1/dtrace-147/test/tst/sparc/
H A DMakefile39 $(STRIP) ustack/tst.helper.exe
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/crt-apple/
H A DMakefile48 ${STRIP} main -o main.stripped
/macosx-10.10.1/expat-12/expat/amiga/
H A DMakefile75 STRIP = strip macro
139 $(STRIP) $(STRIPFLAGS) $@
156 $(STRIP) $(STRIPFLAGS) $@
164 $(STRIP) $(STRIPFLAGS) $@
/macosx-10.10.1/tcl-105/tcl_ext/expect/
H A DMakefile39 $(_v) $(STRIP) $(DSTROOT)/$(USRBINDIR)/$(Project)
/macosx-10.10.1/vim-55/src/
H A Dconfig.mk.in103 STRIP = @STRIP@
/macosx-10.10.1/procmail-14/procmail/
H A Dinitmake50 shift; STRIP="$1"
183 STRIP=""
186 if test ! -z "$STRIP" && $STRIP _autotst >$DEVNULL 2>&1
190 STRIP=""
195 STRIP=""
431 echo "STRIP = $STRIP" >>_Makefile
/macosx-10.10.1/llvmCore-3425.0.34/
H A Dbuild_llvm221 STRIP=strip
223 STRIP=`xcrun -sdk $SDKROOT -find strip`
231 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
233 $STRIP -Sxl $f
313 -print | xargs -n 1 -P ${SYSCTL} $STRIP -arch all -Sl
/macosx-10.10.1/llvmCore-3425.0.34/utils/buildit/
H A Dbuild_llvm221 STRIP=strip
223 STRIP=`xcrun -sdk $SDKROOT -find strip`
231 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
233 $STRIP -Sxl $f
313 -print | xargs -n 1 -P ${SYSCTL} $STRIP -arch all -Sl
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A DMakefile.m3270 STRIP = $(CROSSPREFIX)strip -g
277 $(STRIP) $@
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A DMakefile.am97 -$(STRIP) -s $(top_srcdir)/mac/iodbc.exp -u .libs/*.dylib
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A DMakefile.am136 -$(STRIP) -s $(top_srcdir)/mac/iodbcinst.exp -u .libs/*.dylib

Completed in 509 milliseconds

123456