python/retrace: Use colors on windows console.
[mesa.git] / src / gallium / auxiliary / indices / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = indices
5
6 C_SOURCES = \
7 u_indices_gen.c \
8 u_unfilled_gen.c
9
10 include ../../Makefile.template
11
12 u_indices_gen.c: u_indices_gen.py
13 python $< > $@
14
15 u_unfilled_gen.c: u_unfilled_gen.py
16 python $< > $@