File: gettext-tools-misc

package info (click to toggle)
gettext 0.23.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168,104 kB
  • sloc: ansic: 532,579; sh: 68,252; perl: 28,011; makefile: 9,066; lisp: 3,184; yacc: 1,055; java: 615; cs: 589; cpp: 397; objc: 343; sed: 79; tcl: 63; xml: 40; pascal: 11; php: 7; awk: 7
file content (46 lines) | stat: -rw-r--r-- 1,155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Description:

Files:
m4/locale-fr.m4
m4/locale-ja.m4

Depends-on:

configure.ac:

Makefile.am:

if INSTALL_PRIVATE_LIBRARIES
# Specify that libgettextlib should be installed in $(libdir).
lib_LTLIBRARIES += libgettextlib.la
else
# Specify that libgettextlib should not be installed.
noinst_LTLIBRARIES += libgettextlib.la
endif

# Need $(LTLIBUNISTRING) because ulc_width_linebreaks, uc_width, etc. may be
# taken from libunistring, when the configure option --with-libunistring-prefix
# was given.
# Need @LTLIBINTL@ because many source files use gettext().
# Need @LTLIBICONV@ because linebreak.c and striconv.c use iconv().
# Need @LIB_ACL@ @QCOPY_ACL_LIB@ because copy-file.c uses acl.h and qcopy_acl.
# As of 2010-10-04, these are all added by gnulib-tool automatically.
#lib_LDFLAGS += $(LTLIBUNISTRING) @LTLIBINTL@ @LTLIBICONV@ @LIB_ACL@ @QCOPY_ACL_LIB@

lib_LDFLAGS += -release @VERSION@

# Tell the mingw or Cygwin linker which symbols to export.
if WOE32DLL
lib_SOURCES += ../woe32dll/gettextlib-exports.c
lib_LDFLAGS += -Wl,--export-all-symbols
AM_CPPFLAGS += @GETTEXTLIB_EXPORTS_FLAGS@
endif

Include:

License:
GPL

Maintainer:
Bruno Haible