summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/indices/Makefile
blob: 8fa61d265ea210f4ca7cf1a2994a8fc409268244 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = indices

C_SOURCES = \
	u_indices_gen.c 

include ../../Makefile.template

u_indices_gen.c: u_indices_gen.py
	python $< > $@


symlinks: