Skip to content

The makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project.

License

Notifications You must be signed in to change notification settings

gnustep/tools-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c7b5fa3 · Mar 10, 2025
Feb 10, 2025
Mar 29, 2024
May 26, 2024
Feb 6, 2023
Mar 10, 2025
Feb 2, 2009
May 9, 2020
Mar 9, 2025
Sep 19, 2006
Jul 5, 2021
Feb 10, 2025
May 29, 2020
Oct 30, 2007
Feb 10, 2025
Nov 1, 2002
Dec 21, 2008
May 31, 2024
Oct 28, 1997
Mar 2, 2001
Jul 5, 2021
Jan 15, 2008
Sep 16, 2010
Jul 8, 2016
Jul 8, 2016
Apr 18, 2024
Feb 10, 2025
Nov 1, 2023
Mar 4, 2016
Feb 10, 2025
Feb 10, 2025
Aug 2, 2022
Feb 12, 2010
Mar 8, 2007
Oct 30, 2007
Nov 14, 2015
Oct 30, 2007
Oct 30, 2007
Mar 30, 2008
Oct 30, 2007
Oct 30, 2007
Nov 30, 2024
Feb 12, 2021
May 10, 2022
Dec 3, 2019
Oct 30, 2007
May 10, 2022
Sep 6, 2010
Mar 9, 2025
Mar 9, 2025
Oct 30, 2007
Oct 30, 2007
Oct 30, 2007
Oct 30, 2007
Feb 18, 2007
Oct 30, 2007
Mar 22, 2011
Mar 22, 2011
Mar 22, 2011
Oct 30, 2007
Oct 30, 2007
Aug 2, 2022
Feb 14, 2010
May 5, 2014
Mar 16, 2011
Oct 30, 2007
Oct 30, 2007
Sep 16, 1997
Dec 19, 2011
Jul 13, 2007
Oct 30, 2007
Oct 30, 2007
Mar 6, 2021
Apr 18, 2024
Oct 30, 2007
Feb 11, 2024
Oct 4, 2002
Oct 30, 2007
Oct 30, 2007
Dec 20, 2007
Feb 17, 2012
Apr 11, 2011
Jun 25, 2016
Jun 25, 2016
Oct 30, 2007
Oct 30, 2007
Feb 12, 2010
Nov 28, 2008
Jan 9, 2008
Oct 30, 2007
Feb 14, 2024
Feb 12, 2010
Oct 30, 2007
Feb 18, 2007
Oct 30, 2007
Oct 30, 2007
Jul 6, 2021
Feb 11, 2024
Oct 30, 2007
Oct 30, 2007
Oct 30, 2007
Oct 30, 2007
Oct 30, 2007

Repository files navigation

1 GNUstep makefile package
**************************

Here is some introductory info to get you started:

1.1 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.

1.2 Information
===============

The file 'NEWS' has this packages feature history.

   The file 'INSTALL' gives instructions for configuring and installing
gnustep-make.  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.

1.3 License
===========

The GNUstep libraries are covered under the GNU Lesser Public License.
This means you can use these libraries in any program (even non-free
programs).  If you distribute the libraries along with your program, you
must make the improvements you have made to the libraries freely
available.  You should read the COPYING.LIB file for more information.

   GNUstep tools, test programs, and other files are covered under the
GNU General Public License.  The GNU GPL is a free software license,
which requires that all the released improved versions be free software
as well.  You should read the COPYING file for more information.

   The GNUstep make package is licensed under the GNU GPL.

1.4 History
===========

The GNUstep makefile package was designed by Scott Christley and Ovidiu
Predescu.

   Flags for building shared libraries and bundles on several systems
were originally identified by Mircea Oancea <[email protected]>.

   Richard Frith-Macdonald <[email protected]> also contributed
with ideas.

   Nicola Pero <[email protected]> rewrote much of the rule
procedures to increase the speed of the package by over a factor of 7.
He also rewrote much of the rest of the system to make it simpler and
more effective.

1.5 How can you help?
=====================

   * Give us feedback!  Tell us what you like; tell us what you think
     could be better.  Send bug reports to <[email protected]>.