Fixed off by one errors in clipping.
[mesa.git] / src / mesa / drivers / dri / gamma / Makefile
1 # src/mesa/drivers/dri/gamma/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = gamma_dri.so
7
8 # Not yet
9 # MINIGLX_SOURCES = server/gamma_dri.c
10
11 COMMON_SOURCES = \
12 ../../common/driverfuncs.c \
13 ../common/mm.c \
14 ../common/utils.c \
15 ../common/texmem.c \
16 ../common/vblank.c \
17 ../common/dri_util.c \
18 ../common/glcontextmodes.c
19
20 DRIVER_SOURCES = \
21 gamma_context.c \
22 gamma_dd.c \
23 gamma_inithw.c \
24 gamma_lock.c \
25 gamma_render.c \
26 gamma_screen.c \
27 gamma_span.c \
28 gamma_state.c \
29 gamma_tex.c \
30 gamma_texmem.c \
31 gamma_texstate.c \
32 gamma_tris.c \
33 gamma_vb.c \
34 gamma_xmesa.c
35
36 C_SOURCES = \
37 $(COMMON_SOURCES) \
38 $(DRIVER_SOURCES)
39
40 ASM_SOURCES =
41
42 include ../Makefile.template
43
44 symlinks: