automake 1:1.18.1-ok1 source package in openKylin
Changelog
automake (1:1.18.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Thu, 30 Apr 2026 18:18:30 +0800
automake (1:1.18.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Thu, 30 Apr 2026 18:18:30 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | devel |
| File | Size | SHA-256 Checksum |
|---|---|---|
| automake_1.18.1.orig.tar.xz | 1.6 MiB | 168aa363278351b89af56684448f525a5bce5079d0b6842bd910fdd3f1646887 |
| automake_1.18.1.orig.tar.xz.asc | 488 bytes | 728ce05b02f123ea360ab9d168111bc98470afc7568253e93ee2a7582ef5ddb4 |
| automake_1.18.1-ok1.debian.tar.xz | 17.2 KiB | 1ac2925ca336764b01f9e74d6fd9ae0bd53add7970e81773c07fa56faa384326 |
| automake_1.18.1-ok1.dsc | 2.3 KiB | ed69aa9d3207cd68591e88fd185bad12bc2a24f6f1f5ade555a66cc0158c897f |
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.