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

  1. XCOMM $XConsortium: ibmLib.tmpl /main/18 1995/12/14 15:31:05 matt $
  2.  
  3. /*
  4.  * AIX shared library template
  5.  */
  6.  
  7. #if ThreadedX
  8. #define SharedX11Reqs -lpthreads
  9. #endif
  10.  
  11. #define SharedXextReqs $(XLIBONLY)
  12. #define SharedXmuReqs $(XTOOLLIB) $(XLIB)
  13. #define SharedOldXReqs $(XLIBONLY)
  14. #if ThreadedX
  15. #define SharedXtReqs $(XLIBONLY) $(SMLIB) $(ICELIB) -lpthreads
  16. #else
  17. #define SharedXtReqs $(XLIBONLY) $(SMLIB) $(ICELIB) 
  18. #endif
  19. #define SharedXawReqs $(XMULIB) $(XTOOLLIB) $(XLIB)
  20. #define SharedXiReqs $(XLIB)
  21. #define SharedXtstReqs $(XLIB)
  22. #define SharedPexReqs $(XLIBONLY)
  23. #define SharedXieReqs $(XLIBONLY)
  24. #define SharedSMReqs $(ICELIB)
  25.  
  26. #ifndef FixupLibReferences
  27. #define FixupLibReferences()                        @@\
  28. DEPXTOOLLIB = _UseCat($(USRLIBDIR),$(TOOLKITSRC),/libXt.a)
  29. #endif
  30.