summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/Makefile
blob: 70510b92cb321402cb0a708bd87fa4ed42041592 (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
# src/mesa/drivers/dri/i810/Makefile

TOP = ../../../../..
include $(TOP)/configs/current

LIBNAME = i810_dri.so

# Not yet
# MINIGLX_SOURCES = server/i810_dri.c 

COMMON_SOURCES = \
	../../common/driverfuncs.c \
        ../common/mm.c \
        ../common/utils.c \
        ../common/texmem.c \
        ../common/vblank.c \
	../common/dri_util.c \
	../common/glcontextmodes.c \
	../common/drirenderbuffer.c \
	../common/xmlconfig.c

DRIVER_SOURCES = \
	i810context.c \
	i810ioctl.c \
	i810render.c \
	i810screen.c \
	i810span.c \
	i810state.c \
	i810tex.c \
	i810texmem.c \
	i810texstate.c \
	i810tris.c \
	i810vb.c

C_SOURCES = \
	$(COMMON_SOURCES) \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../Makefile.template

symlinks: