1# Definition of Autom4te option sets. -*- Makefile -*- 2# 3# Copyright (C) 2001-2012 Free Software Foundation, Inc. 4# 5# This program is free software: you can redistribute it and/or modify 6# it under the terms of the GNU General Public License as published by 7# the Free Software Foundation, either version 3 of the License, or 8# (at your option) any later version. 9# 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY; without even the implied warranty of 12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13# GNU General Public License for more details. 14# 15# You should have received a copy of the GNU General Public License 16# along with this program. If not, see <http://www.gnu.org/licenses/>. 17 18## -------------------------- ## 19## Autoheader preselections. ## 20## -------------------------- ## 21 22begin-language: "Autoheader-preselections" 23args: --preselect AC_CONFIG_HEADERS 24args: --preselect AH_OUTPUT 25args: --preselect AC_DEFINE_TRACE_LITERAL 26end-language: "Autoheader-preselections" 27 28 29## ------------------------ ## 30## Automake-preselections. ## 31## ------------------------ ## 32 33begin-language: "Automake-preselections" 34args: --preselect AC_CANONICAL_BUILD 35args: --preselect AC_CANONICAL_HOST 36# AC_CANONICAL_SYSTEM was traced from Automake 1.7 to Automake 1.9. 37# Later versions trace AC_CANONICAL_TARGET instead. 38args: --preselect AC_CANONICAL_SYSTEM 39args: --preselect AC_CANONICAL_TARGET 40args: --preselect AC_CONFIG_AUX_DIR 41args: --preselect AC_CONFIG_FILES 42args: --preselect AC_CONFIG_HEADERS 43args: --preselect AC_CONFIG_LIBOBJ_DIR 44args: --preselect AC_CONFIG_LINKS 45args: --preselect AC_FC_FREEFORM 46args: --preselect AC_FC_SRCEXT 47args: --preselect AC_FC_PP_DEFINE 48args: --preselect AC_FC_PP_SRCEXT 49args: --preselect AC_INIT 50args: --preselect AC_LIBSOURCE 51args: --preselect AC_REQUIRE_AUX_FILE 52# Automake < 1.10 traces AC_SUBST. Automake >= 1.10 traces AC_SUBST_TRACE. 53args: --preselect AC_SUBST 54args: --preselect AC_SUBST_TRACE 55args: --preselect AM_AUTOMAKE_VERSION 56args: --preselect AM_CONDITIONAL 57args: --preselect AM_ENABLE_MULTILIB 58args: --preselect AM_GNU_GETTEXT 59args: --preselect AM_GNU_GETTEXT_INTL_SUBDIR 60args: --preselect AM_INIT_AUTOMAKE 61args: --preselect AM_MAKEFILE_INCLUDE 62args: --preselect AM_MAINTAINER_MODE 63args: --preselect AM_NLS 64args: --preselect AM_POT_TOOLS 65args: --preselect AM_PATH_GUILE 66args: --preselect AM_PROG_AR 67args: --preselect AM_PROG_CC_C_O 68args: --preselect AM_PROG_CXX_C_O 69args: --preselect AM_PROG_F77_C_O 70args: --preselect AM_PROG_FC_C_O 71args: --preselect AM_PROG_MOC 72args: --preselect AM_SILENT_RULES 73args: --preselect AM_XGETTEXT_OPTION 74args: --preselect _AM_MAKEFILE_INCLUDE 75args: --preselect _AM_SUBST_NOTMAKE 76args: --preselect _AM_COND_IF 77args: --preselect _AM_COND_ELSE 78args: --preselect _AM_COND_ENDIF 79args: --preselect LT_SUPPORTED_TAG 80args: --preselect _LT_AC_TAGCONFIG 81args: --preselect m4_include 82args: --preselect m4_sinclude 83end-language: "Automake-preselections" 84 85 86## -------------------------- ## 87## Autoreconf-preselections. ## 88## -------------------------- ## 89 90begin-language: "Autoreconf-preselections" 91args: --preselect AC_CONFIG_AUX_DIR 92args: --preselect AC_CONFIG_HEADERS 93args: --preselect AC_CONFIG_SUBDIRS 94args: --preselect AC_INIT 95args: --preselect AC_PROG_LIBTOOL 96args: --preselect LT_INIT 97args: --preselect LT_CONFIG_LTDL_DIR 98args: --preselect AM_GNU_GETTEXT 99end-language: "Autoreconf-preselections" 100 101 102## ----------------------------- ## 103## Autoconf without aclocal.m4. ## 104## ----------------------------- ## 105 106# This intermediate language is used by aclocal to build aclocal.m4. 107 108begin-language: "Autoconf-without-aclocal-m4" 109args: --prepend-include '@pkgdatadir@' 110args: --cache=autom4te.cache 111args: autoconf/autoconf.m4f 112args: acsite.m4? 113args: --mode 777 114args: --language M4sh 115end-language: "Autoconf-without-aclocal-m4" 116 117 118## ---------- ## 119## Autoconf. ## 120## ---------- ## 121 122begin-language: "Autoconf" 123args: --language Autoheader-preselections 124args: --language Automake-preselections 125args: --language Autoreconf-preselections 126args: --language Autoconf-without-aclocal-m4 127args: aclocal.m4? 128end-language: "Autoconf" 129 130 131## -------- ## 132## Autotest ## 133## -------- ## 134 135begin-language: "Autotest" 136args: --prepend-include '@pkgdatadir@' 137args: autotest/autotest.m4f 138args: package.m4? 139args: local.at? 140args: --mode 777 141args: --language M4sh 142end-language: "Autotest" 143 144 145## ---- ## 146## M4sh ## 147## ---- ## 148 149begin-language: "M4sh" 150args: --prepend-include '@pkgdatadir@' 151args: m4sugar/m4sh.m4f 152args: --mode 777 153args: --language M4sugar 154end-language: "M4sh" 155 156 157## ------- ## 158## M4sugar ## 159## ------- ## 160 161begin-language: "M4sugar" 162args: --prepend-include '@pkgdatadir@' 163args: m4sugar/m4sugar.m4f 164args: --warnings syntax 165end-language: "M4sugar" 166