# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  tnk
# 	Date	:  06/23/94
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.1 06/23/94 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	06/23/94   tnk	date and time created 94/06/23 13:40:22 by tnk
# H-
# 
#

# Make the tasks -- revised 6/23/94
# @(#)mkpkg	1.1 6/23/94 UCB CEA EGO

$call preprocess
$call update
$call install
$exit

preprocess:
update:
	@mkeuvspec
	@editwcs
	@listspec
	@euvcombine
	;

install:
	$set LIBS = "-leuvobsolete -lplf -ledd -let -lcea -ltbtables"
	$omake	x_euvobsolete.x
	$link	x_euvobsolete.o $(LIBS) -o xx_euvobsolete.e
	$move	xx_euvobsolete.e euvbin$x_euvobsolete.e
	;



