# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  04/30/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.6 04/30/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	11/03/95   tnk	added nr_copyr.x
# 	08/10/95   tnk	eliminated unused routines
# 	08/10/95   akeith	partial edit after alex left
# 	04/28/94   tnk	added nr_poidev
# 	04/08/94   tnk	std targets
# 	04/30/92   ericco	date and time created 92/04/30 01:54:36 by ericco
# H-
# 
#

#	Revised: 11/3/95
# Make libet.a

$call preprocess
$call update
#$call zzdebug
$exit

preprocess:
	;

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

libnr.a:
	nr_gammln.x
	nr_gammq.x
	nr_gcf.x	
	nr_gser.x
	nr_poidev.x
	hunt.f
	polint.f
	nr_copyr.x
	;


zzdebug:
	$set LIBS = "-let -lcea -ltbtables"

	$call update

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

