# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  gareth
# 	Date	:  10/06/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.3 10/06/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	04/08/94   tnk	std targets
# 	10/06/92   gareth	date and time created 92/10/06 09:30:50 by gareth
# H-
# 
#

#	Revised: 4/8/94
#	Make tfilter

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvtools.a:
	t_tfilter.x	 <tbset.h>
	;

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