Home | History | Annotate | Download | only in libpng

Lines Matching refs:FILE

16 # if you distribute this file as part of a program or library that
17 # is built using GNU Libtool, you may include this file under the
26 # along with GNU Libtool; see the file COPYING. If not, a copy
50 # compile compile a source file into a libtool object
147 # func_dirname_and_basename file append nondir_replacement
150 # dirname: Compute the dirname of FILE. If nonempty,
154 # basename: Compute filename of FILE.
336 # mkdir can fail with a `File exist' error if two processes
890 # func_lalib_p file
891 # True iff FILE is a libtool `.la' library or `.lo' object file.
901 # func_lalib_unsafe_p file
902 # True iff FILE is a libtool `.la' library or `.lo' object file.
905 # closes it afterwards, without saving the original file descriptor.
907 # fatal anyway. Works if `file' does not exist.
924 # func_ltwrapper_script_p file
925 # True iff FILE is a libtool wrapper script
933 # func_ltwrapper_executable_p file
934 # True iff FILE is a libtool wrapper executable
947 # func_ltwrapper_scriptname file
948 # Assumes file is an ltwrapper_executable
949 # uses $file to determine the appropriate filename for a
961 # func_ltwrapper_p file
962 # True iff FILE is a libtool wrapper script or wrapper executable
988 # func_source file
989 # Source FILE, adding directory component if necessary.
991 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
993 # `FILE.' does not work on cygwin managed mounts.
1064 # Create a libtool object file (analogous to a ".la" file),
1083 # $write_libobj - a libtool object file
1086 # Please DO NOT delete this file!
1104 # Get the compilation command and the source file.
1179 # Accept the current argument as the source file.
1210 # Recognize several different file suffixes.
1211 # If the user specifies -o file.o, it is replaced with file.lo
1300 # We use this script file to make the link, it avoids creating a new file
1313 temporary object file, and libtool could not work around it because
1368 temporary object file, and libtool could not work around it because
1417 temporary object file, and libtool could not work around it because
1457 # at the start of this file.
1463 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
1467 RM is the name of the program to use to delete files associated with each FILE
1471 If FILE is a libtool library, object or program, all the files associated
1472 with it are deleted. Otherwise, only FILE itself is deleted using RM."
1479 Compile a source file into a libtool library object.
1483 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
1487 -shared do not build a \`.o' file suitable for static linking
1488 -static only build a \`.o' file suitable for static linking
1490 COMPILE-COMMAND is a command to be used in creating a \`standard' object file
1493 The output file name is determined by removing the directory component from
1506 -dlopen FILE add the directory containing FILE to the library path
1561 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
1562 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
1563 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
1569 -lNAME OUTPUT-FILE requires the installed library libNAME
1574 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
1575 -objectlist FILE Use a list of object files found in FILE to specify objects
1582 -shrext SUFFIX override the standard shared library file extension
1596 If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
1600 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
1603 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
1609 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
1613 RM is the name of the program to use to delete files associated with each FILE
1617 If FILE is a libtool library, all the files associated with it are deleted.
1618 Otherwise, only FILE itself is deleted using RM."
1646 for file in $execute_dlfiles; do
1647 test -f "$file" \
1648 || func_fatal_help "\`$file' is not a file"
1651 case $file in
1654 func_lalib_unsafe_p "$file" \
1660 func_source "$file"
1666 func_warning "\`$file' was not linked with \`-export-dynamic'"
1670 func_dirname "$file" "" "."
1683 # Just add the directory containing the .lo file.
1684 func_dirname "$file" "" "."
1712 for file
1714 case $file in
1718 if func_ltwrapper_script_p "$file"; then
1719 func_source "$file"
1721 file="$progdir/$program"
1722 elif func_ltwrapper_executable_p "$file"; then
1723 func_ltwrapper_scriptname "$file"
1726 file="$progdir/$program"
1731 func_quote_for_eval "$file"
1928 func_fatal_help "no file or destination specified"
1948 # Not a directory, so check to see that there is only one file specified.
1956 for file in $files; do
1957 case $file in
1974 for file in $files; do
1977 case $file in
1980 staticlibs="$staticlibs $file"
1985 func_lalib_unsafe_p "$file" \
1986 || func_fatal_help "\`$file' is not a valid libtool archive"
1991 func_source "$file"
2007 func_dirname "$file" "/" ""
2022 func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
2031 func_warning "relinking \`$file'"
2033 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
2080 func_basename "$file"
2092 # Figure out destination file name, if it wasn't already specified.
2096 func_basename "$file"
2101 # Deduce the name of the destination old-style object file.
2118 func_show_eval "$install_prog $file $destfile" 'exit $?'
2122 # Deduce the name of the old-style object file.
2123 func_lo2o "$file"
2131 # Figure out destination file name, if it wasn't already specified.
2135 func_basename "$file"
2140 # If the file is missing, and there is a .exe on the end, strip it
2144 case $file in
2146 if test ! -f "$file"; then
2147 func_stripname '' '.exe' "$file"
2148 file=$func_stripname_result
2157 if func_ltwrapper_executable_p "$file"; then
2158 func_ltwrapper_scriptname "$file"
2161 func_stripname '' '.exe' "$file"
2166 wrapper=$file
2201 func_basename "$file$stripped_ext"
2202 file="$func_basename_result"
2203 outputname="$tmpdir/$file"
2204 # Replace the output file specification.
2213 func_error "error: relink \`$file' with the above command before installing it"
2217 file="$outputname"
2219 func_warning "cannot relink \`$file'"
2224 file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
2232 case $file:$destfile in
2246 func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
2254 for file in $staticlibs; do
2255 func_basename "$file"
2261 func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
2315 # Parse the name list into a source file.
2394 # Make sure we have at least an empty file.
2482 # compiling the symbol table file with pic_flag works around
2507 # Now compile the dynamic symbol file.
2513 # Transform the symbol file into the correct name.
2540 # Nullify the symbol file.
2547 # return the library type of file 'arg'
2556 win32_fileres=`file -L $1 2>/dev/null`
2563 $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
2750 # When we are sourced in execute mode, \$file and \$ECHO are already set.
2753 file=\"\$0\"
2770 thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
2771 test \"x\$thisdir\" = \"x\$file\" && thisdir=.
2774 file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
2775 while test -n \"\$file\"; do
2776 destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
2779 if test \"x\$destdir\" != \"x\$file\"; then
2786 file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
2787 file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
2833 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
2834 test \"X\$file\" != \"X\$progdir/\$program\"; }; then
2836 file=\"\$\$-\$program\"
2841 $RM \"\$progdir/\$file\"
2851 $RM \"\$progdir/\$file\"
2856 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
2858 $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; }
2859 $RM \"\$progdir/\$file\"
2932 # Don't directly open a file because we may want to
3797 lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
4210 || func_fatal_error "symbol file \`$arg' does not exist"
4252 # Read the .lo file
4327 func_fatal_error "link input file \`$arg' does not exist"
4766 # @file GCC response files
4796 # Read the .lo file
4921 # calculate the name of the file, without its directory
4943 func_fatal_help "you must specify an output file"
4993 for file in $dlfiles $dlprefiles; do
4994 case $file in
4997 func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file"
5245 $ECHO "*** because the file extensions .$libext of this argument makes me believe"
5316 # Read the .la file
5681 if /usr/bin/file -L $add 2> /dev/null |
6684 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
6688 $ECHO "*** because I did check the linker path looking for a file starting"
6690 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
6692 $ECHO "*** with $libname and none of the candidates passed a file format test"
6693 $ECHO "*** using a file magic. Last file checked: $potlib"
6738 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
6742 $ECHO "*** because I did check the linker path looking for a file starting"
6746 $ECHO "*** with $libname and none of the candidates passed a file format test"
6747 $ECHO "*** using a regex pattern. Last file checked: $potlib"
6982 # and it's NOT already a .def file. Must figure out
7014 func_verbose "using reloadable object file for export list..."
7036 # The given exports_symbols file has to be filtered, so filter it.
7155 func_verbose "creating linker input file list: $output"
7192 # The first file doesn't have a previous command to add.
7210 # reloadable object file. All subsequent reloadable object
7228 # Append the command to create the export file.
7237 func_verbose "creating a temporary reloadable object file: $output"
7276 # The given exports_symbols file has to be filtered, so filter it.
7453 # Exit if we aren't doing a library object file.
7693 # Replace the output file specification.
7740 # Replace the output file specification.
7742 # Delete the old output file.
7760 relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
7771 # Replace the output file specification.
8129 # $outputname - a libtool library file
8132 # Please DO NOT delete this file!
8217 for file in $files; do
8218 func_dirname "$file" "" "."
8225 func_basename "$file"
8237 # Don't error if the file doesn't exist and rm -f was used.
8238 if { test -L "$file"; } >/dev/null 2>&1 ||
8239 { test -h "$file"; } >/dev/null 2>&1 ||
8240 test -f "$file"; then
8242 elif test -d "$file"; then
8249 rmfiles="$file"
8254 if func_lalib_p "$file"; then
8290 if func_lalib_p "$file"; then
8292 # Read the .lo file
8312 case $file in
8314 func_stripname '' '.exe' "$file"
8315 file=$func_stripname_result
8318 # $file with .exe has already been added to rmfiles,
8319 # add $file without .exe
8320 rmfiles="$rmfiles $file"
8324 if func_ltwrapper_p "$file"; then
8325 if func_ltwrapper_executable_p "$file"; then
8326 func_ltwrapper_scriptname "$file"
8335 # note $name still contains .exe if it was in $file originally
8336 # as does the version of $file that was added into $rmfiles