Skip to content

Document components design rules #637

@matentzn

Description

@matentzn
  1. A component make target MUST NOT, directly or indirectly, depend on any ODK generated files/make targets, in particular not: imports, seeds, merged source files and other components.
  2. In the case you do have a logical dependency, you have to manage the dependency yourself by 1) generating the dependency with make first and 2) using the generated file in the make target of the dependent file (i.e. the component) without having an explicit make dependency.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions