# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  tnk
# 	Date	:  01/02/97
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.1 01/02/97 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	01/02/97   tnk	date and time created 97/01/02 10:50:16 by tnk
# H-
# 
#

# @(#)mkpkg	1.1 1/2/97 UCB CEA
# mkpkg 

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvtools.a:
	t_mapcorr.x
        ;

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