1997-09-23 21:17:19 +00:00
|
|
|
GNUstep makefile package
|
2000-12-08 17:25:44 +00:00
|
|
|
************************
|
1997-09-23 21:17:19 +00:00
|
|
|
|
2000-12-08 17:25:44 +00:00
|
|
|
Here is some introductory info to get you started:
|
1997-09-23 21:17:19 +00:00
|
|
|
|
|
|
|
What is the GNUstep makefile package?
|
|
|
|
=====================================
|
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
The makefile package is a simple, powerful and extensible way to write
|
|
|
|
makefiles for a GNUstep-based project. It allows the user to write a
|
|
|
|
project without having to deal with the complex issues associated with
|
|
|
|
configuration, building, installation, and packaging. It also allows
|
|
|
|
the user to easily create cross-compiled binaries.
|
1997-09-23 21:17:19 +00:00
|
|
|
|
2000-12-08 17:25:44 +00:00
|
|
|
Information
|
|
|
|
===========
|
1999-06-04 04:26:07 +00:00
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
The file `NEWS' has this packages feature history.
|
1999-06-04 04:26:07 +00:00
|
|
|
|
2001-03-11 03:24:42 +00:00
|
|
|
The files `INSTALL' or `GNUstep-HOWTO' give instructions for
|
2001-07-19 15:05:02 +00:00
|
|
|
installing the packages. Also see the `machines' documentation and
|
2001-03-11 03:24:42 +00:00
|
|
|
various machine specific READMEs in the Documentation directory.
|
2000-12-05 16:11:55 +00:00
|
|
|
|
2001-01-10 18:04:50 +00:00
|
|
|
Files in the `Documentation' directory have information on the
|
|
|
|
design of the Makefile system and how to write your own makefiles that
|
|
|
|
work with it.
|
2000-12-05 16:11:55 +00:00
|
|
|
|
2001-07-19 15:05:02 +00:00
|
|
|
License
|
|
|
|
=======
|
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
The GNUstep libraries are covered under the GNU Lesser Public License.
|
|
|
|
This means you can use these libraries in any program (even non-free
|
|
|
|
programs). If you distribute the libraries along with your program, you
|
|
|
|
must make the improvements you have made to the libraries freely
|
|
|
|
available. You should read the COPYING.LIB file for more information.
|
2001-07-19 15:05:02 +00:00
|
|
|
|
|
|
|
GNUstep tools, test programs, and other files are covered under the
|
2002-11-20 04:25:18 +00:00
|
|
|
GNU General Public License. The GNU GPL is a free software license,
|
|
|
|
which requires that all the released improved versions be free software
|
|
|
|
as well. You should read the COPYING file for more information.
|
2001-07-19 15:05:02 +00:00
|
|
|
|
2005-07-21 13:44:32 +00:00
|
|
|
The GNUstep make package is licensed under the GNU GPL.
|
2001-07-19 15:05:02 +00:00
|
|
|
|
1997-09-25 19:26:02 +00:00
|
|
|
History
|
|
|
|
=======
|
|
|
|
|
2005-07-21 13:44:32 +00:00
|
|
|
The GNUstep makefile package was designed by Scott Christley and Ovidiu
|
|
|
|
Predescu.
|
2000-12-08 17:25:44 +00:00
|
|
|
|
|
|
|
Flags for building shared libraries and bundles on several systems
|
|
|
|
were originally identified by Mircea Oancea <mircea@pathcom.com>.
|
|
|
|
|
|
|
|
Richard Frith-Macdonald <richard@brainstorm.co.uk> also contributed
|
|
|
|
with ideas.
|
1997-09-25 19:26:02 +00:00
|
|
|
|
2001-07-19 15:05:02 +00:00
|
|
|
Nicola Pero <nicola@brainstorm.co.uk> rewrote much of the rule
|
|
|
|
procedures to increase the speed of the package by over a factor of 7.
|
2001-10-25 02:34:37 +00:00
|
|
|
He also rewrote much of the rest of the system to make it simpler and
|
|
|
|
more effective.
|
2001-07-19 15:05:02 +00:00
|
|
|
|
2000-12-08 17:25:44 +00:00
|
|
|
How can you help?
|
|
|
|
=================
|
1997-09-25 19:26:02 +00:00
|
|
|
|
2000-12-08 17:25:44 +00:00
|
|
|
* Give us feedback! Tell us what you like; tell us what you think
|
|
|
|
could be better. Send bug reports to <bug-gnustep@gnu.org>.
|
1997-09-25 19:26:02 +00:00
|
|
|
|
1997-09-23 21:17:19 +00:00
|
|
|
|