• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/m4/
1## Process this file with automake to produce Makefile.in -*-Makefile-*-
2
3# Files installed for use by gettextize.
4
5aclocaldir = @aclocaldir@
6aclocal_DATA = \
7  ../../autoconf-lib-link/m4/lib-ld.m4 \
8  ../../autoconf-lib-link/m4/lib-link.m4 \
9  ../../autoconf-lib-link/m4/lib-prefix.m4 \
10  ../../gettext-runtime/m4/codeset.m4 \
11  ../../gettext-runtime/m4/gettext.m4 \
12  ../../gettext-runtime/m4/glibc2.m4 \
13  ../../gettext-runtime/m4/glibc21.m4 \
14  ../../gettext-runtime/m4/iconv.m4 \
15  ../../gettext-runtime/m4/intdiv0.m4 \
16  ../../gettext-runtime/m4/intl.m4 \
17  ../../gettext-runtime/m4/intldir.m4 \
18  ../../gettext-runtime/m4/intlmacosx.m4 \
19  ../../gettext-runtime/m4/intmax.m4 \
20  ../../gettext-runtime/m4/inttypes_h.m4 \
21  ../../gettext-runtime/m4/inttypes-pri.m4 \
22  ../../gettext-runtime/m4/lcmessage.m4 \
23  ../../gettext-runtime/m4/lock.m4 \
24  ../../gettext-runtime/m4/longlong.m4 \
25  ../../gettext-runtime/m4/nls.m4 \
26  ../../gettext-runtime/m4/po.m4 \
27  ../../gettext-runtime/m4/printf-posix.m4 \
28  ../../gettext-runtime/m4/progtest.m4 \
29  ../../gettext-runtime/m4/size_max.m4 \
30  ../../gettext-runtime/m4/stdint_h.m4 \
31  ../../gettext-runtime/m4/uintmax_t.m4 \
32  ../../gettext-runtime/m4/visibility.m4 \
33  ../../gettext-runtime/m4/wchar_t.m4 \
34  ../../gettext-runtime/m4/wint_t.m4 \
35  ../../gettext-runtime/m4/xsize.m4
36
37# Files installed for the examples.
38
39examplesbuildauxdir = $(docdir)/examples/build-aux
40examplesbuildaux_DATA = \
41  ../gnulib-m4/gcj.m4 ../gnulib-m4/javacomp.m4 ../gnulib-m4/javaexec.m4 \
42  ../gnulib-m4/csharpcomp.m4 ../gnulib-m4/csharpexec.m4 csharpexec-test.exe
43
44# Generate this list with
45# find . -type f -name '*.m4' -printf '%f\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012'
46EXTRA_DIST = README csharpexec-test.exe \
47hostname.m4 \
48libgrep.m4 \
49locale-ja.m4 \
50regex.m4 \
51setlocale.m4 \
52siginfo.m4
53