This is an alphabetical list of the files, tools and concepts introduced
in this document.
| Index Entry | | Section |
|
" | | |
| "$@" : | | Shell Substitutions |
|
# | | |
| ## (special Automake comment): | | Comments in Makefile.am |
| #serial syntax: | | Serials |
|
$ | | |
| $((expression)) : | | Shell Substitutions |
| $(commands) : | | Shell Substitutions |
| ‘$(LIBOBJS)’ and empty libraries: | | LIBOBJS |
| $< , explicit rules, and VPATH : | | $< in Explicit Rules |
| ${#var} : | | Shell Substitutions |
| ${var##word} : | | Shell Substitutions |
| ${var#word} : | | Shell Substitutions |
| ${var%%word} : | | Shell Substitutions |
| ${var%word} : | | Shell Substitutions |
| ${var+value} : | | Shell Substitutions |
| ${var-value} : | | Shell Substitutions |
| ${var=expanded-value} : | | Shell Substitutions |
| ${var=literal} : | | Shell Substitutions |
| ${var=value} : | | Shell Substitutions |
|
- | | |
| --add-missing : | | automake Invocation |
| --automake-acdir : | | aclocal Options |
| --copy : | | automake Invocation |
| --diff : | | aclocal Options |
| --disable-dependency-tracking : | | Dependencies |
| --disable-maintainer-mode : | | Other macros Automake recognizes |
| --disable-silent-rules : | | Automake Silent Rules |
| --dry-run : | | aclocal Options |
| --enable-debug, example: | | Conditionals |
| --enable-dependency-tracking : | | Dependencies |
| --enable-maintainer-mode : | | Other macros Automake recognizes |
| --enable-silent-rules : | | Automake Silent Rules |
| --force : | | aclocal Options |
| --force-missing : | | automake Invocation |
| --foreign : | | automake Invocation |
| --gnits : | | automake Invocation |
| --gnits, complete description: | | Strictness |
| --gnu : | | automake Invocation |
| --gnu, complete description: | | Strictness |
| --gnu, required files: | | Strictness |
| --help : | | aclocal Options |
| --help : | | automake Invocation |
| --help check: | | List of Automake options |
| --include-deps : | | automake Invocation |
| --install : | | aclocal Options |
| --libdir : | | automake Invocation |
| --no-force : | | automake Invocation |
| --output : | | aclocal Options |
| --output-dir : | | automake Invocation |
| --print-ac-dir : | | aclocal Options |
| --print-libdir : | | automake Invocation |
| --program-prefix=prefix : | | Transforming Names |
| --program-suffix=suffix : | | Transforming Names |
| --program-transform-name=program : | | Transforming Names |
| --system-acdir : | | aclocal Options |
| --verbose : | | aclocal Options |
| --verbose : | | automake Invocation |
| --version : | | aclocal Options |
| --version : | | automake Invocation |
| --version check: | | List of Automake options |
| --warnings : | | aclocal Options |
| --warnings : | | automake Invocation |
| --with-dmalloc : | | Macros supplied with Automake |
| -a : | | automake Invocation |
| -c : | | automake Invocation |
| -f : | | automake Invocation |
| -hook targets: | | Extending |
| -I : | | aclocal Options |
| -i : | | automake Invocation |
| -l and LDADD : | | Linking |
| -local targets: | | Extending |
| -module, libtool: | | Libtool Modules |
| -o : | | automake Invocation |
| -v : | | automake Invocation |
| -W : | | aclocal Options |
| -W : | | automake Invocation |
|
. | | |
| .la suffix, defined: | | Libtool Concept |
| .log files: | | Parallel Test Harness |
| .trs files: | | Parallel Test Harness |
|
6 | | |
| 64-bit libraries: | | Site Defaults |
|
: | | |
| :copy-in-global-log:: | | Log files generation and test results recording |
| :recheck:: | | Log files generation and test results recording |
| :test-global-result:: | | Log files generation and test results recording |
| :test-result: : | | Log files generation and test results recording |
|
@ | | |
| ‘@%:@’: | | Quadrigraphs |
| ‘@&t@’: | | Quadrigraphs |
| ‘@:>@’: | | Quadrigraphs |
| ‘@:}@’: | | Quadrigraphs |
| ‘@<:@’: | | Quadrigraphs |
| ‘@S|@’: | | Quadrigraphs |
| ‘@{:@’: | | Quadrigraphs |
|
^ | | |
| ^ quoting: | | Shell Substitutions |
|
_ | | |
| _DATA primary, defined: | | Data |
| _DEPENDENCIES , defined: | | Linking |
| _HEADERS primary, defined: | | Headers |
| _JAVA primary, defined: | | Java bytecode compilation |
| _LDFLAGS , defined: | | Linking |
| _LDFLAGS , libtool: | | Libtool Flags |
| _LIBADD , libtool: | | Libtool Flags |
| _LIBRARIES primary, defined: | | Libraries |
| _LIBTOOLFLAGS , libtool: | | Libtool Flags |
| _LISP primary, defined: | | Emacs Lisp |
| _LTLIBRARIES primary, defined: | | Libtool Libraries |
| _m4_divert_diversion : | | New Macros |
| _MANS primary, defined: | | Man Pages |
| _PROGRAMS primary variable: | | Variables based on primaries |
| _PYTHON primary, defined: | | Python |
| _SCRIPTS primary, defined: | | Scripts |
| _SOURCES and header files: | | Program Sources |
| _SOURCES primary, defined: | | Program Sources |
| _SOURCES , default: | | Default sources |
| _SOURCES , empty: | | Default sources |
| _TEXINFOS primary, defined: | | Texinfo |
|
` | | |
| `commands` : | | Shell Substitutions |
|
A | | |
| absolute file names, detect: | | File System Conventions |
| acconfig.h: | | acconfig Header |
| aclocal and serial numbers: | | Serials |
| aclocal search path: | | Macro Search Path |
| aclocal , extending: | | Extending aclocal |
| aclocal , Invocation: | | aclocal Invocation |
| aclocal , Invoking: | | aclocal Invocation |
| aclocal , Options: | | aclocal Options |
| aclocal , using: | | Format of configure.ac |
| ACLOCAL_PATH : | | Macro Search Path |
| AC_CONFIG_FILES , conditional: | | Conditionals |
| AC_SUBST and SUBDIRS : | | Subdirectories with AC_SUBST |
| Adding new SUFFIXES : | | Handling new file extensions |
| all : | | Extending |
| all-local : | | Extending |
| ALLOCA , and Libtool: | | LTLIBOBJS |
| ALLOCA , example: | | LIBOBJS |
| ALLOCA , special handling: | | LIBOBJS |
| AM_CCASFLAGS and CCASFLAGS : | | Flag Variables Ordering |
| AM_CFLAGS and CFLAGS : | | Flag Variables Ordering |
| AM_CONDITIONAL and SUBDIRS : | | Subdirectories with AM_CONDITIONAL |
| AM_CPPFLAGS and CPPFLAGS : | | Flag Variables Ordering |
| AM_CXXFLAGS and CXXFLAGS : | | Flag Variables Ordering |
| AM_FCFLAGS and FCFLAGS : | | Flag Variables Ordering |
| AM_FFLAGS and FFLAGS : | | Flag Variables Ordering |
| AM_GCJFLAGS and GCJFLAGS : | | Flag Variables Ordering |
| AM_LDFLAGS and LDFLAGS : | | Flag Variables Ordering |
| AM_LFLAGS and LFLAGS : | | Flag Variables Ordering |
| AM_LIBTOOLFLAGS and LIBTOOLFLAGS : | | Flag Variables Ordering |
| AM_MAINTAINER_MODE , purpose: | | maintainer-mode |
| AM_OBJCFLAGS and OBJCFLAGS : | | Flag Variables Ordering |
| AM_OBJCXXFLAGS and OBJXXCFLAGS : | | Flag Variables Ordering |
| AM_RFLAGS and RFLAGS : | | Flag Variables Ordering |
| AM_UPCFLAGS and UPCFLAGS : | | Flag Variables Ordering |
| AM_YFLAGS and YFLAGS : | | Flag Variables Ordering |
| ARG_MAX: | | Length Limitations |
| Ash: | | Shellology |
| autoconf : | | autoconf Invocation |
| Autoconf upgrading: | | Autoconf 1 |
| Autoconf upgrading: | | Autoconf 2.13 |
| Autoconf version: | | Versioning |
| autogen.sh and autoreconf : | | Error required file ltmain.sh not found |
| autoheader : | | autoheader Invocation |
| Autoheader macros: | | Autoheader Macros |
| autom4te: | | aclocal Invocation |
| autom4te debugging tips: | | Debugging via autom4te |
| Autom4te Library: | | autom4te Invocation |
| autom4te.cache: | | autom4te Invocation |
| autom4te.cfg: | | autom4te Invocation |
| automake options: | | Automake options |
| Automake requirements: | | Automake requirements |
| Automatic dependency tracking: | | Dependencies |
| Automatic linker selection: | | How the Linker is Chosen |
| Automatic remaking: | | Automatic Remaking |
| automatic rule rewriting and VPATH : | | Automatic Rule Rewriting |
| autopoint : | | autoreconf Invocation |
| autoreconf : | | autoreconf Invocation |
| autoreconf and libtoolize : | | Error required file ltmain.sh not found |
| autoscan : | | autoscan Invocation |
| Autotest: | | Using Autotest |
| AUTOTEST_PATH : | | testsuite Invocation |
| autoupdate : | | autoupdate Invocation |
| Auxiliary programs: | | Auxiliary Programs |
| Avoiding man page renaming: | | Man Pages |
| Avoiding path stripping: | | Alternative |
|
B | | |
| Back trace: | | autoconf Invocation |
| Back trace: | | autom4te Invocation |
| balancing parentheses: | | Balancing Parentheses |
| Bash: | | Shellology |
| Bash 2.05 and later: | | Shellology |
| Binary package: | | Staged Installs |
| Bootstrap: | | Bootstrapping |
| bootstrap.sh and autoreconf : | | Error required file ltmain.sh not found |
| BSD make and obj/: | | obj/ and Make |
| buffer overruns: | | Buffer Overruns |
| Build directories: | | Build Directories |
| build tree and source tree: | | VPATH Builds |
| BUILT_SOURCES , defined: | | Sources |
|
C | | |
| C function portability: | | Function Portability |
| C types: | | Types |
| C++ support: | | C++ Support |
| Cache: | | Caching Results |
| Cache variable: | | Cache Variable Names |
| Cache, enabling: | | configure Invocation |
| Canonical system type: | | Getting System Types |
| canonicalizing Automake variables: | | Other Automake variables |
| carriage return, deleting: | | Limitations of Usual Tools |
| CCASFLAGS and AM_CCASFLAGS : | | Flag Variables Ordering |
| CFLAGS and AM_CFLAGS : | | Flag Variables Ordering |
| cfortran: | | Mixing Fortran 77 With C and C++ |
| changequote : | | Changequote is Evil |
| check : | | Extending |
| check: | | Tests |
| check-local : | | Extending |
| check-news: | | List of Automake options |
| ‘check_’ primary prefix, definition: | | Variables based on primaries |
| check_PROGRAMS example: | | Default sources |
| clean : | | Extending |
| clean-local : | | Extending |
| clean-local: | | Clean |
| Coding style: | | Coding Style |
| Colorized testsuite output: | | Scripts-based Testsuites |
| command line length limit: | | Length Limitations |
| Command Substitution: | | Shell Substitutions |
| command-line, macros set on: | | Command-line Macros and whitespace |
| Commands for configuration: | | Configuration Commands |
| Comment, special to Automake: | | Comments in Makefile.am |
| Comments in Makefile macros: | | Comments in Make Macros |
| Comments in Makefile rules: | | Comments in Make Rules |
| Compilation of Java to bytecode: | | Java bytecode compilation |
| Compilation of Java to native code: | | Java Support with gcj |
| Compile Flag Variables: | | Flag Variables Ordering |
| Compilers: | | Generalities about language support |
| composing variable names: | | Polymorphic Variables |
| Conditional example, --enable-debug: | | Conditionals |
| conditional libtool libraries: | | Conditional Libtool Libraries |
| Conditional programs: | | Conditional Programs |
| Conditional subdirectories: | | Conditional Subdirectories |
| Conditional SUBDIRS : | | Conditional Subdirectories |
| Conditionals: | | Conditionals |
| config.guess: | | automake Invocation |
| config.h: | | Defining Symbols |
| config.h.bot: | | acconfig Header |
| config.h.in: | | Header Templates |
| config.h.top: | | acconfig Header |
| config.site: | | Site Defaults |
| config.status : | | config.status Invocation |
| config.sub : | | Specifying Target Triplets |
| Configuration actions: | | Configuration Actions |
| Configuration commands: | | Configuration Commands |
| Configuration file creation: | | Setting Output Variables |
| Configuration Header: | | Defining Symbols |
| Configuration Header Template: | | Header Templates |
| Configuration links: | | Configuration Links |
| configure : | | Generic installation instructions |
| Configure subdirectories: | | Configuring Other Packages in Subdirectories |
| Configure substitutions in TESTS : | | Parallel Test Harness |
| configure.ac, scanning: | | Format of configure.ac |
| configure.in: | | Format of configure.ac |
| conflicting definitions: | | Extending |
| convenience libraries, libtool: | | Libtool Convenience Libraries |
| copying semantics: | | Extending |
| Copyright Notice: | | Notices |
| Copyright Notice: | | Writing Testsuites |
| cpio example: | | EXTRA_ Automake variables |
| CPPFLAGS and AM_CPPFLAGS : | | Flag Variables Ordering |
| Creating configuration files: | | Setting Output Variables |
| Creating temporary files: | | Limitations of Usual Tools |
| Cross compilation: | | Hosts and Cross-Compilation |
| CVS and generated files: | | CVS |
| CVS and third-party files: | | CVS |
| CVS and timestamps: | | CVS |
| CXXFLAGS and AM_CXXFLAGS : | | Flag Variables Ordering |
|
D | | |
| Darwin: | | Systemology |
| DATA primary, defined: | | Data |
| Data structure, set: | | Set manipulation Macros |
| datarootdir: | | Changed Directory Variables |
| debug build, example: | | VPATH Builds |
| debugging rules: | | Debugging Make Rules |
| debugging tips: | | Debugging via autom4te |
| Declaration, checking: | | Declaration checks |
| Default includes: | | Default Includes |
| default source, Libtool modules example: | | Default sources |
| default verbosity for silent rules: | | Automake Silent Rules |
| default _SOURCES : | | Default sources |
| definitions, conflicts: | | Extending |
| dejagnu: | | DejaGnu Tests |
| dejagnu: | | List of Automake options |
| deleting carriage return: | | Limitations of Usual Tools |
| depcomp : | | Dependencies |
| dependencies and distributed files: | | Errors with distclean |
| Dependencies between macros: | | Dependencies Between Macros |
| Dependency tracking: | | Dependencies |
| Dependency tracking: | | Dependencies |
| Dependency tracking, disabling: | | Dependencies |
| descriptors: | | File Descriptor Macros |
| Descriptors: | | File Descriptors |
| Directories, build: | | Build Directories |
| Directories, installation: | | Installation Directory Variables |
| dirlist: | | Macro Search Path |
| Disabling dependency tracking: | | Dependencies |
| Disabling hard errors: | | Scripts-based Testsuites |
| dist: | | Basics of Distribution |
| dist-bzip2: | | The Types of Distributions |
| dist-bzip2: | | List of Automake options |
| dist-bzip2: | | List of Automake options |
| dist-gzip: | | The Types of Distributions |
| dist-hook : | | Extending |
| dist-hook: | | The dist Hook |
| dist-lzip: | | The Types of Distributions |
| dist-lzip: | | List of Automake options |
| dist-lzip: | | List of Automake options |
| dist-xz: | | The Types of Distributions |
| dist-xz: | | List of Automake options |
| dist-xz: | | List of Automake options |
| dist-zip: | | The Types of Distributions |
| dist-zip: | | List of Automake options |
| dist-zip: | | List of Automake options |
| distcheck: | | Checking the Distribution |
| distcheck-hook: | | Checking the Distribution |
| distclean : | | Extending |
| distclean : | | Errors with distclean |
| distclean , diagnostic: | | Errors with distclean |
| distclean-local : | | Extending |
| distclean-local: | | Clean |
| distcleancheck: | | Checking the Distribution |
| distdir: | | Third-Party Makefiles |
| Distinction between errors and failures in testsuites: | | Generalities about Testing |
| distuninstallcheck: | | Checking the Distribution |
| dist_ and nobase_ : | | Alternative |
| dist_ and notrans_ : | | Man Pages |
| DIST_SUBDIRS , explained: | | DIST_SUBDIRS |
| division, integer: | | Signed Integer Division |
| dmalloc , support for: | | Macros supplied with Automake |
| dnl : | | Macro Definitions |
| dnl : | | Coding Style |
| double-colon rules and VPATH : | | VPATH and Double-colon |
| dvi : | | Extending |
| dvi: | | Texinfo |
| DVI output using Texinfo: | | Texinfo |
| dvi-local : | | Extending |
|
E | | |
| EDITION Texinfo flag: | | version dot texi |
| else: | | Conditionals |
| Empty libraries: | | Libraries |
| Empty libraries and ‘$(LIBOBJS)’: | | LIBOBJS |
| empty _SOURCES : | | Default sources |
| Endianness: | | C Compiler |
| endif: | | Conditionals |
| environment, macros set from: | | Command-line Macros and whitespace |
| Erlang: | | Erlang Compiler and Interpreter |
| Erlang, Library, checking: | | Erlang Libraries |
| Example conditional --enable-debug: | | Conditionals |
| Example conditional AC_CONFIG_FILES : | | Conditionals |
| Example of shared libraries: | | Libtool Libraries |
| Example, EXTRA_PROGRAMS : | | EXTRA_ Automake variables |
| Example, mixed language: | | Mixing Fortran 77 With C and C++ |
| Executable extension: | | EXEEXT |
| Exit status 77, special interpretation: | | Scripts-based Testsuites |
| Exit status 99, special interpretation: | | Scripts-based Testsuites |
| exiting portably: | | Exiting Portably |
| expanded before required: | | Expanded Before Required |
| expected failure: | | Generalities about Testing |
| expected test failure: | | Generalities about Testing |
| Expected test failure: | | Scripts-based Testsuites |
| explicit rules, $< , and VPATH : | | $< in Explicit Rules |
| Extending aclocal : | | Extending aclocal |
| Extending list of installation directories: | | Adding installation directories |
| Extension, executable: | | EXEEXT |
| External software: | | External Software |
| Extra files distributed with Automake: | | automake Invocation |
| EXTRA_ , prepending: | | EXTRA_ Automake variables |
| EXTRA_PROGRAMS , defined: | | EXTRA_ Automake variables |
| EXTRA_PROGRAMS , defined: | | Conditional Programs |
| EXTRA_prog_SOURCES , defined: | | Conditional Sources |
|
F | | |
| F77: | | Fortran Compiler |
| FCFLAGS and AM_FCFLAGS : | | Flag Variables Ordering |
| FFLAGS and AM_FFLAGS : | | Flag Variables Ordering |
| FHS: | | Site Defaults |
| file descriptors: | | File Descriptor Macros |
| File descriptors: | | File Descriptors |
| file names, limitations on: | | Limitations on File Names |
| File system conventions: | | File System Conventions |
| File, checking: | | Files |
| filename-length-max=99: | | List of Automake options |
| Files distributed with Automake: | | automake Invocation |
| Filesystem Hierarchy Standard: | | Site Defaults |
| Flag variables, ordering: | | Flag Variables Ordering |
| Flag Variables, Ordering: | | Flag Variables Ordering |
| FLIBS , defined: | | Mixing Fortran 77 With C and C++ |
| floating point: | | Floating Point Portability |
| Forbidden patterns: | | Forbidden Patterns |
| foreign: | | List of Automake options |
| foreign strictness: | | Strictness |
| Fortran: | | Fortran Compiler |
| Fortran 77 support: | | Fortran 77 Support |
| Fortran 77, mixing with C and C++: | | Mixing Fortran 77 With C and C++ |
| Fortran 77, Preprocessing: | | Preprocessing Fortran 77 |
| Fortran 9x support: | | Fortran 9x Support |
| Function, checking: | | Particular Functions |
|
G | | |
| GCJFLAGS and AM_GCJFLAGS : | | Flag Variables Ordering |
| generated files and CVS: | | CVS |
| generated files, distributed: | | CVS |
| Gettext: | | autoreconf Invocation |
| Gettext support: | | gettext |
| gnits: | | List of Automake options |
| gnits strictness: | | Strictness |
| gnu: | | List of Automake options |
| GNU Gettext support: | | gettext |
| gnu strictness: | | Strictness |
| Gnulib: | | Gnulib |
| GNUmakefile including Makefile: | | Third-Party Makefiles |
| Go: | | Go Compiler |
|
H | | |
| hard error: | | Generalities about Testing |
| Header files in _SOURCES : | | Program Sources |
| Header portability: | | Header Portability |
| Header templates: | | Header Templates |
| Header, checking: | | Header Files |
| HEADERS primary, defined: | | Headers |
| HEADERS , installation directories: | | Headers |
| Help strings: | | Pretty Help Strings |
| Here-documents: | | Here-Documents |
| History of autoconf: | | History of Autoconf |
| hook targets: | | Extending |
| HP-UX 10, lex problems: | | Macros supplied with Automake |
| html : | | Extending |
| html: | | Texinfo |
| HTML output using Texinfo: | | Texinfo |
| html-local : | | Extending |
|
I | | |
| id: | | Tags |
| if: | | Conditionals |
| ifnames : | | ifnames Invocation |
| Imake: | | Why Not Imake |
| include: | | Automake include directive |
| include: | | Basics of Distribution |
| include , distribution: | | Basics of Distribution |
| Includes, default: | | Default Includes |
| Including Makefile fragment: | | Automake include directive |
| indirection, variable name: | | Polymorphic Variables |
| info : | | Extending |
| info: | | List of Automake options |
| info-in-builddir: | | List of Automake options |
| info-local : | | Extending |
| input: | | File Descriptor Macros |
| install : | | Extending |
| install: | | The Two Parts of Install |
| Install hook: | | Extending Installation |
| Install prefix: | | Default Prefix |
| Install, two parts of: | | The Two Parts of Install |
| install-data : | | Extending |
| install-data: | | The Two Parts of Install |
| install-data-hook : | | Extending |
| install-data-local : | | Extending |
| install-data-local: | | Extending Installation |
| install-dvi : | | Extending |
| install-dvi: | | Texinfo |
| install-dvi-local : | | Extending |
| install-exec : | | Extending |
| install-exec: | | The Two Parts of Install |
| install-exec-hook : | | Extending |
| install-exec-local : | | Extending |
| install-exec-local: | | Extending Installation |
| install-html : | | Extending |
| install-html: | | Texinfo |
| install-html-local : | | Extending |
| install-info : | | Extending |
| install-info: | | Texinfo |
| install-info: | | List of Automake options |
| install-info target: | | Texinfo |
| install-info-local : | | Extending |
| install-man: | | Man Pages |
| install-man: | | List of Automake options |
| install-man target: | | Man Pages |
| install-pdf : | | Extending |
| install-pdf: | | Texinfo |
| install-pdf-local : | | Extending |
| install-ps : | | Extending |
| install-ps: | | Texinfo |
| install-ps-local : | | Extending |
| install-strip: | | Install Rules for the User |
| Installation directories: | | Installation Directory Variables |
| Installation directories, extending list: | | Adding installation directories |
| Installation support: | | Install |
| installcheck : | | Extending |
| installcheck-local : | | Extending |
| installdirs : | | Extending |
| installdirs: | | Install Rules for the User |
| installdirs-local : | | Extending |
| Installing headers: | | Headers |
| Installing scripts: | | Scripts |
| installing versioned binaries: | | Extending |
| Instantiation: | | Autoconf output |
| integer overflow: | | Integer Overflow |
| integer overflow: | | Integer Overflow Basics |
| integer overflow: | | Signed Overflow Examples |
| integer overflow: | | Signed Overflow Advice |
| Interfacing with third-party packages: | | Third-Party Makefiles |
| Invocation of aclocal : | | aclocal Invocation |
| Invoking aclocal : | | aclocal Invocation |
| invoking the shell: | | Invoking the Shell |
|
J | | |
| JAVA primary, defined: | | Java bytecode compilation |
| JAVA restrictions: | | Java bytecode compilation |
| Java support with gcj: | | Java Support with gcj |
| Java to bytecode, compilation: | | Java bytecode compilation |
| Java to native code, compilation: | | Java Support with gcj |
|
K | | |
| Korn shell: | | Shellology |
| Ksh: | | Shellology |
|
L | | |
| Language: | | Language Choice |
| Large file support: | | System Services |
| lazy test execution: | | Parallel Test Harness |
| LDADD and -l: | | Linking |
| LDFLAGS and AM_LDFLAGS : | | Flag Variables Ordering |
| lex problems with HP-UX 10: | | Macros supplied with Automake |
| lex , multiple lexers: | | Yacc and Lex |
| LFLAGS and AM_LFLAGS : | | Flag Variables Ordering |
| LFS: | | System Services |
| lib64: | | Site Defaults |
| LIBOBJS , and Libtool: | | LTLIBOBJS |
| LIBOBJS , example: | | LIBOBJS |
| LIBOBJS , special handling: | | LIBOBJS |
| LIBRARIES primary, defined: | | Libraries |
| Library, checking: | | Checks for Libraries |
| Libtool: | | Libtool |
| libtool convenience libraries: | | Libtool Convenience Libraries |
| libtool libraries, conditional: | | Conditional Libtool Libraries |
| libtool library, definition: | | Libtool Concept |
| libtool modules: | | Libtool Modules |
| Libtool modules, default source example: | | Default sources |
| libtool , introduction: | | Libtool Concept |
| LIBTOOLFLAGS and AM_LIBTOOLFLAGS : | | Flag Variables Ordering |
| libtoolize and autoreconf : | | Error required file ltmain.sh not found |
| libtoolize , no longer run by automake : | | Error required file ltmain.sh not found |
| License: | | Licensing of generated files |
| Limitations of make : | | Portable Make Programming |
| Limitations of shell builtins: | | Limitations of Builtins |
| Limitations of usual tools: | | Limitations of Usual Tools |
| Linking Fortran 77 with C and C++: | | Mixing Fortran 77 With C and C++ |
| Links: | | Configuration Links |
| Links for configuration: | | Configuration Links |
| LISP primary, defined: | | Emacs Lisp |
| Listing directories: | | Limitations of Usual Tools |
| LN_S example: | | Extending |
| local targets: | | Extending |
| loop induction: | | Optimization and Wraparound |
| low-level output: | | File Descriptor Macros |
| LTALLOCA , special handling: | | LTLIBOBJS |
| LTLIBOBJS , special handling: | | LTLIBOBJS |
| LTLIBRARIES primary, defined: | | Libtool Libraries |
| ltmain.sh not found: | | Error required file ltmain.sh not found |
|
M | | |
| M4: | | Programming in M4 |
| M4 quotation: | | M4 Quotation |
| M4sugar: | | Programming in M4sugar |
| m4sugar debugging tips: | | Debugging via autom4te |
| m4_include , distribution: | | Basics of Distribution |
| Macro invocation stack: | | autoconf Invocation |
| Macro invocation stack: | | autom4te Invocation |
| Macro search path: | | Macro Search Path |
| macro serial numbers: | | Serials |
| Macros recognized by Automake: | | Automake requirements |
| Macros, called once: | | One-Shot Macros |
| Macros, obsoleting: | | Obsoleting Macros |
| Macros, ordering: | | Suggested Ordering |
| Macros, prerequisites: | | Prerequisite Macros |
| maintainer-clean-local: | | Clean |
| make -k : | | make -k Status |
| make and MAKEFLAGS : | | The Make Macro MAKEFLAGS |
| make and SHELL : | | The Make Macro SHELL |
| make check : | | Tests |
| ‘make clean’ support: | | Clean |
| ‘make dist’: | | Basics of Distribution |
| ‘make distcheck’: | | Checking the Distribution |
| ‘make distclean’, diagnostic: | | Errors with distclean |
| ‘make distcleancheck’: | | Checking the Distribution |
| ‘make distuninstallcheck’: | | Checking the Distribution |
| ‘make install’ support: | | Install |
| ‘make installcheck’, testing --help and --version: | | List of Automake options |
| Make rules, overriding: | | Rules in Makefile.am |
| Make targets, overriding: | | Rules in Makefile.am |
| Makefile fragment, including: | | Automake include directive |
| Makefile macros and comments: | | Comments in Make Macros |
| Makefile macros and whitespace: | | Trailing whitespace in Make Macros |
| Makefile rules and comments: | | Comments in Make Rules |
| Makefile rules and newlines: | | Newlines in Make Rules |
| Makefile substitutions: | | Setting Output Variables |
| MAKEFLAGS and make : | | The Make Macro MAKEFLAGS |
| Making directories: | | Limitations of Usual Tools |
| Man page renaming, avoiding: | | Man Pages |
| MANS primary, defined: | | Man Pages |
| many outputs, rules with: | | Multiple Outputs |
| mdate-sh: | | version dot texi |
| Messages, from autoconf : | | Reporting Messages |
| Messages, from configure : | | Printing Messages |
| Messages, from M4sugar : | | Diagnostic Macros |
| missing , purpose: | | maintainer-mode |
| Mixed language example: | | Mixing Fortran 77 With C and C++ |
| Mixing Fortran 77 with C and C++: | | Mixing Fortran 77 With C and C++ |
| Mixing Fortran 77 with C and/or C++: | | Mixing Fortran 77 With C and C++ |
| mkdir -p , macro check: | | Macros supplied with Automake |
| modules, libtool: | | Libtool Modules |
| mostlyclean : | | Extending |
| mostlyclean-local : | | Extending |
| mostlyclean-local: | | Clean |
| Moving open files: | | Limitations of Usual Tools |
| multiple configurations, example: | | VPATH Builds |
| Multiple configure.ac files: | | automake Invocation |
| Multiple lex lexers: | | Yacc and Lex |
| multiple outputs, rules with: | | Multiple Outputs |
| Multiple yacc parsers: | | Yacc and Lex |
|
N | | |
| Nesting packages: | | Subpackages |
| newline, deleting: | | Limitations of Usual Tools |
| Newlines in Makefile rules: | | Newlines in Make Rules |
| no-define: | | List of Automake options |
| no-define: | | Macros supplied with Automake |
| no-dependencies: | | Dependencies |
| no-dependencies: | | List of Automake options |
| no-dist: | | List of Automake options |
| no-dist-gzip: | | List of Automake options |
| no-dist-gzip: | | List of Automake options |
| no-exeext: | | List of Automake options |
| no-installinfo: | | Texinfo |
| no-installinfo: | | List of Automake options |
| no-installinfo option: | | Texinfo |
| no-installman: | | Man Pages |
| no-installman: | | List of Automake options |
| no-installman option: | | Man Pages |
| no-texinfo.tex: | | List of Automake options |
| nobase_ and dist_ or nodist_ : | | Alternative |
| nobase_ prefix: | | Alternative |
| nodist_ and nobase_ : | | Alternative |
| nodist_ and notrans_ : | | Man Pages |
| ‘noinst_’ primary prefix, definition: | | Variables based on primaries |
| Non-GNU packages: | | Strictness |
| nostdinc: | | List of Automake options |
| Notices in configure : | | Notices |
| notrans_ and dist_ or nodist_ : | | Man Pages |
| notrans_ prefix: | | Man Pages |
| null pointers: | | Null Pointers |
|
O | | |
| obj/, subdirectory: | | obj/ and Make |
| OBJCFLAGS and AM_OBJCFLAGS : | | Flag Variables Ordering |
| OBJCXXFLAGS and AM_OBJCXXFLAGS : | | Flag Variables Ordering |
| Objective C support: | | Objective C Support |
| Objective C++ support: | | Objective C++ Support |
| Objects in subdirectory: | | Program and Library Variables |
| Obsolete constructs: | | Obsolete Constructs |
| obsolete macros: | | Macros supplied with Automake |
| Obsoleting macros: | | Obsoleting Macros |
| obstack: | | Particular Functions |
| One-shot macros: | | One-Shot Macros |
| optimized build, example: | | VPATH Builds |
| Option, --warnings=category: | | List of Automake options |
| Option, -Wcategory: | | List of Automake options |
| Option, check-news: | | List of Automake options |
| Option, dejagnu: | | List of Automake options |
| Option, dist-bzip2: | | List of Automake options |
| Option, dist-lzip: | | List of Automake options |
| Option, dist-xz: | | List of Automake options |
| Option, dist-zip: | | List of Automake options |
| Option, filename-length-max=99: | | List of Automake options |
| Option, foreign: | | List of Automake options |
| Option, gnits: | | List of Automake options |
| Option, gnu: | | List of Automake options |
| Option, info-in-builddir: | | List of Automake options |
| Option, no-define: | | List of Automake options |
| Option, no-dependencies: | | List of Automake options |
| Option, no-dist: | | List of Automake options |
| Option, no-dist-gzip: | | List of Automake options |
| Option, no-exeext: | | List of Automake options |
| Option, no-installinfo : | | Texinfo |
| Option, no-installinfo: | | List of Automake options |
| Option, no-installman: | | Man Pages |
| Option, no-installman: | | List of Automake options |
| Option, no-texinfo.tex: | | List of Automake options |
| Option, nostdinc: | | List of Automake options |
| Option, parallel-tests: | | List of Automake options |
| Option, readme-alpha: | | List of Automake options |
| Option, serial-tests: | | List of Automake options |
| Option, tar-pax: | | List of Automake options |
| Option, tar-ustar: | | List of Automake options |
| Option, tar-v7: | | List of Automake options |
| Option, version: | | List of Automake options |
| Option, warnings: | | List of Automake options |
| Options, aclocal : | | aclocal Options |
| Options, automake : | | Automake options |
| Options, package: | | Package Options |
| Options, Package: | | Option Checking |
| Options, std-options: | | List of Automake options |
| Options, subdir-objects: | | List of Automake options |
| Ordering flag variables: | | Flag Variables Ordering |
| Ordering macros: | | Suggested Ordering |
| Output variables: | | Setting Output Variables |
| Output variables: | | Preset Output Variables |
| Output variables, special characters in: | | Special Chars in Variables |
| output, low-level: | | File Descriptor Macros |
| overflow, signed integer: | | Integer Overflow |
| overflow, signed integer: | | Integer Overflow Basics |
| overflow, signed integer: | | Signed Overflow Examples |
| overflow, signed integer: | | Signed Overflow Advice |
| Overriding make rules: | | Rules in Makefile.am |
| Overriding make targets: | | Rules in Makefile.am |
| Overriding make variables: | | Automake variable definitions |
| overriding rules: | | Extending |
| overriding semantics: | | Extending |
|
P | | |
| Package options: | | Package Options |
| PACKAGE , directory: | | Variables based on primaries |
| PACKAGE , prevent definition: | | Macros supplied with Automake |
| package.m4: | | Making testsuite Scripts |
| Parallel build trees: | | VPATH Builds |
| Parallel make : | | Parallel Make |
| parallel-tests: | | List of Automake options |
| parentheses, balancing: | | Balancing Parentheses |
| Path stripping, avoiding: | | Alternative |
| Patterns, forbidden: | | Forbidden Patterns |
| pax format: | | List of Automake options |
| pdf : | | Extending |
| pdf: | | Texinfo |
| PDF output using Texinfo: | | Texinfo |
| pdf-local : | | Extending |
| Per-object flags, emulated: | | Program and Library Variables |
| per-target compilation flags, defined: | | Program and Library Variables |
| pkgdatadir , defined: | | Variables based on primaries |
| pkgincludedir , defined: | | Variables based on primaries |
| pkglibdir , defined: | | Variables based on primaries |
| pkglibexecdir , defined: | | Variables based on primaries |
| polymorphic variable name: | | Polymorphic Variables |
| portability: | | Varieties of Unportability |
| Portability of C functions: | | Function Portability |
| Portability of headers: | | Header Portability |
| Portable C and C++ programming: | | Portable C and C++ |
| Portable shell programming: | | Portable Shell |
| positional parameters: | | Shell Substitutions |
| Posix termios headers: | | System Services |
| Precious Variable: | | Setting Output Variables |
| Prefix for install: | | Default Prefix |
| Preprocessing Fortran 77: | | Preprocessing Fortran 77 |
| preprocessor arithmetic: | | Preprocessor Arithmetic |
| Preprocessors: | | Generalities about language support |
| prerequisite directories and VPATH : | | Tru64 Directory Magic |
| Prerequisite macros: | | Prerequisite Macros |
| Primary variable, DATA : | | Data |
| Primary variable, defined: | | Variables based on primaries |
| Primary variable, HEADERS : | | Headers |
| Primary variable, JAVA : | | Java bytecode compilation |
| Primary variable, LIBRARIES : | | Libraries |
| Primary variable, LISP : | | Emacs Lisp |
| Primary variable, LTLIBRARIES : | | Libtool Libraries |
| Primary variable, MANS : | | Man Pages |
| Primary variable, PROGRAMS : | | Variables based on primaries |
| Primary variable, PYTHON : | | Python |
| Primary variable, SCRIPTS : | | Scripts |
| Primary variable, SOURCES : | | Program Sources |
| Primary variable, TEXINFOS : | | Texinfo |
| Program names, transforming: | | Transforming Names |
| PROGRAMS primary variable: | | Variables based on primaries |
| Programs, auxiliary: | | Auxiliary Programs |
| PROGRAMS , bindir : | | Program Sources |
| Programs, conditional: | | Conditional Programs |
| Programs, renaming during installation: | | Transforming Names |
| prog_LDADD , defined: | | Linking |
| Proxy Makefile for third-party packages: | | Third-Party Makefiles |
| ps : | | Extending |
| ps: | | Texinfo |
| PS output using Texinfo: | | Texinfo |
| ps-local : | | Extending |
| PYTHON primary, defined: | | Python |
|
Q | | |
| QNX 4.25: | | Systemology |
| quadrigraphs: | | Quadrigraphs |
| quotation: | | Autoconf Language |
| quotation: | | M4 Quotation |
|
R | | |
| Ratfor programs: | | Preprocessing Fortran 77 |
| read-only source tree: | | VPATH Builds |
| README-alpha: | | Strictness |
| readme-alpha: | | List of Automake options |
| rebuild rules: | | Build system regeneration |
| rebuild rules: | | CVS |
| recheck: | | Parallel Test Harness |
| recursive targets and third-party Makefiles: | | Third-Party Makefiles |
| Register test case result: | | Log files generation and test results recording |
| Register test result: | | Log files generation and test results recording |
| Remaking automatically: | | Automatic Remaking |
| Renaming programs: | | Transforming Names |
| Requirements of Automake: | | Automake requirements |
| Restrictions for JAVA : | | Java bytecode compilation |
| reStructuredText field, :copy-in-global-log: : | | Log files generation and test results recording |
| reStructuredText field, :recheck: : | | Log files generation and test results recording |
| reStructuredText field, :test-global-result: : | | Log files generation and test results recording |
| reStructuredText field, :test-result: : | | Log files generation and test results recording |
| Revision: | | Notices |
| RFLAGS and AM_RFLAGS : | | Flag Variables Ordering |
| Rule, Single Suffix Inference: | | Single Suffix Rules |
| rules with multiple outputs: | | Multiple Outputs |
| rules, conflicting: | | Extending |
| rules, debugging: | | Debugging Make Rules |
| rules, overriding: | | Extending |
|
S | | |
| Scanning configure.ac: | | Format of configure.ac |
| SCRIPTS primary, defined: | | Scripts |
| SCRIPTS , installation directories: | | Scripts |
| Selecting the linker automatically: | | How the Linker is Chosen |
| Separated Dependencies: | | Single Suffix Rules |
| serial number and --install: | | aclocal Options |
| serial numbers in macros: | | Serials |
| serial-tests: | | List of Automake options |
| serial-tests, Using: | | Serial Test Harness |
| set -b : | | Limitations of Builtins |
| set -e : | | Limitations of Builtins |
| set -m : | | Limitations of Builtins |
| set -n : | | Limitations of Builtins |
| Set manipulation: | | Set manipulation Macros |
| Shared libraries, support for: | | Shared libraries |
| SHELL and make : | | The Make Macro SHELL |
| Shell assignments: | | Assignments |
| Shell builtins: | | Limitations of Builtins |
| Shell file descriptors: | | File Descriptors |
| Shell Functions: | | Shell Functions |
| Shell here-documents: | | Here-Documents |
| shell invocation: | | Invoking the Shell |
| Shell parentheses: | | Parentheses |
| Shell pattern matching: | | Shell Pattern Matching |
| Shell slashes: | | Slashes |
| Shell substitutions: | | Shell Substitutions |
| Shell variables: | | Special Shell Variables |
| Shellology: | | Shellology |
| Signal handling in the shell: | | Signal Handling |
| Signals, shells and: | | Signal Handling |
| signed integer overflow: | | Integer Overflow |
| signed integer overflow: | | Integer Overflow Basics |
| signed integer overflow: | | Signed Overflow Examples |
| signed integer overflow: | | Signed Overflow Advice |
| Silencing make : | | Verbosity |
| Silent make : | | Verbosity |
| Silent make rules: | | Verbosity |
| Silent rules: | | Verbosity |
| silent rules and libtool: | | Automake Silent Rules |
| Single Suffix Inference Rule: | | Single Suffix Rules |
| Site defaults: | | Site Defaults |
| site.exp: | | DejaGnu Tests |
| source tree and build tree: | | VPATH Builds |
| source tree, read-only: | | VPATH Builds |
| SOURCES primary, defined: | | Program Sources |
| Special Automake comment: | | Comments in Makefile.am |
| Special shell variables: | | Special Shell Variables |
| Staged installation: | | Staged Installs |
| standard input: | | File Descriptor Macros |
| Standard symbols: | | Standard Symbols |
| std-options: | | List of Automake options |
| Strictness, command line: | | Automake options |
| Strictness, defined: | | Strictness |
| Strictness, foreign: | | Strictness |
| Strictness, gnits: | | Strictness |
| Strictness, gnu: | | Strictness |
| Structure, checking: | | Structures |
| subdir-objects: | | List of Automake options |
| Subdirectories, building conditionally: | | Conditional Subdirectories |
| Subdirectories, configured conditionally: | | Unconfigured Subdirectories |
| Subdirectories, not distributed: | | Unconfigured Subdirectories |
| Subdirectory configure: | | Configuring Other Packages in Subdirectories |
| Subdirectory, objects in: | | Program and Library Variables |
| SUBDIRS and AC_SUBST : | | Subdirectories with AC_SUBST |
| SUBDIRS and AM_CONDITIONAL : | | Subdirectories with AM_CONDITIONAL |
| SUBDIRS , conditional: | | Conditional Subdirectories |
| SUBDIRS , explained: | | Subdirectories |
| Subpackages: | | Subpackages |
| Substitutions in makefiles: | | Setting Output Variables |
| suffix .la, defined: | | Libtool Concept |
| suffix .lo, defined: | | Libtool Concept |
| SUFFIXES , adding: | | Handling new file extensions |
| Support for C++: | | C++ Support |
| Support for Fortran 77: | | Fortran 77 Support |
| Support for Fortran 9x: | | Fortran 9x Support |
| Support for GNU Gettext: | | gettext |
| Support for Java with gcj: | | Java Support with gcj |
| Support for Objective C: | | Objective C Support |
| Support for Objective C++: | | Objective C++ Support |
| Support for Unified Parallel C: | | Unified Parallel C |
| Support for Vala: | | Vala |
| Symbolic links: | | Limitations of Usual Tools |
| System type: | | Specifying Target Triplets |
| System type: | | Getting System Types |
| Systemology: | | Systemology |
|
T | | |
| tags: | | Tags |
| TAGS support: | | Tags |
| tar formats: | | List of Automake options |
| tar-pax: | | List of Automake options |
| tar-ustar: | | List of Automake options |
| tar-v7: | | List of Automake options |
| Target triplet: | | Specifying Target Triplets |
| Target, install-info : | | Texinfo |
| Target, install-man : | | Man Pages |
| termios Posix headers: | | System Services |
| test case: | | Generalities about Testing |
| Test case result, registering: | | Log files generation and test results recording |
| test failure: | | Generalities about Testing |
| test group: | | testsuite Scripts |
| test harness: | | Generalities about Testing |
| test metadata: | | Parallel Test Harness |
| test pass: | | Generalities about Testing |
| Test result, registering: | | Log files generation and test results recording |
| test skip: | | Generalities about Testing |
| Test suites: | | Tests |
| Tests, expected failure: | | Scripts-based Testsuites |
| testsuite : | | testsuite Scripts |
| testsuite : | | testsuite Invocation |
| testsuite harness: | | Generalities about Testing |
| Testsuite progress on console: | | Scripts-based Testsuites |
| Texinfo flag, EDITION : | | version dot texi |
| Texinfo flag, UPDATED : | | version dot texi |
| Texinfo flag, UPDATED-MONTH : | | version dot texi |
| Texinfo flag, VERSION : | | version dot texi |
| texinfo.tex: | | Texinfo |
| TEXINFOS primary, defined: | | Texinfo |
| third-party files and CVS: | | CVS |
| Third-party packages, interfacing with: | | Third-Party Makefiles |
| timestamp resolution: | | Limitations of Usual Tools |
| timestamp resolution: | | Limitations of Usual Tools |
| timestamp resolution: | | Timestamps and Make |
| timestamps and CVS: | | CVS |
| Transforming program names: | | Transforming Names |
| Transforming program names: | | Transforming Names |
| trees, source vs. build: | | VPATH Builds |
| Tru64: | | Systemology |
| Types: | | Types |
|
U | | |
| unbalanced parentheses, managing: | | Balancing Parentheses |
| undefined macro: | | New Macros |
| underquoted AC_DEFUN : | | Extending aclocal |
| unexpected pass: | | Generalities about Testing |
| unexpected test pass: | | Generalities about Testing |
| Unified Parallel C support: | | Unified Parallel C |
| uninstall : | | Extending |
| uninstall: | | Install Rules for the User |
| uninstall-hook : | | Extending |
| uninstall-local : | | Extending |
| Unit tests: | | Parallel Test Harness |
| Unix version 7: | | Systemology |
| Unordered set manipulation: | | Set manipulation Macros |
| UPCFLAGS and AM_UPCFLAGS : | | Flag Variables Ordering |
| UPDATED Texinfo flag: | | version dot texi |
| UPDATED-MONTH Texinfo flag: | | version dot texi |
| Upgrading autoconf: | | Autoconf 1 |
| Upgrading autoconf: | | Autoconf 2.13 |
| user variables: | | Other Automake variables |
| Using aclocal : | | Format of configure.ac |
| ustar format: | | List of Automake options |
|
V | | |
| V7: | | Systemology |
| v7 tar format: | | List of Automake options |
| Vala Support: | | Vala |
| variable name indirection: | | Polymorphic Variables |
| variable names, composing: | | Polymorphic Variables |
| Variable, Precious: | | Setting Output Variables |
| variables and VPATH : | | Variables listed in VPATH |
| variables, conflicting: | | Extending |
| Variables, overriding: | | Automake variable definitions |
| variables, reserved for the user: | | Other Automake variables |
| Version: | | Versioning |
| VERSION Texinfo flag: | | version dot texi |
| version, Autoconf: | | Versioning |
| VERSION , prevent definition: | | Macros supplied with Automake |
| version.m4, example: | | Build system regeneration |
| version.sh, example: | | Build system regeneration |
| versioned binaries, installing: | | Extending |
| volatile objects: | | Volatile Objects |
| VPATH : | | VPATH and Make |
| VPATH and automatic rule rewriting: | | Automatic Rule Rewriting |
| VPATH and double-colon rules: | | VPATH and Double-colon |
| VPATH and prerequisite directories: | | Tru64 Directory Magic |
| VPATH and variables: | | Variables listed in VPATH |
| VPATH builds: | | VPATH Builds |
| VPATH , explicit rules, and $< : | | $< in Explicit Rules |
| VPATH , resolving target pathnames: | | Make Target Lookup |
|
W | | |
| whitespace in command-line macros: | | Command-line Macros and whitespace |
| whitespace in Makefile macros: | | Trailing whitespace in Make Macros |
| wildcards: | | Wildcards |
| Windows: | | EXEEXT |
| wraparound arithmetic: | | Integer Overflow |
| wraparound arithmetic: | | Integer Overflow Basics |
| wraparound arithmetic: | | Signed Overflow Examples |
| wraparound arithmetic: | | Signed Overflow Advice |
|
X | | |
| X Window System: | | System Services |
| xfail: | | Generalities about Testing |
| xpass: | | Generalities about Testing |
|
Y | | |
| yacc , multiple parsers: | | Yacc and Lex |
| YFLAGS and AM_YFLAGS : | | Flag Variables Ordering |
| ylwrap : | | Yacc and Lex |
|
Z | | |
| Zsh: | | Shellology |
|