Home | History | Annotate | Line # | Download | only in lib
      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 
     22 begin-language: "Autoheader-preselections"
     23 args: --preselect AC_CONFIG_HEADERS
     24 args: --preselect AH_OUTPUT
     25 args: --preselect AC_DEFINE_TRACE_LITERAL
     26 end-language: "Autoheader-preselections"
     27 
     28 
     29 ## ------------------------ ##
     30 ## Automake-preselections.  ##
     31 ## ------------------------ ##
     32 
     33 begin-language: "Automake-preselections"
     34 args: --preselect AC_CANONICAL_BUILD
     35 args: --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.
     38 args: --preselect AC_CANONICAL_SYSTEM
     39 args: --preselect AC_CANONICAL_TARGET
     40 args: --preselect AC_CONFIG_AUX_DIR
     41 args: --preselect AC_CONFIG_FILES
     42 args: --preselect AC_CONFIG_HEADERS
     43 args: --preselect AC_CONFIG_LIBOBJ_DIR
     44 args: --preselect AC_CONFIG_LINKS
     45 args: --preselect AC_FC_FREEFORM
     46 args: --preselect AC_FC_SRCEXT
     47 args: --preselect AC_FC_PP_DEFINE
     48 args: --preselect AC_FC_PP_SRCEXT
     49 args: --preselect AC_INIT
     50 args: --preselect AC_LIBSOURCE
     51 args: --preselect AC_REQUIRE_AUX_FILE
     52 # Automake < 1.10 traces AC_SUBST.  Automake >= 1.10 traces AC_SUBST_TRACE.
     53 args: --preselect AC_SUBST
     54 args: --preselect AC_SUBST_TRACE
     55 args: --preselect AM_AUTOMAKE_VERSION
     56 args: --preselect AM_CONDITIONAL
     57 args: --preselect AM_ENABLE_MULTILIB
     58 args: --preselect AM_GNU_GETTEXT
     59 args: --preselect AM_GNU_GETTEXT_INTL_SUBDIR
     60 args: --preselect AM_INIT_AUTOMAKE
     61 args: --preselect AM_MAKEFILE_INCLUDE
     62 args: --preselect AM_MAINTAINER_MODE
     63 args: --preselect AM_NLS
     64 args: --preselect AM_POT_TOOLS
     65 args: --preselect AM_PATH_GUILE
     66 args: --preselect AM_PROG_AR
     67 args: --preselect AM_PROG_CC_C_O
     68 args: --preselect AM_PROG_CXX_C_O
     69 args: --preselect AM_PROG_F77_C_O
     70 args: --preselect AM_PROG_FC_C_O
     71 args: --preselect AM_PROG_MOC
     72 args: --preselect AM_SILENT_RULES
     73 args: --preselect AM_XGETTEXT_OPTION
     74 args: --preselect _AM_MAKEFILE_INCLUDE
     75 args: --preselect _AM_SUBST_NOTMAKE
     76 args: --preselect _AM_COND_IF
     77 args: --preselect _AM_COND_ELSE
     78 args: --preselect _AM_COND_ENDIF
     79 args: --preselect LT_SUPPORTED_TAG
     80 args: --preselect _LT_AC_TAGCONFIG
     81 args: --preselect m4_include
     82 args: --preselect m4_sinclude
     83 end-language: "Automake-preselections"
     84 
     85 
     86 ## -------------------------- ##
     87 ## Autoreconf-preselections.  ##
     88 ## -------------------------- ##
     89 
     90 begin-language: "Autoreconf-preselections"
     91 args: --preselect AC_CONFIG_AUX_DIR
     92 args: --preselect AC_CONFIG_HEADERS
     93 args: --preselect AC_CONFIG_SUBDIRS
     94 args: --preselect AC_INIT
     95 args: --preselect AC_PROG_LIBTOOL
     96 args: --preselect LT_INIT
     97 args: --preselect LT_CONFIG_LTDL_DIR
     98 args: --preselect AM_GNU_GETTEXT
     99 end-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 
    108 begin-language: "Autoconf-without-aclocal-m4"
    109 args: --prepend-include '@pkgdatadir@'
    110 args: --cache=autom4te.cache
    111 args: autoconf/autoconf.m4f
    112 args: acsite.m4?
    113 args: --mode 777
    114 args: --language M4sh
    115 end-language: "Autoconf-without-aclocal-m4"
    116 
    117 
    118 ## ---------- ##
    119 ## Autoconf.  ##
    120 ## ---------- ##
    121 
    122 begin-language: "Autoconf"
    123 args: --language Autoheader-preselections
    124 args: --language Automake-preselections
    125 args: --language Autoreconf-preselections
    126 args: --language Autoconf-without-aclocal-m4
    127 args: aclocal.m4?
    128 end-language: "Autoconf"
    129 
    130 
    131 ## -------- ##
    132 ## Autotest ##
    133 ## -------- ##
    134 
    135 begin-language: "Autotest"
    136 args: --prepend-include '@pkgdatadir@'
    137 args: autotest/autotest.m4f
    138 args: package.m4?
    139 args: local.at?
    140 args: --mode 777
    141 args: --language M4sh
    142 end-language: "Autotest"
    143 
    144 
    145 ## ---- ##
    146 ## M4sh ##
    147 ## ---- ##
    148 
    149 begin-language: "M4sh"
    150 args: --prepend-include '@pkgdatadir@'
    151 args: m4sugar/m4sh.m4f
    152 args: --mode 777
    153 args: --language M4sugar
    154 end-language: "M4sh"
    155 
    156 
    157 ## ------- ##
    158 ## M4sugar ##
    159 ## ------- ##
    160 
    161 begin-language: "M4sugar"
    162 args: --prepend-include '@pkgdatadir@'
    163 args: m4sugar/m4sugar.m4f
    164 args: --warnings syntax
    165 end-language: "M4sugar"
    166