Dec 082017
AdaMake is a batch file building program that automates the rebuilding of Ada programs that have become out of date due to source code revisions or recompiles. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
ADAMAKE.DOC | 4055 | 1581 | deflated |
ADAMAKE.EXE | 63241 | 29106 | deflated |
ADAMAKE.MAK | 2746 | 652 | deflated |
ADAMAKE.PKG | 14408 | 3807 | deflated |
BASETYPE.LIB | 805 | 332 | deflated |
BITS.PKG | 5083 | 1347 | deflated |
CLOCK.PKG | 3340 | 783 | deflated |
CTYPE.LIB | 920 | 357 | deflated |
CTYPE.PKG | 1393 | 453 | deflated |
DIRECTOR.PKG | 3913 | 1331 | deflated |
DOS.LIB | 9438 | 2747 | deflated |
DOS.PKG | 1162 | 501 | deflated |
DSKSPACE.PKG | 1399 | 613 | deflated |
FMATCH.PKG | 1920 | 787 | deflated |
FNEXT.PKG | 1445 | 648 | deflated |
KEYBOARD.PKG | 1701 | 698 | deflated |
MAKE.BAT | 53 | 50 | deflated |
README.TXT | 1396 | 645 | deflated |
STRLIB.LIB | 1852 | 761 | deflated |
STRLIB.PKG | 5779 | 1557 | deflated |
TABLE.PKG | 6007 | 1709 | deflated |
VERSION.PKG | 917 | 419 | deflated |
WORDOPS.LIB | 424 | 201 | deflated |
WORDOPS.PKG | 2906 | 535 | deflated |
Download File ADAMAKE.ZIP Here
Contents of the README.TXT file
ADAMAKE.ARC
By : Robert Monroe
Date : July 7, 1988
Archive Contents :
This archive file contains a package for DOS access and a
project make utility that demonstrates the use of the DOS
package.
It is suggested that you look over the documentation file,
ADAMAKE.DOC and try running the program using ADAMAKE.MAK as
the input file. This will cause the make utility to rebuild
itself and is probably the fastest way to figure out how the
program works.
A number of these files contain ASM statements, so if you try
compiling them without using the make utility, remember to use
the /e compiler option.
The following lists all of the files in ADAMAKE.ARC :
ADAMAKE DOC -- Documentation for the make utility
ADAMAKE MAK -- The sample make definition file
BASETYPE LIB -- Specifications for the support libraries
WORDOPS LIB
STRLIB LIB
CTYPE LIB
ADAMAKE PKG -- The project make utility
DOS LIB -- The specification for the DOS package
DOS PKG -- The DOS package body
FMATCH PKG -- Subunits of the DOS package
WORDOPS PKG
BITS PKG
DSKSPACE PKG
FNEXT PKG
TABLE PKG
DIRECTOR PKG
KEYBOARD PKG
CLOCK PKG
VERSION PKG
STRLIB PKG -- A small string handling library
CTYPE PKG -- A small character handling library
By : Robert Monroe
Date : July 7, 1988
Archive Contents :
This archive file contains a package for DOS access and a
project make utility that demonstrates the use of the DOS
package.
It is suggested that you look over the documentation file,
ADAMAKE.DOC and try running the program using ADAMAKE.MAK as
the input file. This will cause the make utility to rebuild
itself and is probably the fastest way to figure out how the
program works.
A number of these files contain ASM statements, so if you try
compiling them without using the make utility, remember to use
the /e compiler option.
The following lists all of the files in ADAMAKE.ARC :
ADAMAKE DOC -- Documentation for the make utility
ADAMAKE MAK -- The sample make definition file
BASETYPE LIB -- Specifications for the support libraries
WORDOPS LIB
STRLIB LIB
CTYPE LIB
ADAMAKE PKG -- The project make utility
DOS LIB -- The specification for the DOS package
DOS PKG -- The DOS package body
FMATCH PKG -- Subunits of the DOS package
WORDOPS PKG
BITS PKG
DSKSPACE PKG
FNEXT PKG
TABLE PKG
DIRECTOR PKG
KEYBOARD PKG
CLOCK PKG
VERSION PKG
STRLIB PKG -- A small string handling library
CTYPE PKG -- A small character handling library
December 8, 2017
Add comments