automake command in Linux with Examples (original) (raw)

Last Updated : 3 Jun, 2024

**automake

is a tool used for automatically generating

**Makefile.in

files compliant with the set GNU Coding Standards.

**autoconf

is required for the use of automake. automake manual can either be read on-line or downloaded in the PDF format. More formats are also offered for download or on-line reading. It will generate the

_Makefile.in

for configuration from the

**Makefile.am

file.

**Syntax:

automake [OPTION]....[Makefile]

**Operation Modes:

**Dependency Tracking Options:

**Flavors:

**The library files: