diff options
Diffstat (limited to 'nx-X11/lib/Xtst/Imakefile')
-rw-r--r-- | nx-X11/lib/Xtst/Imakefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/nx-X11/lib/Xtst/Imakefile b/nx-X11/lib/Xtst/Imakefile new file mode 100644 index 000000000..b3dd9f7e7 --- /dev/null +++ b/nx-X11/lib/Xtst/Imakefile @@ -0,0 +1,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() |