blob: 976cc1e4c3fd8f65f1752a3aade9c8f98a598083 (
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
26
27
28
29
|
# Makelib for the VMS version of the IIS driver.
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
@(i2)
zclm70.x m70.h <mach.h> <knet.h>
zopm70.x m70.h <mach.h> <knet.h>
zrdm70.x m70.h <mach.h> <knet.h>
zstm70.x m70.h <mach.h> <fio.h>
zwrm70.x m70.h <mach.h> <knet.h>
zwtm70.x m70.h <mach.h> <knet.h>
;
i2: # Compile the VMS/Fortran IIS i/o routines with the VMS /NOI4 option.
$set XFLAGS = "-c -O -i2"
m70cls.f fcbu.inc
m70get.f fcbu.inc
m70io.f fcbu.inc
m70mcl.f fcbu.inc
m70opn.f fcbu.inc
m70rel.f fcbu.inc
m70wt.f
m70wti.f fcbu.inc
;
|