Home
last modified time | relevance | path

Searched refs:STRIP (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/external/zlib/src/win32/
DMakefile.gcc60 STRIP = $(PREFIX)strip
98 $(STRIP) $@
102 $(STRIP) $@
106 $(STRIP) $@
110 $(STRIP) $@
114 $(STRIP) $@
/external/swiftshader/third_party/LLVM/utils/buildit/
Dbuild_llvm205 STRIP=strip
207 STRIP=`xcrun -sdk $SDKROOT -find strip`
215 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
217 $STRIP -Sxl $f
306 $STRIP -arch all -Sl $DT_HOME/lib/libLTO.dylib
336 -print | xargs -n 1 -P ${SYSCTL} $STRIP -arch all -Sl
/external/libcxx/cmake/Modules/
DHandleCompilerRT.cmake16 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
39 string(STRIP "${LIBRARY_DIR}" LIBRARY_DIR)
49 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
/external/libcxxabi/cmake/Modules/
DHandleCompilerRT.cmake16 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
39 string(STRIP "${LIBRARY_DIR}" LIBRARY_DIR)
49 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
/external/libunwind_llvm/cmake/Modules/
DHandleCompilerRT.cmake16 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
39 string(STRIP "${LIBRARY_DIR}" LIBRARY_DIR)
49 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
/external/syslinux/mk/
Dsyslinux.mk59 STRIP = strip
63 STRIP = strip
/external/e2fsprogs/lib/
DMakefile.solaris-lib51 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
54 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
DMakefile.elf-lib58 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
63 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
/external/gptfdisk/
DMakefile.mingw643 STRIP=/usr/bin/x86_64-w64-mingw32-strip
33 $(STRIP) gdisk64.exe fixparts64.exe
DMakefile.mingw3 STRIP=/usr/bin/i686-w64-mingw32-strip
33 $(STRIP) gdisk32.exe fixparts32.exe
/external/compiler-rt/make/
DAppleBI.mk51 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
92 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
121 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt_sim.dylib \
Doptions.mk44 STRIP := strip
Dlib_info.mk59 SHARED_LIBRARY SHARED_LIBRARY_SUFFIX STRIP LIPO DSYMUTIL
/external/libvpx/libvpx/build/make/
Dconfigure.sh471 STRIP=${STRIP}
653 STRIP=${STRIP:-${CROSS}strip}
989 STRIP=arm-none-linux-gnueabi-strip
1034 STRIP=${TOOLCHAIN_PATH}strip
1077 STRIP="$(${XCRUN_FIND} strip)"
1446 ${STRIP} -V 2>/dev/null | grep GNU >/dev/null && enable_feature gnu_strip
/external/llvm/cmake/modules/
DVersionFromVCS.cmake59 string(STRIP "${git_output}" git_head_svn_rev_number)
75 string(STRIP "${git_output}" git_ref_id)
DGetSVN.cmake98 string(STRIP "${revision}" revision)
99 string(STRIP "${repository}" repository)
DChooseMSVCCRT.cmake33 string(STRIP "${${crt_current}}" ${crt_current})
45 string(STRIP "${${flagsvar}}" ${flagsvar})
/external/ltp/include/mk/
Dconfig.mk.in31 STRIP := @STRIP@
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMWSFilter.java37 public static final short STRIP = 2; field
/external/swiftshader/third_party/LLVM/cmake/modules/
DChooseMSVCCRT.cmake33 string(STRIP "${${crt_current}}" ${crt_current})
45 string(STRIP "${${flagsvar}}" ${flagsvar})
/external/libdivsufsort/
DVERSION.cmake17 string(STRIP "${GIT_REVISION}" GIT_REVISION)
/external/libogg/win32/
DMakefile.in102 STRIP = @STRIP@
/external/syslinux/mtools/
DMakefile40 $(STRIP) syslinux
/external/syslinux/extlinux/
DMakefile58 $(STRIP) extlinux
/external/syslinux/linux/
DMakefile60 $(STRIP) syslinux syslinux-nomtools

12345678910>>...15