# 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.3 04/30/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	06/23/94   tnk	changed to euvobsolete
# 	04/08/94   tnk	standard targets
# 	04/30/92   akeith	date and time created 92/04/30 14:09:39 by akeith
# H-
# 
#

#	@(#)mkpkg	1.3 6/23/94
# Make libeuvobsolete.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

zzdebug:
	$set LIBS = "-leuvobsolete"
	$omake	zzdebug.x
	$link	zzdebug.o $(LIBS) -o zzdebug.e
	;

libeuvobsolete.a:
	t_listspec.x	 <imhdr.h>
	;
