# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  tnk
# 	Date	:  08/01/94
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.1 08/01/94 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	08/01/94   tnk	date and time created 94/08/01 13:55:31 by tnk
# H-
# 
#

# @(#)mkpkg	1.1 8/1/94
# mkpkg for specmod

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvspec.a:
	t_specmain.x
        comp_counts.x
	llpf2pf.x
	psf_convolve.x
	verf_bins.x
        ;


zzdebug:
        $set LIBS = "-leuvspec -ldfu -ldf -ldt -lnr -lii -ledd -let -lcea  -livops -ltbtables"
        $omake  zzdebug.x
        $link   zzdebug.o $(LIBS) -o zzdebug.e
        ;

