i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs.
[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 DRIVER_SOURCES = \
12 trident_context.c \
13 trident_state.c \
14 trident_vb.c \
15 trident_dd.c \
16 trident_tris.c
17
18 C_SOURCES = \
19 $(COMMON_SOURCES) \
20 $(DRIVER_SOURCES)
21
22 ASM_SOURCES =
23
24 include ../Makefile.template
25
26 symlinks: