Imakefile 624 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
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
13
#define LibName NX_Xtst
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
#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()