XCOMM $XConsortium: Imakefile /main/11 1995/12/08 11:56:32 dpw $
#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 XRecord.c
OBJS = XTest.o XRecord.o

LINTLIBS = $(LINTXLIB)

#include <Library.tmpl>

DependTarget()
