tools-make/Documentation
Nicola Pero 9ad03ed6a1 Updated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10274 72102866-910b-0410-8b05-ffd578937521
2001-06-29 13:56:47 +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
DESIGN GUI Backend built as bundle by default. Remove backend component 2001-04-13 19:49:16 +00:00
end.texi Update. Look for libxml2. 2000-12-26 22:57:57 +00:00
faq.texi GUI Backend built as bundle by default. Remove backend component 2001-04-13 19:49:16 +00:00
GNUmakefile.in Added new documents 2001-06-29 13:55:41 +00:00
gnustep-howto.texi UPdated for gcc 3.0 2001-06-23 03:04:52 +00:00
install.texi Check GNUSTEP_FLATTENED when setting bindir, etec 2001-05-29 03:37:46 +00:00
internals.tex Added new documents 2001-06-29 13:55:41 +00:00
machines.texi UPdated for gcc 3.0 2001-06-23 03:04:52 +00:00
make.texi Update 2001-02-22 04:52:03 +00:00
makedoc.make Moved docs 2001-02-26 19:12:47 +00:00
makerules.make Moved docs 2001-02-26 19:12:47 +00:00
news.texi Check GNUSTEP_FLATTENED when setting bindir, etec 2001-05-29 03:37:46 +00:00
README.MinGW Check GNUSTEP_FLATTENED when setting bindir, etec 2001-05-29 03:37:46 +00:00
README.NetBSD Add disclaimer 2001-03-03 04:57:29 +00:00
readme.texi Merge 1.0 branch into main. 2001-04-10 03:19:42 +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 the library's feature history.

The files @samp{INSTALL} or @samp{GNUstep-HOWTO} 
give instructions for installing the library. 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 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.

@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