full-psl-names.cmd 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. take psl:psl-names ! Defines names commented out here
  2. ; psl: ss:<psl> ! System-wide definition
  3. ;define psys: ss:<psl.subsys> ! Directory of executable files
  4. ;define psl: ss:<psl>,ss:<psl.subsys>
  5. ;OBJECT CODE FILES
  6. ;define pl: ss:<psl.lap> ! All PSL .B files live here
  7. ;define plap: ss:<psl.lap>
  8. ! Loadable files (untouched by search path games)
  9. ;SOURCE CODE, COMMAND FILES, (also .rel files)
  10. define pk: ss:<psl.kernel> ! Machine-independent kernel sources
  11. define pi: pk: ! Old logical name for kernel stuff
  12. define pcr: ss:<psl.kernel-cray> ! cray kernel sources
  13. define p20: ss:<psl.kernel-20> ! Dec-20 kernel sources
  14. define pv: ss:<psl.kernel-vax> ! Vax kernel sources
  15. define php: ss:<psl.kernel-hp9836> ! hp9836 kernel
  16. define phpp: ss:<psl.kernel-hp9836-pascal> ! Pascal sources for HP9836
  17. define p68: ss:<psl.kernel-68> ! 68000 kernel sources
  18. define p10x: ss:<psl.kernel-tenex> ! Tenex and KI specific kernel sources
  19. define pnk: ss:<psl.nonkernel> ! Machine-independent non-kernel
  20. define p20nk: ss:<psl.nonkernel-20> ! Dec-20 non-kernel
  21. define pvnk: ss:<psl.nonkernel-vax> ! Vax non-kernel
  22. define pc: ss:<psl.comp> ! Machine-independent compiler sources
  23. define pcrc: ss:<psl.comp-cray> ! CRAY compiler sources
  24. define p20c: ss:<psl.comp-20> ! Dec-20 compiler sources
  25. define pvc: ss:<psl.comp-vax> ! Vax compiler sources
  26. define p68c: ss:<psl.comp-68> ! 68000 compiler sources
  27. define phpc: ss:<psl.comp-hp9836> ! Hp9836 compiler sources - fix name
  28. ;define pu: ss:<psl.util> ! Machine-independent loadable modules
  29. ;define p20u: ss:<psl.util-20> ! Dec-20 utility program sources
  30. define pvu: ss:<psl.util-vax> ! Vax utility program sources
  31. define phpu: ss:<psl.util-hp9836> ! Hp9836 utility program sources
  32. ;define pn: ss:<psl.nmode> ! NMODE sources and binaries
  33. define pe: ss:<psl.emode> ! EMODE sources
  34. ;define pw: ss:<psl.windows> ! WINDOW PACKAGE sources and binaries
  35. define pg: ss:<glisp> ! GLISP, not a subdirectory at HP . . .
  36. ;DOCUMENTATION FILES
  37. ;define plpt: ss:<psl.lpt> ! Printable version of ref. manual
  38. ;define pman: ss:<psl.manual> ! Manual sources and working files
  39. ;define pndoc: ss:<psl.nmode-doc> ! Documentation for NMODE
  40. ;define ph: ss:<psl.help> ! xxx.HLP => help,
  41. ! xxx.DOC => documentation of PU: file
  42. ;define p20h: ss:<psl.help-20> ! For the DEC-20
  43. define pvh: ss:<psl.help-vax> ! For the VAX
  44. define phph: ss:<psl.help-hp9836> ! For the HP9836
  45. define p20dist: ss:<psl.dist-20> ! Dec-20 distribution docs and tools
  46. define pvdist: ss:<psl.dist-vax> ! Vax distribution docs and tools
  47. define phpdist: ss:<psl.dist-hp9836> ! HP9836 distribution docs and tools
  48. define padist: ss:<psl.dist-apollo> ! Apollo distribution docs and tools
  49. ;define pd: ss:<psl.doc> ! Should be source and output files for
  50. ! formal documents (except the manual)
  51. ;define p20d: ss:<psl.doc-20> ! For the DEC-20
  52. define pvd: ss:<psl.doc-vax> ! For VAX
  53. define phpd: ss:<psl.doc-hp9836> ! For HP9836
  54. define pad: ss:<psl.doc-apollo> ! For Apollo
  55. ;MAINTAINER-ORIENTED ARCANA AND ESOTERICA (no erotica)
  56. ! Files for pl: not generated, e.g. from .sl, .red files
  57. define p20l: ss:<psl.lap-20>
  58. define pvl: ss:<psl.lap-vax>
  59. define phpl: ss:<psl.lap-hp9836>
  60. ! Files that belong on "psl:" on the "target" machine, but not
  61. ! necessarily on "psl:" on the central file repository machine.
  62. define p20psl: ss:<psl.psl-20>
  63. define pvpsl: ss:<psl.psl-vax>
  64. define phppsl: ss:<psl.psl-hp9836>
  65. define psup: ss:<psl.support> ! PSL support stuff
  66. define p20sup: ss:<psl.support-20> ! PSL support stuff, 20 specific
  67. define pvsup: ss:<psl.support-vax> ! PSL support stuff, Vax spcific
  68. define phpsup: ss:<psl.support-hp9836> ! PSL support stuff, Hp9836
  69. define pasup: ss:<psl.support-apollo> ! For Apollo
  70. ;define pnew: ss:<psl.new> ! Pre-release loadable files
  71. define s: ss:<psl.scratch> ! Scratch directory
  72. define pt: ss:<psl.tests> ! Test directory
  73. define p20t: ss:<psl.tests-20> ! 20 sub-case
  74. define phpt: ss:<psl.tests-hp9836> ! hp9836 sub-case
  75. take