[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.1 Building a program
In order to build a program, you need to tell Automake which sources are part of it, and which libraries it should be linked with.
This section also covers conditional compilation of sources or programs. Most of the comments about these also apply to libraries (see section Building a library) and libtool libraries (see section Building a Shared Library).
8.1.1 Defining program sources | ||
8.1.2 Linking the program | Linking with libraries or extra objects | |
8.1.3 Conditional compilation of sources | Handling conditional sources | |
8.1.4 Conditional compilation of programs | Building a program conditionally |