10
10
# HP C V7.3-009-48GBT (AXP), HP C V7.2-001 (IA64) and v6.4-005(VAX).
11
11
#
12
12
# Notes: On VAX, the PDP-10, Eclipse, IBM 7094 and BESM6 simulators will
13
- # not be built due to the fact that INT64 is required for these
13
+ # not be built due to the fact that INT64 is required for these
14
14
# simulators.
15
15
#
16
16
# This build script will accept the following build options.
25
25
# ECLIPSE Just Build The Data General Eclipse.
26
26
# GRI Just Build The GRI Corporation GRI-909.
27
27
# LGP Just Build The Royal-McBee LGP-30.
28
- # H316 Just Build The Honewell 316/516.
29
- # HP2100 Just Build The Hewlett-Packard HP-2100.
30
- # HP3000 Just Build The Hewlett-Packard HP-3000.
28
+ # H316 Just Build The Honeywell 316/516.
29
+ # HP2100 Just Build The Hewlett-Packard HP-2100.
30
+ # HP3000 Just Build The Hewlett-Packard HP-3000.
31
31
# I1401 Just Build The IBM 1401.
32
32
# I1620 Just Build The IBM 1620.
33
33
# I7094 Just Build The IBM 7094.
75
75
# VAX8600 Just Build The DEC VAX8600.
76
76
# CLEAN Will Clean Files Back To Base Kit.
77
77
#
78
- # To build with debugging enabled (which will also enable traceback
78
+ # To build with debugging enabled (which will also enable traceback
79
79
# information) use..
80
80
#
81
81
# MMK/MACRO=(DEBUG=1)
82
82
#
83
83
# This will produce an executable named {Simulator}-{I64|VAX|AXP}-DBG.EXE
84
84
#
85
- # To build on older Alpha VMS platforms, SIM_ASYNCH_IO must be disabled.
85
+ # To build on older Alpha VMS platforms, SIM_ASYNCH_IO must be disabled.
86
86
# use..
87
87
#
88
88
# MMK/MACRO=(NOASYNCH=1)
89
89
#
90
- # On AXP and IA64 the VMS PCAP components are built and used to provide
90
+ # On AXP and IA64 the VMS PCAP components are built and used to provide
91
91
# network support for the VAX and PDP11 simulators.
92
92
#
93
- # The AXP PCAP components can only be built using a version of the
93
+ # The AXP PCAP components can only be built using a version of the
94
94
# DEC/Compaq/HP Compiler version V6.5-001 or later. To build using an
95
95
# older compiler, networking support must be disabled. Use...
96
96
#
@@ -716,7 +716,7 @@ S3_OPTIONS = /INCL=($(SIMH_DIR),$(S3_DIR))/DEF=($(CC_DEFS))
716
716
#
717
717
SDS_DIR = SYS$DISK:[.SDS]
718
718
SDS_LIB = $(LIB_DIR)SDS-$(ARCH).OLB
719
- SDS_SOURCE = $(SDS_DIR)SDS_CPU.C,$(SDS_DIR)SDS_DRM.C,$(SDS_DIR)SDS_DSK.C,\
719
+ SDS_SOURCE = $(SDS_DIR)SDS_CPU.C,$(SDS_DIR)SDS_DRM.C,$(SDS_DIR)SDS_DSK.C,\
720
720
$(SDS_DIR)SDS_IO.C,$(SDS_DIR)SDS_LP.C,$(SDS_DIR)SDS_MT.C,\
721
721
$(SDS_DIR)SDS_MUX.C,$(SDS_DIR)SDS_RAD.C,$(SDS_DIR)SDS_STDDEV.C,\
722
722
$(SDS_DIR)SDS_SYS.C,$(SDS_DIR)SDS_CR.C,$(SDS_DIR)SDS_CP.C
@@ -1431,7 +1431,7 @@ ALL : ALTAIR GRI H316 HP2100 I1401 I1620 IBM1130 ID16 ID32 \
1431
1431
$! No further actions necessary
1432
1432
.ENDIF
1433
1433
1434
- CLEAN :
1434
+ CLEAN :
1435
1435
$!
1436
1436
$! Clean out all targets and building Remnants
1437
1437
$!
@@ -1578,7 +1578,7 @@ $(ECLIPSE_LIB) : $(ECLIPSE_SOURCE)
1578
1578
#
1579
1579
# We Are On VAX And Due To The Use of INT64 We Can't Build It.
1580
1580
#
1581
- $(ECLIPSE_LIB) :
1581
+ $(ECLIPSE_LIB) :
1582
1582
$! Due To The Use Of INT64 We Can't Build The
1583
1583
$! $(MMS$TARGET) Library On VAX.
1584
1584
.ENDIF
@@ -1832,19 +1832,19 @@ $(KI10_LIB) : $(KI10_SOURCE)
1832
1832
#
1833
1833
# We Are On VAX And Due To The Use of INT64 We Can't Build It.
1834
1834
#
1835
- $(PDP10_LIB) :
1835
+ $(PDP10_LIB) :
1836
1836
$! Due To The Use Of INT64 We Can't Build The
1837
1837
$! $(MMS$TARGET) Library On VAX.
1838
1838
1839
- $(PDP6_LIB) :
1839
+ $(PDP6_LIB) :
1840
1840
$! Due To The Use Of INT64 We Can't Build The
1841
1841
$! $(MMS$TARGET) Library On VAX.
1842
1842
1843
- $(KA10_LIB) :
1843
+ $(KA10_LIB) :
1844
1844
$! Due To The Use Of INT64 We Can't Build The
1845
1845
$! $(MMS$TARGET) Library On VAX.
1846
1846
1847
- $(KI10_LIB) :
1847
+ $(KI10_LIB) :
1848
1848
$! Due To The Use Of INT64 We Can't Build The
1849
1849
$! $(MMS$TARGET) Library On VAX.
1850
1850
.ENDIF
@@ -1955,7 +1955,7 @@ $(BESM6_LIB) : $(BESM6_SOURCE)
1955
1955
#
1956
1956
# We Are On VAX And Due To The Use of INT64 We Can't Build It.
1957
1957
#
1958
- $(BESM6_LIB) :
1958
+ $(BESM6_LIB) :
1959
1959
$! Due To The Use Of INT64 We Can't Build The
1960
1960
$! $(MMS$TARGET) Library On VAX.
1961
1961
.ENDIF
@@ -1978,7 +1978,7 @@ $(B5500_LIB) : $(B5500_SOURCE)
1978
1978
#
1979
1979
# We Are On VAX And Due To The Use of INT64 We Can't Build It.
1980
1980
#
1981
- $(B5500_LIB) :
1981
+ $(B5500_LIB) :
1982
1982
$! Due To The Use Of INT64 We Can't Build The
1983
1983
$! $(MMS$TARGET) Library On VAX.
1984
1984
.ENDIF
@@ -2001,7 +2001,7 @@ $(CDC1700_LIB) : $(CDC1700_SOURCE)
2001
2001
#
2002
2002
# We Are On VAX And Due To The Use of INT64 We Can't Build It.
2003
2003
#
2004
- $(CDC1700_LIB) :
2004
+ $(CDC1700_LIB) :
2005
2005
$! Due To The Use Of INT64 We Can't Build The
2006
2006
$! $(MMS$TARGET) Library On VAX.
2007
2007
.ENDIF
@@ -2499,7 +2499,7 @@ $(I7094_LIB) : $(I7094_SOURCE)
2499
2499
#
2500
2500
# We Are On VAX And Due To The Use of INT64 We Can't Build It.
2501
2501
#
2502
- $(I7094_LIB) :
2502
+ $(I7094_LIB) :
2503
2503
$! Due To The Use Of INT64 We Can't Build The
2504
2504
$! $(MMS$TARGET) Library On VAX.
2505
2505
.ENDIF
@@ -2519,7 +2519,7 @@ ATT3B2 : $(BIN_DIR)ATT3B2-$(ARCH).EXE
2519
2519
# Else We Are On VAX And Tell The User We Can't Build On VAX
2520
2520
# Due To The Use Of INT64.
2521
2521
#
2522
- ATT3B2 :
2522
+ ATT3B2 :
2523
2523
$! Sorry, Can't Build $(BIN_DIR)ATT3B2-$(ARCH).EXE Simulator
2524
2524
$! Because It Requires The Use Of INT64.
2525
2525
.ENDIF
@@ -2557,7 +2557,7 @@ ALTAIRZ80 : $(BIN_DIR)ALTAIRZ80-$(ARCH).EXE
2557
2557
# Else We Are On VAX And Tell The User We Can't Build On VAX
2558
2558
# Due To The Use Of INT64.
2559
2559
#
2560
- ALTAIRZ80 :
2560
+ ALTAIRZ80 :
2561
2561
$! Sorry, Can't Build $(BIN_DIR)ALTAIRZ80-$(ARCH).EXE Simulator
2562
2562
$! Because It Requires The Use Of INT64.
2563
2563
.ENDIF
@@ -2583,7 +2583,7 @@ ECLIPSE : $(BIN_DIR)ECLIPSE-$(ARCH).EXE
2583
2583
# Else We Are On VAX And Tell The User We Can't Build On VAX
2584
2584
# Due To The Use Of INT64.
2585
2585
#
2586
- ECLIPSE :
2586
+ ECLIPSE :
2587
2587
$! Sorry, Can't Build $(BIN_DIR)ECLIPSE-$(ARCH).EXE Simulator
2588
2588
$! Because It Requires The Use Of INT64.
2589
2589
.ENDIF
@@ -2847,19 +2847,19 @@ $(BIN_DIR)PDP10-KI-$(ARCH).EXE : $(SIMH_MAIN) $(SIMH_NONET_LIB) $(PCAP_LIBD) $(K
2847
2847
# Else We Are On VAX And Tell The User We Can't Build On VAX
2848
2848
# Due To The Use Of INT64.
2849
2849
#
2850
- PDP10 :
2850
+ PDP10 :
2851
2851
$! Sorry, Can't Build $(BIN_DIR)PDP10-$(ARCH).EXE Simulator
2852
2852
$! Because It Requires The Use Of INT64.
2853
2853
2854
- PDP6 :
2854
+ PDP6 :
2855
2855
$! Sorry, Can't Build $(BIN_DIR)PDP6-$(ARCH).EXE Simulator
2856
2856
$! Because It Requires The Use Of INT64.
2857
2857
2858
- PDP10-KA :
2858
+ PDP10-KA :
2859
2859
$! Sorry, Can't Build $(BIN_DIR)PDP10-KA-$(ARCH).EXE Simulator
2860
2860
$! Because It Requires The Use Of INT64.
2861
2861
2862
- PDP10-KI :
2862
+ PDP10-KI :
2863
2863
$! Sorry, Can't Build $(BIN_DIR)PDP10-KI-$(ARCH).EXE Simulator
2864
2864
$! Because It Requires The Use Of INT64.
2865
2865
.ENDIF
@@ -2968,7 +2968,7 @@ $(BIN_DIR)BESM6-$(ARCH).EXE : $(SIMH_MAIN) $(SIMH_NONET_LIB) $(BESM6_LIB)
2968
2968
# Else We Are On VAX And Tell The User We Can't Build On VAX
2969
2969
# Due To The Use Of INT64.
2970
2970
#
2971
- BESM6 :
2971
+ BESM6 :
2972
2972
$! Sorry, Can't Build $(BIN_DIR)BESM6-$(ARCH).EXE Simulator
2973
2973
$! Because It Requires The Use Of INT64.
2974
2974
.ENDIF
@@ -2994,7 +2994,7 @@ $(BIN_DIR)B5500-$(ARCH).EXE : $(SIMH_MAIN) $(SIMH_NONET_LIB) $(B5500_LIB)
2994
2994
# Else We Are On VAX And Tell The User We Can't Build On VAX
2995
2995
# Due To The Use Of INT64.
2996
2996
#
2997
- B5500 :
2997
+ B5500 :
2998
2998
$! Sorry, Can't Build $(BIN_DIR)B5500-$(ARCH).EXE Simulator
2999
2999
$! Because It Requires The Use Of INT64.
3000
3000
.ENDIF
@@ -3020,7 +3020,7 @@ $(BIN_DIR)CDC1700-$(ARCH).EXE : $(SIMH_MAIN) $(SIMH_NONET_LIB) $(CDC1700_LIB)
3020
3020
# Else We Are On VAX And Tell The User We Can't Build On VAX
3021
3021
# Due To The Use Of INT64.
3022
3022
#
3023
- CDC1700 :
3023
+ CDC1700 :
3024
3024
$! Sorry, Can't Build $(BIN_DIR)CDC1700-$(ARCH).EXE Simulator
3025
3025
$! Because It Requires The Use Of INT64.
3026
3026
.ENDIF
@@ -3363,7 +3363,7 @@ $(BIN_DIR)I7094-$(ARCH).EXE : $(SIMH_MAIN) $(SIMH_NONET_LIB) $(I7094_LIB)
3363
3363
# Else We Are On VAX And Tell The User We Can't Build On VAX
3364
3364
# Due To The Use Of INT64.
3365
3365
#
3366
- I7094 :
3366
+ I7094 :
3367
3367
$! Sorry, Can't Build $(BIN_DIR)I7094-$(ARCH).EXE Simulator
3368
3368
$! Because It Requires The Use Of INT64.
3369
3369
.ENDIF
@@ -3375,9 +3375,9 @@ $(PCAP_VCI) : $(PCAP_VCMDIR)PCAPVCM.EXE
3375
3375
$!
3376
3376
$! Installing the PCAP VCI Execlet in SYS$LOADABLE_IMAGES
3377
3377
$!
3378
- $ COPY $(PCAP_VCMDIR)PCAPVCM.EXE SYS$COMMON:[SYS$LDR]PCAPVCM.EXE
3378
+ $ COPY $(PCAP_VCMDIR)PCAPVCM.EXE SYS$COMMON:[SYS$LDR]PCAPVCM.EXE
3379
3379
3380
- $(PCAP_VCMDIR)PCAPVCM.EXE : $(PCAP_VCM_SOURCES)
3380
+ $(PCAP_VCMDIR)PCAPVCM.EXE : $(PCAP_VCM_SOURCES)
3381
3381
$!
3382
3382
$! Building The PCAP VCI Execlet
3383
3383
$!
0 commit comments