1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-29 05:15:47 +00:00

Build C library.

This commit is contained in:
Lars Brinkhoff
2018-10-18 15:56:18 +00:00
parent 628a20654b
commit 3c68ce6854
10 changed files with 86 additions and 36 deletions

1
src/c/clib.prglst Symbolic link
View File

@@ -0,0 +1 @@
clib/clib.prglst

1
src/c/its.bits Symbolic link
View File

@@ -0,0 +1 @@
clib/its.bits

1
src/clib/c.defs Symbolic link
View File

@@ -0,0 +1 @@
c/c.defs

View File

@@ -9,39 +9,38 @@
; The following are ITS- dependent files from C10LIB:
l clib;c10cor
l clib;c10exp
l clib;c10fd
l clib;c10fil
l clib;c10fnm
l clib;c10fo
l clib;c10int
l clib;c10io
l clib;c10map
l clib;c10mio
l clib;c10pag
l clib;c10sys
l clib;c10tty
l clib;c10cor stk
l clib;c10exp stk
l clib;c10fd stk
l clib;c10fil stk
l clib;c10fnm stk
l clib;c10fo stk
l clib;c10int stk
l clib;c10io stk
l clib;c10map stk
l clib;c10mio stk
l clib;c10pag stk
l clib;c10sys stk
l clib;c10tty stk
; The following are ITS-independent files from CLIB:
l clib;ac
l clib;alloc
l clib;apfnam
l clib;atoi
l clib;blt
l clib;cfloat
l clib;cprint
l clib;date
l clib;fprint
l clib;match
l clib;pr60th
l clib;random
l clib;stkdmp
l clib;string
l clib;uuoh
l clib;ac stk
l clib;alloc stk
l clib;apfnam stk
l clib;atoi stk
l clib;blt stk
l clib;cfloat stk
l clib;cprint stk
l clib;date stk
l clib;fprint stk
l clib;match stk
l clib;pr60th stk
l clib;random stk
l clib;stkdmp stk
l clib;string stk
l clib;uuoh stk
; This must be last:
l clib;c10run

l clib;c10run stk

View File

@@ -1,7 +1,4 @@
x clib
l maklib
l apfnam
l c10job
l c10fnm
x c/clib
l maklib.stk
l c10job.stk
o ts maklib


1
src/clib/nc.insert Symbolic link
View File

@@ -0,0 +1 @@
c/nc.insert

1
src/clib/nm.insert Symbolic link
View File

@@ -0,0 +1 @@
c/nm.insert