summaryrefslogtreecommitdiff
path: root/xc/lib/Xtst/Imakefile
blob: 4d8f5826213e2a0587d1b78c6494ff47c123844c (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
XCOMM $XConsortium: Imakefile /main/11 1995/12/08 11:56:32 dpw $
XCOMM $XFree86: xc/lib/Xtst/Imakefile,v 1.2 1998/12/20 11:57:12 dawes Exp $
#define DoNormalLib NormalLibXtst
#define DoSharedLib SharedLibXtst
#define DoExtraLib SharedLibXtst
#define DoDebugLib DebugLibXtst
#define DoProfileLib ProfileLibXtst
#define LibName Xtst
#define SoRev SOXTESTREV
#define LibHeaders NO

#include <Threads.tmpl>

#ifdef SharedXtstReqs
REQUIREDLIBS = SharedXtstReqs
#endif

INCLUDES = -I$(XLIBSRC) -I$(EXTINCSRC)

SRCS = XTest.c XRecord.c
OBJS = XTest.o XRecord.o

LINTLIBS = $(LINTXLIB)

#include <Library.tmpl>

DependTarget()