Searched refs:AR (Results 1 – 6 of 6) sorted by relevance
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?121 AR=$1135 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 member229 $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 $?
3677 if test -n "$AR"; then3678 ac_cv_prog_AR="$AR" # Let the user override the test.3697 AR=$ac_cv_prog_AR3698 if test -n "$AR"; then3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&53700 $as_echo "$AR" >&6; }3707 test -n "$AR" && break3710 if test -z "$AR"; then3711 ac_ct_AR=$AR3755 AR="false"[all …]
75 AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false])76 : ${AR=ar}78 AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],82 [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD'87 am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&AS_MESSAGE_LOG_FD'104 # FIXME: It is wrong to rewrite AR.107 # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something109 AR="$am_aux_dir/ar-lib $AR"113 [AC_MSG_ERROR([could not determine $AR interface])])116 AC_SUBST([AR])dnl
194 AR = @AR@
130 libhal_a_AR = $(AR) $(ARFLAGS)202 AR = @AR@
162 AR = @AR@