Home | History | Annotate | Download | only in autoconf

Lines Matching refs:OUTPUT

357 	      lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
369 lipo -create -output "$darwin_file" $darwin_files
838 # Calculate the filename of the output object if compiler does
997 # Suppress compiler output if we already did a PIC compilation.
1137 # We need to know -static, to get the right output filenames.
1181 output)
1182 compile_command="$compile_command @OUTPUT@"
1183 finalize_command="$finalize_command @OUTPUT@"
1676 -o) prev=output ;;
1964 outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
1976 output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
1977 if test "X$output_objdir" = "X$output"; then
1992 # Determine the type of output
1993 case $output in
1995 $echo "$modename: you must specify an output file" 1>&2
2246 $echo "*** Warning: Linking the shared library $output against the"
2554 $echo "*** Warning: Linking the executable $output against the loadable module"
2556 $echo "*** Warning: Linking the shared library $output against the loadable module"
3089 oldlibs="$output"
3103 $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
3120 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1
3124 $echo "*** Warning: Linking the shared library $output against the non-libtool"
4031 # Save the value of $output and $libobjs because we want to
4042 save_output=$output
4043 output_la=`$echo "X$output" | $Xsed -e "$basename"`
4053 output=$output_objdir/$output_la-${k}.$objext
4075 output=$output_objdir/$output_la-${k}.$objext
4090 libobjs=$output
4104 $echo "creating a temporary reloadable object file: $output"
4115 libobjs=$output
4116 # Restore the value of output.
4117 output=$save_output
4217 case $output in
4220 $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2
4223 libobj="$output"
4224 obj=`$echo "X$output" | $Xsed -e "$lo2o"`
4228 obj="$output"
4260 output="$obj"
4297 output="$libobj"
4319 *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
4526 $show "generating symbol list for \`$output'"
4587 # Try sorting and uniquifying the output.
4724 # Replace the output file specification.
4725 compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
4791 # Replace the output file specification.
4792 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
4793 # Delete the old output file.
4794 $run $rm $output
4807 $echo "$modename: \`$output' will be relinked during installation" 1>&2
4812 relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
4823 # Replace the output file specification.
4824 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
4826 # Delete the old output files.
4827 $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname
4833 $show "creating $output"
4867 case $output in
4868 *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
4879 output_name=`basename $output`
4880 output_path=`dirname $output`
4891 The $output program cannot be directly executed until all the libtool
4897 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5236 $rm $output
5237 trap "$rm $output; exit $EXIT_FAILURE" 1 2 15
5239 $echo > $output "\
5242 # $output - temporary wrapper script for $objdir/$outputname
5245 # The $output program cannot be directly executed until all the libtool
5284 $echo >> $output "\
5313 $echo >> $output "\
5329 $echo >> $output "\
5347 $echo >> $output "\
5353 $echo >> $output "\
5359 $echo >> $output "\
5373 $echo >> $output "\
5379 $echo >> $output "\
5386 $echo >> $output "\
5392 $echo >> $output "\
5397 $echo >> $output "\
5410 chmod +x $output
5565 case $output in
5569 $show "creating $output"
5590 # Only create the output if not a dry run.
5597 output="$output_objdir/$outputname"i
5657 $rm $output
5660 case $host,$output,$installed,$module,$dlname in
5663 $echo > $output "\
5700 $echo >> $output "\
6139 # Replace the output file specification.
6140 relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
6702 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
6710 The output file name is determined by removing the directory component from
6776 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
6782 -lNAME OUTPUT-FILE requires the installed library libNAME
6787 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
6790 don't remove output files matching REGEX
6804 If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
6808 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
6811 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file