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

LIBNAME = tgsi

C_SOURCES = \
	tgsi_build.c \
	tgsi_dump.c \
	tgsi_exec.c \
	tgsi_info.c \
	tgsi_iterate.c \
	tgsi_parse.c \
	tgsi_scan.c \
	tgsi_sse2.c \
	tgsi_transform.c \
	tgsi_util.c

include ../../Makefile.template

symlinks: