forked from Trepan-Debuggers/remake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
90 lines (72 loc) · 2.97 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
-----------------------------------
GNU make development up to version 3.75 by:
Roland McGrath <[email protected]>
Development starting with GNU make 3.76 by:
Paul D. Smith <[email protected]>
Additional development starting with GNU make 3.81 by:
Boris Kolpackov <[email protected]>
GNU Make User's Manual
Written by:
Richard M. Stallman <[email protected]>
Edited by:
Roland McGrath <[email protected]>
Bob Chassell <[email protected]>
Melissa Weisshaus <[email protected]>
Paul D. Smith <[email protected]>
-----------------------------------
GNU make porting efforts:
Port to VMS by:
Klaus Kaempf <[email protected]>
Hartmut Becker <[email protected]>
Archive support/Bug fixes by:
John W. Eaton <[email protected]>
Martin Zinser <[email protected]>
Port to Amiga by:
Aaron Digulla <[email protected]>
Port to MS-DOS (DJGPP), OS/2, and MS-Windows (native/MinGW) by:
DJ Delorie <[email protected]>
Rob Tulloh <[email protected]>
Eli Zaretskii <[email protected]>
Jonathan Grant <[email protected]>
Andreas Beuning <[email protected]>
Earnie Boyd <[email protected]>
Troy Runkel <[email protected]>
-----------------------------------
Other contributors:
Janet Carson <[email protected]>
Howard Chu <[email protected]>
Ludovic Courtès <[email protected]>
Paul Eggert <[email protected]>
Ramon Garcia Fernandez <[email protected]>
Klaus Heinz <[email protected]>
Michael Joosten
Jim Kelton <[email protected]>
David Lubbren <[email protected]>
Tim Magill <[email protected]>
Markus Mauhart <[email protected]>
Greg McGary <[email protected]>
Thien-Thi Nguyen <[email protected]>
Thomas Riedl <[email protected]>
Han-Wen Nienhuys <[email protected]>
Andreas Schwab <[email protected]>
Carl Staelin (Princeton University)
Ian Stewartson (Data Logic Limited)
David A. Wheeler <[email protected]>
David Boyce <[email protected]>
Frank Heckenbach <[email protected]>
Kaz Kylheku <[email protected]>
Christof Warlich <[email protected]>
With suggestions/comments/bug reports from a cast of ... well ...
hundreds, anyway :)
-------------------------------------------------------------------------------
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the License, or (at your option) any later
version.
GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.