40 lines
831 B
Cheetah
40 lines
831 B
Cheetah
XCOMM $XConsortium: bsdLib.tmpl /main/3 1996/09/28 16:09:25 rws $
|
|
|
|
/*
|
|
* NetBSD/FreeBSD shared library template
|
|
*/
|
|
|
|
#ifndef SharedXtReqs
|
|
#define SharedXtReqs /**/
|
|
#endif
|
|
#ifndef SharedXawReqs
|
|
#define SharedXawReqs /**/
|
|
#endif
|
|
#ifndef SharedXmuReqs
|
|
#define SharedXmuReqs $(LDPRELIBS) $(XTOOLONLYLIB) $(XONLYLIB)
|
|
#endif
|
|
|
|
#ifndef SharedXReqs
|
|
# define SharedXReqs $(XTOOLLIB) $(XLIB) $(LDPOSTLIBS)
|
|
#endif
|
|
|
|
#ifndef SharedXmReqs
|
|
# define SharedXmReqs $(LDPRELIBS) SharedXReqs -lc
|
|
#endif
|
|
|
|
#ifndef SharedTtReqs
|
|
# define SharedTtReqs $(LDPRELIBS) SharedXReqs $(CXXLIB)
|
|
#endif
|
|
|
|
#ifndef SharedDtSvcReqs
|
|
# define SharedDtSvcReqs $(LDPRELIBS) SharedXReqs $(CXXLIB)
|
|
#endif
|
|
|
|
#ifndef SharedDtHelpReqs
|
|
# define SharedDtHelpReqs $(LDPRELIBS) $(ICONVSYSLIB) SharedXReqs
|
|
#endif
|
|
|
|
#ifndef SharedCsaReqs
|
|
# define SharedCsaReqs -lXt $(LDPOSTLIBS)
|
|
#endif
|