logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

automake - manual page for automake 1.11.6

Author

       Written by Tom Tromey <tromey@redhat.com>

              and Alexandre Duret-Lutz <adl@gnu.org>.

Description

       Generate Makefile.in for configure from Makefile.am.

   Operationmodes:--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

   Dependencytracking:-i, --ignore-deps
              disable dependency tracking code

       --include-deps
              enable dependency tracking code

   Flavors:--cygnus
              assume program is part of Cygnus-style tree

       --foreign
              set strictness to foreign

       --gnits
              set strictness to gnits

       --gnu  set strictness to gnu

   Libraryfiles:-a, --add-missing
              add missing standard files to package

       --libdir=DIR
              directory storing library files

       -c, --copy
              with -a, copy missing files (default is symlink)

       -f, --force-missing
              force update of standard files

   Warningcategoriesinclude:
       `gnu'  GNU coding standards (default in gnu and gnits modes)

       `obsolete'
              obsolete features or constructions

       `override'
              user redefinitions of Automake rules or variables

       `portability'
              portability issues (default in gnu and gnits modes)

       `extra-portability'
              extra portability issues related to obscure tools

       `syntax'
              dubious syntactic constructs (default)

       `unsupported'
              unsupported or incomplete features (default)

       `all'  all the warnings

       `no-CATEGORY'
              turn off warnings in CATEGORY

       `none' turn off all the warnings

       `error'
              treat warnings as errors

   Filesautomaticallydistributediffound(always):
       ABOUT-GNU
              INSTALL             config.guess        ltcf-gcj.sh

       ABOUT-NLS
              NEWS                config.rpath        ltconfig

       AUTHORS
              README              config.sub          ltmain.sh

       BACKLOG
              THANKS              depcomp             mdate-sh

       COPYING
              TODO                elisp-comp          missing

       COPYING.DOC
              ansi2knr.1          install-sh          mkinstalldirs

       COPYING.LESSER
              ansi2knr.c          libversion.in       py-compile

       COPYING.LIB
              ar-lib              ltcf-c.sh           texinfo.tex

       ChangeLog
              compile             ltcf-cxx.sh         ylwrap

   Filesautomaticallydistributediffound(undercertainconditions):
       acconfig.h
              config.h.bot        configure           configure.in

       aclocal.m4
              config.h.top        configure.ac        stamp-vti

Name

       automake - manual page for automake 1.11.6

Reporting Bugs

       Report bugs to <bug-automake@gnu.org>.
       GNU Automake home page: <http://www.gnu.org/software/automake/>.
       General help using GNU software: <http://www.gnu.org/gethelp/>.

See Also

       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

              infoautomake

       should give you access to the complete manual.

automake 1.11.6                                     July 2012                                        AUTOMAKE(1)

Synopsis

automake [OPTION] ... [Makefile]...

See Also