automake: A Program

1 
1 8.1 Building a program
1 ======================
1 
1 In order to build a program, you need to tell Automake which sources are
1 part of it, and which libraries it should be linked with.
1 
1    This section also covers conditional compilation of sources or
1 programs.  Most of the comments about these also apply to libraries
1 (⇒A Library) and libtool libraries (⇒A Shared Library).
1 

Menu