summaryrefslogtreecommitdiff
path: root/xc/config/cf/lnxLib.tmpl
blob: 2df3247141ac50d68e0fc3671864ef79627c11a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
XCOMM $XConsortium: lnxLib.tmpl,v 1.4 95/01/05 19:36:58 kaleb Exp kaleb $

/*
 * 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