Versions in this module Expand all Collapse all v0 v0.0.3 May 6, 2015 v0.0.2 May 6, 2015 Changes in this version + var RuleMakers = make(map[string]RuleMaker) + func CreateMakefile(buildDataDir string, buildStore buildstore.RepoBuildStore, vcsType string, ...) (*makex.Makefile, error) + func RegisterRuleMaker(name string, r RuleMaker) + func RepositoryCommitDataFilename(emptyData interface{}) string + func SourceUnitDataFilename(emptyData interface{}, u *unit.SourceUnit) string + type Options struct + NoCache bool + ToolchainExecOpt string + type RuleMaker func(c *config.Tree, dataDir string, existing []makex.Rule, opt Options) ([]makex.Rule, error)