translate: fail on x86 rtasm fail
[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
11 include ../../Makefile.template
12
13 symlinks:
14