XCOMM $XConsortium: Imakefile /main/11 1995/12/08 11:56:32 dpw $ XCOMM XCOMM XCOMM $XFree86: xc/lib/Xtst/Imakefile,v 1.1.1.2.4.2 1998/11/06 16:54:37 hohndel 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 #ifdef SharedXtstReqs REQUIREDLIBS = SharedXtstReqs #endif INCLUDES = -I$(XLIBSRC) -I$(EXTINCSRC) SRCS = XTest.c XRecord.c OBJS = XTest.o XRecord.o LINTLIBS = $(LINTXLIB) #include DependTarget()