Searched defs:tag (Results 1 - 1 of 1) sorted by relevance

/gdk/build/core/
H A Ddefinitions.mk670 # 'tags' associated to it. A tag name must not contain space, and its
673 # For example, the 'debug' tag is used to sources that must be built
674 # in debug mode, the 'arm' tag is used for sources that must be built
720 # Macro : tag-src-files
721 # Arguments: 1: list of source files to tag
722 # 2: tag name (must not contain space)
723 # Usage : $(call tag-src-files,<list-of-source-files>,<tagname>)
724 # Rationale: Add a tag to a list of source files
726 tag-src-files = \
734 # Macro : get-src-files-with-tag
[all...]

Completed in 162 milliseconds