# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  akeith
# 	Date	:  04/30/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.6 04/30/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	10/13/97   mabbott	removed euvobsolete from list of packages to build
# 	06/23/94   tnk	added euvobsolete
# 	04/07/94   ericco	adjusted targets
# 	03/22/94   tnk	added euvdiags
# 	02/26/94   ericco	added preprocess target
# 	04/30/92   akeith	date and time created 92/04/30 11:54:49 by akeith
# H-
# 
#

# mkpkg for the EUV applications packages
# @(#)mkpkg	1.6 10/13/97 UCB CEA EGO

$ifeq (hostid, unix)  !(date)  $endif
$ifeq (hostid, vms)   !(show time)  $endif
$echo "------------------------------ Preprocessing"
$call preprocess
$echo "------------------------------ Updating"
$call update
$echo "------------------------------ Installing"
$call install
$ifeq (hostid, unix)  !(date)  $endif
$ifeq (hostid, vms)   !(show time)  $endif
$exit

update:
preprocess:
install:
	$echo "-------------------  EUVRED  -------------------------"
	@euvred
	$echo "-------------------  EUVSPEC  ------------------------"
	@euvspec
	$echo "-------------------  EUVTOOLS  -----------------------"
	@euvtools
	$echo "-------------------  EUVDIAGS  -----------------------"
	@euvdiags
#	$echo "-------------------  EUVOBSOLETE  -----------------------"
#	@euvobsolete
	;
