Home | History | Annotate | Download | only in build-aux

Lines Matching refs:arg

31 # Usage: $progname [OPTION]... [MODE-ARG]...
241 # func_echo arg...
249 # func_verbose arg...
261 # func_error arg...
268 # func_warning arg...
278 # func_fatal_error arg...
286 # func_fatal_help arg...
385 # func_quote_for_eval arg
386 # Aesthetically quote ARG to be evaled later.
415 # func_quote_for_expand arg
416 # Aesthetically quote ARG to be evaled later; same as above,
606 # func_fatal_configuration arg...
1003 # func_infer_tag arg
1008 # arg is usually of the form 'gcc ...'
1014 for arg in $CC; do
1015 func_quote_for_eval "$arg"
1030 for arg in $CC; do
1032 func_quote_for_eval "$arg"
1099 # func_mode_compile arg...
1113 for arg
1116 arg )
1118 lastarg="$arg"
1123 libobj="$arg"
1130 case $arg in
1139 pie_flag="$pie_flag $arg"
1144 later="$later $arg"
1154 arg_mode=arg # the next one goes into the "base_compile" arg list
1159 func_stripname '-Wc,' '' "$arg"
1163 for arg in $args; do
1165 func_quote_for_eval "$arg"
1182 srcfile="$arg"
1184 esac # case $arg
1191 done # for arg
1194 arg)
1230 for arg in $later; do
1231 case $arg in
1631 # Now that we've collected a possible --mode arg, show help if necessary
1635 # func_mode_execute arg...
1719 # Transform arg to wrapped name.
1724 # Transform arg to wrapped name.
1766 # func_mode_finish arg...
1846 # func_mode_install arg...
1858 arg=$1
1862 arg=$nonopt
1867 func_quote_for_eval "$arg"
1878 for arg
1882 dest=$arg
1886 case $arg in
1891 *) prev=$arg ;;
1895 prev=$arg
1908 dest=$arg
1915 func_quote_for_eval "$arg"
2499 for arg in $LTCFLAGS; do
2500 case $arg in
2502 *) symtab_cflags="$symtab_cflags $arg" ;;
2545 # func_win32_libid arg
2546 # return the library type of file 'arg'
2694 # func_emit_wrapper arg
2703 # arg is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
3089 /* very simple arg parsing; don't want to rely on getopt */
3513 # func_mode_link arg...
3588 for arg
3590 case $arg in
3598 case $arg in
3633 arg="$1"
3635 func_quote_for_eval "$arg"
3656 case $arg in
3680 dlfiles="$dlfiles $arg"
3682 dlprefiles="$dlprefiles $arg"
3690 export_symbols="$arg"
3691 test -f "$arg" \
3692 || func_fatal_error "symbol file \`$arg' does not exist"
3697 export_symbols_regex="$arg"
3715 inst_prefix_dir="$arg"
3720 if test -f "$arg"; then
3721 save_arg=$arg
3726 arg=$fil
3730 if func_lalib_unsafe_p "$arg"; then
3735 func_source "$arg"
3741 func_fatal_error "cannot find name of object for \`$arg'"
3745 func_dirname "$arg" "/" ""
3772 arg="$pic_object"
3783 arg="$non_pic_object"
3795 func_dirname "$arg" "/" ""
3798 func_lo2o "$arg"
3804 func_fatal_error "\`$arg' is not a valid libtool object"
3809 func_fatal_error "link input file \`$arg' does not exist"
3811 arg=$save_arg
3816 precious_files_regex="$arg"
3821 release="-$arg"
3827 case $arg in
3835 *" $arg "*) ;;
3836 *) rpath="$rpath $arg" ;;
3840 *" $arg "*) ;;
3841 *) xrpath="$xrpath $arg" ;;
3848 shrext_cmds="$arg"
3853 weak_libs="$weak_libs $arg"
3881 eval "$prev=\"\$arg\""
3888 prevarg="$arg"
3890 case $arg in
3929 if test "X$arg" = "X-export-symbols"; then
3952 func_append compile_command " $arg"
3953 func_append finalize_command " $arg"
3960 func_stripname '-L' '' "$arg"
3996 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
4004 test "X$arg" = "X-lc" && continue
4008 test "X$arg" = "X-lc" && continue
4017 test "X$arg" = "X-lc" && continue
4021 test "X$arg" = "X-lc" && continue
4024 elif test "X$arg" = "X-lc_r"; then
4032 deplibs="$deplibs $arg"
4041 # Tru64 UNIX uses -model [arg] to determine the layout of C++
4045 compiler_flags="$compiler_flags $arg"
4046 func_append compile_command " $arg"
4047 func_append finalize_command " $arg"
4053 compiler_flags="$compiler_flags $arg"
4054 func_append compile_command " $arg"
4055 func_append finalize_command " $arg"
4057 *" $arg "*) ;;
4058 * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;;
4120 func_stripname '-R' '' "$arg"
4177 func_stripname '-Wc,' '' "$arg"
4179 arg=
4184 arg="$arg $wl$func_quote_for_eval_result"
4188 func_stripname ' ' '' "$arg"
4189 arg=$func_stripname_result
4193 func_stripname '-Wl,' '' "$arg"
4195 arg=
4200 arg="$arg $wl$func_quote_for_eval_result"
4205 func_stripname ' ' '' "$arg"
4206 arg=$func_stripname_result
4226 func_quote_for_eval "$arg"
4227 arg="$func_quote_for_eval_result"
4242 func_quote_for_eval "$arg"
4243 arg="$func_quote_for_eval_result"
4244 func_append compile_command " $arg"
4245 func_append finalize_command " $arg"
4246 compiler_flags="$compiler_flags $arg"
4252 func_quote_for_eval "$arg"
4253 arg="$func_quote_for_eval_result"
4258 objs="$objs $arg"
4265 if func_lalib_unsafe_p "$arg"; then
4270 func_source "$arg"
4276 func_fatal_error "cannot find name of object for \`$arg'"
4280 func_dirname "$arg" "/" ""
4307 arg="$pic_object"
4318 arg="$non_pic_object"
4330 func_dirname "$arg" "/" ""
4333 func_lo2o "$arg"
4339 func_fatal_error "\`$arg' is not a valid libtool object"
4346 deplibs="$deplibs $arg"
4347 old_deplibs="$old_deplibs $arg"
4356 dlfiles="$dlfiles $arg"
4360 dlprefiles="$dlprefiles $arg"
4363 deplibs="$deplibs $arg"
4372 func_quote_for_eval "$arg"
4373 arg="$func_quote_for_eval_result"
4375 esac # arg
4378 if test -n "$arg"; then
4379 func_append compile_command " $arg"
4380 func_append finalize_command " $arg"
4388 eval arg=\"$export_dynamic_flag_spec\"
4389 func_append compile_command " $arg"
4390 func_append finalize_command " $arg"
7657 # func_mode_uninstall arg...
7670 for arg
7672 case $arg in
7673 -f) RM="$RM $arg"; rmforce=yes ;;
7674 -*) RM="$RM $arg" ;;
7675 *) files="$files $arg" ;;