Advertisement
Guest User

garga

a guest
Nov 17th, 2008
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. # dlopen.la - a libtool library file
  2. # Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
  3. #
  4. # Please DO NOT delete this file!
  5. # It is necessary for linking the library.
  6.  
  7. # The name that we can dlopen(3).
  8. dlname=''
  9.  
  10. # Names of this library.
  11. library_names=''
  12.  
  13. # The name of the static archive.
  14. old_library='dlopen.a'
  15.  
  16. # Libraries that this one depends upon.
  17. dependency_libs=' -L/usr/local/lib -lthr -lz'
  18.  
  19. # Version information for dlopen.
  20. current=
  21. age=
  22. revision=
  23.  
  24. # Is this an already installed library?
  25. installed=no
  26.  
  27. # Should we warn about portability when linking against -modules?
  28. shouldnotlink=yes
  29.  
  30. # Files to dlopen/dlpreopen
  31. dlopen=''
  32. dlpreopen=''
  33.  
  34. # Directory that this library needs to be installed in:
  35. libdir=''
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement