summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/Makefile
blob: 5f0a580b0966a1aed0d9d353701125aff78d92e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = tgsi

C_SOURCES = \
	tgsi_sanity.c \
	tgsi_build.c \
	tgsi_dump.c \
	tgsi_exec.c \
	tgsi_info.c \
	tgsi_iterate.c \
	tgsi_parse.c \
	tgsi_ppc.c \
	tgsi_scan.c \
	tgsi_sse2.c \
	tgsi_text.c \
	tgsi_transform.c \
	tgsi_ureg.c \
	tgsi_util.c

include ../../Makefile.template