Tizen 2.0 Release
[profile/ivi/osmesa.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 include ../Makefile.defines
9
10 DRIVER_SOURCES = \
11         mgadd.c \
12         mgaioctl.c \
13         mgarender.c \
14         mgastate.c \
15         mgatris.c \
16         mgapixel.c \
17         mgaspan.c \
18         mgatex.c \
19         mgatexmem.c \
20         mga_texstate.c \
21         mga_texcombine.c \
22         mgavb.c \
23         mga_xmesa.c
24
25 C_SOURCES = \
26         $(COMMON_SOURCES) \
27         $(DRIVER_SOURCES) 
28
29
30 ASM_SOURCES = 
31
32 include ../Makefile.targets
33