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

package info (click to toggle)
theme-d 7.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,240 kB
  • sloc: lisp: 9,688; sh: 5,345; makefile: 716; ansic: 477
file content (30 lines) | stat: -rw-r--r-- 807 bytes parent folder | download | duplicates (2)
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