]> git.sesse.net Git - rdpsrv/blob - Xserver/config/cf/lnxLib.tmpl
Support RDP5 logon packets.
[rdpsrv] / Xserver / config / cf / lnxLib.tmpl
1 XCOMM $XConsortium: lnxLib.tmpl,v 1.5 95/01/11 21:44:44 kaleb Exp $
2 XCOMM $XFree86: xc/config/cf/lnxLib.tmpl,v 3.9 1996/02/24 04:32:52 dawes Exp $
3
4 /*
5  * Linux shared library template
6  */
7
8 #if UseElfFormat
9
10 #ifndef FixupLibReferences
11 #define FixupLibReferences()                                            @@\
12 XMULIBONLY = -lXmu                                                      @@\
13 XMULIB = $(XMULIBONLY) $(XTOOLLIB) $(XLIB)
14 #endif
15
16 #ifndef XawClientLibs
17 #define XawClientLibs $(XAWLIB) $(XMULIBONLY) $(XTOOLLIB) $(XLIB)
18 #endif
19
20 #define CplusplusLibC
21
22 #define SharedX11Reqs
23 #define SharedOldXReqs  $(LDPRELIB) $(XLIBONLY)
24 #define SharedXtReqs    $(LDPRELIB) $(XLIBONLY) $(SMLIB) $(ICELIB)
25 #define SharedXawReqs   $(LDPRELIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
26 #define SharedXmuReqs   $(LDPRELIB) $(XTOOLLIB) $(XLIB)
27 #define SharedXextReqs  $(LDPRELIB) $(XLIBONLY)
28 #define SharedXiReqs    $(LDPRELIB) $(XLIB)
29 #define SharedPexReqs   $(LDPRELIB) $(XLIBONLY) MathLibrary
30 #define SharedXtstReqs  $(LDPRELIB) $(XLIB)
31 #define SharedXieReqs   $(LDPRELIB) $(XLIBONLY)
32 #define SharedSMReqs    $(LDPRELIB) $(ICELIB)
33
34 #else   /* UseElfFormat */
35
36 #ifndef FixupLibReferences
37 #define FixupLibReferences()                                            @@\
38 XMULIB = -lXmu $(XLIB)
39 #endif
40
41 #endif  /* UseElfFormat */