|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: R T
Length: 2637 (0xa4d) Types: TextFile Names: »READ_ME«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦e7f64e0c0⟧ »EurOpenD3/mail/vmh.tar.Z« └─⟦dcb95597f⟧ └─⟦this⟧ »READ_ME«
Files: ------ This directory contains the source for the mail handler VMH. It is a visual front-end for the MH system. The directories/files are as follows: doc documentation -- helpfile and manual page aux auxiliary source (makeversion, et al) include generic include files SAVE various important old files bin binaries of vmh/hm and the auxiliary programs lib source for libvmh.a version the version string. see aux/makeversion.c for its format One external library and one external object file are required. The configuration object file from MH (config.o) is needed for various string constants. *NOTE*: To reduce the size of vmh, the MH config.c file should be edited to remove the function 'libpath'. This function causes 'ld' to link in extraneous functions from the -lmh and -lzot libraries. 'config.o' and libmh.a are to be found in the MH 'config' and 'sbr' directories, respectively, though you will probably want to copy the edited config.c to this directory to keep your MH distribution "pure." Possible make invocations: -------------------------- Before creating VMH, the Makefile should be consulted for the compiling options. prod will create vmh in the bin directory and a stripped copy installed as detailed in the Makefile. All documentation will also be created and installed. debug will create a debug version, with all debug features enabled (accessible via the '-debug' switch) and a DBX symbol table attached, called "hm" in the bin directory. The program will also be linted and the fluff left in the file 'FLUFF'. vmh will create the same file as "prod" but will not install it or the documentation. hm will create the same debug version as "debug" but will not lint the program. clean removes all object files and records of makes (make.out's). co will checkout any source files which have not been checked out. depend will generate a new Makefile with up-to-date dependencies for all object files. print will print out all the source code to the printer specified in the Makefile. tags recreates the tags file. NOTE: this Makefile requires the souped-up version of make contained in the bin directory. ******************************************************************************** N O T E This program is in the PUBLIC DOMAIN and may be distributed as long as anyone is interested in it. Send all bug-fixes to deboor@BERKELEY or deboor@ucbvax.berkeley.edu or ...!ucbvax!deboor. This can best be done using the y)ell command. Please change the definition of AUTHOR in vmh.h to either be the path to me or to whomever is maintaining the program.