• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/modules/
1Description:
2
3Files:
4m4/hard-locale.m4
5m4/mbrtowc.m4
6m4/memchr.m4
7m4/strdup.m4
8m4/locale-fr.m4
9
10Depends-on:
11
12configure.ac:
13
14Makefile.am:
15
16# Specify that libgettextlib should installed in $(libdir).
17lib_LTLIBRARIES = libgettextlib.la
18
19# Need @LTLIBINTL@ because many source files use gettext().
20# Need @LTLIBICONV@ because linebreak.c and striconv.c use iconv().
21# Need @LIB_ACL@ because copy-file.c uses acl.h.
22# Need @LTLIBC@ for -no-undefined to work on many platforms.
23lib_LDFLAGS += \
24  -release @VERSION@ \
25  @LTLIBINTL@ @LTLIBICONV@ @LIB_ACL@ @LTLIBC@ @LTNOUNDEF@
26
27# Tell the mingw or Cygwin linker which symbols to export.
28if WOE32DLL
29lib_SOURCES += ../woe32dll/gettextlib-exports.c
30lib_LDFLAGS += -Wl,--export-all-symbols
31endif
32
33# No need to install libgettextlib.a, except on AIX.
34install-exec-local: install-libLTLIBRARIES install-exec-clean
35install-exec-clean:
36	case "@host_os@" in \
37	  aix*) ;; \
38	  *) rm -f $(DESTDIR)$(libdir)/libgettextlib.a ;; \
39	esac
40
41Include:
42
43License:
44GPL
45
46Maintainer:
47Bruno Haible
48
49