File: zmk.Library.DyLib.5.in

package info (click to toggle)
zmk 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,132 kB
  • sloc: makefile: 1,749; sh: 313; ansic: 42; awk: 12; cpp: 12
file content (27 lines) | stat: -rw-r--r-- 564 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
.Dd Feb 2, 2021
.Os zmk @VERSION@
.Dt zmk.Library.DyLib 5 PRM
.Sh NAME
.Nm Library.So
.Nd template for compiling C/C++/ObjC shared Mach-O libraries
.Sh SYNOPSIS
.Bd -literal
include z.mk

# libName is any valid identifier.
libName.dylib.Sources = hello.c
$(eval $(call ZMK.Expand,Library.DyLib,libName.dylib))
.Ed
.Sh DESCRIPTION
This manual page is a stub.
.Pp
When
.Nm configure
script is invoked with
.Em --disable-shared
then this template behaves as if it was empty.
.Sh TARGETS
.Sh VARIABLES
.Sh HISTORY
.Sh AUTHORS
.An "Zygmunt Krynicki" Aq Mt me@zygoon.pl