summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/indices/Makefile
blob: 25ee899c404e768ad73e306f12528498aefc32a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 $< > $@