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/intmax.m4 \
19  ../../gettext-runtime/m4/inttypes_h.m4 \
20  ../../gettext-runtime/m4/inttypes-pri.m4 \
21  ../../gettext-runtime/m4/lcmessage.m4 \
22  ../../gettext-runtime/m4/lock.m4 \
23  ../../gettext-runtime/m4/longdouble.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/ulonglong.m4 \
33  ../../gettext-runtime/m4/visibility.m4 \
34  ../../gettext-runtime/m4/wchar_t.m4 \
35  ../../gettext-runtime/m4/wint_t.m4 \
36  ../../gettext-runtime/m4/xsize.m4
37
38# Files installed for the examples.
39
40examplesbuildauxdir = $(docdir)/examples/build-aux
41examplesbuildaux_DATA = \
42  ../gnulib-m4/gcj.m4 ../gnulib-m4/javacomp.m4 ../gnulib-m4/javaexec.m4 \
43  ../gnulib-m4/csharpcomp.m4 ../gnulib-m4/csharpexec.m4 csharpexec-test.exe
44
45# Generate this list with
46# find . -type f -name '*.m4' -printf '%f\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012'
47EXTRA_DIST = README csharpexec-test.exe \
48hostname.m4 \
49libgrep.m4 \
50locale-fr.m4 \
51openmp.m4 \
52regex.m4 \
53setlocale.m4 \
54siginfo.m4
55