File tree 4 files changed +378
-1
lines changed
4 files changed +378
-1
lines changed Original file line number Diff line number Diff line change 31
31
mini-dumper
32
32
linum
33
33
tendmp
34
+ acct
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ OBJS = pdp10-opc.o info.o dis.o symbols.o \
14
14
UTILS = cat36 itsarc magdmp magfrm dskdmp dump \
15
15
macdmp macro-tapes tape-dir harscntopbm palx cross \
16
16
ipak kldcp klfedr scrmbl unscr tvpic tito dart od10 \
17
- constantinople dumper mini-dumper linum tendmp
17
+ constantinople dumper mini-dumper linum tendmp acct
18
18
19
19
all : dis10 $(UTILS ) check
20
20
@@ -70,6 +70,9 @@ macro-tapes: macro-tapes.o $(OBJS) $(LIBWORD)
70
70
tape-dir : tape-dir.o $(OBJS ) $(LIBWORD )
71
71
$(CC ) $(CFLAGS ) $^ -o $@
72
72
73
+ acct : acct.o dec.o $(OBJS ) $(LIBWORD )
74
+ $(CC ) $(CFLAGS ) $^ -o $@
75
+
73
76
tito : tito.o $(OBJS ) $(LIBWORD )
74
77
$(CC ) $(CFLAGS ) $^ -o $@
75
78
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ is elsewhere: http://github.com/larsbrinkhoff/mldev
27
27
- Add or delete DEC-style text file line numbers.
28
28
- Extract files from a DECtape image in TENDMP/DTBOOT format.
29
29
- Create a TENDMP/DTBOOT image.
30
+ - Print entried in a WAITS accounting file.
30
31
31
32
## File formats supported.
32
33
You can’t perform that action at this time.
0 commit comments