Name

mk_package_patterns — Package targets matching a set of patterns

Synopsis

mk_package_patterns patterns...

Options

SUBDIRS=subdir_list

A list of subdirectories relative to the current MakeKitBuild file from which to select targets. Targets will be selected from all of the specified directories and their transitive subdirectories. A directory in the list may begin with @ to indicate that it is relative to the top source directory of the project. Defaults to the entire project.

Description

Packages all targets in the staging area matching any of the file patterns in patterns. The selected targets may be limited to those within certain subsets of the current project by using the subdir_list option.