# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  12/18/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.4 12/18/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	06/23/94   tnk	added generic call
# 	04/08/94   tnk	standard targets
# 	02/02/94   tnk	added zzdebug stuff
# 	12/18/92   ericco	date and time created 92/12/18 22:56:37 by ericco
# H-
# 
#

#       Make rowcount task
#       revision: @(#)mkpkg	1.4 6/23/94


$call preprocess
$call update
$call zzdebug
$exit

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

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

libeuvtools.a:
	t_rowcount.x  <tbset.h>
	find_match.x
	;

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

