aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/Xtst/Imakefile
blob: b3dd9f7e79ceda0c8c20b083122f257565aae0fc (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
31
32
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:46:23 cpqbld Exp $




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()