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


# %@% 4/7/94 UCB CEA EGO
# mkpkg for ism

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvspec.a:
        t_ism.x 
        rumphism.x
        ;

zzdebug:
        $set LIBS = "-leuvspec"

        $omake  zzdebug.x
        $link   zzdebug.o $(LIBS) -o zzdebug.e
        ;
