Advertisement
Guest User

Untitled

a guest
Jul 18th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. # libGL.la - a libtool library file
  2. # Generated by libtool (GNU libtool) 2.4.2
  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='libGL.so.1'
  9.  
  10. # Names of this library.
  11. library_names='libGL.so.1.2.0 libGL.so.1 libGL.so'
  12.  
  13. # The name of the static archive.
  14. old_library=''
  15.  
  16. # Linker flags that can not go in dependency_libs.
  17. inherited_linker_flags=' -pthread'
  18.  
  19. # Libraries that this one depends upon.
  20. dependency_libs=' /usr/lib/libglapi.la /usr/lib/libXdamage.la /usr/lib/libXfixes.la /usr/lib/libX11-xcb.la /usr/lib/libxcb-glx.la /usr/lib/libxcb-dri2.la /usr/lib/libXxf86vm.la /usr/lib/libXext.la /usr/lib/libX11.la /usr/lib/libxcb.la /usr/lib/libXau.la /usr/lib/libXdmcp.la /usr/lib/libdrm.la -lrt -lm -lpthread -ldl'
  21.  
  22. # Names of additional weak libraries provided by this library
  23. weak_library_names=''
  24.  
  25. # Version information for libGL.
  26. current=3
  27. age=2
  28. revision=0
  29.  
  30. # Is this an already installed library?
  31. installed=yes
  32.  
  33. # Should we warn about portability when linking against -modules?
  34. shouldnotlink=no
  35.  
  36. # Files to dlopen/dlpreopen
  37. dlopen=''
  38. dlpreopen=''
  39.  
  40. # Directory that this library needs to be installed in:
  41. libdir='/usr/lib'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement