summaryrefslogtreecommitdiff
path: root/hw/kdrive/sis530/Imakefile
blob: aa0da2eb47cab18abef559917ce721e5c131a952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $
XCOMM $XFree86: xc/programs/Xserver/hw/nvfb/Imakefile,v 3.8 1996/12/23 06:30:19 dawes Exp $
KDRIVE=..
#include "../Kdrive.tmpl"

SRCS = 	sis.c sisclock.c siscmap.c siscurs.c sisdraw.c sisio.c sisstub.c

OBJS = 	sis.o sisclock.o siscmap.o siscurs.o sisdraw.o sisio.o sisstub.o

INCLUDES = -I. $(KDINCS)

NormalLibraryObjectRule()
NormalLibraryTarget(sis530,$(OBJS))
DependTarget()