mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit support
[mesa.git] / src / gallium / auxiliary / translate / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = translate
5
6 C_SOURCES = \
7 translate_generic.c \
8 translate_sse.c \
9 translate.c \
10 translate_cache.c
11
12 include ../../Makefile.template