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

NAME

6       automake - manual page for automake 1.11.1
7

SYNOPSIS

9       automake [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       --cygnus
38              assume program is part of Cygnus-style tree
39
40       --foreign
41              set strictness to foreign
42
43       --gnits
44              set strictness to gnits
45
46       --gnu  set strictness to gnu
47
48   Library files:
49       -a, --add-missing
50              add missing standard files to package
51
52       --libdir=DIR
53              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       `syntax'
74              dubious syntactic constructs (default)
75
76       `unsupported'
77              unsupported or incomplete features (default)
78
79       `all'  all the warnings
80
81       `no-CATEGORY'
82              turn off warnings in CATEGORY
83
84       `none' turn off all the warnings
85
86       `error'
87              treat warnings as errors
88
89   Files which are automatically distributed, if found:
90       ABOUT-GNU
91              README              config.rpath        ltcf-gcj.sh
92
93       ABOUT-NLS
94              THANKS              config.sub          ltconfig
95
96       AUTHORS
97              TODO                configure           ltmain.sh
98
99       BACKLOG
100              acconfig.h          configure.ac        mdate-sh
101
102       COPYING
103              aclocal.m4          configure.in        missing
104
105       COPYING.DOC
106              ansi2knr.1          depcomp             mkinstalldirs
107
108       COPYING.LESSER
109              ansi2knr.c          elisp-comp          py-compile
110
111       COPYING.LIB
112              compile             install-sh          stamp-vti
113
114       ChangeLog
115              config.guess        libversion.in       texinfo.tex
116
117       INSTALL
118              config.h.bot        ltcf-c.sh           ylwrap
119
120       NEWS   config.h.top        ltcf-cxx.sh
121

AUTHOR

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

REPORTING BUGS

128       Report bugs to <bug-automake@gnu.org>.
129
131       Copyright  ©  2009  Free Software Foundation, Inc.  License GPLv2+: GNU
132       GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
133       This is free software: you are free  to  change  and  redistribute  it.
134       There is NO WARRANTY, to the extent permitted by law.
135

SEE ALSO

137       The  full documentation for automake is maintained as a Texinfo manual.
138       If the info and automake programs are properly installed at your  site,
139       the command
140
141              info automake
142
143       should give you access to the complete manual.
144
145
146
147automake 1.11.1                  December 2009                     AUTOMAKE(1)
Impressum