Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
[mesa.git] / src / mesa / drivers / dri / mga / Makefile
1 # src/mesa/drivers/dri/mga/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = mga_dri.so
7
8 MINIGLX_SOURCES = server/mga_dri.c
9
10 COMMON_SOURCES = \
11 ../../common/driverfuncs.c \
12 ../common/mm.c \
13 ../common/utils.c \
14 ../common/texmem.c \
15 ../common/vblank.c \
16 ../common/xmlconfig.c \
17 ../common/dri_util.c \
18 ../common/glcontextmodes.c
19
20 DRIVER_SOURCES = \
21 mgadd.c \
22 mgaioctl.c \
23 mgarender.c \
24 mgastate.c \
25 mgatris.c \
26 mgapixel.c \
27 mgaspan.c \
28 mgatex.c \
29 mgatexmem.c \
30 mga_texstate.c \
31 mga_texcombine.c \
32 mgavb.c \
33 mga_xmesa.c
34
35 C_SOURCES = \
36 $(COMMON_SOURCES) \
37 $(DRIVER_SOURCES)
38
39
40 ASM_SOURCES =
41
42 include ../Makefile.template
43
44 symlinks: