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

#	Revised: 4/8/94
# Make libplf.a

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

preprocess:
	;

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

libplf.a:
	plf_integrate.x
	plfbinops.x
	plfflatten.x
	plfclip.x
	plfunary.x
	plffromarray.x
	plfops.x
	plfop.x
	plforder.x
	plfvalue.x
	plfleftget.x
	plfrightget.x
	resample.x
	plftoarray.x
	plfarray.x
	;

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