# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  tnk
# 	Date	:  04/08/94
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.4 04/08/94 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	06/28/94   tnk	added tcolval
# 	06/24/94   tnk	added trownum
# 	06/23/94   tnk	added tbverfsort
# 	04/08/94   tnk	date and time created 94/04/08 10:26:20 by tnk
# H-
# 
#

# Make the tasks -- revised 6/28/94
# @(#)mkpkg	1.4 

$call preprocess
$call update
$call install
$exit

preprocess:
update:
	@pixfilepath
	@tbverfsort
	@tcolval
	@trownum
	;

install:
	$set LIBS = "-leuvdiags -lcea -ltbtables -lxtools"
	$omake	x_euvdiags.x
	$link	x_euvdiags.o $(LIBS) -o xx_euvdiags.e
	$move	xx_euvdiags.e euvbin$x_euvdiags.e
	;

