mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
15 lines
319 B
Cheetah
15 lines
319 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
|