Name

automake

Synopsis

    automake [options] [template_file]

GNU automake tool. Creates GNU standards-compliant Makefile.in files from Makefile.am template files and can be used to ensure that projects contain all the files and installation options required to be standards-compliant.

URL: http://www.gnu.org/software/automake.

Options

-a, --add-missing

Add any missing files automake requires to the directory by creating symbolic links to automake’s default versions.

-c, --copy

Used with the -a option. Copy missing files instead of creating symbolic links.

--cygnus

Specifies that the project has a Cygnus-style source tree.

-f, --force-missing

Used with the -a option. Replace required files even if a local copy already exists.

--foreign

Treat project as a non-GNU project. Check only for elements required for proper operation.

--gnits

A stricter version of --gnu, performing more checks to comply with GNU project structure rules.

--gnu

Treat project as a GNU project with the GNU project structure.

-i, --ignore-deps

Disable automatic dependency tracking.

--include-deps

Enable automatic dependency tracking.

--libdir= dir

Used with the -a option. Search in directory dir for default files.

--no-force

Update only Makefile.in files that have updated dependents.

-v, --verbose

List files being read or created by automake.

-Wcategory, --warnings=category

Print any warnings related to category. Accepted categories are:

all

All warnings.

error

Treat warnings as errors.

gnu

GNU coding standards.

no-

Get Unix in a Nutshell, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.