[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8. Building Programs and Libraries
A large part of Automake's functionality is dedicated to making it easy to build programs and libraries.
8.1 Building a program | ||
8.2 Building a library | ||
8.3 Building a Shared Library | Building a Libtool library | |
8.4 Program and Library Variables | Variables controlling program and library builds | |
8.5 Default _SOURCES | Default source files | |
8.6 Special handling for LIBOBJS and ALLOCA | Special handling for LIBOBJS and ALLOCA | |
8.7 Variables used when building a program | ||
8.8 Yacc and Lex support | ||
8.9 C++ Support | Compiling C++ sources | |
8.10 Objective C Support | Compiling Objective C sources | |
8.11 Unified Parallel C Support | Compiling Unified Parallel C sources | |
8.12 Assembly Support | Compiling assembly sources | |
8.13 Fortran 77 Support | Compiling Fortran 77 sources | |
8.14 Fortran 9x Support | Compiling Fortran 9x sources | |
8.15 Java Support | Compiling Java sources | |
8.16 Vala Support | Compiling Vala sources | |
8.17 Support for Other Languages | Compiling other languages | |
8.18 Automatic de-ANSI-fication | Automatic de-ANSI-fication (obsolete) | |
8.19 Automatic dependency tracking | ||
8.20 Support for executable extensions |