69d674d528b51e63782f4c43897898376519d13f
[mesa.git] / src / mesa / drivers / dri / trident / Makefile
1 # src/mesa/drivers/dri/trident/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = trident_dri.so
7
8 # Not yet
9 # MINIGLX_SOURCES = server/trident_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/xmlconfig.c \
18 ../common/dri_util.c \
19 ../common/drirenderbuffer.c \
20 ../common/glcontextmodes.c
21
22 DRIVER_SOURCES = \
23 trident_context.c \
24 trident_state.c \
25 trident_vb.c \
26 trident_dd.c \
27 trident_tris.c
28
29 C_SOURCES = \
30 $(COMMON_SOURCES) \
31 $(DRIVER_SOURCES)
32
33 ASM_SOURCES =
34
35 include ../Makefile.template
36
37 symlinks: