summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/kdrive/trio/Imakefile
blob: 5ba216aea5f82df28816c6011fbdcfb89739c1d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $
XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/trio/Imakefile,v 1.1 1999/11/19 13:54:02 hohndel Exp $
#include <Server.tmpl>

SRCS = 	s3.c s3clock.c s3cmap.c s3curs.c s3draw.c s3gc.c s3stub.c

OBJS = 	s3.o s3clock.o s3cmap.o s3curs.o s3draw.o s3gc.o s3stub.o

INCLUDES = -I.. -I. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \
	   -I../../../fb -I../../../mi -I../../../include -I../../../os  \
           -I$(EXTINCSRC) -I$(XINCLUDESRC)

DEFINES = -DS3_TRIO

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

LinkSourceFile(s3draw.h,../savage)
LinkSourceFile(s3draw.c,../savage)
LinkSourceFile(s3gc.c,../savage)