automake - manual page for automake 1.16.5
| Use Case | Command | Description |
|---|---|---|
| Generate Makefile.in | automake | Process Makefile.am into Makefile.in |
| Verbose processing | automake -v | List files as they are processed |
| Add missing standard files | automake -a | Add required boilerplate files |
| Copy missing files | automake -a -c | Copy (not symlink) missing files |
| Force update of standard files | automake -f | Overwrite existing standard files |
| Ignore dependency tracking | automake -i | Disable dependency tracking code |
| Foreign strictness | automake --foreign | Relax GNU standards requirements |
| GNU strictness | automake --gnu | Enforce GNU coding standards (default) |
| Gnits strictness | automake --gnits | Strictest check, for GNU maintainers |
| Enable warnings | automake -W CATEGORY | Report warnings of a given category |
| Treat warnings as errors | automake -W error | Turn all warnings into errors |
automake-1.16 [OPTION]... [Makefile]...
Generate Makefile.in for configure from Makefile.am.
--help â print this help, then exit--version â print version number, then exit-v, --verbose â verbosely list files processed--no-force â only update Makefile.in's that are out of date-W, --warnings=CATEGORY â report the warnings falling in CATEGORY-i, --ignore-deps â disable dependency tracking code--include-deps â enable dependency tracking code--foreign â set strictness to foreign--gnits â set strictness to gnits--gnu â set strictness to gnu-a, --add-missing â add missing standard files to package--libdir=DIR â set directory storing library files--print-libdir â print directory storing library files-c, --copy â with -a, copy missing files (default is symlink)-f, --force-missing â force update of standard filesWarning categories include:
cross â cross compilation issuesgnu â GNU coding standards (default in gnu and gnits modes)obsolete â obsolete features or constructions (default)override â user redefinitions of Automake rules or variablesportability â portability issues (default in gnu and gnits modes)portability-recursive â nested Make variables (default with -Wportability)extra-portability â extra portability issues related to obscure toolssyntax â dubious syntactic constructs (default)unsupported â unsupported or incomplete features (default)all â all the warningsno-CATEGORY â turn off warnings in CATEGORYnone â turn off all the warningserror â treat warnings as errorsWritten by Tom Tromey <tromey AT redhat.com>
and Alexandre Duret-Lutz <adl AT gnu.org>.
Report bugs to <bug-automake AT gnu.org>.
GNU Automake home page: <https://www.gnu.org/software/automake/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
Copyright (C) 2021 Free Software Foundation, Inc. License GPLv2+: GNU
GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
The full documentation for automake is maintained as a Texinfo manual. If the info and automake programs are properly installed at your site, the command
info automake
should give you access to the complete manual.
Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-14 21:16 @2600:1f28:365:80b0:4d23:66fa:c2bb:7bae
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)