# 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.8 04/30/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	09/08/94   akeith	took out un needed libs
# 	07/14/94   akeith	added shift mechanism
# 	04/06/94   akeith	updated to tom's alpha mkpkg standard
# 	04/04/94   akeith	the new optimal extraction
# 	04/04/94   akeith	cleared for new euvextract
# 	09/28/92   gareth	added new file for image headers
# 	04/30/92   akeith	date and time created 92/04/30 13:22:40 by akeith
# H-
# 
#


#	Version: @(#)mkpkg	1.8 9/8/94 UCB CEA EGO

$call preprocess
$call update
$call zzdebug
$exit

zzdebug:
	$set LIBS = "-leuvred -leox -lcio -lili -ldf -ldt -lii -lcea -ltbtables"
	$omake	zzdebug.x
	$link	zzdebug.o $(LIBS) -o zzdebug.e
	;

update:
	$checkout	libeuvred.a euvbin$
	$update		libeuvred.a
	$checkin	libeuvred.a euvbin$
	;

libeuvred.a:
	t_euvextract.x	<imhdr.h> <fset.h> <eoxset.h>
	;

preprocess:
	;

