# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  akeith
# 	Date	:  03/24/94
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.10 03/24/94 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	11/02/94   akeith	took out dftranserr.x
# 	09/14/94   tnk	rm pda2ht
# 	09/13/94   tnk	rm getimdf
# 	09/02/94   tnk	added minbinwid and getimdf
# 	09/02/94   akeith	updated
# 	04/28/94   tnk	added bunch of new routines 
# 	04/08/94   tnk	put in standard targets
# 	03/24/94   akeith	fixed errors
# 	03/24/94   akeith	added ea_df.x
# 	03/24/94   akeith	date and time created 94/03/24 14:16:11 by akeith
# H-
# 
#


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

# Make libdfu.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libdfu.a:
	addpoisson.x	<dfset.h>
	dfconvolve.x	<dfset.h>
	dfgminmax.x
	dflen.x
	dfpredge.x
	dfprint.x
	genconstdf.x
	getcrdf.x
	geteadf.x	<dfset.h>
	eadf.x		<dfset.h>
	getfiledf.x	<dfset.h>
	getpsfdf.x
	isincrdom.x
	mkgaussdf.x
	minbinwid.x
	;

zzdebug:
	$set LIBS = "-ldfu -df -ldt -lcea -lii -ltbtables"
 
#	$omake  zzdebug.x <dfset.h>
#	$link   zzdebug.o $(LIBS) -o zzdebug.e
	;

