summaryrefslogtreecommitdiff
path: root/xc/config/cf/sv4Lib.tmpl
blob: 64e9cc8550109835c7944cf3ce3b636cc2c567d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
XCOMM $XConsortium: sv4Lib.tmpl,v 1.18 93/10/11 09:57:34 rws 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