Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / gallium / auxiliary / rtasm / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = rtasm
5
6 C_SOURCES = \
7 rtasm_cpu.c \
8 rtasm_execmem.c \
9 rtasm_x86sse.c \
10 rtasm_ppc_spe.c
11
12 include ../../Makefile.template
13
14 symlinks:
15