mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Patch from Pascal Stumpf <Pascal.Stumpf@cubes.de> Most is just copied from the existing imake installation in /usr/X11R6. Additionally: * Allow overriding CDESharedRev, X11ProjectRoot and ProjectRoot * Add a new define to be able to override MINCLUDESRC too (this allows me to build CDE without symlinking any include directories)
35 lines
732 B
Cheetah
35 lines
732 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 SharedCsaReqs
|
|
# define SharedCsaReqs -lXt $(LDPOSTLIBS)
|
|
#endif
|