Library.A
template for compiling C/C++/ObjC static libraries
- Provided by: zmk-doc (Version: 0.5.1-2)
- Source: zmk
- Report a bug
template for compiling C/C++/ObjC static libraries
include z.mk # libName is any valid identifier. libName.a.Sources = hello.c $(eval $(call ZMK.Expand,Library.A,libName.a))
This manual page is a stub.
When configure script
is invoked with
--disable-static
then this template behaves as if it was empty.
Zygmunt Krynicki <me@zygoon.pl>