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_PROGRAM_DEPS 1 2025-08-18 GNU "Theme-D Utilities"
.
.SH NAME
compute-theme-d-program-deps \- compute Theme-D program dependencies
.
.SH SYNOPSIS
.B compute-theme-d-program-deps
.IR FILE
.IR LIBRARY
.
.SH DESCRIPTION
Compute make dependencies for monolithically linked Theme-D program
.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-program-deps sequence-test.thp examples
.
.SH SEE ALSO
.BR theme-d-link (1),
.BR theme-d-compile (1),
.BR compute-theme-d-pcode-deps (1),
.BR compute-theme-d-module-deps (1),
.BR make (1),
.IR /usr/share/doc/theme-d-doc/theme-d-user-guide.pdf.gz
|