3535
|
1 SRCS = \
|
2313
|
2 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
|
|
25
|
3535
|
26 STATIC_LIB_NOINST = libintl.a
|
|
27
|
|
28 include ../../../buildsys.mk
|
|
29 include ../../../extra.mk
|
|
30
|
|
31 localedir = $(datadir)/locale
|
|
32 gettextsrcdir = $(datadir)/gettext/intl
|
|
33 aliaspath = $(localedir)
|
2313
|
34
|
3535
|
35 DEFS += -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \
|
|
36 -DLIBDIR=\"$(libdir)\" -DIN_LIBINTL \
|
|
37 -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DINSTALLPREFIX=\"$(libdir)\" -DNO_XMALLOC \
|
|
38 -Dset_relocation_prefix=libintl_set_relocation_prefix \
|
|
39 -Drelocate=libintl_relocate \
|
|
40 -DDEPENDS_ON_LIBICONV=1
|
|
41
|
|
42 CPPFLAGS += -I../../.. -I../.. -I. $(DEFS)
|