# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  04/30/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.18 04/30/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	09/14/94   akeith	added spc library
# 	07/15/94   akeith	put in eox lib
# 	05/20/94   akeith	added rm library to remap the deep servey
# 	04/22/94   tnk	added ili
# 	04/09/94   tnk	added df & dt
# 	04/07/94   ericco	adjusted targets
# 	02/26/94   ericco	added preprocess target
# 	07/19/93   tnk	added grp library
# 	02/17/93   tnk	added ivops
# 	02/16/93   ericco	added vfio lib
# 	12/18/92   ericco	added qs library
# 	05/17/92   ericco	updated lib/dir listing
# 	04/30/92   ericco	date and time created 92/04/30 15:38:02 by ericco
# H-
# 
#

#	@(#)mkpkg	1.18 9/14/94
# Make the EUV libraries

$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

preprocess:
update:
	@cep
	@dsu
	@df
	@dfu
	@dt
	@ea
	@eb
	@ed
	@ee
	@em
	@ep
	@er
	@eu
	@ev
	@gt
	@grp
	@nr
	@plf
	@et
	@ek
	@ii
	@ili
	@edd
	@eox
	@spc
	@vt
	@qs
	@vfio
	@ivops
	;

install:
	;
