3535
|
1 STATIC_LIB_NOINST = libintl.a
|
3572
|
2 SRCS = bindtextdom.c \
|
|
3 dcgettext.c \
|
|
4 dgettext.c \
|
|
5 gettext.c \
|
|
6 finddomain.c \
|
|
7 loadmsgcat.c \
|
|
8 localealias.c \
|
|
9 textdomain.c \
|
|
10 l10nflist.c \
|
|
11 explodename.c \
|
|
12 dcigettext.c \
|
|
13 dcngettext.c \
|
|
14 dngettext.c \
|
|
15 ngettext.c \
|
|
16 plural.c \
|
|
17 plural-exp.c \
|
|
18 localcharset.c \
|
|
19 relocatable.c \
|
|
20 localename.c \
|
|
21 log.c \
|
|
22 osdep.c \
|
|
23 os2compat.c \
|
|
24 intl-compat.c
|
3535
|
25
|
|
26 include ../../../buildsys.mk
|
|
27 include ../../../extra.mk
|
|
28
|
3572
|
29 localedir = ${datadir)}locale
|
|
30 gettextsrcdir = ${datadir}/gettext/intl
|
|
31 aliaspath = ${localedir}
|
2313
|
32
|
3572
|
33 DEFS += -DLOCALEDIR=\"${localedir}\" -DLOCALE_ALIAS_PATH=\"${aliaspath}\" \
|
|
34 -DLIBDIR=\"${libdir}\" -DIN_LIBINTL \
|
|
35 -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"${libdir}\" -DINSTALLPREFIX=\"${libdir}\" -DNO_XMALLOC \
|
3535
|
36 -Dset_relocation_prefix=libintl_set_relocation_prefix \
|
|
37 -Drelocate=libintl_relocate \
|
|
38 -DDEPENDS_ON_LIBICONV=1
|
|
39
|
3572
|
40 CPPFLAGS += -I../../.. -I../.. -I. ${DEFS}
|