1COMPATIBLE_INTERFACE_NUMBER_MAX
2-------------------------------
3
4Properties whose maximum value from the link interface will be used.
5
6The ``COMPATIBLE_INTERFACE_NUMBER_MAX`` property may contain a list of
7properties for this target whose maximum value may be read at generate
8time when evaluated in the ``INTERFACE`` variant of the property in all
9linked dependees.  For example, if a property ``FOO`` appears in the list,
10then for each dependee, the ``INTERFACE_FOO`` property content in all of
11its dependencies will be compared with each other and with the ``FOO``
12property in the depender.  When reading the ``FOO`` property at generate
13time, the maximum value will be returned. If the property is not set,
14then it is ignored.
15
16Note that for each dependee, the set of properties specified in this
17property must not intersect with the set specified in any of the other
18:ref:`Compatible Interface Properties`.
19