Lines Matching refs:ofile

211 ofile="$default_ofile"
372 --output | -o) prev=ofile ;;
373 --output=*) ofile="$optarg" ;;
435 if grep "^### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$ofile" > /dev/null; then
440 if test ! -f "$ofile"; then
441 echo "$progname: warning: output file \`$ofile' does not exist" 1>&2
445 eval "`$SHELL $ofile --config | grep '^LTCC='`"
447 echo "$progname: warning: output file \`$ofile' does not look like a libtool script" 1>&2
449 echo "$progname: warning: using \`LTCC=$LTCC', extracted from \`$ofile'" 1>&2
2192 trap "$rm \"$ofile\"; exit 1" 1 2 15
2193 echo "creating $ofile"
2194 $rm "$ofile"
2195 cat <<EOF > "$ofile"
2198 # `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
2237 echo "appending configuration tag \"$tagname\" to $ofile"
2238 echo "### BEGIN LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
2240 cfgfile="$ofile"
2255 cfgfile="$ofile.cfg"
2268 echo "### BEGIN LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
2563 echo '### END LIBTOOL CONFIG' >> "$ofile"
2565 echo "### END LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
2570 echo >> "$ofile"
2574 cat <<\EOF >> "$ofile"
2588 cat <<'EOF' >> "$ofile"
2768 sed '$q' "$ltmain" >> "$ofile" || (rm -f "$ofile"; exit 1)
2774 chmod +x "$ofile"
2787 # Extract list of available tagged configurations in $ofile.
2789 available_tags=`grep "^available_tags=" $ofile | sed -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
2795 if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' ${ofile} > ${ofile}.new"; then
2796 mv ${ofile}.new ${ofile}
2797 chmod +x "$ofile"
2799 rm -f ${ofile}.new