# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  10/29/91
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.14 10/29/91 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	10/14/97   mabbott	remove illegal QPOE private data and function dependencies
# 	01/13/97   tnk	rm qpl_openf.x
# 	05/18/94   tnk	added zzdebug
# 	04/08/94   tnk	made standard targets
# 	06/17/92   ericco	added qpl_batch
# 	06/17/92   ericco	added qpl_gclmn
# 	04/07/92   akeith	Changed the help page to coorsp. to the commands.
# 	03/04/92   ericco	updated to new dir structure
# 	01/23/92   ericco	updated for euv package
# 	01/22/92   akeith	checked in for ceascs conversion.
# 	12/12/91   akeith	no
# 	10/30/91   akeith	documentation was added
# 	10/29/91   ericco	date and time created 91/10/29 15:11:31 by ericco
# H-
# 
#

#	Revised: 10/14/97
# Make libeuvtools.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvtools.a:
	qpl_batch.x	 <qpeuv.h> "qpl.h"
	qpl_cls_opn.x	 <qpeuv.h> <qpioset.h> "qpl.h"
	qpl_cmd.x	  <qpeuv.h> "qpl.h"
	qpl_format.x	 <qpeuv.h> "qpl.h"
	qpl_gbckt.x	 "qpoe$qpio.h" "qpl.h"
	qpl_gclmn.x	 <qpeuv.h> "qpl.h"
	qpl_ghead.x	 <qpeuv.h> <qpset.h> "qpl.h"
	qpl_list.x	 <qpeuv.h> <qpioset.h> "qpl.h"
	qpl_move.x	 "qpl.h"
	qpl_strset.x
	qpl_topevi.x	 "qpoe$qpio.h" "qpl.h"
	qpl_tty.x	 <mach.h> <qpioset.h> <qpeuv.h> "qpl.h"
	t_qppage.x	 "qpl.h"
	;


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

