# # DSM for GNU make 4.4 sources # Written by Juan Manuel Guerrero 2023-01-14 # Product compiled using gcc346b, bnu2351b and djdev206. # dsm-file-version: 1.0 dsm-name: mak44s dsm-version: 0.6.1 type: sources dsm-author: Juan Manuel Guerrero dsm-author-email: juan.guerrero@gmx.de name: make version: 4.4 release 1 manifest: mak44s binaries-dsm: mak44b documentation-dsm: mak44d short-description: Sources for GNU Make version 4.4 long-description: GNU Make is a program\n\ to automatically rebuild files and programs license: GNU GPL # author. author: Richard Stallman # author. author: Roland McGrath maintainer: Paul D. Smith maintainer-email: pausmith@nortelnetworks.com # For reporting bugs mailing-list: bug-make@gnu.org # The home page of GNU make. web-site:http://www.gnu.org/software/make # The ftp site of GNU make. ftp-site:ftp://ftp.gnu.org/pub/gnu/make # For getting help in using Make mailing-list: help-make@gnu.org # For discussing DJGPP- and DOS/Windows-specific aspects mailing-list: djgpp@delorie.com newsgroup: comp.os.msdos.djgpp porter: Juan Manuel Guerrero porter-email: juan.guerrero@gmx.de simtelnet-path: v2gnu/ zip: mak44s.zip changelog: gnu/make-4.4/ChangeLog post-install-readme: gnu/make-4.4/News post-install-readme: gnu/make-4.4/README.DOS post-install-readme: gnu/make-4.4/djgpp/README # These are required to build Make with dosbuild.bat: requires: DPMI 0.9 requires: gcc requires: binutils requires: djdev >= 2.05 requires: texinfo >= 4.0d replaces: make < 4.4 release 1 # # These are used to build Make with a previous version of Make: # depends-on: make <= 3.79.2 # DJGPP v2.03 or later is need, because the # '/dev/env/DJDIR' functionality is used. depends-on: djdev >= 2.03 # For GNU install and GNU mkdir, to run "make install". Also, for # "make clean" and for "make check": depends-on: fileutils # For GNU Bash, echo and GNU Sed, to run "make install" and "make check": depends-on: bash depends-on: sh-utils depends-on: sed requires: mktemp >= 1.7 release 3 # For producing the docs and running install-info: depends-on: texinfo >= 4.0b # For producing the formatted man page: depends-on: groff # For producing printed docs: depends-on: web2c depends-on: dvips depends-on: dvilj # For generating the TAGS file: depends-on: emacs # For generating the ID database with mkid: depends-on: id-utils # For running the test suite: depends-on: perl depends-on: textutils # For NLS support. # For generating the .gmo files: depends-on: gettext >= 0.20.1 release 1 # For recoding the .gmo files from unix to dos charset: depends-on: libiconv >= 1.16 release 1