# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  tnk
# 	Date	:  04/08/93
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.3 04/08/93 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	04/08/94   tnk	reworked new targets;  also did away with subdirs
# 	03/18/94   tnk	added update target
# 	04/08/93   tnk	date and time created 93/04/08 11:37:01 by tnk
# H-
# 
#

# @(#)mkpkg	1.3 4/8/94 UCB CEA EGO

# Make the IVOPS vector operators library.

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	$set G = "$$generic -k "
	$ifolder (iaddi.x,  iadd.gx )    $(G) -t  silrdx iadd.gx	$endif
	$ifolder (idivr.x,  idiv.gx )    $(G) -t  rd 	 idiv.gx	$endif
	$ifolder (imuli.x,  imul.gx )    $(G) -t  silrdx imul.gx	$endif
	$ifolder (imulki.x, imulk.gx)    $(G) -t  silrdx imulk.gx	$endif
	$ifolder (isqri.x,  isqr.gx )    $(G) -t  silrdx isqr.gx	$endif
	$ifolder (isubi.x,  isub.gx )    $(G) -t  silrdx isub.gx	$endif
	;

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

libivops.a:
	iaddd.x
	iaddi.x
	iaddl.x
	iaddr.x
	iadds.x
	iaddx.x
	idivd.x
	idivr.x	
	imuld.x
	imuli.x
	imulkd.x
	imulki.x
	imulkl.x
	imulkr.x
	imulks.x
	imulkx.x
	imull.x
 	imulr.x
	imuls.x
	imulx.x
	isqrd.x
	isqri.x
	isqrl.x
	isqrr.x
	isqrs.x
	isqrx.x
	isubd.x
	isubi.x
	isubl.x
	isubr.x
	isubs.x
	isubx.x
	;

zzdebug:
	;


