Home | History | Annotate | Download | only in jpeg

Lines Matching refs:library

1 # ltmain.sh - Provide generalized library-building support services.
61 echo "$modename: not configured to build any kind of library" 1>&2
275 # Get the name of the library object.
298 $echo "$modename: cannot determine name of library object from \`$srcfile'" 1>&2
309 # Delete any leftover library objects.
560 # A library object.
581 # A libtool-controlled library.
606 # Get the name of the library we link against.
613 $echo "$modename: cannot find name of link library for \`$arg'" 1>&2
617 # Find the relevant object directory and library name.
626 # This library was specified with -dlopen.
633 # We should not create a dependency on this library, but we
642 # The library was specified with -dlpreopen.
644 # Prefer using a static library (so that no silly _DYNAMIC symbols
756 $echo "$modename: cannot find static library for \`$arg'" 1>&2
839 $echo "$modename: libtool library \`$arg' must begin with \`lib'" 1>&2
848 # All the library-specific variables (install_libdir is set above).
857 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects:$objs" 2>&1
861 # How the heck are we supposed to write a wrapper for a shared library?
863 $echo "$modename: libtool library \`$output' may not depend on uninstalled libraries:$link_against_libtool_libs" 1>&2
882 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2
971 $echo "$modename: unknown library version type \`$version_type'" 1>&2
1008 # Get the real and link names of the library.
1039 # Create links to the real library.
1088 $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2
1116 # Exit if we aren't doing a library object file.
1201 # Transform all the library objects into standard objects.
1347 # We have no uninstalled library dependencies, so finalize right now.
1501 # Add our own library path to $shlibpath_var
1570 # $output - a libtool library file
1576 # Names of this library.
1590 # Directory that this library needs to be installed in:
1795 # See the names of the shared library.
1802 # Install the shared library and build the symlinks.
1827 # Install the dynamically-loadable library.
1844 # Install the pseudo-library for information purposes.
1849 # Maybe install the static library, too.
1917 # Check to see that each library is installed.
2092 # Read the libtool library.
2102 # Skip this library if it cannot be dlopened.
2104 # Warn if it was a shared library.
2259 # FIXME: should reinstall the best remaining shared library.
2298 Provide generalized library-building support services.
2312 execute automatically set library path, then run a program
2315 link create a library or an executable
2327 Compile a source file into a libtool library object.
2334 library object suffix, \`.lo'."
2341 Automatically set library path, then run a program.
2345 -dlopen FILE add the directory containing FILE to the library path
2347 This mode sets the library path environment variable according to \`-dlopen'
2351 into their corresponding uninstalled binary, and any of their required library
2352 directories are added to the library path.
2386 Link object files or libraries together to form another library, or to
2399 -lNAME OUTPUT-FILE requires the installed library libNAME
2400 -no-undefined declare that a library does not refer to external symbols
2403 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2406 specify library version info [each variable defaults to 0]
2411 treated as uninstalled libtool libraries, other files are standard or library
2414 If the OUTPUT-FILE ends in \`.la', then a libtool library is created, only
2415 library objects (\`.lo' files) may be specified, and \`-rpath' is required.
2417 If OUTPUT-FILE ends in \`.a', then a standard library is created using \`ar'
2434 If FILE is a libtool library, all the files associated with it are deleted.