1AUTOMAKE(1)                      User Commands                     AUTOMAKE(1)
2
3
4

NAME

6       automake - manual page for automake 1.16.1
7

SYNOPSIS

9       automake-1.16 [OPTION]... [Makefile]...
10

DESCRIPTION

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       gnu    GNU coding standards (default in gnu and gnits modes)
63
64       obsolete
65              obsolete features or constructions
66
67       override
68              user redefinitions of Automake rules or variables
69
70       portability
71              portability issues (default in gnu and gnits modes)
72
73       extra-portability
74              extra portability issues related to obscure tools
75
76       syntax dubious syntactic constructs (default)
77
78       unsupported
79              unsupported or incomplete features (default)
80
81       all    all the warnings
82
83       no-CATEGORY
84              turn off warnings in CATEGORY
85
86       none   turn off all the warnings
87
88       error  treat warnings as errors
89
90   Files automatically distributed if found (always):
91       ABOUT-GNU
92              INSTALL             config.rpath        ltconfig
93
94       ABOUT-NLS
95              NEWS                config.sub          ltmain.sh
96
97       AUTHORS
98              README              depcomp             mdate-sh
99
100       BACKLOG
101              THANKS              install-sh          missing
102
103       COPYING
104              TODO                libversion.in       mkinstalldirs
105
106       COPYING.DOC
107              ar-lib              ltcf-c.sh           py-compile
108
109       COPYING.LESSER
110              compile             ltcf-cxx.sh         texinfo.tex
111
112       COPYING.LIB
113              config.guess        ltcf-gcj.sh         ylwrap
114
115              ChangeLog
116
117   Files automatically distributed if found (under certain conditions):
118       acconfig.h
119              config.h.bot        configure           configure.in
120
121       aclocal.m4
122              config.h.top        configure.ac        stamp-vti
123

AUTHOR

125       Written by Tom Tromey <tromey@redhat.com>
126
127              and Alexandre Duret-Lutz <adl@gnu.org>.
128

REPORTING BUGS

130       Report bugs to <bug-automake@gnu.org>.
131       GNU Automake home page: <http://www.gnu.org/software/automake/>.
132       General help using GNU software: <https://www.gnu.org/gethelp/>.
133
135       Copyright  ©  2018  Free Software Foundation, Inc.  License GPLv2+: GNU
136       GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
137       This is free software: you are free  to  change  and  redistribute  it.
138       There is NO WARRANTY, to the extent permitted by law.
139

SEE ALSO

141       The  full documentation for automake is maintained as a Texinfo manual.
142       If the info and automake programs are properly installed at your  site,
143       the command
144
145              info automake
146
147       should give you access to the complete manual.
148
149
150
151automake 1.16.1                  January 2020                      AUTOMAKE(1)
Impressum