aboutsummaryrefslogtreecommitdiff
path: root/sys/vops/achtgen/mkpkg
blob: 48b7c157e82d3a2af9a91e20971279366ecfc316 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# The files in this directory are the higher level type conversion routines.
# The most general routine is ACHT, which can convert an array of any of the
# nine datatypes UBcsilrdx to any of the other types (it will cause 100
# additional subroutines to be linked).  One level down in the structure tree
# are the ACHTx routines, which will convert an array of type X to any other
# type.  At the bottom are the ACHTxy routines, which convert from type X
# to type Y; these procedures are in vops$ak and osb$.

$checkout libvops.a lib$
$update   libvops.a
$checkin  libvops.a lib$
$exit

libvops.a:
	acht.x
	achtb.x
	achtc.x
	achtd.x
	achti.x
	achtl.x
	achtr.x
	achts.x
	achtu.x
	achtx.x
	;