Next: , Up: Component Statement   [Contents][Index]


3.3.1 Component Prerequisites

Prerequisites (see component prerequisite) for a component are declared using the following statement:

Config: component: prerequisites tag-list

The argument is either a list of component tags or one of the following words:

all

Declare all components defined so far as prerequisites for this one.

none

No prerequisites. This is the default.

If you wish, you can define dependents, instead of prerequisites:

Config: component: dependents tag-list

Declare dependents for this component. var-list is a list of component tags.