home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / utilities / cli / perl / !Perl / Makefile < prev    next >
Encoding:
Makefile  |  1995-05-08  |  19.4 KB  |  1,062 lines

  1. # Project:   Perl5
  2.  
  3. .SUFFIXES:     .o .c
  4. CC         = cc
  5. LD         = link
  6. INCLUDE        = -IUnix: -JUnix:
  7. Libraries     = Unix:o.unixlib
  8. CCflags     = -c -depend !Depend $(INCLUDE) -ffah -wan -DRISCOS -DCONSERVATIVE -DDEBUGGING
  9. linkflags     = -aif -v -o $@
  10.  
  11. Files1        = o.miniplmain o.perl o.perly o.pp o.pp_hot o.pp_ctl o.pp_sys o.regcomp o.regexec
  12. Files2        = o.av o.scope o.op o.doop o.doio o.dump o.hv o.mg
  13. Files3        = o.gv o.sv o.taint o.toke o.util o.deb o.run
  14.  
  15.  
  16. Perl:         $(Files1) $(Files2) $(Files3) $(Libraries)
  17.         $(LD) $(linkflags) $(Libraries) $(Files1) $(Files2) $(Files3) 
  18. #        squeeze perl
  19.  
  20. install:
  21.         copy perl <Boot$Dir>.Library.perl ~CFQ~V
  22.         
  23. .c.o:;        $(CC) $(CCflags) -o $@ c.$*
  24.  
  25.  
  26. # Dynamic dependencies:
  27. o.miniplmain:    c.miniplmain
  28. o.miniplmain:    h.INTERN
  29. o.miniplmain:    h.perl
  30. o.miniplmain:    h.embed
  31. o.miniplmain:    h.config
  32. o.miniplmain:    Unix:h.stdio
  33. o.miniplmain:    Unix:h.stdarg
  34. o.miniplmain:    Unix:sys.h.types
  35. o.miniplmain:    Unix:h.ctype
  36. o.miniplmain:    Unix:h.setjmp
  37. o.miniplmain:    Unix:sys.h.param
  38. o.miniplmain:    Unix:h.stdlib
  39. o.miniplmain:    Unix:h.string
  40. o.miniplmain:    Unix:h.errno
  41. o.miniplmain:    Unix:sys.h.stat
  42. o.miniplmain:    Unix:h.time
  43. o.miniplmain:    Unix:sys.h.times
  44. o.miniplmain:    Unix:sys.h.types
  45. o.miniplmain:    Unix:h.errno
  46. o.miniplmain:    Unix:h.dirent
  47. o.miniplmain:    h.handy
  48. o.miniplmain:    h.unixish
  49. o.miniplmain:    Unix:h.signal
  50. o.miniplmain:    h.regexp
  51. o.miniplmain:    h.sv
  52. o.miniplmain:    h.util
  53. o.miniplmain:    h.form
  54. o.miniplmain:    h.gv
  55. o.miniplmain:    h.cv
  56. o.miniplmain:    h.opcode
  57. o.miniplmain:    h.op
  58. o.miniplmain:    h.cop
  59. o.miniplmain:    h.av
  60. o.miniplmain:    h.hv
  61. o.miniplmain:    h.mg
  62. o.miniplmain:    h.scope
  63. o.miniplmain:    Unix:h.math
  64. o.miniplmain:    Unix:h.float
  65. o.miniplmain:    h.perly
  66. o.miniplmain:    h.pp
  67. o.miniplmain:    Unix:h.stdarg
  68. o.miniplmain:    h.proto
  69. o.perl:    c.perl
  70. o.perl:    h.EXTERN
  71. o.perl:    h.perl
  72. o.perl:    h.embed
  73. o.perl:    h.config
  74. o.perl:    Unix:h.stdio
  75. o.perl:    Unix:h.stdarg
  76. o.perl:    Unix:sys.h.types
  77. o.perl:    Unix:h.ctype
  78. o.perl:    Unix:h.setjmp
  79. o.perl:    Unix:sys.h.param
  80. o.perl:    Unix:h.stdlib
  81. o.perl:    Unix:h.string
  82. o.perl:    Unix:h.errno
  83. o.perl:    Unix:sys.h.stat
  84. o.perl:    Unix:h.time
  85. o.perl:    Unix:sys.h.times
  86. o.perl:    Unix:sys.h.types
  87. o.perl:    Unix:h.errno
  88. o.perl:    Unix:h.dirent
  89. o.perl:    h.handy
  90. o.perl:    h.unixish
  91. o.perl:    Unix:h.signal
  92. o.perl:    h.regexp
  93. o.perl:    h.sv
  94. o.perl:    h.util
  95. o.perl:    h.form
  96. o.perl:    h.gv
  97. o.perl:    h.cv
  98. o.perl:    h.opcode
  99. o.perl:    h.op
  100. o.perl:    h.cop
  101. o.perl:    h.av
  102. o.perl:    h.hv
  103. o.perl:    h.mg
  104. o.perl:    h.scope
  105. o.perl:    Unix:h.math
  106. o.perl:    Unix:h.float
  107. o.perl:    h.perly
  108. o.perl:    h.pp
  109. o.perl:    Unix:h.stdarg
  110. o.perl:    h.proto
  111. o.perl:    h.patchlevel
  112. o.perl:    Unix:h.unistd
  113. o.perl:    Unix:h.fcntl
  114. o.perl:    Unix:h.termio
  115. o.perly:    c.perly
  116. o.perly:    h.EXTERN
  117. o.perly:    h.perl
  118. o.perly:    h.embed
  119. o.perly:    h.config
  120. o.perly:    Unix:h.stdio
  121. o.perly:    Unix:h.stdarg
  122. o.perly:    Unix:sys.h.types
  123. o.perly:    Unix:h.ctype
  124. o.perly:    Unix:h.setjmp
  125. o.perly:    Unix:sys.h.param
  126. o.perly:    Unix:h.stdlib
  127. o.perly:    Unix:h.string
  128. o.perly:    Unix:h.errno
  129. o.perly:    Unix:sys.h.stat
  130. o.perly:    Unix:h.time
  131. o.perly:    Unix:sys.h.times
  132. o.perly:    Unix:sys.h.types
  133. o.perly:    Unix:h.errno
  134. o.perly:    Unix:h.dirent
  135. o.perly:    h.handy
  136. o.perly:    h.unixish
  137. o.perly:    Unix:h.signal
  138. o.perly:    h.regexp
  139. o.perly:    h.sv
  140. o.perly:    h.util
  141. o.perly:    h.form
  142. o.perly:    h.gv
  143. o.perly:    h.cv
  144. o.perly:    h.opcode
  145. o.perly:    h.op
  146. o.perly:    h.cop
  147. o.perly:    h.av
  148. o.perly:    h.hv
  149. o.perly:    h.mg
  150. o.perly:    h.scope
  151. o.perly:    Unix:h.math
  152. o.perly:    Unix:h.float
  153. o.perly:    h.perly
  154. o.perly:    h.pp
  155. o.perly:    Unix:h.stdarg
  156. o.perly:    h.proto
  157. o.pp:    c.pp
  158. o.pp:    h.EXTERN
  159. o.pp:    h.perl
  160. o.pp:    h.embed
  161. o.pp:    h.config
  162. o.pp:    Unix:h.stdio
  163. o.pp:    Unix:h.stdarg
  164. o.pp:    Unix:sys.h.types
  165. o.pp:    Unix:h.ctype
  166. o.pp:    Unix:h.setjmp
  167. o.pp:    Unix:sys.h.param
  168. o.pp:    Unix:h.stdlib
  169. o.pp:    Unix:h.string
  170. o.pp:    Unix:h.errno
  171. o.pp:    Unix:sys.h.stat
  172. o.pp:    Unix:h.time
  173. o.pp:    Unix:sys.h.times
  174. o.pp:    Unix:sys.h.types
  175. o.pp:    Unix:h.errno
  176. o.pp:    Unix:h.dirent
  177. o.pp:    h.handy
  178. o.pp:    h.unixish
  179. o.pp:    Unix:h.signal
  180. o.pp:    h.regexp
  181. o.pp:    h.sv
  182. o.pp:    h.util
  183. o.pp:    h.form
  184. o.pp:    h.gv
  185. o.pp:    h.cv
  186. o.pp:    h.opcode
  187. o.pp:    h.op
  188. o.pp:    h.cop
  189. o.pp:    h.av
  190. o.pp:    h.hv
  191. o.pp:    h.mg
  192. o.pp:    h.scope
  193. o.pp:    Unix:h.math
  194. o.pp:    Unix:h.float
  195. o.pp:    h.perly
  196. o.pp:    h.pp
  197. o.pp:    Unix:h.stdarg
  198. o.pp:    h.proto
  199. o.pp_hot:    c.pp_hot
  200. o.pp_hot:    h.EXTERN
  201. o.pp_hot:    h.perl
  202. o.pp_hot:    h.embed
  203. o.pp_hot:    h.config
  204. o.pp_hot:    Unix:h.stdio
  205. o.pp_hot:    Unix:h.stdarg
  206. o.pp_hot:    Unix:sys.h.types
  207. o.pp_hot:    Unix:h.ctype
  208. o.pp_hot:    Unix:h.setjmp
  209. o.pp_hot:    Unix:sys.h.param
  210. o.pp_hot:    Unix:h.stdlib
  211. o.pp_hot:    Unix:h.string
  212. o.pp_hot:    Unix:h.errno
  213. o.pp_hot:    Unix:sys.h.stat
  214. o.pp_hot:    Unix:h.time
  215. o.pp_hot:    Unix:sys.h.times
  216. o.pp_hot:    Unix:sys.h.types
  217. o.pp_hot:    Unix:h.errno
  218. o.pp_hot:    Unix:h.dirent
  219. o.pp_hot:    h.handy
  220. o.pp_hot:    h.unixish
  221. o.pp_hot:    Unix:h.signal
  222. o.pp_hot:    h.regexp
  223. o.pp_hot:    h.sv
  224. o.pp_hot:    h.util
  225. o.pp_hot:    h.form
  226. o.pp_hot:    h.gv
  227. o.pp_hot:    h.cv
  228. o.pp_hot:    h.opcode
  229. o.pp_hot:    h.op
  230. o.pp_hot:    h.cop
  231. o.pp_hot:    h.av
  232. o.pp_hot:    h.hv
  233. o.pp_hot:    h.mg
  234. o.pp_hot:    h.scope
  235. o.pp_hot:    Unix:h.math
  236. o.pp_hot:    Unix:h.float
  237. o.pp_hot:    h.perly
  238. o.pp_hot:    h.pp
  239. o.pp_hot:    Unix:h.stdarg
  240. o.pp_hot:    h.proto
  241. o.pp_ctl:    c.pp_ctl
  242. o.pp_ctl:    h.EXTERN
  243. o.pp_ctl:    h.perl
  244. o.pp_ctl:    h.embed
  245. o.pp_ctl:    h.config
  246. o.pp_ctl:    Unix:h.stdio
  247. o.pp_ctl:    Unix:h.stdarg
  248. o.pp_ctl:    Unix:sys.h.types
  249. o.pp_ctl:    Unix:h.ctype
  250. o.pp_ctl:    Unix:h.setjmp
  251. o.pp_ctl:    Unix:sys.h.param
  252. o.pp_ctl:    Unix:h.stdlib
  253. o.pp_ctl:    Unix:h.string
  254. o.pp_ctl:    Unix:h.errno
  255. o.pp_ctl:    Unix:sys.h.stat
  256. o.pp_ctl:    Unix:h.time
  257. o.pp_ctl:    Unix:sys.h.times
  258. o.pp_ctl:    Unix:sys.h.types
  259. o.pp_ctl:    Unix:h.errno
  260. o.pp_ctl:    Unix:h.dirent
  261. o.pp_ctl:    h.handy
  262. o.pp_ctl:    h.unixish
  263. o.pp_ctl:    Unix:h.signal
  264. o.pp_ctl:    h.regexp
  265. o.pp_ctl:    h.sv
  266. o.pp_ctl:    h.util
  267. o.pp_ctl:    h.form
  268. o.pp_ctl:    h.gv
  269. o.pp_ctl:    h.cv
  270. o.pp_ctl:    h.opcode
  271. o.pp_ctl:    h.op
  272. o.pp_ctl:    h.cop
  273. o.pp_ctl:    h.av
  274. o.pp_ctl:    h.hv
  275. o.pp_ctl:    h.mg
  276. o.pp_ctl:    h.scope
  277. o.pp_ctl:    Unix:h.math
  278. o.pp_ctl:    Unix:h.float
  279. o.pp_ctl:    h.perly
  280. o.pp_ctl:    h.pp
  281. o.pp_ctl:    Unix:h.stdarg
  282. o.pp_ctl:    h.proto
  283. o.pp_sys:    c.pp_sys
  284. o.pp_sys:    h.EXTERN
  285. o.pp_sys:    h.perl
  286. o.pp_sys:    h.embed
  287. o.pp_sys:    h.config
  288. o.pp_sys:    Unix:h.stdio
  289. o.pp_sys:    Unix:h.stdarg
  290. o.pp_sys:    Unix:sys.h.types
  291. o.pp_sys:    Unix:h.ctype
  292. o.pp_sys:    Unix:h.setjmp
  293. o.pp_sys:    Unix:sys.h.param
  294. o.pp_sys:    Unix:h.stdlib
  295. o.pp_sys:    Unix:h.string
  296. o.pp_sys:    Unix:h.errno
  297. o.pp_sys:    Unix:sys.h.stat
  298. o.pp_sys:    Unix:h.time
  299. o.pp_sys:    Unix:sys.h.times
  300. o.pp_sys:    Unix:sys.h.types
  301. o.pp_sys:    Unix:h.errno
  302. o.pp_sys:    Unix:h.dirent
  303. o.pp_sys:    h.handy
  304. o.pp_sys:    h.unixish
  305. o.pp_sys:    Unix:h.signal
  306. o.pp_sys:    h.regexp
  307. o.pp_sys:    h.sv
  308. o.pp_sys:    h.util
  309. o.pp_sys:    h.form
  310. o.pp_sys:    h.gv
  311. o.pp_sys:    h.cv
  312. o.pp_sys:    h.opcode
  313. o.pp_sys:    h.op
  314. o.pp_sys:    h.cop
  315. o.pp_sys:    h.av
  316. o.pp_sys:    h.hv
  317. o.pp_sys:    h.mg
  318. o.pp_sys:    h.scope
  319. o.pp_sys:    Unix:h.math
  320. o.pp_sys:    Unix:h.float
  321. o.pp_sys:    h.perly
  322. o.pp_sys:    h.pp
  323. o.pp_sys:    Unix:h.stdarg
  324. o.pp_sys:    h.proto
  325. o.pp_sys:    Unix:h.unistd
  326. o.pp_sys:    Unix:h.fcntl
  327. o.pp_sys:    Unix:h.termio
  328. o.pp_sys:    Unix:h.fcntl
  329. o.regcomp:    c.regcomp
  330. o.regcomp:    h.EXTERN
  331. o.regcomp:    h.perl
  332. o.regcomp:    h.embed
  333. o.regcomp:    h.config
  334. o.regcomp:    Unix:h.stdio
  335. o.regcomp:    Unix:h.stdarg
  336. o.regcomp:    Unix:sys.h.types
  337. o.regcomp:    Unix:h.ctype
  338. o.regcomp:    Unix:h.setjmp
  339. o.regcomp:    Unix:sys.h.param
  340. o.regcomp:    Unix:h.stdlib
  341. o.regcomp:    Unix:h.string
  342. o.regcomp:    Unix:h.errno
  343. o.regcomp:    Unix:sys.h.stat
  344. o.regcomp:    Unix:h.time
  345. o.regcomp:    Unix:sys.h.times
  346. o.regcomp:    Unix:sys.h.types
  347. o.regcomp:    Unix:h.errno
  348. o.regcomp:    Unix:h.dirent
  349. o.regcomp:    h.handy
  350. o.regcomp:    h.unixish
  351. o.regcomp:    Unix:h.signal
  352. o.regcomp:    h.regexp
  353. o.regcomp:    h.sv
  354. o.regcomp:    h.util
  355. o.regcomp:    h.form
  356. o.regcomp:    h.gv
  357. o.regcomp:    h.cv
  358. o.regcomp:    h.opcode
  359. o.regcomp:    h.op
  360. o.regcomp:    h.cop
  361. o.regcomp:    h.av
  362. o.regcomp:    h.hv
  363. o.regcomp:    h.mg
  364. o.regcomp:    h.scope
  365. o.regcomp:    Unix:h.math
  366. o.regcomp:    Unix:h.float
  367. o.regcomp:    h.perly
  368. o.regcomp:    h.pp
  369. o.regcomp:    Unix:h.stdarg
  370. o.regcomp:    h.proto
  371. o.regcomp:    h.INTERN
  372. o.regcomp:    h.regcomp
  373. o.regexec:    c.regexec
  374. o.regexec:    h.EXTERN
  375. o.regexec:    h.perl
  376. o.regexec:    h.embed
  377. o.regexec:    h.config
  378. o.regexec:    Unix:h.stdio
  379. o.regexec:    Unix:h.stdarg
  380. o.regexec:    Unix:sys.h.types
  381. o.regexec:    Unix:h.ctype
  382. o.regexec:    Unix:h.setjmp
  383. o.regexec:    Unix:sys.h.param
  384. o.regexec:    Unix:h.stdlib
  385. o.regexec:    Unix:h.string
  386. o.regexec:    Unix:h.errno
  387. o.regexec:    Unix:sys.h.stat
  388. o.regexec:    Unix:h.time
  389. o.regexec:    Unix:sys.h.times
  390. o.regexec:    Unix:sys.h.types
  391. o.regexec:    Unix:h.errno
  392. o.regexec:    Unix:h.dirent
  393. o.regexec:    h.handy
  394. o.regexec:    h.unixish
  395. o.regexec:    Unix:h.signal
  396. o.regexec:    h.regexp
  397. o.regexec:    h.sv
  398. o.regexec:    h.util
  399. o.regexec:    h.form
  400. o.regexec:    h.gv
  401. o.regexec:    h.cv
  402. o.regexec:    h.opcode
  403. o.regexec:    h.op
  404. o.regexec:    h.cop
  405. o.regexec:    h.av
  406. o.regexec:    h.hv
  407. o.regexec:    h.mg
  408. o.regexec:    h.scope
  409. o.regexec:    Unix:h.math
  410. o.regexec:    Unix:h.float
  411. o.regexec:    h.perly
  412. o.regexec:    h.pp
  413. o.regexec:    Unix:h.stdarg
  414. o.regexec:    h.proto
  415. o.regexec:    h.regcomp
  416. o.av:    c.av
  417. o.av:    h.EXTERN
  418. o.av:    h.perl
  419. o.av:    h.embed
  420. o.av:    h.config
  421. o.av:    Unix:h.stdio
  422. o.av:    Unix:h.stdarg
  423. o.av:    Unix:sys.h.types
  424. o.av:    Unix:h.ctype
  425. o.av:    Unix:h.setjmp
  426. o.av:    Unix:sys.h.param
  427. o.av:    Unix:h.stdlib
  428. o.av:    Unix:h.string
  429. o.av:    Unix:h.errno
  430. o.av:    Unix:sys.h.stat
  431. o.av:    Unix:h.time
  432. o.av:    Unix:sys.h.times
  433. o.av:    Unix:sys.h.types
  434. o.av:    Unix:h.errno
  435. o.av:    Unix:h.dirent
  436. o.av:    h.handy
  437. o.av:    h.unixish
  438. o.av:    Unix:h.signal
  439. o.av:    h.regexp
  440. o.av:    h.sv
  441. o.av:    h.util
  442. o.av:    h.form
  443. o.av:    h.gv
  444. o.av:    h.cv
  445. o.av:    h.opcode
  446. o.av:    h.op
  447. o.av:    h.cop
  448. o.av:    h.av
  449. o.av:    h.hv
  450. o.av:    h.mg
  451. o.av:    h.scope
  452. o.av:    Unix:h.math
  453. o.av:    Unix:h.float
  454. o.av:    h.perly
  455. o.av:    h.pp
  456. o.av:    Unix:h.stdarg
  457. o.av:    h.proto
  458. o.scope:    c.scope
  459. o.scope:    h.EXTERN
  460. o.scope:    h.perl
  461. o.scope:    h.embed
  462. o.scope:    h.config
  463. o.scope:    Unix:h.stdio
  464. o.scope:    Unix:h.stdarg
  465. o.scope:    Unix:sys.h.types
  466. o.scope:    Unix:h.ctype
  467. o.scope:    Unix:h.setjmp
  468. o.scope:    Unix:sys.h.param
  469. o.scope:    Unix:h.stdlib
  470. o.scope:    Unix:h.string
  471. o.scope:    Unix:h.errno
  472. o.scope:    Unix:sys.h.stat
  473. o.scope:    Unix:h.time
  474. o.scope:    Unix:sys.h.times
  475. o.scope:    Unix:sys.h.types
  476. o.scope:    Unix:h.errno
  477. o.scope:    Unix:h.dirent
  478. o.scope:    h.handy
  479. o.scope:    h.unixish
  480. o.scope:    Unix:h.signal
  481. o.scope:    h.regexp
  482. o.scope:    h.sv
  483. o.scope:    h.util
  484. o.scope:    h.form
  485. o.scope:    h.gv
  486. o.scope:    h.cv
  487. o.scope:    h.opcode
  488. o.scope:    h.op
  489. o.scope:    h.cop
  490. o.scope:    h.av
  491. o.scope:    h.hv
  492. o.scope:    h.mg
  493. o.scope:    h.scope
  494. o.scope:    Unix:h.math
  495. o.scope:    Unix:h.float
  496. o.scope:    h.perly
  497. o.scope:    h.pp
  498. o.scope:    Unix:h.stdarg
  499. o.scope:    h.proto
  500. o.op:    c.op
  501. o.op:    h.EXTERN
  502. o.op:    h.perl
  503. o.op:    h.embed
  504. o.op:    h.config
  505. o.op:    Unix:h.stdio
  506. o.op:    Unix:h.stdarg
  507. o.op:    Unix:sys.h.types
  508. o.op:    Unix:h.ctype
  509. o.op:    Unix:h.setjmp
  510. o.op:    Unix:sys.h.param
  511. o.op:    Unix:h.stdlib
  512. o.op:    Unix:h.string
  513. o.op:    Unix:h.errno
  514. o.op:    Unix:sys.h.stat
  515. o.op:    Unix:h.time
  516. o.op:    Unix:sys.h.times
  517. o.op:    Unix:sys.h.types
  518. o.op:    Unix:h.errno
  519. o.op:    Unix:h.dirent
  520. o.op:    h.handy
  521. o.op:    h.unixish
  522. o.op:    Unix:h.signal
  523. o.op:    h.regexp
  524. o.op:    h.sv
  525. o.op:    h.util
  526. o.op:    h.form
  527. o.op:    h.gv
  528. o.op:    h.cv
  529. o.op:    h.opcode
  530. o.op:    h.op
  531. o.op:    h.cop
  532. o.op:    h.av
  533. o.op:    h.hv
  534. o.op:    h.mg
  535. o.op:    h.scope
  536. o.op:    Unix:h.math
  537. o.op:    Unix:h.float
  538. o.op:    h.perly
  539. o.op:    h.pp
  540. o.op:    Unix:h.stdarg
  541. o.op:    h.proto
  542. o.doop:    c.doop
  543. o.doop:    h.EXTERN
  544. o.doop:    h.perl
  545. o.doop:    h.embed
  546. o.doop:    h.config
  547. o.doop:    Unix:h.stdio
  548. o.doop:    Unix:h.stdarg
  549. o.doop:    Unix:sys.h.types
  550. o.doop:    Unix:h.ctype
  551. o.doop:    Unix:h.setjmp
  552. o.doop:    Unix:sys.h.param
  553. o.doop:    Unix:h.stdlib
  554. o.doop:    Unix:h.string
  555. o.doop:    Unix:h.errno
  556. o.doop:    Unix:sys.h.stat
  557. o.doop:    Unix:h.time
  558. o.doop:    Unix:sys.h.times
  559. o.doop:    Unix:sys.h.types
  560. o.doop:    Unix:h.errno
  561. o.doop:    Unix:h.dirent
  562. o.doop:    h.handy
  563. o.doop:    h.unixish
  564. o.doop:    Unix:h.signal
  565. o.doop:    h.regexp
  566. o.doop:    h.sv
  567. o.doop:    h.util
  568. o.doop:    h.form
  569. o.doop:    h.gv
  570. o.doop:    h.cv
  571. o.doop:    h.opcode
  572. o.doop:    h.op
  573. o.doop:    h.cop
  574. o.doop:    h.av
  575. o.doop:    h.hv
  576. o.doop:    h.mg
  577. o.doop:    h.scope
  578. o.doop:    Unix:h.math
  579. o.doop:    Unix:h.float
  580. o.doop:    h.perly
  581. o.doop:    h.pp
  582. o.doop:    Unix:h.stdarg
  583. o.doop:    h.proto
  584. o.doio:    c.doio
  585. o.doio:    h.EXTERN
  586. o.doio:    h.perl
  587. o.doio:    h.embed
  588. o.doio:    h.config
  589. o.doio:    Unix:h.stdio
  590. o.doio:    Unix:h.stdarg
  591. o.doio:    Unix:sys.h.types
  592. o.doio:    Unix:h.ctype
  593. o.doio:    Unix:h.setjmp
  594. o.doio:    Unix:sys.h.param
  595. o.doio:    Unix:h.stdlib
  596. o.doio:    Unix:h.string
  597. o.doio:    Unix:h.errno
  598. o.doio:    Unix:sys.h.stat
  599. o.doio:    Unix:h.time
  600. o.doio:    Unix:sys.h.times
  601. o.doio:    Unix:sys.h.types
  602. o.doio:    Unix:h.errno
  603. o.doio:    Unix:h.dirent
  604. o.doio:    h.handy
  605. o.doio:    h.unixish
  606. o.doio:    Unix:h.signal
  607. o.doio:    h.regexp
  608. o.doio:    h.sv
  609. o.doio:    h.util
  610. o.doio:    h.form
  611. o.doio:    h.gv
  612. o.doio:    h.cv
  613. o.doio:    h.opcode
  614. o.doio:    h.op
  615. o.doio:    h.cop
  616. o.doio:    h.av
  617. o.doio:    h.hv
  618. o.doio:    h.mg
  619. o.doio:    h.scope
  620. o.doio:    Unix:h.math
  621. o.doio:    Unix:h.float
  622. o.doio:    h.perly
  623. o.doio:    h.pp
  624. o.doio:    Unix:h.stdarg
  625. o.doio:    h.proto
  626. o.doio:    Unix:h.fcntl
  627. o.doio:    Unix:h.unistd
  628. o.doio:    Unix:h.termio
  629. o.dump:    c.dump
  630. o.dump:    h.EXTERN
  631. o.dump:    h.perl
  632. o.dump:    h.embed
  633. o.dump:    h.config
  634. o.dump:    Unix:h.stdio
  635. o.dump:    Unix:h.stdarg
  636. o.dump:    Unix:sys.h.types
  637. o.dump:    Unix:h.ctype
  638. o.dump:    Unix:h.setjmp
  639. o.dump:    Unix:sys.h.param
  640. o.dump:    Unix:h.stdlib
  641. o.dump:    Unix:h.string
  642. o.dump:    Unix:h.errno
  643. o.dump:    Unix:sys.h.stat
  644. o.dump:    Unix:h.time
  645. o.dump:    Unix:sys.h.times
  646. o.dump:    Unix:sys.h.types
  647. o.dump:    Unix:h.errno
  648. o.dump:    Unix:h.dirent
  649. o.dump:    h.handy
  650. o.dump:    h.unixish
  651. o.dump:    Unix:h.signal
  652. o.dump:    h.regexp
  653. o.dump:    h.sv
  654. o.dump:    h.util
  655. o.dump:    h.form
  656. o.dump:    h.gv
  657. o.dump:    h.cv
  658. o.dump:    h.opcode
  659. o.dump:    h.op
  660. o.dump:    h.cop
  661. o.dump:    h.av
  662. o.dump:    h.hv
  663. o.dump:    h.mg
  664. o.dump:    h.scope
  665. o.dump:    Unix:h.math
  666. o.dump:    Unix:h.float
  667. o.dump:    h.perly
  668. o.dump:    h.pp
  669. o.dump:    Unix:h.stdarg
  670. o.dump:    h.proto
  671. o.hv:    c.hv
  672. o.hv:    h.EXTERN
  673. o.hv:    h.perl
  674. o.hv:    h.embed
  675. o.hv:    h.config
  676. o.hv:    Unix:h.stdio
  677. o.hv:    Unix:h.stdarg
  678. o.hv:    Unix:sys.h.types
  679. o.hv:    Unix:h.ctype
  680. o.hv:    Unix:h.setjmp
  681. o.hv:    Unix:sys.h.param
  682. o.hv:    Unix:h.stdlib
  683. o.hv:    Unix:h.string
  684. o.hv:    Unix:h.errno
  685. o.hv:    Unix:sys.h.stat
  686. o.hv:    Unix:h.time
  687. o.hv:    Unix:sys.h.times
  688. o.hv:    Unix:sys.h.types
  689. o.hv:    Unix:h.errno
  690. o.hv:    Unix:h.dirent
  691. o.hv:    h.handy
  692. o.hv:    h.unixish
  693. o.hv:    Unix:h.signal
  694. o.hv:    h.regexp
  695. o.hv:    h.sv
  696. o.hv:    h.util
  697. o.hv:    h.form
  698. o.hv:    h.gv
  699. o.hv:    h.cv
  700. o.hv:    h.opcode
  701. o.hv:    h.op
  702. o.hv:    h.cop
  703. o.hv:    h.av
  704. o.hv:    h.hv
  705. o.hv:    h.mg
  706. o.hv:    h.scope
  707. o.hv:    Unix:h.math
  708. o.hv:    Unix:h.float
  709. o.hv:    h.perly
  710. o.hv:    h.pp
  711. o.hv:    Unix:h.stdarg
  712. o.hv:    h.proto
  713. o.mg:    c.mg
  714. o.mg:    h.EXTERN
  715. o.mg:    h.perl
  716. o.mg:    h.embed
  717. o.mg:    h.config
  718. o.mg:    Unix:h.stdio
  719. o.mg:    Unix:h.stdarg
  720. o.mg:    Unix:sys.h.types
  721. o.mg:    Unix:h.ctype
  722. o.mg:    Unix:h.setjmp
  723. o.mg:    Unix:sys.h.param
  724. o.mg:    Unix:h.stdlib
  725. o.mg:    Unix:h.string
  726. o.mg:    Unix:h.errno
  727. o.mg:    Unix:sys.h.stat
  728. o.mg:    Unix:h.time
  729. o.mg:    Unix:sys.h.times
  730. o.mg:    Unix:sys.h.types
  731. o.mg:    Unix:h.errno
  732. o.mg:    Unix:h.dirent
  733. o.mg:    h.handy
  734. o.mg:    h.unixish
  735. o.mg:    Unix:h.signal
  736. o.mg:    h.regexp
  737. o.mg:    h.sv
  738. o.mg:    h.util
  739. o.mg:    h.form
  740. o.mg:    h.gv
  741. o.mg:    h.cv
  742. o.mg:    h.opcode
  743. o.mg:    h.op
  744. o.mg:    h.cop
  745. o.mg:    h.av
  746. o.mg:    h.hv
  747. o.mg:    h.mg
  748. o.mg:    h.scope
  749. o.mg:    Unix:h.math
  750. o.mg:    Unix:h.float
  751. o.mg:    h.perly
  752. o.mg:    h.pp
  753. o.mg:    Unix:h.stdarg
  754. o.mg:    h.proto
  755. o.mg:    Unix:h.unistd
  756. o.mg:    Unix:h.fcntl
  757. o.mg:    Unix:h.termio
  758. o.gv:    c.gv
  759. o.gv:    h.EXTERN
  760. o.gv:    h.perl
  761. o.gv:    h.embed
  762. o.gv:    h.config
  763. o.gv:    Unix:h.stdio
  764. o.gv:    Unix:h.stdarg
  765. o.gv:    Unix:sys.h.types
  766. o.gv:    Unix:h.ctype
  767. o.gv:    Unix:h.setjmp
  768. o.gv:    Unix:sys.h.param
  769. o.gv:    Unix:h.stdlib
  770. o.gv:    Unix:h.string
  771. o.gv:    Unix:h.errno
  772. o.gv:    Unix:sys.h.stat
  773. o.gv:    Unix:h.time
  774. o.gv:    Unix:sys.h.times
  775. o.gv:    Unix:sys.h.types
  776. o.gv:    Unix:h.errno
  777. o.gv:    Unix:h.dirent
  778. o.gv:    h.handy
  779. o.gv:    h.unixish
  780. o.gv:    Unix:h.signal
  781. o.gv:    h.regexp
  782. o.gv:    h.sv
  783. o.gv:    h.util
  784. o.gv:    h.form
  785. o.gv:    h.gv
  786. o.gv:    h.cv
  787. o.gv:    h.opcode
  788. o.gv:    h.op
  789. o.gv:    h.cop
  790. o.gv:    h.av
  791. o.gv:    h.hv
  792. o.gv:    h.mg
  793. o.gv:    h.scope
  794. o.gv:    Unix:h.math
  795. o.gv:    Unix:h.float
  796. o.gv:    h.perly
  797. o.gv:    h.pp
  798. o.gv:    Unix:h.stdarg
  799. o.gv:    h.proto
  800. o.sv:    c.sv
  801. o.sv:    h.EXTERN
  802. o.sv:    h.perl
  803. o.sv:    h.embed
  804. o.sv:    h.config
  805. o.sv:    Unix:h.stdio
  806. o.sv:    Unix:h.stdarg
  807. o.sv:    Unix:sys.h.types
  808. o.sv:    Unix:h.ctype
  809. o.sv:    Unix:h.setjmp
  810. o.sv:    Unix:sys.h.param
  811. o.sv:    Unix:h.stdlib
  812. o.sv:    Unix:h.string
  813. o.sv:    Unix:h.errno
  814. o.sv:    Unix:sys.h.stat
  815. o.sv:    Unix:h.time
  816. o.sv:    Unix:sys.h.times
  817. o.sv:    Unix:sys.h.types
  818. o.sv:    Unix:h.errno
  819. o.sv:    Unix:h.dirent
  820. o.sv:    h.handy
  821. o.sv:    h.unixish
  822. o.sv:    Unix:h.signal
  823. o.sv:    h.regexp
  824. o.sv:    h.sv
  825. o.sv:    h.util
  826. o.sv:    h.form
  827. o.sv:    h.gv
  828. o.sv:    h.cv
  829. o.sv:    h.opcode
  830. o.sv:    h.op
  831. o.sv:    h.cop
  832. o.sv:    h.av
  833. o.sv:    h.hv
  834. o.sv:    h.mg
  835. o.sv:    h.scope
  836. o.sv:    Unix:h.math
  837. o.sv:    Unix:h.float
  838. o.sv:    h.perly
  839. o.sv:    h.pp
  840. o.sv:    Unix:h.stdarg
  841. o.sv:    h.proto
  842. o.sv:    Unix:h.limits
  843. o.sv:    Unix:h.float
  844. o.taint:    c.taint
  845. o.taint:    h.EXTERN
  846. o.taint:    h.perl
  847. o.taint:    h.embed
  848. o.taint:    h.config
  849. o.taint:    Unix:h.stdio
  850. o.taint:    Unix:h.stdarg
  851. o.taint:    Unix:sys.h.types
  852. o.taint:    Unix:h.ctype
  853. o.taint:    Unix:h.setjmp
  854. o.taint:    Unix:sys.h.param
  855. o.taint:    Unix:h.stdlib
  856. o.taint:    Unix:h.string
  857. o.taint:    Unix:h.errno
  858. o.taint:    Unix:sys.h.stat
  859. o.taint:    Unix:h.time
  860. o.taint:    Unix:sys.h.times
  861. o.taint:    Unix:sys.h.types
  862. o.taint:    Unix:h.errno
  863. o.taint:    Unix:h.dirent
  864. o.taint:    h.handy
  865. o.taint:    h.unixish
  866. o.taint:    Unix:h.signal
  867. o.taint:    h.regexp
  868. o.taint:    h.sv
  869. o.taint:    h.util
  870. o.taint:    h.form
  871. o.taint:    h.gv
  872. o.taint:    h.cv
  873. o.taint:    h.opcode
  874. o.taint:    h.op
  875. o.taint:    h.cop
  876. o.taint:    h.av
  877. o.taint:    h.hv
  878. o.taint:    h.mg
  879. o.taint:    h.scope
  880. o.taint:    Unix:h.math
  881. o.taint:    Unix:h.float
  882. o.taint:    h.perly
  883. o.taint:    h.pp
  884. o.taint:    Unix:h.stdarg
  885. o.taint:    h.proto
  886. o.toke:    c.toke
  887. o.toke:    h.EXTERN
  888. o.toke:    h.perl
  889. o.toke:    h.embed
  890. o.toke:    h.config
  891. o.toke:    Unix:h.stdio
  892. o.toke:    Unix:h.stdarg
  893. o.toke:    Unix:sys.h.types
  894. o.toke:    Unix:h.ctype
  895. o.toke:    Unix:h.setjmp
  896. o.toke:    Unix:sys.h.param
  897. o.toke:    Unix:h.stdlib
  898. o.toke:    Unix:h.string
  899. o.toke:    Unix:h.errno
  900. o.toke:    Unix:sys.h.stat
  901. o.toke:    Unix:h.time
  902. o.toke:    Unix:sys.h.times
  903. o.toke:    Unix:sys.h.types
  904. o.toke:    Unix:h.errno
  905. o.toke:    Unix:h.dirent
  906. o.toke:    h.handy
  907. o.toke:    h.unixish
  908. o.toke:    Unix:h.signal
  909. o.toke:    h.regexp
  910. o.toke:    h.sv
  911. o.toke:    h.util
  912. o.toke:    h.form
  913. o.toke:    h.gv
  914. o.toke:    h.cv
  915. o.toke:    h.opcode
  916. o.toke:    h.op
  917. o.toke:    h.cop
  918. o.toke:    h.av
  919. o.toke:    h.hv
  920. o.toke:    h.mg
  921. o.toke:    h.scope
  922. o.toke:    Unix:h.math
  923. o.toke:    Unix:h.float
  924. o.toke:    h.perly
  925. o.toke:    h.pp
  926. o.toke:    Unix:h.stdarg
  927. o.toke:    h.proto
  928. o.toke:    Unix:h.fcntl
  929. o.toke:    Unix:h.unistd
  930. o.toke:    Unix:h.termio
  931. o.toke:    h.keywords
  932. o.util:    c.util
  933. o.util:    h.EXTERN
  934. o.util:    h.perl
  935. o.util:    h.embed
  936. o.util:    h.config
  937. o.util:    Unix:h.stdio
  938. o.util:    Unix:h.stdarg
  939. o.util:    Unix:sys.h.types
  940. o.util:    Unix:h.ctype
  941. o.util:    Unix:h.setjmp
  942. o.util:    Unix:sys.h.param
  943. o.util:    Unix:h.stdlib
  944. o.util:    Unix:h.string
  945. o.util:    Unix:h.errno
  946. o.util:    Unix:sys.h.stat
  947. o.util:    Unix:h.time
  948. o.util:    Unix:sys.h.times
  949. o.util:    Unix:sys.h.types
  950. o.util:    Unix:h.errno
  951. o.util:    Unix:h.dirent
  952. o.util:    h.handy
  953. o.util:    h.unixish
  954. o.util:    Unix:h.signal
  955. o.util:    h.regexp
  956. o.util:    h.sv
  957. o.util:    h.util
  958. o.util:    h.form
  959. o.util:    h.gv
  960. o.util:    h.cv
  961. o.util:    h.opcode
  962. o.util:    h.op
  963. o.util:    h.cop
  964. o.util:    h.av
  965. o.util:    h.hv
  966. o.util:    h.mg
  967. o.util:    h.scope
  968. o.util:    Unix:h.math
  969. o.util:    Unix:h.float
  970. o.util:    h.perly
  971. o.util:    h.pp
  972. o.util:    Unix:h.stdarg
  973. o.util:    h.proto
  974. o.util:    Unix:h.unistd
  975. o.util:    Unix:h.fcntl
  976. o.util:    Unix:h.termio
  977. o.util:    Unix:h.fcntl
  978. o.deb:    c.deb
  979. o.deb:    h.EXTERN
  980. o.deb:    h.perl
  981. o.deb:    h.embed
  982. o.deb:    h.config
  983. o.deb:    Unix:h.stdio
  984. o.deb:    Unix:h.stdarg
  985. o.deb:    Unix:sys.h.types
  986. o.deb:    Unix:h.ctype
  987. o.deb:    Unix:h.setjmp
  988. o.deb:    Unix:sys.h.param
  989. o.deb:    Unix:h.stdlib
  990. o.deb:    Unix:h.string
  991. o.deb:    Unix:h.errno
  992. o.deb:    Unix:sys.h.stat
  993. o.deb:    Unix:h.time
  994. o.deb:    Unix:sys.h.times
  995. o.deb:    Unix:sys.h.types
  996. o.deb:    Unix:h.errno
  997. o.deb:    Unix:h.dirent
  998. o.deb:    h.handy
  999. o.deb:    h.unixish
  1000. o.deb:    Unix:h.signal
  1001. o.deb:    h.regexp
  1002. o.deb:    h.sv
  1003. o.deb:    h.util
  1004. o.deb:    h.form
  1005. o.deb:    h.gv
  1006. o.deb:    h.cv
  1007. o.deb:    h.opcode
  1008. o.deb:    h.op
  1009. o.deb:    h.cop
  1010. o.deb:    h.av
  1011. o.deb:    h.hv
  1012. o.deb:    h.mg
  1013. o.deb:    h.scope
  1014. o.deb:    Unix:h.math
  1015. o.deb:    Unix:h.float
  1016. o.deb:    h.perly
  1017. o.deb:    h.pp
  1018. o.deb:    Unix:h.stdarg
  1019. o.deb:    h.proto
  1020. o.run:    c.run
  1021. o.run:    h.EXTERN
  1022. o.run:    h.perl
  1023. o.run:    h.embed
  1024. o.run:    h.config
  1025. o.run:    Unix:h.stdio
  1026. o.run:    Unix:h.stdarg
  1027. o.run:    Unix:sys.h.types
  1028. o.run:    Unix:h.ctype
  1029. o.run:    Unix:h.setjmp
  1030. o.run:    Unix:sys.h.param
  1031. o.run:    Unix:h.stdlib
  1032. o.run:    Unix:h.string
  1033. o.run:    Unix:h.errno
  1034. o.run:    Unix:sys.h.stat
  1035. o.run:    Unix:h.time
  1036. o.run:    Unix:sys.h.times
  1037. o.run:    Unix:sys.h.types
  1038. o.run:    Unix:h.errno
  1039. o.run:    Unix:h.dirent
  1040. o.run:    h.handy
  1041. o.run:    h.unixish
  1042. o.run:    Unix:h.signal
  1043. o.run:    h.regexp
  1044. o.run:    h.sv
  1045. o.run:    h.util
  1046. o.run:    h.form
  1047. o.run:    h.gv
  1048. o.run:    h.cv
  1049. o.run:    h.opcode
  1050. o.run:    h.op
  1051. o.run:    h.cop
  1052. o.run:    h.av
  1053. o.run:    h.hv
  1054. o.run:    h.mg
  1055. o.run:    h.scope
  1056. o.run:    Unix:h.math
  1057. o.run:    Unix:h.float
  1058. o.run:    h.perly
  1059. o.run:    h.pp
  1060. o.run:    Unix:h.stdarg
  1061. o.run:    h.proto
  1062.