Searched refs:STRIP (Results 76 - 100 of 1337) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmakefile.msc16 #STRIP=rem
17 STRIP=echo Ignore this line.
20 #STRIP=upx --8086 --best
22 #STRIP=lzexe
24 #STRIP=pklite
222 $(STRIP) unzip.exe
231 $(STRIP) unzipsfx.exe
238 $(STRIP) funzip.exe
244 # $(STRIP) unzip.exe
248 # $(STRIP) unzipsf
[all...]
H A Dmakefile.tc7 #STRIP=rem
8 STRIP=echo Ignore this line. :-)
10 #STRIP=lzexe
12 #STRIP=pklite
184 @$(STRIP) unzip.exe
209 @$(STRIP) unzipsfx.exe
215 # @$(STRIP) unzip.exe
219 # @$(STRIP) unzipsfx.exe
225 @$(STRIP) funzip.exe
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/dos/
H A DMakefile13 # the assert() macro, set STRIP=rem to disable stripping, and finally
16 STRIP = strip macro
142 $(STRIP) --strip-all $@
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/boot/
H A DMakefile66 quiet_cmd_strip = STRIP $@
67 cmd_strip = $(STRIP) -o $@ $<
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/dos/
H A DMakefile13 # the assert() macro, set STRIP=rem to disable stripping, and finally
16 STRIP = strip macro
142 $(STRIP) --strip-all $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A DMakefile75 STRIP = strip macro
701 $(STRIP) $(UNZIPS)
781 $(STRIP) $(UNZIPS)
800 $(STRIP) $(UNZIPS)
878 $(STRIP) $(UNZIPS)
883 $(STRIP) $(UNZIPS)
1006 $(STRIP) $(UNZIPS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/msvc++/
H A DMakefile.in86 STRIP = @STRIP@
205 `test -z '$(STRIP)' || \
206 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/win32/
H A DMakefile.in102 STRIP = @STRIP@
185 `test -z '$(STRIP)' || \
186 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/msvc++/
H A DMakefile.in86 STRIP = @STRIP@
205 `test -z '$(STRIP)' || \
206 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/apps/
H A DMakefile.in146 STRIP = @STRIP@
439 if test -z '$(STRIP)'; then \
446 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A DMakefile80 $(STRIP) $(BINDIR)/pptp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A DMakefile.in152 STRIP = @STRIP@
423 `test -z '$(STRIP)' || \
424 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A DMakefile.src165 STRIP = strip
423 ${STRIP} ${PROGRAM}
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A DMakefile106 $(STRIP) $(INSTALLDIR)/sbin/rc
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A DMakefile.IMA126 STRIP = $(CROSS_COMPILE)strip
137 -$(STRIP) -s -R .note -R .comment -R .version $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/render/
H A DMakefile.in21 STRIP = @STRIP@
177 $(STRIP) $(DESTDIR)$(PLUGINS_INST_DIR)/$(DLLPREFIX_MODULE)renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(PLUGVERDELIM)$(PLUGIN_VERSION0)$(WXCOMPILER).$(SO_SUFFIX_MODULE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A DMakefile.in18 STRIP = @STRIP@
160 $(STRIP) $(DESTDIR)$(bindir)/helpview$(EXEEXT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A DMakefile169 STRIP = $(CROSS_COMPILE_PREFIX)strip macro
172 STRIP = mipsel-linux-uclibc-strip macro
174 STRIP = mipsel-uclibc-strip macro
403 `test -z '$(STRIP)' || \
404 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/
H A Dconfigure630 STRIP
2143 # will honor the `STRIP' environment variable to overrule this program.
2153 if test -n "$STRIP"; then
2154 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2173 STRIP=$ac_cv_prog_STRIP
2174 if test -n "$STRIP"; then
2175 { echo "$as_me:$LINENO: result: $STRIP" >&5
2176 echo "${ECHO_T}$STRIP" >&6; }
2185 ac_ct_STRIP=$STRIP
2223 STRIP
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/
H A Dconfigure630 STRIP
2022 # will honor the `STRIP' environment variable to overrule this program.
2032 if test -n "$STRIP"; then
2033 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2052 STRIP=$ac_cv_prog_STRIP
2053 if test -n "$STRIP"; then
2054 { echo "$as_me:$LINENO: result: $STRIP" >&5
2055 echo "${ECHO_T}$STRIP" >&6; }
2064 ac_ct_STRIP=$STRIP
2102 STRIP
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A DMakefile.in23 STRIP = @STRIP@
248 $(STRIP) $(DESTDIR)$(libdir)/$(DLLPREFIX)$(WXDLLNAMEPREFIXGUI)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_svg$(WXCOMPILER)$(VENDORTAG)$(WXDLLVERSIONTAG)$(__svgdll___targetsuf3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcommon.mak13 BRIEF = CC CXX HOSTCC HOSTLD AS YASM AR LD STRIP CP WINDRES
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/doc/pictures/
H A DMakefile.in128 STRIP = @STRIP@
274 if test -z '$(STRIP)'; then \
281 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/alsa.conf.d/
H A DMakefile.in158 STRIP = @STRIP@
331 if test -z '$(STRIP)'; then \
338 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/pcm/
H A DMakefile.in158 STRIP = @STRIP@
335 if test -z '$(STRIP)'; then \
342 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \

Completed in 356 milliseconds

1234567891011>>