Jump to content

PAMAKE: Difference between revisions

From EDM2
Created page with "An open source, multi-platform make like program that allows you executable programs and libraries from source code listings by creating control text files called make fil..."
 
Ak120 (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
An open source, multi-platform [[make]] like program that allows you executable programs and libraries from source code listings by creating control text files called make files that control the behaviour of the other tools. It is like [[GNU Make]] and a number of other make packages based on Neil Russell's original [[public domain]] make, but improves on it.
A multi-platform [[make]] like program that allows you executable programs and libraries from source code listings by creating control text files called make files that control the behaviour of the other tools. It is like [[GNU Make]] and a number of other make packages based on Neil Russell's original [[public domain]] make, but improves on it.


PMAKE is outdated and the binary is in 16 bit only, but it could be compiled into 32 bits fairly easily but it is difficult to imagine why you should want to do that unless you specifically want a make program unencumbered by licences that is somewhat more advanced than Neil Russell's original make.
PMAKE is outdated and the binary is in 16-bit only, but it could be compiled into 32-bit fairly easily but it is difficult to imagine why you should want to do that unless you specifically want a make program unencumbered by licences that is somewhat more advanced than Neil Russell's original make.


==Version==
==Version==
* Last known version: [http://hobbes.nmsu.edu/download/pub/os2/dev/util/pamake18.zip PAMAKE v1.8] (1989-09-30)
* 1.8 (1989-09-30) [pamake18.zip]
:Note. 16 bit OS/2 executable only, source supports [[DOS]] and [[VMS]] as well.
:Note: 16-bit OS/2 executable only, source supports [[DOS]] and [[VMS]] as well.


==Licence==
==Licence==
Open source software released into the [[public domain]], the documentation and name are copyrighted however.
Released into the [[public domain]], the documentation and name are copyrighted however.


==Author and publisher==
==Author==
* Neil Russell (Original author)
* Neil Russell (Original author)
* [[Roundhill Computer Systems Limited]] (Publisher)
* [[Roundhill Computer Systems Limited]] (Publisher)


[[Category:Software Configuration Management]]
[[Category:Make]][[Category:Software written in C]]
[[Category:Open Source Software]]
[[Category:Software written in C]]
[[Category:VMS Tools]]
[[Category:DOS Tools]]

Latest revision as of 19:58, 3 July 2022

A multi-platform make like program that allows you executable programs and libraries from source code listings by creating control text files called make files that control the behaviour of the other tools. It is like GNU Make and a number of other make packages based on Neil Russell's original public domain make, but improves on it.

PMAKE is outdated and the binary is in 16-bit only, but it could be compiled into 32-bit fairly easily but it is difficult to imagine why you should want to do that unless you specifically want a make program unencumbered by licences that is somewhat more advanced than Neil Russell's original make.

Version

  • 1.8 (1989-09-30) [pamake18.zip]
Note: 16-bit OS/2 executable only, source supports DOS and VMS as well.

Licence

Released into the public domain, the documentation and name are copyrighted however.

Author