Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
72
cde/config/cf/sv4Lib.tmpl
Normal file
72
cde/config/cf/sv4Lib.tmpl
Normal file
@@ -0,0 +1,72 @@
|
||||
XCOMM $XConsortium: sv4Lib.tmpl /main/23 1996/12/04 10:11:01 swick $
|
||||
|
||||
/*
|
||||
* SVR4 shared library template
|
||||
*/
|
||||
|
||||
/* SVR4 shared libraries are deficient in link semantics */
|
||||
XMULIBONLY = -lXmu
|
||||
#ifndef FixupLibReferences
|
||||
# define FixupLibReferences() @@\
|
||||
XMULIB = $(XMULIBONLY) -z nodefs
|
||||
#endif
|
||||
#ifndef XawClientLibs
|
||||
# define XawClientLibs $(XAWLIB) $(XMULIBONLY) $(XTOOLLIB) $(XLIB)
|
||||
#endif
|
||||
|
||||
#ifndef SharedICEReqs
|
||||
# define SharedICEReqs -lsocket
|
||||
#endif
|
||||
|
||||
#if ThreadedX
|
||||
# ifndef SharedThreadReqs
|
||||
# define SharedThreadReqs -lthread
|
||||
# endif
|
||||
# ifndef SharedX11Reqs
|
||||
# define SharedX11Reqs -lthread
|
||||
# endif
|
||||
#else
|
||||
# ifndef SharedThreadReqs
|
||||
# define SharedThreadReqs
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef SharedXReqs
|
||||
# define SharedXReqs $(XTOOLLIB) $(XPLIB) $(XLIB) SharedThreadReqs $(LDPOSTLIBS)
|
||||
#endif
|
||||
|
||||
#ifndef SharedXmReqs
|
||||
# define SharedXmReqs $(LDPRELIBS) SharedXReqs -lgen -lsocket -lnsl -lw -lc
|
||||
#endif
|
||||
|
||||
#ifndef SharedMrmReqs
|
||||
# define SharedMrmReqs $(LDPRELIBS) $(XMLIB) SharedXReqs -lgen -lsocket -lnsl -lw -lc
|
||||
#endif
|
||||
|
||||
#ifndef SharedUilReqs
|
||||
# define SharedUilReqs $(LDPRELIBS) $(MRESOURCELIB) $(XMLIB) SharedXReqs -lgen -lsocket -lnsl -lw -lc
|
||||
#endif
|
||||
|
||||
#ifndef SharedDtSvcReqs
|
||||
# define SharedDtSvcReqs $(LDPRELIBS) $(TTLIB) $(XMLIB) SharedXReqs
|
||||
#endif
|
||||
|
||||
#ifndef SharedDtMmdbReqs
|
||||
# define SharedDtMmdbReqs $(LDPRELIBS) $(DTSVCLIB) $(TTLIB) $(XMLIB) SharedXReqs
|
||||
#endif
|
||||
|
||||
#ifndef SharedDtHelpReqs
|
||||
# define SharedDtHelpReqs $(LDPRELIBS) $(DTSVCLIB) $(XMLIB) SharedXReqs
|
||||
#endif
|
||||
|
||||
#ifndef DtClientExtraLibs
|
||||
# define DtClientExtraLibs -lresolv
|
||||
#endif
|
||||
|
||||
REGEXSYSLIB = -lgen
|
||||
DYNLIBSYSLIB = -ldl
|
||||
|
||||
#ifndef IafSysLib
|
||||
# define IafSysLib -liaf
|
||||
#endif
|
||||
IAFSYSLIB = IafSysLib
|
||||
Reference in New Issue
Block a user