automake-1.16: A Program

 
 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
 (⇒A Library) and libtool libraries (⇒A Shared Library).
 

Menu