imake

imake is a build automation system written for the X Window System. It was used by X from X11R1 (1987) to X11R6.9 (2005), and continued to be used in XFree86 (last commit 2009). It is implemented on top of the C preprocessor and make. The first version was written by Todd Brunhoff at Tektronix.

imake generates makefiles from a template, a set of C preprocessor macro functions, and a per-directory input file called an Imakefile. This allows machine dependencies (such as compiler options, alternate command names, and special make rules) to be kept separate from the descriptions of the various items to be built.

imake was heavily used for X and X-related software through the 1990s, and for unrelated software such as ChorusOS.[1] It was also used for configuration management.[2]

With the release of X.org X11R7.0, it was replaced by GNU Autotools. (X11R6.9 and X11R7.0 were the same codebase with a different build system.).

Notes

  1. http://docs.oracle.com/cd/E19048-01/chorus5/806-6894/chapter-building-11/index.html
  2. Sommerville, Ian (ed). Software Configuration Management: ICSE'96 SCM-6 Workshop, Berlin, Germany, March 25 - 26, 1996, Selected Papers, Volume 6. pp231-238.

Sources

External links


This article is issued from Wikipedia - version of the 3/12/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.