# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  akeith
# 	Date	:  05/15/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.3 05/15/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	04/08/94   tnk	std targets
# 	03/17/94   tnk	added zzdebug
# 	05/15/92   akeith	date and time created 92/05/15 10:55:55 by akeith
# H-
# 
#

#	Revised: 4/8/94 @(#)mkpkg	1.3 UCB CEA EGO
# Make libeuvtools.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

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

libeuvtools.a:
	ectoeq.x	 <mach.h>
	eqtoec.x	 <mach.h>
	t_ecliptic.x	 <fset.h>
	;
