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

#       Make colval task
#       @(#)mkpkg	1.1 6/28/94


$call preprocess
$call update
$call zzdebug
$exit

preprocess:
        $ifolder (t_colval.x, t_colval.gx)
                $generic -k -o t_colval.x t_colval.gx
        $endif
        $ifolder (match_val.x, match_val.gx)
                $generic -k -o match_val.x match_val.gx
        $endif
	;

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

libeuvdiags.a:
	t_colval.x  <tbset.h>
	match_val.x
	;

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

