blob: 3c82f8ae03763b7c27095517b89333933ddb6048 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
TOP = ../../../..
include $(TOP)/configs/current
LIBNAME = translate
C_SOURCES = \
translate_generic.c \
translate_sse.c \
translate.c \
translate_cache.c
include ../../Makefile.template
|