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