mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-31 09:21:19 +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/trunk@8347 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
Documentation | ||
.cvsignore | ||
aggregate.make | ||
application.make | ||
brain.make | ||
bundle.make | ||
ChangeLog | ||
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 | ||
DESIGN | ||
documentation.make | ||
executable.template.in | ||
framework.make | ||
GNUmakefile.in | ||
GNUmakefile.postamble | ||
gnustep-make.spec | ||
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 | ||
objc.make | ||
openapp.in | ||
opentool.in | ||
os.sh | ||
palette.make | ||
README | ||
rootinstall.sh | ||
rootuninstall.sh | ||
rules.make | ||
service.make | ||
setlocaltz.sh | ||
subproject.make | ||
target.make | ||
test-application.make | ||
test-tool.make | ||
tool.make | ||
transform_paths.sh | ||
vendor.sh | ||
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 simplistic, powerful and extensible way to write makefiles for a GNUstep-based project. It allows the user to write a GNUstep-based project without having to deal with the complex issues associated with the configuration and installation of the core GNUstep libraries. 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' (from the core package) gives instructions for installing the library. The file `DESIGN' has 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>.