Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
[mesa.git] / src / gallium / auxiliary / cso_cache / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = cso_cache
5
6 C_SOURCES = \
7 cso_context.c \
8 cso_cache.c \
9 cso_hash.c
10
11 include ../../Makefile.template