Up

module As_project_makefile

: sig

Project makefile generation.

#
val of_project : ?buildir:string -> ?makefile:string -> ?merlin:string -> flags:As_flags.t -> features:(As_features.atom * bool) list -> dumpast:bool -> As_project.t -> As_makefile.t

Generate a Makefile from a project description. The optional build environment is used to set default values of variables. These default values can then be easily overwriten in the generated Makefile.

end