Difference between revisions of "Writing Makefiles"

From GNUstepWiki
Jump to navigation Jump to search
(pointed out tutorial)
m
Line 1: Line 1:
 
* [http://www.gnustep.it/nicola/Tutorials/WritingMakefiles/ GNUstep Make tutorial]
 
* [http://www.gnustep.it/nicola/Tutorials/WritingMakefiles/ GNUstep Make tutorial]
 
* [http://www.gnustep.org/resources/documentation/Developer/Make/Manual/make_toc.html GNUstep Make manual]
 
* [http://www.gnustep.org/resources/documentation/Developer/Make/Manual/make_toc.html GNUstep Make manual]
 +
 +
== Releasing ==
 +
 +
To aid the develoepr and the packager, gnustep make has special targets which aid the maintenace.
 +
 +
=== dist ===
 +
 +
Creates the classic tarball, using the sources of the directory project. It uses the makefile information to name and version the package.

Revision as of 09:44, 27 July 2011

Releasing

To aid the develoepr and the packager, gnustep make has special targets which aid the maintenace.

dist

Creates the classic tarball, using the sources of the directory project. It uses the makefile information to name and version the package.