# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  tnk
# 	Date	:  09/12/94
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.3 09/12/94 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	11/02/94   akeith	added spcwrite.x
# 	10/10/94   akeith	clean det string
# 	09/12/94   tnk	date and time created 94/09/12 15:08:08 by tnk
# H-
# 
#


#       Version: @(#)mkpkg	1.3 11/2/94 UCB CEA EGO

# Make libspc.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libspc.a:
	spcflux.x
	spcgea.x	<ctype.h>
	spcgerr.x	<dfset.h>
	spcgspc.x
	spcmkmwcs.x
	spcout.x	<dfset.h> <imhdr.h>
	spcwrite.x	<dfset.h> <imhdr.h>
	;

zzdebug:
	$set LIBS = "-lspc -df -ldt -lcea -lii -ltbtables"
	;

