The makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project.
Find a file
Adam Fedor a91af03e38 Version 0.5.5
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/branches/dawn@3872 72102866-910b-0410-8b05-ffd578937521
1999-03-08 17:36:21 +00:00
.cvsignore * GNUmakefile.in: install/uninstall new files; create full 1998-04-06 03:01:59 +00:00
aggregate.make Make stuff more robust by stripping space that might confuse. 1999-02-15 09:20:19 +00:00
application.make subprojects, testing fiex 1999-02-19 21:47:15 +00:00
brain.make Swithc include order 1999-03-08 05:18:46 +00:00
bundle.make subprojects, testing fiex 1999-02-19 21:47:15 +00:00
ChangeLog Version 0.5.5 1999-03-08 17:36:21 +00:00
common.make Make updates 1999-03-01 18:29:15 +00:00
config.guess Initial revision 1997-09-16 01:07:48 +00:00
config.h.in Support for linking with different types of a library. 1997-10-03 21:12:56 +00:00
config.make.in jpeg and tiff configuration 1999-03-04 22:44:30 +00:00
config.site Add license file. 1997-11-19 22:05:32 +00:00
config.sub Initial revision 1997-09-16 01:07:48 +00:00
config_thread.m Better configuration, gui will compile without DPS 1998-09-03 14:35:49 +00:00
configure Updates for solaris 1999-03-04 23:59:44 +00:00
configure.in Updates for solaris 1999-03-04 23:59:44 +00:00
COPYING Add license file. 1997-11-19 22:05:32 +00:00
cpu.sh Initial revision 1997-09-16 01:07:48 +00:00
debugapp.in Make updates 1999-03-01 18:29:15 +00:00
DESIGN Use dashes instead of underscores in the library combo. Renamed makefiles to GNUmakefile. Use all the user, local and system directories for searching after headers and libraries. 1997-10-28 19:00:28 +00:00
documentation.make Make stuff more robust by stripping space that might confuse. 1999-02-15 09:20:19 +00:00
GNUmakefile.in Make updates 1999-03-01 18:29:15 +00:00
GNUmakefile.postamble Renamed Makefiles to GNUmakefile. 1997-10-28 03:13:18 +00:00
GNUstep.csh.in Run make_services 1999-01-07 18:26:43 +00:00
GNUstep.sh.in Run make_services 1999-01-07 18:26:43 +00:00
install-sh Initial revision 1997-09-16 01:07:48 +00:00
ld_lib_path.csh * ld_lib_path.sh (DYLD_LIBRARY_PATH, LD_LIBRARY_PATH): Add the tool 1999-02-16 04:15:27 +00:00
ld_lib_path.sh * ld_lib_path.sh (DYLD_LIBRARY_PATH, LD_LIBRARY_PATH): Add the tool 1999-02-16 04:15:27 +00:00
library.make subprojects, testing fiex 1999-02-19 21:47:15 +00:00
MediaBook.func Minor bug fixes. 1998-01-11 21:59:31 +00:00
MediaBook.sh * opentool.in: New file. 1999-02-18 06:22:33 +00:00
mkinstalldirs Initial revision 1997-09-16 01:07:48 +00:00
names.make Added support for Boehm's garbage collector in libFoundation. 1998-05-28 06:56:11 +00:00
objc.make subprojects, testing fiex 1999-02-19 21:47:15 +00:00
openapp.in * opentool.in: New file. 1999-02-18 06:22:33 +00:00
opentool.in bug fix 1999-02-18 06:59:33 +00:00
os.sh Initial revision 1997-09-16 01:07:48 +00:00
README Update documentation 1999-03-01 22:33:48 +00:00
rootinstall.sh * opentool.in: New file. 1999-02-18 06:22:33 +00:00
rootuninstall.sh * opentool.in: New file. 1999-02-18 06:22:33 +00:00
rules.make Remove unwanted lines 1999-02-25 19:11:36 +00:00
service.make Service fix 1999-02-26 18:34:52 +00:00
subproject.make subprojects, testing fiex 1999-02-19 21:47:15 +00:00
target.make Hack to fix error in last but one mod 1999-03-02 09:30:59 +00:00
test-application.make Make stuff more robust by stripping space that might confuse. 1999-02-15 09:20:19 +00:00
test-tool.make Make stuff more robust by stripping space that might confuse. 1999-02-15 09:20:19 +00:00
tool.make subprojects, testing fiex 1999-02-19 21:47:15 +00:00
transform_paths.sh Added support for Boehm's garbage collector in libFoundation. 1998-05-28 06:56:11 +00:00
vendor.sh Initial revision 1997-09-16 01:07:48 +00:00
which_lib.c configure and library-combo fixes. 1998-08-20 17:48:46 +00:00

GNUstep makefile package
========================

This document discusses the configuration and installation tasks for
the GNUstep makefile package.

Read the DESIGN documentation for detailed information about the
design and implementation of the GNUstep makefile package.

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.

Configuring the GNUstep makefile package
========================================

The GNUstep makefile package uses the Autoconf mechanism for
configuration; it checks some host capabilties which are used by
all GNUstep software.  To configure just type:

./configure

The GNUstep makefile package needs a root directory.  If the
GNUSTEP_SYSTEM_ROOT environment variable is set then configure will
use its value as the root directory.  You can also specify the root
directory when you run configure with the prefix paramter; the
following command makes /usr/local/GNUstep the root directory:

./configure --prefix=/usr/local/GNUstep

If you do not have the GNUSTEP_SYSTEM_ROOT environment variable set
and you do not specify a root directory when running configure, then
configure will use /usr/GNUstep as the default root directory.

Installing the GNUstep makefile package
=======================================

After you configure the GNUstep makefile package, then you need to
compile the programs that come with the package.  Currently there is
only a single C program which needs to be compiled; all of the other
files are either shell scripts or makefile fragments, so you can
compile and install the makefile package in one step with:

make install

After you have installed the GNUstep makefile package, there is still
some minor administration to be performed.  Based upon whether you are
setting up the GNUstep environment for a single user or all users on
your system, perform the appropriate step below.

Setting up the GNUstep environment for all users
================================================

The GNUstep environment and thus usage of the makefile package is
based almost solely upon the GNUSTEP_SYSTEM_ROOT environment variable.
So essentially the setup involved is to make sure that the variable is
defined for all users.  The GNUstep.sh file within the makefile
package contains all of the environment variable settings required, so
you want to call that shell.  For most UNIX systems, the easiest way
to do that is to modify the system rc.local file which is executed
upon system startup; add lines similar to these:

# Setup for the GNUstep environment
. /usr/GNUstep/Makefiles/GNUstep.sh

This will source in the GNUstep.sh file and set the environment
variables; thus making them available for all users.

Setting up the GNUstep environment for a single user
====================================================

The GNUstep environment and thus usage of the makefile package is
based almost solely upon the GNUSTEP_SYSTEM_ROOT environment variable.
So essentially the setup involved is to make sure that the variable is
defined for the user.  The GNUstep.sh file within the makefile package
contains all of the environment variable settings required, so you
want to call that shell when the user logs in to the system.  Most
shells have some file that you read upon login, for example the BASH
shell reads the .bash_profile file in the user's home directory.  So
you can add the following lines to that file:

# Setup for the GNUstep environment
. /usr/GNUstep/Makefiles/GNUstep.sh

This will source in the GNUstep.sh file and set the environment
variables; thus making them available for the user.

Configuring the GNUstep makefile package for a cross-compile target
===================================================================

By default when you run configure, it assumes that you want to create
executables for the same host that you are compiling on; however, the
GNUstep makefile package has been designed to support cross-compiling
just as easily as normal compiling.  In order to add a cross-compile
target to the GNUstep makefile package, you must rerun configure for
that target and reinstall the makefile package.  By rerunning
configure, the appropriate target settings are determined, and
reinstalling the makefile package installs the appropriate files for
that target.  The target parameter is used to specify the target
platform for cross-compiling:

./configure --target=i386-mingw32
make install

Note that configuring and installing for a cross-compile target does
not eliminate or overwrite the files for any other targets that you
may have configured.  So if you wish to setup the GNUstep makefile
package for multiple targets then just perform the above steps
multiple times.

./configure --target=i386-mingw32
make install
./configure --target=sparc-solaris2.5
make install
./configure --target=alpha-linux-gnu
make install

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.

Questions and/or Bug Reports
============================

The initial implementation was performed by Scott Christley
<scottc@net-community.com> and Ovidiu Predescu <ovidiu@net-community.com>, so
you may send questions and/or bug reports to them or to 
<bug-gnustep@gnu.org>