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