# 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.5 04/30/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	09/02/94   tnk	reordered -lnr position
# 	07/22/94   tnk	added df stuff
# 	04/11/94   tnk	changed euvred to euvtools
# 	04/08/94   tnk	updated standard targets
# 	04/30/92   akeith	date and time created 92/04/30 13:07:53 by akeith
# H-
# 
#

#	Revised: 9/2/94
# Make libeuvtools.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvtools.a:
	t_compspec.x
	;


zzdebug:
	$set LIBS = "-leuvtools -ldfu -ldf -ldt -lii -lcea -lnr -ltbtables"
	$omake	zzdebug.x
	$link	zzdebug.o $(LIBS) -o zzdebug.e
	;

