# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  tnk
# 	Date	:  05/19/93
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.2 05/19/93 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	04/08/94   tnk	standard targets
# 	05/19/93   tnk	date and time created 93/05/19 12:22:27 by tnk
# H-
# 
#


# @(#)mkpkg	1.2 4/8/94
# mkpkg for periodint

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvtools.a:
        t_periodint.x 
        ;

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

