summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/Makefile
blob: d7df9490cfa3047b6e42d926b86366c047b1d7a6 (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
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_util.c

include ../../Makefile.template

symlinks: