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
|