blob: 54bfdd6dd4ae746fe1e24cc53fb952cec27f4af2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
XCOMM $XFree86$
#define DoNormalLib NormalLibXTrap
#define DoSharedLib SharedLibXTrap
#define DoDebugLib DebugLibXTrap
#define DoProfileLib ProfileLibXTrap
#define LibName XTrap
#define SoRev SOXTRAPREV
#define LibHeaders NO
#include <Threads.tmpl>
#ifdef SharedXmuReqs
REQUIREDLIBS = SharedXmuReqs
#endif
XCOMM wish this weren't necessary, but need xlib and xt internals...
INCLUDES=-I$(TOP)/include -I$(TOOLKITSRC)
SRCS = XECallBcks.c XEConTxt.c XEDsptch.c XEPrInfo.c \
XERqsts.c XEStrMap.c XETrapInit.c XEWrappers.c
OBJS = XECallBcks.o XEConTxt.o XEDsptch.o XEPrInfo.o \
XERqsts.o XEStrMap.o XETrapInit.o XEWrappers.o
LINTLIBS = $(LINTXLIB)
#include <Library.tmpl>
DependTarget()
|