#       Copyright (c) 1987 AT&T   
#       All Rights Reserved       

#       THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T   
#       The copyright notice above does not evidence any     
#       actual or intended publication of such source code.  

# @(#)README	1.1.1.2   (11/6/87)

PROGRAM: xzap630

DESCRIPTION: facilitates 630 MTG object file conversion.

TERMINAL: 630  MTG - requires C Compilation System on host.

COMPUTER: 3B2
	  3B20
	  VAX
	  AMDAHL

OPERATING SYSTEM: UNIX System V Release 2 or 3 with Windowing Utilities
		  or the 5620 DMD Core Package installed

BUILD PROCEDURE: make TCTERM=<terminal>  TC630=<install dir> <action>

		 The <...>'s have the followings meanings:

		 <terminal> - terminal for which the <action> is to take place.
			      Possibles values are:
				 630 - 630 MTG
				 dmd - 5620 DMD (no operation)
				 all - both 630 and dmd (no operation)
			      It defaults to 630.

		 <install dir> - full path name to where the product will be
				 installed. This is needed only for the install
				 action. There is no default.

		 <action> - defines the action to be done. Possible actions
			    are: build - just make the products
				 install - install the products
				 clean - remove .o's
				 clobber - remove the products under the source
					   directory
			    The default action is build.

		 requirements: the following directories must already exist
			       to do the install action:
				$TC630/bin
				$TC630/man

		 example: make TCTERM=all install
			  # makes and installs for the 630 MTG.

EXECUTION: To run the program, the shell environment variable TC630 must
           be set and exported to the same value as used to build xzap630.
           The manual page describes how xzap630 works.

