blob: 4253544e1132f29953ef0eae4a754333b5aa06bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Make the PLF image kernel (PLIO mask image kernel).
$checkout libex.a lib$
$update libex.a
$checkin libex.a lib$
$exit
libex.a:
plfaccess.x plf.h
plfclose.x <imhdr.h> <imio.h> <plset.h>
plfcopy.x plf.h <error.h>
plfdelete.x <error.h>
plfnull.x
plfopen.x <imhdr.h> <imio.h> <plio.h> <pmset.h>
plfrename.x plf.h <error.h>
plfupdhdr.x <imhdr.h> <imio.h> <plset.h>
;
|