Zmk-Doc
- z.mk(5) # Define name and version of the project.
- zmk.AllClean(5) include z.mk $(eval $(call ZMK.Expand,AllClean,instanceName)) The template once with a target makes depend on and makes
- zmk.Configure(5) include z.mk $(eval $(call ZMK.Import,Configure)) The module provides two sides of the build-time configuration system.
- zmk.Coverity(5) include z.mk # additional definitions required $(eval $(call ZMK.Import,Coverity)) The module allows preparing and uploa
- zmk.Directories(5) include z.mk $(eval $(call ZMK.Import,Directories)) The module provides names and rules for commonly used directories.
- zmk.Library.A(5) include z.mk # libName is any valid identifier.
- zmk.Library.DyLib(5) include z.mk # libName is any valid identifier.
- zmk.Library.So(5) include z.mk # libName is any valid identifier.
- zmk.OS(5) include z.mk $(eval $(call ZMK.Import,OS)) The module provides information about the operating system executing zmk.
- zmk.Program(5) include z.mk # programName is any valid identifier.
- zmk.Script(5) include z.mk # scriptName is the name of the script file $(eval $(call ZMK.Expand,Program,scriptName)) The template once
- zmk.Silent(5) include z.mk $(eval $(call ZMK.Import,Silent)) The module, once provides functions and variables for supporting Silent r
- zmk.Symlink(5) include z.mk # 'link' is any valid identifier.
- zmk.Toolchain(5) include z.mk $(eval $(call ZMK.Import,Toolchain)) The module encapsulates information about the used C and C++ compilers