summaryrefslogtreecommitdiff
path: root/xc/config/cf/sv4Lib.tmpl
blob: 44c14406d7fc44a225f46c6d397df5a24c5c4e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
XCOMM $XConsortium: sv4Lib.tmpl,v 1.20 95/07/06 14:06:11 kaleb Exp $

/*
 * 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
#if ThreadedX
#ifndef SharedX11Reqs
#define SharedX11Reqs -lthread
#endif
#endif