XCOMM $XConsortium: Imakefile /main/51 1995/12/05 09:46:03 dpw $
#include <Server.tmpl>

#if HasShm
  SHMSRCS = shm.c
  SHMOBJS = shm.o
#endif
#ifdef XFree86Version
  VIDMODESRCS = xf86vmode.c
  VIDMODEOBJS = xf86vmode.o
#endif

       SRCS = shape.c $(SHMSRCS) mbuf.c \
              mitmisc.c xtest.c xtest1di.c xtest1dd.c sleepuntil.c \
	      bigreq.c sync.c xcmisc.c $(VIDMODESRCS)
       OBJS = shape.o $(SHMOBJS) mbuf.o \
              mitmisc.o xtest.o xtest1di.o xtest1dd.o sleepuntil.o \
              bigreq.o sync.o xcmisc.o $(VIDMODEOBJS)
   INCLUDES = -I../include -I$(INCLUDESRC) -I$(EXTINCSRC)
   LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln

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

InstallLinkKitLibrary(ext,$(LINKKITDIR)/lib)

DependTarget()
