Home
last modified time | relevance | path

Searched refs:AR (Results 1 – 25 of 121) sorted by relevance

12345

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dar-lib95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
121 AR=$1
135 AR="$AR $1"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
222 $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $?
227 $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member
229 $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
260 $AR -NOLOGO -OUT:"$archive" "$orig_archive" "$@" || exit $?
262 $AR -NOLOGO -OUT:"$archive" "$@" || exit $?
269 $AR -NOLOGO -LIST "$archive" || exit $?
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DMakefile75 AR=$(CROSS_PREFIX)ar macro
78 AR=$(CROSS_PREFIX)llvm-ar macro
80 AR=$(CROSS_PREFIX)ar macro
89 AR=$(CROSS_PREFIX)gcc-ar macro
91 AR=$(CROSS_PREFIX)ar macro
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dconfigure50 AR=${AR-"${CROSS_PREFIX}ar"}
51 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
53 AR=${AR-"ar"}
54 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
245 AR="libtool"
247 AR="/usr/bin/libtool"
287 AR="cc"
832 echo AR = $AR >> configure.log
874 /^AR *=/s#=.*#=$AR#
905 /^AR *=/s#=.*#=$AR#
/AliOS-Things-master/hardware/chip/haas1000/drivers/scripts/
A Dbuild.mk307 archive-cmd = $(AR) --create --debug_symbols $@ $(1)
314 echo end ) | $(AR) -M )
319 $(foreach o,$(filter %.a,$(1)),addlib $o\n)save\nend' | $(AR) -M )
404 $(call CMDRMFILE,$@) && $(AR) --create --debug_symbols $@)
408 $(call CMDRMFILE,$@) && $(AR) rcs$(KBUILD_ARFLAGS) $@)
416 quiet_cmd_ar_o_target = AR $@
436 quiet_cmd_link_l_target = AR $@
438 cmd_link_l_target = $(call CMDRMFILE,$@) && $(AR) --create --debug_symbols $@ $(lib-y)
440 cmd_link_l_target = $(call CMDRMFILE,$@) && $(AR) rcs$(KBUILD_ARFLAGS) $@ $(lib-y)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/
A DMakefile.bor18 AR = tlib
86 $(AR) $(ZLIB_LIB) $(OBJP1)
87 $(AR) $(ZLIB_LIB) $(OBJP2)
88 $(AR) $(ZLIB_LIB) $(OBJPA)
/AliOS-Things-master/components/SDL2/build-scripts/
A Dnaclbuild.sh49 if [ -z "$AR" ]; then
50 export AR="$NACL_SDK_ROOT/toolchain/linux_pnacl/bin/pnacl-ar"
A Dnacl-buildbot.sh43 export AR="$NACL_SDK_ROOT/toolchain/linux_pnacl/bin/pnacl-ar"
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/msdos/
A DMakefile.emx31 AR=ar rcs
51 $(AR) $@ $(OBJS)
A DMakefile.bor32 AR=tlib
97 $(AR) $(ZLIB_LIB) $(OBJP1)
98 $(AR) $(ZLIB_LIB) $(OBJP2)
A DMakefile.tc20 AR=tlib
82 $(AR) $(ZLIB_LIB) $(OBJP1)
83 $(AR) $(ZLIB_LIB) $(OBJP2)
A DMakefile.dj249 AR=ar rcs
73 $(AR) $@ $(OBJS) $(OBJA)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A DMakefile.emx31 AR=ar rcs
51 $(AR) $@ $(OBJS)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dmakefile.amiga28 AR= oml
44 $(AR) libpng.lib r $(OBJS)
A Dsmakefile.ppc13 AR = ppc-amigaos-ar
29 $(AR) $(AR_FLAGS) $@ $(OBJS)
A Dmakefile.ibmc23 AR = ilib
57 $(AR) -out:$@ $(OBJS)
/AliOS-Things-master/components/mbedtls/library/
A DMakefile25 ifeq ($(AR),ar)
116 $(AR) $(ARFLAGS) $@ $(OBJS_TLS)
143 $(AR) $(ARFLAGS) $@ $(OBJS_X509)
170 $(AR) $(ARFLAGS) $@ $(OBJS_CRYPTO)
/AliOS-Things-master/components/amp/tools/
A Dconfig.mk13 AR = ar
A Drules.mk13 $(AR) $(ARFLAGS) $@ $^
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dzlibd32.mak12 AR = tlib macro
75 $(AR) $(ZLIB_LIB) $(OBJP1)
76 $(AR) $(ZLIB_LIB) $(OBJP2)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/
A Dzlibd32.mak12 AR = tlib macro
75 $(AR) $(ZLIB_LIB) $(OBJP1)
76 $(AR) $(ZLIB_LIB) $(OBJP2)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/port/
A DMakefile.vc39 $(AR) /out:libport.lib $(OBJ)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/amiga/
A DMakefile.pup10 AR = ppc-amigaos-ar cr
30 $(AR) $@ $(OBJS)
/AliOS-Things-master/components/SDL2/src/gfx/
A DMakefile.mingw2 AR=ar rc
22 $(AR) $@ $^
/AliOS-Things-master/components/py_engine/engine/py/
A Dmkenv.mk54 AR = $(CROSS_COMPILE)ar
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/os2/
A DMakefile.os236 AR=emxomfar cr
71 $(AR) $@ $(OBJS)

Completed in 13 milliseconds

12345