]> err.no Git - sope/blob - README
4d8037d9928dd3689d87d7ecc7628a894f72101f
[sope] / 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    With GNUstep-Base, we strongly recommend the use of the ffcall
43 libraries, which provides stack frame handling for NSInvocation and
44 NSConnection.  "Ffcall is under GNU GPL. As a special exception, if used
45 in GNUstep or in derivate works of GNUstep, the included parts of ffcall
46 are under GNU LGPL" (Text in quotes provided by the author of ffcall).
47
48 History
49 =======
50
51 The GNUstep makefile package was designed by Scott Christley
52 <scottc@net-community.com> and Ovidiu Predescu
53 <ovidiu@net-community.com>.
54
55    Flags for building shared libraries and bundles on several systems
56 were originally identified by Mircea Oancea <mircea@pathcom.com>.
57
58    Richard Frith-Macdonald <richard@brainstorm.co.uk> also contributed
59 with ideas.
60
61    Nicola Pero <nicola@brainstorm.co.uk> rewrote much of the rule
62 procedures to increase the speed of the package by over a factor of 7.
63 He also rewrote much of the rest of the system to make it simpler and
64 more effective.
65
66 How can you help?
67 =================
68
69    * Give us feedback!  Tell us what you like; tell us what you think
70      could be better.  Send bug reports to <bug-gnustep@gnu.org>.
71
72