tools-make/Documentation
Ivan Vučica bcb81bae6d
release-chore: For 2.8.0, fix which 'changes in' section is included.
This will be used when sending the email even if the released
file is still incorrect.
2020-04-13 23:44:13 +01: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 documentation: Standardize announcement file text. 2020-04-13 23:20:50 +01:00
debugapp.1 Apply straightforward patches from Yavor 2014-07-29 10:12:46 +00:00
DESIGN Fixed debugapp help messages; mention that DESIGN is an old document 2007-04-10 17:00:11 +00:00
end.texi Update. Look for libxml2. 2000-12-26 22:57:57 +00:00
GNUmakefile Another missed patch 2016-05-13 19:15:52 +00:00
gnustep-config.1 try to clarify usage a little 2016-05-19 10:31:25 +00:00
gnustep-faq.texi Prefix all info documentation files with gnustep- to avoid conflicts with other info files 2009-09-19 08:54:30 +00:00
gnustep-filesystem.texi docs: Prepare release documentation 2020-03-29 18:58:44 +02:00
gnustep-howto.texi docs: Prepare release documentation 2020-03-29 18:58:44 +02:00
gnustep-internals.tex Prefix all info documentation files with gnustep- to avoid conflicts with other info files 2009-09-19 08:54:30 +00:00
gnustep-machines.texi Deprecate the gnustep-machines.texi file (point to the Wiki instead). 2010-02-18 15:29:08 +00:00
gnustep-make.texi docs: Prepare release documentation 2020-03-29 18:58:44 +02:00
gnustep-tests.1 Really add the gnustep-tests man page file 2014-08-03 12:37:51 +00:00
gnustep-userfaq.texi Updated documentation for change in default filesystem layout and configuration file location 2011-03-16 10:05:36 +00:00
GNUstep.7 Update GNUstep.7 2017-06-11 21:47:10 +01:00
gnustep.init Fixed building the documentation 2009-09-19 07:56:15 +00:00
install.texi Updated documentation for change in default filesystem layout and configuration file location 2011-03-16 10:05:36 +00:00
library-combo.7 Changes to make sure that nonfragile ABI settings are implied by gnu/ng runtime 2018-07-09 15:17:49 +01:00
news.texi release-chore: For 2.8.0, fix which 'changes in' section is included. 2020-04-13 23:44:13 +01:00
openapp.1 Minor updates to the manpages 2007-12-26 22:18:22 +00:00
opentool.1 Minor updates to the manpages 2007-12-26 22:18:22 +00:00
README.Cygwin * Documentation/README.Cygwin: Updated 2004-10-29 22:55:43 +00:00
README.Darwin Update for compiling with Apple gcc 2007-12-31 02:33:02 +00:00
README.MinGW Fix errors in a path. 2015-09-23 06:15:40 +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
releasenotes.texi release-chore: Bump version to 2.8.0 and update release notes. 2020-04-05 15:59:54 +01: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