File: compute-theme-d-pcode-deps.1

package info (click to toggle)
theme-d 7.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,036 kB
  • sloc: lisp: 9,625; sh: 5,321; makefile: 715; ansic: 477
file content (30 lines) | stat: -rw-r--r-- 797 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.\" Written by Tommi Höynälänmaa (tommi.hoynalanmaa@iki.fi)
.TH COMPUTE_THEME_D_PCODE_DEPS 1 2025-08-18 GNU "Theme-D Utilities"
.
.SH NAME
compute-theme-d-pcode-deps \- compute Theme-D unit dependencies
.
.SH SYNOPSIS
.B compute-theme-d-pcode-deps
.IR FILE
.IR LIBRARY
.
.SH DESCRIPTION
Compute the pseudocode make dependencies for Theme-D unit
.IR FILE \fR.
Only dependencies with unit path
.IR LIBRARY
are included. The unit path is computed from the unit name by dropping the last
symbol from the name.
.
.SH EXAMPLES
.
compute-theme-d-pcode-deps list-utilities.thb standard-library
.
.SH SEE ALSO
.BR theme-d-link (1),
.BR theme-d-compile (1),
.BR compute-theme-d-module-deps (1),
.BR compute-theme-d-program-deps (1),
.BR make (1),
.IR /usr/share/doc/theme-d-doc/theme-d-user-guide.pdf.gz