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

DRIVER_SOURCES = \
	exec/tgsi_exec.c \
	exec/tgsi_sse2.c \
	util/tgsi_build.c \
	util/tgsi_dump.c \
	util/tgsi_parse.c \
	util/tgsi_util.c

C_SOURCES = \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../../Makefile.template

symlinks: