Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
37
cde/config/cf/lnxLib.tmpl
Normal file
37
cde/config/cf/lnxLib.tmpl
Normal file
@@ -0,0 +1,37 @@
|
||||
XCOMM $TOG: lnxLib.tmpl /main/7 1998/03/20 14:26:41 mgreess $
|
||||
|
||||
/*
|
||||
* Linux shared library template
|
||||
*/
|
||||
|
||||
/* Linux ELF shared libraries are deficient in link semantics */
|
||||
#if UseElfFormat
|
||||
#ifndef FixupLibReferences
|
||||
#define FixupLibReferences() @@\
|
||||
XMULIBONLY = -lXmu @@\
|
||||
XMULIB = $(XMULIBONLY) $(XTOOLLIB) $(XLIB)
|
||||
#endif
|
||||
#ifndef XawClientLibs
|
||||
#define XawClientLibs $(XAWLIB) $(XMULIBONLY) $(XTOOLLIB) $(XLIB)
|
||||
#endif
|
||||
#else
|
||||
#ifndef FixupLibReferences
|
||||
#define FixupLibReferences() @@\
|
||||
XMULIB = -lXmu $(XLIB)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef SharedXReqs
|
||||
# define SharedXReqs $(XTOOLLIB) $(XPLIB) $(XLIB) $(LDPOSTLIBS)
|
||||
#endif
|
||||
|
||||
#ifndef SharedXmReqs
|
||||
# define SharedXmReqs $(LDPRELIBS) SharedXReqs -lc
|
||||
#endif
|
||||
|
||||
#ifndef SharedTtReqs
|
||||
# define SharedTtReqs $(LDPRELIBS) SharedXReqs $(CXXLIB)
|
||||
#endif
|
||||
|
||||
#define NoMessageCatalog
|
||||
Reference in New Issue
Block a user