comment comment This macro compiles and links all of the C-Kermit sources necessary comment to build C-Kermit for AOS/VS (5A). It depends upon the existence of comment the following macros: comment ckdcc.cli comment ckdlnk.cli comment both of which you will need to edit to suit your particular comment environment. It also depends on the following file: comment ckdsrc.lis comment which is a list of the Kermit source modules. comment Compile-time switches are given in ckcdd.cli. To build a version comment of C-Kermit without TCP/IP support, remove the DEFINE for TCPSOCKET. comment C-Kermit is built using version 3.22 of the C compiler and version comment 3.54 of the runtime library LANG_RT.LB. Newer C releases, like 4.10, comment are not recommended because of various compile and runtime errors. comment This compiles all of the files and then links them -- takes a looong comment time on a slow machine like the MV 2500. It does not work like UNIX comment make, which only compiles those modules that are newer than the comment corresponding OBject files. So to compile a single file, do: comment ckdcc ckuus4 comment (specify the filename without the ".c"). Then to link, do: comment ckdlnk comment First compile and link the wart preprocessor. ckdcc/link%/% ckwart CKCMAI/DEFINE %-% x ckwart ckcpro.w ckcpro.c comment Now compile the sources listed in ckdsrc.lis. ckdcc%/% ([ckdsrc.lis]) %-% comment Link the program file from these. ckdlnk%/%