51ece86bc2cba156e7d2b6fa4ae61b5d14e54dd4
[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/drirenderbuffer.c \
19 ../common/glcontextmodes.c
20
21 DRIVER_SOURCES = \
22 mgadd.c \
23 mgaioctl.c \
24 mgarender.c \
25 mgastate.c \
26 mgatris.c \
27 mgapixel.c \
28 mgaspan.c \
29 mgatex.c \
30 mgatexmem.c \
31 mga_texstate.c \
32 mga_texcombine.c \
33 mgavb.c \
34 mga_xmesa.c
35
36 C_SOURCES = \
37 $(COMMON_SOURCES) \
38 $(DRIVER_SOURCES)
39
40
41 ASM_SOURCES =
42
43 include ../Makefile.template
44
45 symlinks: