Home | History | Annotate | Download | only in libffi

Lines Matching refs:OUTPUT

385 	      lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
397 lipo -create -output "$darwin_file" $darwin_files
868 # Calculate the filename of the output object if compiler does
1027 # Suppress compiler output if we already did a PIC compilation.
1167 # We need to know -static, to get the right output filenames.
1220 output)
1221 compile_command="$compile_command @OUTPUT@"
1222 finalize_command="$finalize_command @OUTPUT@"
1716 -o) prev=output ;;
2004 outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
2016 output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
2017 if test "X$output_objdir" = "X$output"; then
2032 # Determine the type of output
2033 case $output in
2035 $echo "$modename: you must specify an output file" 1>&2
2286 $echo "*** Warning: Linking the shared library $output against the"
2596 $echo "*** Warning: Linking the executable $output against the loadable module"
2598 $echo "*** Warning: Linking the shared library $output against the loadable module"
3131 oldlibs="$output"
3145 $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
3162 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1
3166 $echo "*** Warning: Linking the shared library $output against the non-libtool"
4078 # Save the value of $output and $libobjs because we want to
4089 save_output=$output
4090 output_la=`$echo "X$output" | $Xsed -e "$basename"`
4100 output=$output_objdir/$output_la-${k}.$objext
4122 output=$output_objdir/$output_la-${k}.$objext
4137 libobjs=$output
4151 $echo "creating a temporary reloadable object file: $output"
4162 libobjs=$output
4163 # Restore the value of output.
4164 output=$save_output
4264 case $output in
4267 $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2
4270 libobj="$output"
4271 obj=`$echo "X$output" | $Xsed -e "$lo2o"`
4275 obj="$output"
4309 output="$obj"
4346 output="$libobj"
4368 *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
4575 $show "generating symbol list for \`$output'"
4636 # Try sorting and uniquifying the output.
4773 # Replace the output file specification.
4774 compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$output"'%g' | $NL2SP`
4840 # Replace the output file specification.
4841 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
4842 # Delete the old output file.
4843 $run $rm $output
4856 $echo "$modename: \`$output' will be relinked during installation" 1>&2
4861 relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $SP2NL | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g' | $NL2SP`
4872 # Replace the output file specification.
4873 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
4875 # Delete the old output files.
4876 $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname
4882 $show "creating $output"
4916 case $output in
4917 *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
4928 output_name=`basename $output`
4929 output_path=`dirname $output`
4940 The $output program cannot be directly executed until all the libtool
4946 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5285 $rm $output
5286 trap "$rm $output; exit $EXIT_FAILURE" 1 2 15
5288 $echo > $output "\
5291 # $output - temporary wrapper script for $objdir/$outputname
5294 # The $output program cannot be directly executed until all the libtool
5347 $echo >> $output "\
5376 $echo >> $output "\
5392 $echo >> $output "\
5410 $echo >> $output "\
5416 $echo >> $output "\
5422 $echo >> $output "\
5436 $echo >> $output "\
5442 $echo >> $output "\
5449 $echo >> $output "\
5455 $echo >> $output "\
5460 $echo >> $output "\
5473 chmod +x $output
5628 case $output in
5632 $show "creating $output"
5653 # Only create the output if not a dry run.
5660 output="$output_objdir/$outputname"i
5720 $rm $output
5723 case $host,$output,$installed,$module,$dlname in
5726 $echo > $output "\
5763 $echo >> $output "\
6202 # Replace the output file specification.
6203 relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g' | $NL2SP`
6767 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
6775 The output file name is determined by removing the directory component from
6841 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
6847 -lNAME OUTPUT-FILE requires the installed library libNAME
6852 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
6855 don't remove output files matching REGEX
6871 If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
6875 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
6878 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file