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

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

LIBNAME = gamma_dri.so

# Not yet
# MINIGLX_SOURCES = server/gamma_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

DRIVER_SOURCES = \
	gamma_context.c \
	gamma_dd.c \
	gamma_inithw.c \
	gamma_lock.c \
	gamma_render.c \
	gamma_screen.c \
	gamma_span.c \
	gamma_state.c \
	gamma_tex.c \
	gamma_texmem.c \
	gamma_texstate.c \
	gamma_tris.c \
	gamma_vb.c \
	gamma_xmesa.c

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

ASM_SOURCES = 

include ../Makefile.template

symlinks: