summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r128/Makefile
blob: 796dfbc5167ea308e552cc8fef07c46f58413ad2 (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
# src/mesa/drivers/dri/r128/Makefile

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

LIBNAME = r128_dri.so

MINIGLX_SOURCES = server/r128_dri.c 

DRIVER_SOURCES = \
	r128_context.c \
	r128_lock.c \
	r128_state.c \
	r128_texstate.c \
	r128_dd.c \
	r128_screen.c \
	r128_tex.c \
	r128_tris.c \
	r128_ioctl.c \
	r128_span.c \
	r128_texmem.c

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

ASM_SOURCES = 


include ../Makefile.template

symlinks: