blob: c7155a9316897b830c92960d921ee5e28fc98867 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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_scan.c \
tgsi_sse2.c \
tgsi_text.c \
tgsi_transform.c \
tgsi_util.c
include ../../Makefile.template
symlinks:
|