1 | -----------------------------------
|
---|
2 |
|
---|
3 | GNU make development up to version 3.75 by:
|
---|
4 | Roland McGrath <roland@gnu.org>
|
---|
5 |
|
---|
6 |
|
---|
7 | Development starting with GNU make 3.76 by:
|
---|
8 | Paul D. Smith <psmith@gnu.org>
|
---|
9 |
|
---|
10 | Additional development starting with GNU make 3.81 by:
|
---|
11 | Boris Kolpackov <boris@kolpackov.net>
|
---|
12 |
|
---|
13 |
|
---|
14 | GNU Make User's Manual
|
---|
15 | Written by:
|
---|
16 | Richard M. Stallman <rms@gnu.org>
|
---|
17 |
|
---|
18 | Edited by:
|
---|
19 | Roland McGrath <roland@gnu.org>
|
---|
20 | Bob Chassell <bob@gnu.org>
|
---|
21 | Melissa Weisshaus <melissa@gnu.org>
|
---|
22 | Paul D. Smith <psmith@gnu.org>
|
---|
23 |
|
---|
24 | -----------------------------------
|
---|
25 | GNU make porting efforts:
|
---|
26 |
|
---|
27 | Port to VMS by:
|
---|
28 | Klaus Kaempf <kkaempf@progis.de>
|
---|
29 | Hartmut Becker <Hartmut.Becker@hp.com>
|
---|
30 | Archive support/Bug fixes by:
|
---|
31 | John W. Eaton <jwe@bevo.che.wisc.edu>
|
---|
32 | Martin Zinser <zinser@decus.decus.de>
|
---|
33 |
|
---|
34 | Port to Amiga by:
|
---|
35 | Aaron Digulla <digulla@fh-konstanz.de>
|
---|
36 |
|
---|
37 | Port to MS-DOS (DJGPP), OS/2, and MS-Windows (native/MinGW) by:
|
---|
38 | DJ Delorie <dj@delorie.com>
|
---|
39 | Rob Tulloh <rob_tulloh@tivoli.com>
|
---|
40 | Eli Zaretskii <eliz@gnu.org>
|
---|
41 | Jonathan Grant <jg@jguk.org>
|
---|
42 | Andreas Beuning <andreas.buening@nexgo.de>
|
---|
43 | Earnie Boyd <earnie@uses.sf.net>
|
---|
44 | Troy Runkel <Troy.Runkel@mathworks.com>
|
---|
45 |
|
---|
46 | -----------------------------------
|
---|
47 | Other contributors:
|
---|
48 |
|
---|
49 | Janet Carson <janet_carson@tivoli.com>
|
---|
50 | Howard Chu <hyc@highlandsun.com>
|
---|
51 | Ludovic Courtès <ludo@gnu.org>
|
---|
52 | Paul Eggert <eggert@twinsun.com>
|
---|
53 | Ramon Garcia Fernandez <ramon.garcia.f@gmail.com>
|
---|
54 | Klaus Heinz <kamar@ease.rhein-main.de>
|
---|
55 | Michael Joosten
|
---|
56 | Jim Kelton <jim_kelton@tivoli.com>
|
---|
57 | David Lubbren <uhay@rz.uni-karlsruhe.de>
|
---|
58 | Tim Magill <tim.magill@telops.gte.com>
|
---|
59 | Markus Mauhart <qwe123@chello.at>
|
---|
60 | Greg McGary <greg@mcgary.org>
|
---|
61 | Thien-Thi Nguyen <ttn@gnuvola.org>
|
---|
62 | Thomas Riedl <thomas.riedl@siemens.com>
|
---|
63 | Han-Wen Nienhuys <hanwen@cs.uu.nl>
|
---|
64 | Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
---|
65 | Carl Staelin (Princeton University)
|
---|
66 | Ian Stewartson (Data Logic Limited)
|
---|
67 | David A. Wheeler <dwheeler@dwheeler.com>
|
---|
68 | David Boyce <dsb@boyski.com>
|
---|
69 | Frank Heckenbach <f.heckenbach@fh-soft.de>
|
---|
70 |
|
---|
71 | With suggestions/comments/bug reports from a cast of ... well ...
|
---|
72 | hundreds, anyway :)
|
---|
73 |
|
---|
74 | -------------------------------------------------------------------------------
|
---|
75 | Copyright (C) 1997-2016 Free Software Foundation, Inc.
|
---|
76 | This file is part of GNU Make.
|
---|
77 |
|
---|
78 | GNU Make is free software; you can redistribute it and/or modify it under the
|
---|
79 | terms of the GNU General Public License as published by the Free Software
|
---|
80 | Foundation; either version 3 of the License, or (at your option) any later
|
---|
81 | version.
|
---|
82 |
|
---|
83 | GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
|
---|
84 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
---|
85 | A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
---|
86 |
|
---|
87 | You should have received a copy of the GNU General Public License along with
|
---|
88 | this program. If not, see <http://www.gnu.org/licenses/>.
|
---|