• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## Makefile for the gettext-runtime/m4 directory of GNU gettext
2## Copyright (C) 2003, 2005-2013, 2017-2020 Free Software Foundation, Inc.
3##
4## This program is free software: you can redistribute it and/or modify
5## it under the terms of the GNU General Public License as published by
6## the Free Software Foundation; either version 3 of the License, or
7## (at your option) any later version.
8##
9## This program is distributed in the hope that it will be useful,
10## but WITHOUT ANY WARRANTY; without even the implied warranty of
11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12## GNU General Public License for more details.
13##
14## You should have received a copy of the GNU General Public License
15## along with this program.  If not, see <https://www.gnu.org/licenses/>.
16
17## Process this file with automake to produce Makefile.in.
18
19# Generate this list with
20# find . -type f -name '*.m4' -printf '%f\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012'
21EXTRA_DIST = README \
22fcntl-o.m4 \
23flexmember.m4 \
24gettext.m4 \
25glibc2.m4 \
26glibc21.m4 \
27iconv.m4 \
28intdiv0.m4 \
29intl.m4 \
30intlmacosx.m4 \
31intmax.m4 \
32inttypes_h.m4 \
33nls.m4 \
34po.m4 \
35printf-posix.m4 \
36progtest.m4 \
37size_max.m4 \
38stdint_h.m4 \
39uintmax_t.m4 \
40visibility.m4 \
41xsize.m4
42