# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  05/07/91
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.12 05/07/91 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	01/13/97   mabbott	added some .h dependencies
# 	12/27/96   mabbott	added override.h dependencies
# 	06/29/94   akeith	Now remaps deepserv and scanners
# 	04/08/94   tnk	std targets
# 	02/26/94   ericco	added preprocess target
# 	12/18/92   akeith	put in <error.h>
# 	11/24/92   ericco	added ep_gdtype.x
# 	10/29/91   ericco	added generic preprocessing
# 	05/07/91   ericco	date and time created 91/05/07 14:10:27 by ericco
# H-
# 
#

#	Revised: 1/13/97
# Make libcep.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	$ifolder (ewread.x, ewread.gx)
		$generic -k -o ewread.x ewread.gx
	$endif
	;

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

libcep.a:
	epgdtype.x	 <pkg/dttext.h> "ep.h"
	eprdrec.x	 <eerror.h> <edata.h> "ep.h"
	epdtfind.x	 <eerror.h> <edata.h> "ep.h"
	epproc.x	 <eerror.h> <edata.h> <override.h> "ep.h"
	eprun.x		 <eerror.h> <edata.h> "ep.h"
	dtgtype.x	 <error.h> "ep.h"
	dtgptr.x	 <error.h>
	dtgfield.x	 <error.h>
	dtgetb.x	 <error.h>
	epstart.x	 <eerror.h> <edata.h> <override.h> "ep.h"
	eqread.x	 <eerror.h> <edata.h> <math.h>
	ewread.x	 <mach.h> <iraf.h> <qpset.h> <imhdr.h> <fset.h> <override.h> <eerror.h> <edata.h>
	dtgvstr.x	 <ctype.h> <edata.h>
	;

zzdebug:
	;
