Home | History | Annotate | Download | only in jpeg

Lines Matching refs:FILE

2 # NOTE: Changing this file will not affect anything until you rerun ltconfig.
22 # distribute this file as part of a program that contains a
224 # Get the compilation command and the source file.
247 # Accept the current argument as the source file.
278 # Recognize several different file suffixes.
815 $echo "$modename: you must specify an output file" 1>&2
821 $echo "$modename: output file \`$output' must have no directory components" 1>&2
869 # Nullify the symbol file.
1068 # Nullify the symbol file.
1116 # Exit if we aren't doing a library object file.
1237 # Parse the name list into a source file.
1240 # Make sure we at least have an empty file.
1322 # Now compile the dynamic symbol file.
1326 # Transform the symbol file into the correct name.
1337 # Nullify the symbol file.
1343 # Replace the output file specification.
1353 # Replace the output file specification.
1387 # Delete the old output file.
1459 # When we are sourced in execute mode, \$file and \$echo are already set.
1463 file=\"\$0\"
1469 thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
1470 test \"x\$thisdir\" = \"x\$file\" && thisdir=.
1473 file=\`ls -ld \"\$file\" | sed -n 's/.*-> //p'\`
1474 while test -n \"\$file\"; do
1475 destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
1478 if test \"x\$destdir\" != \"x\$file\"; then
1485 file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
1486 file=\`ls -ld \"\$thisdir/\$file\" | sed -n 's/.*-> //p'\`
1570 # $output - a libtool library file
1699 $echo "$modename: no file or destination specified" 1>&2
1720 # Not a directory, so check to see that there is only one file specified.
1731 for file in $files; do
1732 case "$file" in
1751 for file in $files; do
1754 case "$file" in
1757 staticlibs="$staticlibs $file"
1762 if (sed -e '2q' $file | egrep '^# Generated by ltmain\.sh') >/dev/null 2>&1; then :
1764 $echo "$modename: \`$file' is not a valid libtool archive" 1>&2
1772 case "$file" in
1773 */* | *\\*) . $file ;;
1774 *) . ./$file ;;
1791 dir="`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/"
1792 test "X$dir" = "X$file/" && dir=
1845 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
1846 $show "$install_prog $file $destdir/$name"
1847 $run eval "$install_prog $file $destdir/$name" || exit $?
1856 # Figure out destination file name, if it wasn't already specified.
1860 destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
1864 # Deduce the name of the destination old-style object file.
1882 $show "$install_prog $file $destfile"
1883 $run eval "$install_prog $file $destfile" || exit $?
1888 # Deduce the name of the old-style object file.
1889 staticobj=`$echo "X$file" | $Xsed -e 's/\.lo$/\.o/'`
1899 if (sed -e '4q' $file | egrep '^# Generated by ltmain\.sh') >/dev/null 2>&1; then
1904 case "$file" in
1905 */* | *\\*) . $file ;;
1906 *) . ./$file ;;
1911 $echo "$modename: invalid libtool wrapper script \`$file'" 1>&2
1938 $echo "$modename: warning: relinking \`$file' on behalf of your buggy system linker" 1>&2
1942 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
1945 file="$objdir/$file"T
1947 $echo "$modename: warning: cannot relink \`$file' on behalf of your buggy system linker" 1>&2
1951 file=`$echo "X$file" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
1955 $show "$install_prog$stripme $file $dest"
1956 $run eval "$install_prog\$stripme \$file \$dest" || exit $?
1961 for file in $staticlibs; do
1962 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
1967 $show "$install_prog $file $oldlib"
1968 $run eval "$install_prog \$file \$oldlib" || exit $?
2073 for file in $execute_dlfiles; do
2074 if test -f "$file"; then :
2076 $echo "$modename: \`$file' is not a file" 1>&2
2082 case "$file" in
2085 if (sed -e '2q' $file | egrep '^# Generated by ltmain\.sh') >/dev/null 2>&1; then :
2097 case "$file" in
2098 */* | *\\*) . $file ;;
2099 *) . ./$file ;;
2105 test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
2109 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
2110 test "X$dir" = "X$file" && dir=.
2121 # Just add the directory containing the .lo file.
2122 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
2123 test "X$dir" = "X$file" && dir=.
2150 for file
2152 case "$file" in
2156 if (sed -e '4q' $file | egrep '^# Generated by ltmain\.sh') >/dev/null 2>&1; then
2158 case "$file" in
2159 */* | *\\*) . $file ;;
2160 *) . ./$file ;;
2164 file="$progdir/$program"
2169 file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
2170 args="$args \"$file\""
2211 for file in $files; do
2212 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
2213 test "X$dir" = "X$file" && dir=.
2214 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
2216 rmfiles="$file"
2221 if (sed -e '2q' $file | egrep '^# Generated by ltmain\.sh') >/dev/null 2>&1; then
2311 compile compile a source file into a libtool object
2327 Compile a source file into a libtool library object.
2329 COMPILE-COMMAND is a command to be used in creating a \`standard' object file
2332 The output file name is determined by removing the directory component from
2345 -dlopen FILE add the directory containing FILE to the library path
2395 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
2396 -dlpreopen FILE link in FILE and add its symbols to dld_preloaded_symbols
2397 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
2399 -lNAME OUTPUT-FILE requires the installed library libNAME
2401 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
2414 If the OUTPUT-FILE ends in \`.la', then a libtool library is created, only
2417 If OUTPUT-FILE ends in \`.a', then a standard library is created using \`ar'
2420 If OUTPUT-FILE ends in \`.lo' or \`.o', then a reloadable object file is
2426 "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
2430 RM is the name of the program to use to delete files associated with each FILE
2434 If FILE is a libtool library, all the files associated with it are deleted.
2435 Otherwise, only FILE itself is deleted using RM."