summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i830/Makefile
blob: f6ba1fa62162b4ad0c8178e943bffe226c9ef72f (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

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

LIBNAME = i830_dri.so


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

DRIVER_SOURCES = \
	i830_context.c \
	i830_debug.c \
	i830_ioctl.c \
	i830_render.c \
	i830_screen.c \
	i830_span.c \
	i830_state.c \
	i830_tex.c \
	i830_texmem.c \
	i830_texstate.c \
	i830_tris.c

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

ASM_SOURCES = 


include ../Makefile.template