| Index Entry |  Section | 
 
  | 
| # |  |  | 
 | ## (special Automake comment) | 2.1 General Operation | 
 
  | 
| - |  |  | 
 | --acdir | 5.3 Auto-generating aclocal.m4 | 
 | --add-missing | 4. Creating a `Makefile.in' | 
 | --copy | 4. Creating a `Makefile.in' | 
 | --cygnus | 4. Creating a `Makefile.in' | 
 | --enable-debug, example | 20. Conditionals | 
 | --enable-maintainer-mode | 5.2 Other things Automake recognizes | 
 | --force-missing | 4. Creating a `Makefile.in' | 
 | --foreign | 4. Creating a `Makefile.in' | 
 | --gnits | 4. Creating a `Makefile.in' | 
 | --gnits, complete description | 21. The effect of --gnu and --gnits | 
 | --gnu | 4. Creating a `Makefile.in' | 
 | --gnu, complete description | 21. The effect of --gnu and --gnits | 
 | --gnu, required files | 21. The effect of --gnu and --gnits | 
 | --help | 4. Creating a `Makefile.in' | 
 | --help | 5.3 Auto-generating aclocal.m4 | 
 | --include-deps | 4. Creating a `Makefile.in' | 
 | --libdir | 4. Creating a `Makefile.in' | 
 | --no-force | 4. Creating a `Makefile.in' | 
 | --output | 5.3 Auto-generating aclocal.m4 | 
 | --output-dir | 4. Creating a `Makefile.in' | 
 | --print-ac-dir | 5.3 Auto-generating aclocal.m4 | 
 | --verbose | 4. Creating a `Makefile.in' | 
 | --verbose | 5.3 Auto-generating aclocal.m4 | 
 | --version | 4. Creating a `Makefile.in' | 
 | --version | 5.3 Auto-generating aclocal.m4 | 
 | --Werror | 4. Creating a `Makefile.in' | 
 | --with-dmalloc | 5.4.1 Public macros | 
 | --with-regex | 5.4.1 Public macros | 
 | --Wno-error | 4. Creating a `Makefile.in' | 
 | -a | 4. Creating a `Makefile.in' | 
 | -c | 4. Creating a `Makefile.in' | 
 | -f | 4. Creating a `Makefile.in' | 
 | -hook targets | 23. When Automake Isn't Enough | 
 | -I | 5.3 Auto-generating aclocal.m4 | 
 | -i | 4. Creating a `Makefile.in' | 
 | -local targets | 23. When Automake Isn't Enough | 
 | -o | 4. Creating a `Makefile.in' | 
 | -v | 4. Creating a `Makefile.in' | 
 
  | 
| @ |  |  | 
 | @ALLOCA@, special handling | 9.5 Special handling for LIBOBJS and ALLOCA | 
 | @LIBOBJS@, special handling | 9.5 Special handling for LIBOBJS and ALLOCA | 
 | @LTLIBOBJS@, special handling | 9.3 Building a Shared Library | 
 
  | 
| _ |  |  | 
 | _DATA primary, defined | 10.3 Architecture-independent data files | 
 | _DEPENDENCIES, defined | 9.1.3 Linking the program | 
 | _HEADERS primary, defined | 10.2 Header files | 
 | _JAVA primary, defined | 11.4 Java | 
 | _LDFLAGS, defined | 9.1.3 Linking the program | 
 | _LIBADD primary, defined | 9.2 Building a library | 
 | _LIBRARIES primary, defined | 9.2 Building a library | 
 | _LISP primary, defined | 11.1 Emacs Lisp | 
 | _LTLIBRARIES primary, defined | 9.3 Building a Shared Library | 
 | _MANS primary, defined | 12.2 Man pages | 
 | _PROGRAMS primary variable | 2.3 The Uniform Naming Scheme | 
 | _PYTHON primary, defined | 11.5 Python | 
 | _SCRIPTS primary, defined | 10.1 Executable Scripts | 
 | _SOURCES and header files | 9.1.1 Introductory blathering | 
 | _SOURCES primary, defined | 9.1.1 Introductory blathering | 
 | _TEXINFOS primary, defined | 12.1 Texinfo | 
 
  | 
| A |  |  | 
 | AC_OUTPUT, scanning | 5.1 Configuration requirements | 
 | acinclude.m4, defined | 3.1 A simple example, start to finish | 
 | aclocal program, introduction | 3.1 A simple example, start to finish | 
 | aclocal, extending | 5.5 Writing your own aclocal macros | 
 | aclocal, Invoking | 5.3 Auto-generating aclocal.m4 | 
 | aclocal.m4, preexisting | 3.1 A simple example, start to finish | 
 | Adding new SUFFIXES | 18.2 Handling new file extensions | 
 | all | 23. When Automake Isn't Enough | 
 | all-local | 23. When Automake Isn't Enough | 
 | AM_INIT_AUTOMAKE, example use | 3.1 A simple example, start to finish | 
 | ansi2knr | 9.13 Automatic de-ANSI-fication | 
 | Append operator | 2.1 General Operation | 
 | Automake constraints | 1. Introduction | 
 | Automake options | 4. Creating a `Makefile.in' | 
 | Automake requirements | 1. Introduction | 
 | Automake requirements | 5.1 Configuration requirements | 
 | Automake, invoking | 4. Creating a `Makefile.in' | 
 | Automake, recursive operation | 2.1 General Operation | 
 | Automatic dependency tracking | 9.14 Automatic dependency tracking | 
 | Automatic linker selection | 9.10.3.1 How the Linker is Chosen | 
 | Auxiliary programs | 2.6 Programs automake might require | 
 | Avoiding path stripping | 7. An Alternative Approach to Subdirectories | 
 
  | 
| B |  |  | 
 | BUGS, reporting | 1. Introduction | 
 | BUILT_SOURCES, defined | 10.4 Built sources | 
 
  | 
| C |  |  | 
 | C++ support | 9.8 C++ Support | 
 | canonicalizing Automake macros | 2.4 How derived variables are named | 
 | cfortran | 9.10.3 Mixing Fortran 77 With C and C++ | 
 | check | 23. When Automake Isn't Enough | 
 | check primary prefix, definition | 2.3 The Uniform Naming Scheme | 
 | check-local | 23. When Automake Isn't Enough | 
 | check_LTLIBRARIES, not allowed | 9.3 Building a Shared Library | 
 | clean-local | 23. When Automake Isn't Enough | 
 | Comment, special to Automake | 2.1 General Operation | 
 | Complete example | 3.1 A simple example, start to finish | 
 | Conditional example,  --enable-debug | 20. Conditionals | 
 | Conditionals | 20. Conditionals | 
 | config.guess | 4. Creating a `Makefile.in' | 
 | configure.in, from GNU Hello | 3.2 A classic program | 
 | configure.in, scanning | 5. Scanning `configure.in' | 
 | Constraints of Automake | 1. Introduction | 
 | cpio example | 2.3 The Uniform Naming Scheme | 
 | ctags Example | 3.3 Building etags and ctags | 
 | cvs-dist | 2.1 General Operation | 
 | cvs-dist, non-standard example | 2.1 General Operation | 
 | Cygnus strictness | 22. The effect of --cygnus | 
 
  |