# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  kelley
# 	Date	:  04/13/95
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.7 04/13/95 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	01/04/96   tnk	added nr to link for zzdebug
# 	08/11/95   tnk	added zzdebug stuff
# 	08/10/95   tnk	renamed ahivri.x
# 	04/14/95   kelley	none
# 	04/13/95   kelley	none
# 	04/13/95   kelley	none
# 	04/13/95   kelley	date and time created 95/04/13 15:08:38 by kelley
# H-
# 
#

#       Version: @(#)mkpkg	1.7 1/4/96 UCB CEA EGO

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvtools.a:
	t_dscen.x	<error.h> <gset.h> <imio.h> <mach.h> <imhdr.h>
	ahivri.x
        deblend.x       <error.h> <gset.h> <mach.h>
	;

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


