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