Package: make Status: install ok half-configured Priority: optional Section: devel Installed-Size: 1766 Maintainer: Stephen Kitt Architecture: amd64 Multi-Arch: allowed Source: make-dfsg Version: 4.4.1-2 Replaces: make-guile Depends: libc6 (>= 2.38) Suggests: make-doc Conflicts: make-guile Description: utility for directing compilation GNU Make is a utility which controls the generation of executables and other target files of a program from the program's source files. It determines automatically which pieces of a large program need to be (re)created, and issues the commands to (re)create them. Make can be used to organize any task in which targets (files) are to be automatically updated based on input files whenever the corresponding input is newer --- it is not limited to building computer programs. Indeed, Make is a general purpose dependency solver. Homepage: https://www.gnu.org/software/make/