# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  tnk
# 	Date	:  03/23/94
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.8 03/23/94 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	05/02/94   tnk	took out routines
# 	05/02/94   tnk	adjusted epsilon compare routines
# 	04/08/94   tnk	added plf & ivops libs
# 	04/08/94   tnk	reworked targets
# 	03/31/94   tnk	added detinfo.x
# 	03/28/94   tnk	added imcpy.gx getcol.gx, removed det_srcquad.x
# 	03/25/94   tnk	converted effexp to use df
# 	03/23/94   tnk	date and time created 94/03/23 17:08:17 by tnk
# H-
# 
#

#	@(#)mkpkg	1.8 5/2/94 UCB CEA EGO

$call preprocess
$call update
$call zzdebug
$exit

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


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

libeuvred.a:
	t_qpmkim.x
	effexp.x
	getcol.x
	mkcorrim.x
	detinfo.x
	rd_qbounds.x
	;


zzdebug:
	$set LIBS = "-leuvred -ldf -ldt -lii -lplf -lcea -livops -ltbtables"
	$omake	zzdebug.x
	$link	zzdebug.o $(LIBS) -o zzdebug.e
	;




