# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  tnk
# 	Date	:  08/24/93
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.3 08/24/93 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	04/08/94   tnk	standard targets
# 	08/27/93   tnk	added WCS header cards to events tables
# 	08/24/93   tnk	date and time created 93/08/24 15:04:03 by tnk
# H-
# 
#


# @(#)mkpkg	1.3 4/8/94 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_qpwst.x	
     	maketabs.x
        saveparms.x
	cpwcshdrs.x
        ;

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

