XCOMM $XFree86: xc/programs/Xserver/miext/shadow/Imakefile,v 1.6 2001/07/20 19:25:02 keithp Exp $
XCOMM 
XCOMM 

#define IHaveModules
#include <Server.tmpl>

#if (defined (XFree86Version) || defined(XorgVersion))
#if DoLoadableServer
XFMODSRC = shmodule.c
XFMODOBJ = shmodule.o
#endif
#endif

SRCS =  $(XFMODSRC) \
	shadow.c \
	shalloc.c \
	shplanar.c \
	shplanar8.c \
	shpacked.c \
	shrotate.c \
	shrot8pack_90.c \
	shrot8pack_180.c \
	shrot8pack_270.c \
	shrot16pack_90.c \
	shrot16pack_180.c \
	shrot16pack_270.c \
	shrot32pack_90.c \
	shrot32pack_180.c \
	shrot32pack_270.c

OBJS =  $(XFMODOBJ) \
	shadow.o \
	shalloc.o \
	shplanar.o \
	shplanar8.o \
	shpacked.o \
	shrotate.o \
	shrot8pack_90.o \
	shrot8pack_180.o \
	shrot8pack_270.o \
	shrot16pack_90.o \
	shrot16pack_180.o \
	shrot16pack_270.o \
	shrot32pack_90.o \
	shrot32pack_180.o \
	shrot32pack_270.o

   INCLUDES = -I. -I../../mi -I../../fb -I../../include -I$(XINCLUDESRC) \
	      -I$(FONTINCSRC) -I$(XF86SRC)/common $(EXTRAINCLUDES) \
	      -I../../render -I$(EXTINCSRC)
   LINTLIBS = ../../dix/llib-ldix.ln ../../os/llib-los.ln \
	     ../../mi/llib-lmi.ln

NormalLibraryObjectRule()
LibraryModuleTarget(shadow,$(OBJS))
LintLibraryTarget(shadow,$(SRCS))

NormalLintTarget($(SRCS))

InstallLibraryModule(shadow,$(MODULEDIR),.)

DependTarget()

InstallDriverSDKLibraryModule(shadow,$(DRIVERSDKMODULEDIR),.)
InstallDriverSDKNonExecFile(shadow.h,$(DRIVERSDKINCLUDEDIR))