XCOMM $XFree86: mit/server/ddx/x386/accel/s3/s3mmio/Imakefile,v 2.2 1993/09/14 12:46:49 dawes Exp $
XCOMM Id: Imakefile,v 1.1 1993/06/18 13:32:08 jon Exp jon

#include <Server.tmpl>

SRCS = 	s3misc.c s3cmap.c s3gc.c s3fs.c s3ss.c \
	s3gs.c s3win.c s3im.c s3bstor.c \
	s3scrin.c s3blt.c s3pcach.c s3plypt.c \
	s3line.c s3seg.c s3frect.c s3text.c \
	s3font.c s3fcach.c s3Cursor.c s3dline.c \
	s3dseg.c s3bcach.c

OBJS = 	s3misc.o s3cmap.o s3gc.o s3fs.o s3ss.o \
	s3gs.o s3win.o s3im.o s3bstor.o \
	s3scrin.o s3blt.o s3pcach.o s3plypt.o \
	s3line.o s3seg.o s3frect.o s3text.o \
	s3font.o s3fcach.o s3Cursor.o s3dline.o \
	s3dseg.o s3bcach.o

INCLUDES = -I.. -I../../.. -I. -I../../../../mfb -I../../../../mi \
           -I../../../../../include \
           -I../../../../cfb -I$(INCLUDESRC) -I$(FONTSRC)/include \
	   -I../../../vga256/vga -I../../../common -I../../../common_hw \
	   -I$(FONTSRC)/lib/font/include -I../../../os-support

DEFINES = -DS3_MMIO

NormalLibraryObjectRule()

NormalAsmObjectRule()

NormalLibraryTarget(s3mmio,$(OBJS))

ObjectFromSpecialSource(s3Cursor,../s3Cursor,/**/)
ObjectFromSpecialSource(s3bcach,../s3bcach,/**/)
ObjectFromSpecialSource(s3blt,../s3blt,/**/)
ObjectFromSpecialSource(s3bstor,../s3bstor,/**/)
ObjectFromSpecialSource(s3cmap,../s3cmap,/**/)
ObjectFromSpecialSource(s3dline,../s3dline,/**/)
ObjectFromSpecialSource(s3dseg,../s3dseg,/**/)
ObjectFromSpecialSource(s3fcach,../s3fcach,/**/)
ObjectFromSpecialSource(s3font,../s3font,/**/)
ObjectFromSpecialSource(s3frect,../s3frect,/**/)
ObjectFromSpecialSource(s3fs,../s3fs,/**/)
ObjectFromSpecialSource(s3gc,../s3gc,/**/)
ObjectFromSpecialSource(s3gs,../s3gs,/**/)
ObjectFromSpecialSource(s3im,../s3im,/**/)
ObjectFromSpecialSource(s3line,../s3line,/**/)
ObjectFromSpecialSource(s3misc,../s3misc,/**/)
ObjectFromSpecialSource(s3pcach,../s3pcach,/**/)
ObjectFromSpecialSource(s3plypt,../s3plypt,/**/)
ObjectFromSpecialSource(s3scrin,../s3scrin,/**/)
ObjectFromSpecialSource(s3seg,../s3seg,/**/)
ObjectFromSpecialSource(s3ss,../s3ss,/**/)
ObjectFromSpecialSource(s3text,../s3text,/**/)
ObjectFromSpecialSource(s3win,../s3win,/**/)

InstallLinkKitLibrary(s3mmio,$(LINKKITDIR)/drivers)

DependTarget()

