wok diff automake/description.txt @ rev 23902
Add SECRET_FILES variable
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 01 16:19:51 2020 +0000 (2020-08-01) |
parents | |
children | 1c6c71d0e425 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/automake/description.txt Sat Aug 01 16:19:51 2020 +0000 1.3 @@ -0,0 +1,8 @@ 1.4 +**Automake** is a tool for automatically generating `Makefile.in's from files 1.5 +called `Makefile.am'. The goal of Automake is to remove the burden of Makefile 1.6 +maintenance from the back of the individual GNU maintainer (and put it on the 1.7 +back of the Automake maintainer). 1.8 + 1.9 +The `Makefile.am' is basically a series of `make' macro definitions (with 1.10 +rules being thrown in occasionally). The generated `Makefile.in's are 1.11 +compliant with the GNU Makefile standards.