2
0

autom4te.in 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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. ## Autoheader preselections. ##
  19. ## -------------------------- ##
  20. begin-language: "Autoheader-preselections"
  21. args: --preselect AC_CONFIG_HEADERS
  22. args: --preselect AH_OUTPUT
  23. args: --preselect AC_DEFINE_TRACE_LITERAL
  24. end-language: "Autoheader-preselections"
  25. ## ------------------------ ##
  26. ## Automake-preselections. ##
  27. ## ------------------------ ##
  28. begin-language: "Automake-preselections"
  29. args: --preselect AC_CANONICAL_BUILD
  30. args: --preselect AC_CANONICAL_HOST
  31. # AC_CANONICAL_SYSTEM was traced from Automake 1.7 to Automake 1.9.
  32. # Later versions trace AC_CANONICAL_TARGET instead.
  33. args: --preselect AC_CANONICAL_SYSTEM
  34. args: --preselect AC_CANONICAL_TARGET
  35. args: --preselect AC_CONFIG_AUX_DIR
  36. args: --preselect AC_CONFIG_FILES
  37. args: --preselect AC_CONFIG_HEADERS
  38. args: --preselect AC_CONFIG_LIBOBJ_DIR
  39. args: --preselect AC_CONFIG_LINKS
  40. args: --preselect AC_FC_FREEFORM
  41. args: --preselect AC_FC_SRCEXT
  42. args: --preselect AC_FC_PP_DEFINE
  43. args: --preselect AC_FC_PP_SRCEXT
  44. args: --preselect AC_INIT
  45. args: --preselect AC_LIBSOURCE
  46. args: --preselect AC_REQUIRE_AUX_FILE
  47. # Automake < 1.10 traces AC_SUBST. Automake >= 1.10 traces AC_SUBST_TRACE.
  48. args: --preselect AC_SUBST
  49. args: --preselect AC_SUBST_TRACE
  50. args: --preselect AM_AUTOMAKE_VERSION
  51. args: --preselect AM_CONDITIONAL
  52. args: --preselect AM_ENABLE_MULTILIB
  53. args: --preselect AM_GNU_GETTEXT
  54. args: --preselect AM_GNU_GETTEXT_INTL_SUBDIR
  55. args: --preselect AM_INIT_AUTOMAKE
  56. args: --preselect AM_MAKEFILE_INCLUDE
  57. args: --preselect AM_MAINTAINER_MODE
  58. args: --preselect AM_NLS
  59. args: --preselect AM_POT_TOOLS
  60. args: --preselect AM_PATH_GUILE
  61. args: --preselect AM_PROG_AR
  62. args: --preselect AM_PROG_CC_C_O
  63. args: --preselect AM_PROG_CXX_C_O
  64. args: --preselect AM_PROG_F77_C_O
  65. args: --preselect AM_PROG_FC_C_O
  66. args: --preselect AM_PROG_MOC
  67. args: --preselect AM_SILENT_RULES
  68. args: --preselect AM_XGETTEXT_OPTION
  69. args: --preselect _AM_MAKEFILE_INCLUDE
  70. args: --preselect _AM_SUBST_NOTMAKE
  71. args: --preselect _AM_COND_IF
  72. args: --preselect _AM_COND_ELSE
  73. args: --preselect _AM_COND_ENDIF
  74. args: --preselect LT_SUPPORTED_TAG
  75. args: --preselect _LT_AC_TAGCONFIG
  76. args: --preselect m4_include
  77. args: --preselect m4_sinclude
  78. end-language: "Automake-preselections"
  79. ## -------------------------- ##
  80. ## Autoreconf-preselections. ##
  81. ## -------------------------- ##
  82. begin-language: "Autoreconf-preselections"
  83. args: --preselect AC_CONFIG_AUX_DIR
  84. args: --preselect AC_CONFIG_HEADERS
  85. args: --preselect AC_CONFIG_SUBDIRS
  86. args: --preselect AC_INIT
  87. args: --preselect AC_PROG_LIBTOOL
  88. args: --preselect LT_INIT
  89. args: --preselect LT_CONFIG_LTDL_DIR
  90. args: --preselect AM_GNU_GETTEXT
  91. end-language: "Autoreconf-preselections"
  92. ## ----------------------------- ##
  93. ## Autoconf without aclocal.m4. ##
  94. ## ----------------------------- ##
  95. # This intermediate language is used by aclocal to build aclocal.m4.
  96. begin-language: "Autoconf-without-aclocal-m4"
  97. args: --prepend-include '@pkgdatadir@'
  98. args: --cache=autom4te.cache
  99. args: autoconf/autoconf.m4f
  100. args: acsite.m4?
  101. args: --mode 777
  102. args: --language M4sh
  103. end-language: "Autoconf-without-aclocal-m4"
  104. ## ---------- ##
  105. ## Autoconf. ##
  106. ## ---------- ##
  107. begin-language: "Autoconf"
  108. args: --language Autoheader-preselections
  109. args: --language Automake-preselections
  110. args: --language Autoreconf-preselections
  111. args: --language Autoconf-without-aclocal-m4
  112. args: aclocal.m4?
  113. end-language: "Autoconf"
  114. ## -------- ##
  115. ## Autotest ##
  116. ## -------- ##
  117. begin-language: "Autotest"
  118. args: --prepend-include '@pkgdatadir@'
  119. args: autotest/autotest.m4f
  120. args: package.m4?
  121. args: local.at?
  122. args: --mode 777
  123. args: --language M4sh
  124. end-language: "Autotest"
  125. ## ---- ##
  126. ## M4sh ##
  127. ## ---- ##
  128. begin-language: "M4sh"
  129. args: --prepend-include '@pkgdatadir@'
  130. args: m4sugar/m4sh.m4f
  131. args: --mode 777
  132. args: --language M4sugar
  133. end-language: "M4sh"
  134. ## ------- ##
  135. ## M4sugar ##
  136. ## ------- ##
  137. begin-language: "M4sugar"
  138. args: --prepend-include '@pkgdatadir@'
  139. args: m4sugar/m4sugar.m4f
  140. args: --warnings syntax
  141. end-language: "M4sugar"