automake: Examples

1 
1 4 Some example packages
1 ***********************
1 
1 This section contains two small examples.
1 
1    The first example (⇒Complete) assumes you have an existing
1 project already using Autoconf, with handcrafted ‘Makefile’s, and that
1 you want to convert it to using Automake.  If you are discovering both
1 tools, it is probably better that you look at the Hello World example
1 presented earlier (⇒Hello World).
1 
1    The second example (⇒true) shows how two programs can be built
1 from the same file, using different compilation parameters.  It contains
1 some technical digressions that are probably best skipped on first read.
1 

Menu