shell conditionals into makefile ones; use a single rm command in clean;
force rebuilding of executable wrapper script each time the java tool
is installed; simplified managing of case when JAVA_FILES etc is empty
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10358 72102866-910b-0410-8b05-ffd578937521
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>.