tools-make/Documentation
Adam Fedor 02b1e5e2da * configure.ac: Disable SHARED_SOLARIS on solaris2.[67]. Use
redirect to /dev/null rather than grep -q (due to non-Posix grep
on many OSs).
* Documentation/machines.texi: Update
* Documentation/README.Darwin: Update.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24526 72102866-910b-0410-8b05-ffd578937521
2007-02-13 15:44:34 +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 Fix missing paren. Doc updates 2004-04-13 02:40:25 +00:00
DESIGN Updated makefiles location in documentation, and few small comments 2003-11-08 15:51:21 +00:00
end.texi Update. Look for libxml2. 2000-12-26 22:57:57 +00:00
faq.texi * Master/source-distribution.make (svn-tag): Add comment line 2006-03-27 15:19:12 +00:00
filesystem.texi Fix a linkage error 2005-12-05 21:15:29 +00:00
GNUmakefile Fixed 'regenerate' target when you rebuild the documentation without gnustep-make already installed 2007-01-25 16:00:30 +00:00
gnustep-howto.texi Fix node link 2006-04-26 14:38:16 +00:00
GNUstep.7 Updated docs 2003-08-13 03:45:58 +00:00
gnustep.init * Documentation/README.Cygwin: Updated 2004-10-29 22:55:43 +00:00
install.texi Removed section on -Wno-import 2006-11-15 18:19:34 +00:00
internals.tex Revised and updated to the new gnustep-make internals 2001-07-26 11:27:45 +00:00
machines.texi * configure.ac: Disable SHARED_SOLARIS on solaris2.[67]. Use 2007-02-13 15:44:34 +00:00
make.texi Updated documentation to talk about GNUSTEP_INSTALLATION_DOMAIN, not GNUSTEP_INSTALLATION_DIR 2007-01-25 16:03:20 +00:00
news.texi * common.make: Remove 'd' suffix for debug libraries. 2006-08-24 17:25:23 +00:00
openapp.1 Updated docs 2003-08-13 03:45:58 +00:00
README.Cygwin * Documentation/README.Cygwin: Updated 2004-10-29 22:55:43 +00:00
README.Darwin * configure.ac: Disable SHARED_SOLARIS on solaris2.[67]. Use 2007-02-13 15:44:34 +00:00
README.MinGW Correct typo 2006-04-07 17:14:41 +00:00
README.MinGWOnCygwin Updated makefiles location in documentation, and few small comments 2003-11-08 15:51:21 +00:00
readme.texi Version 1.11.0 2005-07-21 13:44:32 +00:00
userfaq.texi Master/source-distribution.make: Add svn tag/dist rules 2006-02-23 19:44:35 +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.

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

The GNUstep make package is licensed under the GNU GPL.

@section History

The GNUstep makefile package was designed by Scott Christley
and Ovidiu Predescu.

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