1## Makefile for the gettext-tools/m4 directory of GNU gettext 2## Copyright (C) 2003-2010, 2013, 2017-2019 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# Files installed for use by gettextize. 20 21aclocaldir = @aclocaldir@ 22aclocal_DATA = \ 23 ../../gettext-runtime/gnulib-m4/host-cpu-c-abi.m4 \ 24 ../../gettext-runtime/gnulib-m4/lib-ld.m4 \ 25 ../../gettext-runtime/gnulib-m4/lib-link.m4 \ 26 ../../gettext-runtime/gnulib-m4/lib-prefix.m4 \ 27 ../../gettext-runtime/m4/gettext.m4 \ 28 ../../gettext-runtime/m4/iconv.m4 \ 29 ../../gettext-runtime/m4/intlmacosx.m4 \ 30 ../../gettext-runtime/m4/nls.m4 \ 31 ../../gettext-runtime/m4/po.m4 \ 32 ../../gettext-runtime/m4/progtest.m4 33 34# Files installed for the examples. 35 36examplesbuildauxdir = $(docdir)/examples/build-aux 37examplesbuildaux_DATA = \ 38 ../gnulib-m4/javacomp.m4 ../gnulib-m4/javaexec.m4 \ 39 ../gnulib-m4/csharpcomp.m4 ../gnulib-m4/csharpexec.m4 csharpexec-test.exe 40 41# Generate this list with 42# find . -type f -name '*.m4' -printf '%f\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012' 43EXTRA_DIST = README csharpexec-test.exe \ 44exported.m4 \ 45hostname.m4 \ 46locale-de.m4 \ 47setlocale.m4 \ 48siginfo.m4 49