summaryrefslogtreecommitdiff
path: root/xc/lib/Xtst/Imakefile
blob: 0ddb65bf2520a690747c620b8bbd2c664301e7c6 (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
XCOMM $XConsortium: Imakefile,v 1.9 94/03/27 15:55:07 rws Exp $
#define DoNormalLib NormalLibXtst
#define DoSharedLib 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
OBJS = XTest.o

LINTLIBS = $(LINTXLIB)

#include <Library.tmpl>

DependTarget()