33 lines
620 B
Plaintext
33 lines
620 B
Plaintext
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:46:23 cpqbld Exp $
|
|
|
|
|
|
|
|
|
|
XCOMM $XFree86: xc/lib/Xtst/Imakefile,v 1.4 2004/04/05 02:33:13 dawes Exp $
|
|
|
|
#define DoNormalLib NormalLibXtst
|
|
#define DoSharedLib SharedLibXtst
|
|
#define DoExtraLib ExtraLibXtst
|
|
#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()
|