home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / lib / x11 / config / lnxlib.tmpl < prev    next >
Encoding:
Text File  |  1996-10-17  |  539 b   |  23 lines

  1. XCOMM $XConsortium: lnxLib.tmpl,v 1.5 95/01/11 21:44:44 kaleb Exp $
  2.  
  3. /*
  4.  * Linux shared library template
  5.  */
  6.  
  7. /* Linux ELF shared libraries are deficient in link semantics */
  8. #if UseElfFormat
  9. #ifndef FixupLibReferences
  10. #define FixupLibReferences()                        @@\
  11. XMULIBONLY = -lXmu                            @@\
  12. XMULIB = $(XMULIBONLY) $(XTOOLLIB) $(XLIB)
  13. #endif
  14. #ifndef XawClientLibs
  15. #define XawClientLibs $(XAWLIB) $(XMULIBONLY) $(XTOOLLIB) $(XLIB)
  16. #endif
  17. #else
  18. #ifndef FixupLibReferences
  19. #define FixupLibReferences()                        @@\
  20. XMULIB = -lXmu $(XLIB)
  21. #endif
  22. #endif
  23.