]> err.no Git - sope/blob - gnustep-make/README
bumped dyld version
[sope] / gnustep-make / README
1 GNUstep makefile package
2 ************************
3
4 Here is some introductory info to get you started:
5
6 What is the GNUstep makefile package?
7 =====================================
8
9 The makefile package is a simple, powerful and extensible way to write
10 makefiles for a GNUstep-based project.  It allows the user to write a
11 project without having to deal with the complex issues associated with
12 configuration, building, installation, and packaging.  It also allows
13 the user to easily create cross-compiled binaries.
14
15 Information
16 ===========
17
18 The file `NEWS' has this packages feature history.
19
20    The files `INSTALL' or `GNUstep-HOWTO' give instructions for
21 installing the packages. Also see the `machines' documentation and
22 various machine specific READMEs in the Documentation directory.
23
24    Files in the `Documentation' directory have information on the
25 design of the Makefile system and how to write your own makefiles that
26 work with it.
27
28 License
29 =======
30
31 The GNUstep libraries are covered under the GNU Lesser Public License.
32 This means you can use these libraries in any program (even non-free
33 programs). If you distribute the libraries along with your program, you
34 must make the improvements you have made to the libraries freely
35 available. You should read the COPYING.LIB file for more information.
36
37    GNUstep tools, test programs, and other files are covered under the
38 GNU General Public License. The GNU GPL is a free software license,
39 which requires that all the released improved versions be free software
40 as well.  You should read the COPYING file for more information.
41
42    The GNUstep make package is licensed under the GNU GPL.
43
44 History
45 =======
46
47 The GNUstep makefile package was designed by Scott Christley and Ovidiu
48 Predescu.
49
50    Flags for building shared libraries and bundles on several systems
51 were originally identified by Mircea Oancea <mircea@pathcom.com>.
52
53    Richard Frith-Macdonald <richard@brainstorm.co.uk> also contributed
54 with ideas.
55
56    Nicola Pero <nicola@brainstorm.co.uk> rewrote much of the rule
57 procedures to increase the speed of the package by over a factor of 7.
58 He also rewrote much of the rest of the system to make it simpler and
59 more effective.
60
61 How can you help?
62 =================
63
64    * Give us feedback!  Tell us what you like; tell us what you think
65      could be better.  Send bug reports to <bug-gnustep@gnu.org>.
66
67