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

  1. XCOMM $XConsortium: sv4Lib.tmpl,v 1.20 95/07/06 14:06:11 kaleb Exp $
  2.  
  3. /*
  4.  * SVR4 shared library template
  5.  */
  6.  
  7. /* SVR4 shared libraries are deficient in link semantics */
  8. XMULIBONLY = -lXmu
  9. #ifndef FixupLibReferences
  10. #define FixupLibReferences()                        @@\
  11. XMULIB = $(XMULIBONLY) -z nodefs
  12. #endif
  13. #ifndef XawClientLibs
  14. #define XawClientLibs $(XAWLIB) $(XMULIBONLY) $(XTOOLLIB) $(XLIB)
  15. #endif
  16. #if ThreadedX
  17. #ifndef SharedX11Reqs
  18. #define SharedX11Reqs -lthread
  19. #endif
  20. #endif
  21.