summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/Makefile
blob: 30d1200733ec5bd5cdef5b9a52c562d5a1d133f0 (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
# src/mesa/drivers/dri/unichrome/Makefile

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

LIBNAME = unichrome_dri.so

MINIGLX_SOURCES = server/via_dri.c 

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

DRIVER_SOURCES = \
	via_context.c \
	via_fb.c \
	via_tex.c \
	via_ioctl.c \
	via_render.c \
	via_screen.c \
	via_span.c \
	via_state.c \
	via_texcombine.c \
	via_tris.c 

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

ASM_SOURCES = 


include ../Makefile.template

symlinks: