# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  lrottler
# 	Date	:  03/03/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.11 03/03/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	04/28/94   tnk	installed new specmod in place of old one
# 	04/12/94   tnk	added dfu
# 	04/07/94   ericco	adjusted targets
# 	03/08/94   tnk	temporary specmod2 changes
# 	08/05/93   tnk	added ism code
# 	03/03/92   lrottler	added 'edd' and 'et' to LIBS
# 	03/03/92   lrottler	date and time created 92/03/03 16:23:56 by lrottler
# H-
# 
#

# Make the tasks -- revised 4/28/94

$call	preprocess
$call	update
$call	install
$exit

preprocess:
update:
	@specmain
	@ism
	;

install:
	$set LIBS = "-leuvspec -ldfu -ldf -ldt -lnr -lii -ledd -let -lcea -livops -ltbtables"

	$omake	x_euvspec.x
	$link	x_euvspec.o $(LIBS) -o xx_euvspec.e
	$move	xx_euvspec.e euvbin$x_euvspec.e
	;
