The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
automake1. A tool for generating GNU Standards-compliant Makefiles. Automake is a tool for automatically generating `Makefile.in's from files called `Makefile.am'. The goal of Automake is to remove the burden of Makefile maintenance from the back of the individual GNU maintainer (and put it on the back of the Automake maintainer). The `Makefile.am' is basically a series of `make' macro definitions (with rules being thrown in occasionally). The generated `Makefile.in's are compliant with the GNU Makefile standards. From Debian 3.0r0 APT 2. Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards.You should install Automake if you are developing software and would like touse its capabilities of automatically generating GNU standard Makefiles. If you install Automake, you will also need to install GNU's Autoconf package. From Mandrake 9.0 RPM 3. Automake is an experimental Makefile generator. Automake was inspiredby the 4.4BSD make and include files, but aims to be portable and toconform to the GNU standards for Makefile variables and targets. You should install Automake if you are developing software and wouldlike to use its ability to automatically generate GNU standard Makefiles. If you install Automake, you will also need to install GNU's Autoconf package. From Redhat 8.0 RPM 4. automatically create Makefile.in's from Makefile.am's From whatis |
|
|