mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/branches/freeze-1_0_0@9526 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
.. | ||
.cvsignore | ||
DESIGN | ||
end.texi | ||
faq.texi | ||
GNUmakefile.in | ||
gnustep-howto.texi | ||
install.texi | ||
machines.texi | ||
make.texi | ||
makedoc.make | ||
makerules.make | ||
news.texi | ||
README.MinGW | ||
README.NetBSD | ||
readme.texi |
@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