tools-make/Documentation
Adam Fedor 3e5257b513 Version 1.7.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/branches/freeze-1_8_0@17679 72102866-910b-0410-8b05-ffd578937521
2003-09-16 03:51:44 +00:00
..
.cvsignore Updated 2001-06-29 13:56:47 +00:00
.latex2html-init Added new documents 2001-06-29 13:55:41 +00:00
announce.texi Merged in 1.6.0 changes 2003-03-23 06:53:16 +00:00
DESIGN Renamed Apps to Applications 2002-02-28 11:10:14 +00:00
end.texi Update. Look for libxml2. 2000-12-26 22:57:57 +00:00
faq.texi target.make: Set thread library in AUXILIARY_OBJC_LIBS. Set 2003-07-22 03:03:27 +00:00
filesystem.texi Version 1.7.0 2003-05-20 03:22:54 +00:00
GNUmakefile.in Updated docs 2003-08-13 03:45:58 +00:00
gnustep-howto.texi target.make: Set thread library in AUXILIARY_OBJC_LIBS. Set 2003-07-22 03:03:27 +00:00
GNUstep.7 Updated docs 2003-08-13 03:45:58 +00:00
install.texi Remove previous gz files 2003-07-06 02:51:45 +00:00
internals.tex Revised and updated to the new gnustep-make internals 2001-07-26 11:27:45 +00:00
machines.texi CHange sed script 2003-07-07 03:33:22 +00:00
make.texi Filesystem change 2003-04-28 02:29:49 +00:00
makedoc.make Install/uninstall info files in GNUSTEP_DOCUMENTATION_INFO 2002-04-10 15:18:13 +00:00
makerules.make Regenerated from the top level makefile 2001-12-10 11:10:58 +00:00
news.texi Version 1.7.4 2003-09-16 03:51:44 +00:00
openapp.1 Updated docs 2003-08-13 03:45:58 +00:00
README.Cygwin Updated docs 2002-09-19 22:40:13 +00:00
README.MinGW target.make: Set thread library in AUXILIARY_OBJC_LIBS. Set 2003-07-22 03:03:27 +00:00
README.MinGWOnCygwin Filesystem spec 2002-10-02 02:32:08 +00:00
README.NetBSD Update 2001-12-30 03:55:19 +00:00
readme.texi Fixed short description of the GNU GPL 2002-10-25 16:16:40 +00:00
userfaq.texi New NetBSD cleanups. man page fixes 2003-07-06 02:36:44 +00:00

@chapter GNUstep makefile package

Here is some introductory info to get you started:

@section What is the GNUstep makefile package?

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.

@section Information

The file @samp{NEWS} has this packages feature history.

The files @samp{INSTALL} or @samp{GNUstep-HOWTO} 
give instructions for installing the packages. Also see the @file{machines}
documentation and various machine specific READMEs in the Documentation
directory.

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.

Note that releases numbers that have an odd minor version (e.g. 1.3.2)
are unstable releases. They are not as well tested as stable releases
(e.g. 1.4.1).

@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
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.

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).

@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.

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.
He also rewrote much of the rest of the system to make it simpler and
more effective.

@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