zmk.Library.A(5) | File Formats Manual (prm) | zmk.Library.A(5) |
NAME¶
Library.A
—
template for compiling C/C++/ObjC static
libraries
SYNOPSIS¶
include z.mk # libName is any valid identifier. libName.a.Sources = hello.c $(eval $(call ZMK.Expand,Library.A,libName.a))
DESCRIPTION¶
This manual page is a stub.
When configure
script
is invoked with
--disable-static
then this template behaves as if it was empty.
TARGETS¶
VARIABLES¶
HISTORY¶
AUTHORS¶
Zygmunt Krynicki <me@zygoon.pl>
February 2, 2021 | zmk 0.5.1 |