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

  1. XCOMM $XConsortium: bsdLib.tmpl,v 1.2 95/01/23 19:07:12 kaleb Exp $
  2.  
  3. /*
  4.  * NetBSD/FreeBSD shared library template
  5.  */
  6.  
  7. #ifndef SharedXtReqs
  8. #define SharedXtReqs /**/
  9. #endif
  10. #ifndef SharedXawReqs
  11. #define SharedXawReqs /**/
  12. #endif
  13. #ifndef SharedXmuReqs
  14. #define SharedXmuReqs $(LDPRELIB) $(XTOOLONLYLIB) $(XONLYLIB)
  15. #endif
  16.