mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
The makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/branches/freeze-1_0_0@9526 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
debian | ||
Documentation | ||
.cvsignore | ||
aclocal.m4 | ||
aggregate.make | ||
application.make | ||
brain.make | ||
bundle.make | ||
ChangeLog | ||
clean_cpu.sh | ||
clean_os.sh | ||
clean_vendor.sh | ||
common.make | ||
config.guess | ||
config.h.in | ||
config.make.in | ||
config.site | ||
config.sub | ||
config_thread.m | ||
configure | ||
configure.in | ||
COPYING | ||
cpu.sh | ||
ctool.make | ||
debugapp.in | ||
depend.make | ||
documentation.make | ||
executable.template.in | ||
FAQ | ||
framework.make | ||
GNUmakefile.in | ||
GNUmakefile.postamble | ||
GNUmakefile.preamble | ||
GNUstep-HOWTO | ||
gnustep-make.spec.in | ||
GNUstep.csh.in | ||
GNUstep.sh.in | ||
gswapp.make | ||
gswbundle.make | ||
INSTALL | ||
install-sh | ||
java.make | ||
jni.make | ||
ld_lib_path.csh | ||
ld_lib_path.sh | ||
library.make | ||
MediaBook.func | ||
MediaBook.sh | ||
mkinstalldirs | ||
names.make | ||
NEWS | ||
objc.make | ||
openapp.in | ||
opentool.in | ||
os.sh | ||
palette.make | ||
README | ||
rootinstall.sh | ||
rootuninstall.sh | ||
rpm.make | ||
rules.make | ||
service.make | ||
setlocaltz.sh | ||
source-distribution.make | ||
spec-debug-alone-rules.template | ||
spec-debug-rules.template | ||
spec-rules.template | ||
subproject.make | ||
target.make | ||
test-application.make | ||
test-library.make | ||
test-tool.make | ||
tool.make | ||
transform_paths.sh | ||
vendor.sh | ||
Version | ||
which_lib.c | ||
which_lib.pl.in | ||
woapp.make | ||
wobundle.make |
GNUstep makefile package ************************ Here is some introductory info to get you started: 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. Information =========== The file `NEWS' has the library's feature history. The files `INSTALL' or `GNUstep-HOWTO' give instructions for installing the library. Also see the `machines' documentation and various machine specific READMEs in the Documentation directory. Files in the `Documentation' directory have information on the design of the Makefile system and how to write your own makefiles that work with it. History ======= The GNUstep makefile package was designed by Scott Christley <scottc@net-community.com> and Ovidiu Predescu <ovidiu@net-community.com>. Flags for building shared libraries and bundles on several systems were originally identified by Mircea Oancea <mircea@pathcom.com>. Richard Frith-Macdonald <richard@brainstorm.co.uk> also contributed with ideas. How can you help? ================= * Give us feedback! Tell us what you like; tell us what you think could be better. Send bug reports to <bug-gnustep@gnu.org>.