summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/accel/mach8/Imakefile
blob: 710a41713ec8548687c3194104fd05045f834c09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
XCOMM $XConsortium: Imakefile,v 1.2 94/10/12 20:01:59 kaleb Exp $
XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/accel/mach8/Imakefile,v 3.1 1994/08/01 12:11:42 dawes Exp $
#include <Server.tmpl>

SRCS = 	mach8.c mach8cmap.c mach8gc.c mach8fs.c mach8ss.c \
	mach8gs.c mach8win.c mach8init.c mach8im.c mach8bstor.c \
	mach8scrin.c mach8blt.c mach8plypt.c \
	mach8line.c mach8seg.c mach8frect.c mach8text.c \
	mach8font.c mach8fcach.c \
	mach8dsln.c mach8dssg.c mach8ddln.c mach8ddsg.c \
	mach8imwrt.s mach8imrd.s mach8imfl.s mach8imst.s \
	mach8imwrd.s mach8imrdd.s mach8imfld.s mach8imstd.s \
	mach8gtimg.c mach8fc.c mach8bc.c

OBJS = 	mach8.o mach8cmap.o mach8gc.o mach8fs.o mach8ss.o \
	mach8gs.o mach8win.o mach8init.o mach8im.o mach8bstor.o \
	mach8scrin.o mach8blt.o mach8plypt.o \
	mach8line.o mach8seg.o mach8frect.o mach8text.o \
	mach8font.o mach8fcach.o \
	mach8dsln.o mach8dssg.o mach8ddln.o mach8ddsg.o \
	mach8imwrt.o mach8imrd.o mach8imfl.o mach8imst.o \
	mach8imwrd.o mach8imrdd.o mach8imfld.o mach8imstd.o \
	mach8gtimg.o mach8fc.o mach8bc.o

DEFINES = -DPSZ=8

INCLUDES = -I$(XF86COMSRC) -I$(XF86HWSRC) -I$(XF86OSSRC) -I. \
	   -I$(SERVERSRC)/mfb -I$(SERVERSRC)/mi -I$(SERVERSRC)/include \
           -I$(SERVERSRC)/cfb -I$(INCLUDESRC) -I$(FONTINCSRC) -I../cache

NormalLibraryObjectRule()

NormalAsmObjectRule()

NormalLibraryTarget(mach8,$(OBJS))

InstallLinkKitLibrary(mach8,$(LINKKITDIR)/drivers)

ObjectFromSpecialSource(mach8ddln,mach8dsln,-DMach8DoubleDash)
ObjectFromSpecialSource(mach8ddsg,mach8dssg,-DMach8DoubleDash)
ObjectFromSpecialAsmSource(mach8imfld,mach8imfl,-DDRAM_VERSION)
ObjectFromSpecialAsmSource(mach8imrdd,mach8imrd,-DDRAM_VERSION)
ObjectFromSpecialAsmSource(mach8imstd,mach8imst,-DDRAM_VERSION)
ObjectFromSpecialAsmSource(mach8imwrd,mach8imwrt,-DDRAM_VERSION)

DependTarget()