# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  akeith
# 	Date	:  07/15/94
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.3 07/15/94 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	07/26/94   akeith	cleaned up
# 	07/15/94   akeith	date and time created 94/07/15 11:40:06 by akeith
# H-
# 
#


#	Version: @(#)mkpkg	1.3 7/29/94 UCB CEA EGO

# Make libeox.a

$call preprocess
$call update
$call zzdebug
$exit

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

zzdebug:
	;

preprocess:
	$set G = "$generic -k -o"

        $ifolder (eoxops.x, eoxops.gx)
                $(G) eoxops.x eoxops.gx 
        $endif
	;

libeox.a:
	eoxauto.x
	eoxbkg.x
	eoxcenter.x	<imhdr.h>
	eoxmkheaders.x	<eoxset.h> <imhdr.h>
	eoxmkout.x	<imhdr.h>
	eoxops.x
	eoxoptimal.x	<dfset.h> <imhdr.h>
	eoxout.x	<eoxset.h>
	eoxprofile.x	<dfset.h>
	;

