gallivm: fixed memory leak in lp_build_tgsi_aos
[mesa.git] / src / gallium / auxiliary / Makefile
1 TOP = ../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = gallium
5
6 # get source lists
7 include Makefile.sources
8
9 C_SOURCES += $(GENERATED_SOURCES)
10
11 ifeq ($(MESA_LLVM),1)
12 C_SOURCES += \
13 $(GALLIVM_SOURCES)
14 CPP_SOURCES += \
15 $(GALLIVM_CPP_SOURCES)
16 endif
17
18
19 include ../Makefile.template
20
21
22 indices/u_indices_gen.c: indices/u_indices_gen.py
23 $(PYTHON2) $< > $@
24
25 indices/u_unfilled_gen.c: indices/u_unfilled_gen.py
26 $(PYTHON2) $< > $@
27
28 util/u_format_srgb.c: util/u_format_srgb.py
29 $(PYTHON2) $< > $@
30
31 util/u_format_table.c: util/u_format_table.py util/u_format_pack.py util/u_format_parse.py util/u_format.csv
32 $(PYTHON2) util/u_format_table.py util/u_format.csv > $@
33
34 util/u_half.c: util/u_half.py
35 $(PYTHON2) util/u_half.py > $@
36 # DO NOT DELETE