1AUTOMAKE(1) User Commands AUTOMAKE(1)
2
3
4
6 automake - manual page for automake 1.16.5
7
9 automake-1.16 [OPTION]... [Makefile]...
10
12 Generate Makefile.in for configure from Makefile.am.
13
14 Operation modes:
15 --help print this help, then exit
16
17 --version
18 print version number, then exit
19
20 -v, --verbose
21 verbosely list files processed
22
23 --no-force
24 only update Makefile.in's that are out of date
25
26 -W, --warnings=CATEGORY
27 report the warnings falling in CATEGORY
28
29 Dependency tracking:
30 -i, --ignore-deps
31 disable dependency tracking code
32
33 --include-deps
34 enable dependency tracking code
35
36 Flavors:
37 --foreign
38 set strictness to foreign
39
40 --gnits
41 set strictness to gnits
42
43 --gnu set strictness to gnu
44
45 Library files:
46 -a, --add-missing
47 add missing standard files to package
48
49 --libdir=DIR
50 set directory storing library files
51
52 --print-libdir
53 print directory storing library files
54
55 -c, --copy
56 with -a, copy missing files (default is symlink)
57
58 -f, --force-missing
59 force update of standard files
60
61 Warning categories include:
62 cross cross compilation issues
63
64 gnu GNU coding standards (default in gnu and gnits modes)
65
66 obsolete
67 obsolete features or constructions (default)
68
69 override
70 user redefinitions of Automake rules or variables
71
72 portability
73 portability issues (default in gnu and gnits modes)
74
75 portability-recursive
76 nested Make variables (default with -Wportability)
77
78 extra-portability
79 extra portability issues related to obscure tools
80
81 syntax dubious syntactic constructs (default)
82
83 unsupported
84 unsupported or incomplete features (default)
85
86 all all the warnings
87
88 no-CATEGORY
89 turn off warnings in CATEGORY
90
91 none turn off all the warnings
92
93 error treat warnings as errors
94
95 Files automatically distributed if found (always):
96 ABOUT-GNU
97 TODO install-sh mdate-sh
98
99 ABOUT-NLS
100 ar-lib libversion.in missing
101
102 BACKLOG
103 compile ltcf-c.sh mkinstalldirs
104
105 COPYING
106 config.guess ltcf-cxx.sh py-compile
107
108 COPYING.DOC
109 config.rpath ltcf-gcj.sh texinfo.tex
110
111 COPYING.LESSER
112 config.sub ltconfig ylwrap
113
114 COPYING.LIB
115 depcomp ltmain.sh
116
117 Files automatically distributed if found (as .md if needed):
118 AUTHORS[.md]
119 INSTALL[.md] README[.md] THANKS[.md]
120
121 ChangeLog[.md]
122 NEWS[.md]
123
124 Files automatically distributed if found (under certain conditions):
125 README-alpha[.md]
126 config.h.bot configure configure.in
127
128 acconfig.h
129 config.h.top configure.ac stamp-vti
130
131 aclocal.m4
132
134 Written by Tom Tromey <tromey@redhat.com>
135
136 and Alexandre Duret-Lutz <adl@gnu.org>.
137
139 Report bugs to <bug-automake@gnu.org>.
140 GNU Automake home page: <https://www.gnu.org/software/automake/>.
141 General help using GNU software: <https://www.gnu.org/gethelp/>.
142
144 Copyright © 2021 Free Software Foundation, Inc. License GPLv2+: GNU
145 GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
146 This is free software: you are free to change and redistribute it.
147 There is NO WARRANTY, to the extent permitted by law.
148
150 The full documentation for automake is maintained as a Texinfo manual.
151 If the info and automake programs are properly installed at your site,
152 the command
153
154 info automake
155
156 should give you access to the complete manual.
157
158
159
160GNU automake 1.16.5 January 2023 AUTOMAKE(1)