Jump to content

Make: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 3: Line 3:
Note that in the [[UNIX]] world "Make" and "Make files" have a specific format that must be adhered to, however because the standard can be problematic with other systems and had some design errors to begin with (superfluous tabs for instance), Make files used by utilities intended for OS/2, [[DOS]] and [[Microsoft Windows]] can differ from the Unix norm, sometimes quite significantly.
Note that in the [[UNIX]] world "Make" and "Make files" have a specific format that must be adhered to, however because the standard can be problematic with other systems and had some design errors to begin with (superfluous tabs for instance), Make files used by utilities intended for OS/2, [[DOS]] and [[Microsoft Windows]] can differ from the Unix norm, sometimes quite significantly.


==OS/2 Implementations of Make==
==OS/2 Implementations==
* [[CMake]] - Open source - Current
* [[CMake]] - Open source - Current
* [[Cook]]
* Cook
* dmake
* dmake
* [[GNU Make]] - Open Source - Current
* [[GNU Make]] - Open Source - Current
Line 13: Line 13:
* Sage-PVCS/Make - Commercial - Discontinued
* Sage-PVCS/Make - Commercial - Discontinued
* OpenWatcom WMake - Open Source - Current
* OpenWatcom WMake - Open Source - Current
* [[Opus make]]
* Opus make
* [[PM Make]] - Freeware - Current
* [[PM Make]] - Freeware - Current
* X11 imake  - Open Source (part of XFree86/2)
* X11 imake  - Open Source (part of XFree86/2)


====OS/2 text & programmers editors with Make file support====
===OS/2 text & programmers editors with Make file support===
* [[Elvis]] - (Unix style) Make file syntax support included by default - Open source - Current
* [[Elvis]] - (Unix style) Make file syntax support included by default - Open source - Current
* [[Enhanced Editor]] - Has Make files syntax highlighting built in with some auto-formatting features.
* [[Enhanced Editor]] - Has Make files syntax highlighting built in with some auto-formatting features.
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current.
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current
* [[jEdit]] - Java based editor - Make file syntax highlighting built in - Current.
* [[jEdit]] - Java based editor - Make file syntax highlighting built in - Current
* [[Lugaru Epsilon]] - CMake syntax highlighting and autoindent available as a seperate download, some generic Make support as well. - Commercial.
* [[Lugaru Epsilon]] - CMake syntax highlighting and autoindent available as a seperate download, some generic Make support as well. - Commercial


====Make file related programmer's utilities====
===Make file related programmer's utilities===
* [[Exuberant ctags]] - Creates index files out of make files - Open source - Current.
* [[Exuberant ctags]] - Creates index files out of make files - Open source - Current.
* [[kBuild]] - Allow you to create complex make files automatically - Open Source - Current
* [[kBuild]] - Allow you to create complex make files automatically - Open Source - Current


====DOS text & programmers editors with Make file support====
===DOS text & programmers editors with Make file support===
* [[Elvis]] - (Unix style) Make file syntax support included by default - Open source - Current.
* [[Elvis]] - (Unix style) Make file syntax support included by default - Open source - Current
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current.
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current.


[[Category:Tools]]
==Publications==
[[Category:Make]]
*Clovis Tondo; Andrew Nathanson; Eden Yount: ''Mastering Make'' (2nd edition) - Prentice Hall 1994 - ISBN 0-13-121906-5
[[Category:File formats]]
 
[[Category:Tools]][[Category:Make]]
[[Category:Software Configuration Management]]
[[Category:Software Configuration Management]]

Revision as of 21:07, 2 December 2016

Make is a utility that builds executable programs and libraries from source code listings by reading files called Makefiles which specify how to derive the target program from a given list of dependencies (eg. source files, compiler options, required preprocessors etc.). In addition to its intended use it is sometimes used as a sort of project manager utility where files that require automatic or semi-automatic updates from other files or ports.

Note that in the UNIX world "Make" and "Make files" have a specific format that must be adhered to, however because the standard can be problematic with other systems and had some design errors to begin with (superfluous tabs for instance), Make files used by utilities intended for OS/2, DOS and Microsoft Windows can differ from the Unix norm, sometimes quite significantly.

OS/2 Implementations

  • CMake - Open source - Current
  • Cook
  • dmake
  • GNU Make - Open Source - Current
  • IBM NMAKE
  • IBM IMAKE - Commercial - Discontinued
  • PAMAKE - 16 bit, outdated
  • Sage-PVCS/Make - Commercial - Discontinued
  • OpenWatcom WMake - Open Source - Current
  • Opus make
  • PM Make - Freeware - Current
  • X11 imake - Open Source (part of XFree86/2)

OS/2 text & programmers editors with Make file support

  • Elvis - (Unix style) Make file syntax support included by default - Open source - Current
  • Enhanced Editor - Has Make files syntax highlighting built in with some auto-formatting features.
  • FTE - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current
  • jEdit - Java based editor - Make file syntax highlighting built in - Current
  • Lugaru Epsilon - CMake syntax highlighting and autoindent available as a seperate download, some generic Make support as well. - Commercial

Make file related programmer's utilities

  • Exuberant ctags - Creates index files out of make files - Open source - Current.
  • kBuild - Allow you to create complex make files automatically - Open Source - Current

DOS text & programmers editors with Make file support

  • Elvis - (Unix style) Make file syntax support included by default - Open source - Current
  • FTE - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current.

Publications

  • Clovis Tondo; Andrew Nathanson; Eden Yount: Mastering Make (2nd edition) - Prentice Hall 1994 - ISBN 0-13-121906-5