summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/trident/Makefile
blob: 9ee24c504c11b78f88ab8ab63905855027530117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# src/mesa/drivers/dri/trident/Makefile

TOP = ../../../../..
include $(TOP)/configs/current

LIBNAME = trident_dri.so

# Not yet
# MINIGLX_SOURCES = server/trident_dri.c 

DRIVER_SOURCES = \
	trident_context.c \
	trident_state.c \
	trident_vb.c \
	trident_dd.c \
	trident_tris.c

C_SOURCES = \
	$(COMMON_SOURCES) \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../Makefile.template

symlinks: