2000-12-08 17:25:44 +00:00
|
|
|
@chapter GNUstep makefile package
|
|
|
|
|
|
|
|
Here is some introductory info to get you started:
|
|
|
|
|
|
|
|
@section What is the GNUstep makefile package?
|
|
|
|
|
2001-04-10 03:19:42 +00:00
|
|
|
The makefile package is a simple, powerful and extensible way to
|
2000-12-08 17:25:44 +00:00
|
|
|
write makefiles for a GNUstep-based project. It allows the user to
|
2001-04-10 03:19:42 +00:00
|
|
|
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.
|
2000-12-08 17:25:44 +00:00
|
|
|
|
|
|
|
@section Information
|
|
|
|
|
2001-07-19 15:05:02 +00:00
|
|
|
The file @samp{NEWS} has this packages feature history.
|
2000-12-08 17:25:44 +00:00
|
|
|
|
2001-02-28 19:59:16 +00:00
|
|
|
The files @samp{INSTALL} or @samp{GNUstep-HOWTO}
|
2001-07-19 15:05:02 +00:00
|
|
|
give instructions for installing the packages. Also see the @file{machines}
|
2001-02-28 19:59:16 +00:00
|
|
|
documentation and various machine specific READMEs in the Documentation
|
|
|
|
directory.
|
2000-12-08 17:25:44 +00:00
|
|
|
|
2001-01-10 18:04:50 +00:00
|
|
|
Files in the @samp{Documentation} directory have information on the
|
|
|
|
design of the Makefile system and how to write your own makefiles that
|
|
|
|
work with it.
|
2000-12-08 17:25:44 +00:00
|
|
|
|
2001-07-19 15:05:02 +00:00
|
|
|
@section License
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
GNUstep tools, test programs, and other files are covered under the
|
|
|
|
GNU Public License. This means if you make changes to these programs,
|
|
|
|
you cannot charge a fee, other than distribution fees, for others to
|
|
|
|
use the program. You should read the COPYING file for more information.
|
|
|
|
|
|
|
|
With GNUstep-Base, we strongly recommend the use of the ffcall
|
|
|
|
libraries, which provides stack frame handling for NSInvocation and
|
|
|
|
NSConnection. "Ffcall is under GNU GPL. As a special exception, if used
|
|
|
|
in GNUstep or in derivate works of GNUstep, the included parts of ffcall
|
|
|
|
are under GNU LGPL" (Text in quotes provided by the author of ffcall).
|
|
|
|
|
2000-12-08 17:25:44 +00:00
|
|
|
@section History
|
|
|
|
|
|
|
|
The GNUstep makefile package was designed by Scott Christley
|
|
|
|
@email{scottc@@net-community.com} and Ovidiu Predescu
|
|
|
|
@email{ovidiu@@net-community.com}.
|
|
|
|
|
|
|
|
Flags for building shared libraries and bundles on several systems were
|
|
|
|
originally identified by Mircea Oancea @email{mircea@@pathcom.com}.
|
|
|
|
|
|
|
|
Richard Frith-Macdonald @email{richard@@brainstorm.co.uk} also
|
|
|
|
contributed with ideas.
|
|
|
|
|
2001-07-19 15:05:02 +00:00
|
|
|
Nicola Pero @email{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
|
|
|
@section How can you help?
|
|
|
|
|
|
|
|
@itemize @bullet
|
|
|
|
|
|
|
|
@item
|
|
|
|
Give us feedback! Tell us what you like; tell us what you think
|
|
|
|
could be better. Send bug reports to @email{bug-gnustep@@gnu.org}.
|
|
|
|
|
|
|
|
@end itemize
|