#include <Server.tmpl>

       SRCS =	cursor.c region.c saveset.c select.c xfixes.c

       OBJS =	cursor.o region.o saveset.o select.o xfixes.o

   INCLUDES =   -I. -I../include -I../Xext -I../fixes  -I../render \
		-I$(EXTINCSRC) -I$(XINCLUDESRC)

   LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln

NormalLibraryTarget(xfixes,$(OBJS))
NormalLibraryObjectRule()
LintLibraryTarget(xfixes,$(SRCS))
NormalLintTarget($(SRCS))

DependTarget()