]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitamakeLib.mli
ocaml 3.09 transition
[helm.git] / helm / matita / matitamakeLib.mli
index 4addbbf2bfb38a522f0d80caa1874e13876654a6..4aaab47b13f4eaf8c9ea26ad14d2f0a4ad6a4b28 100644 (file)
@@ -30,8 +30,12 @@ type development
 val initialize_development: string -> string -> development option
 (* make target [default all] *)
 val build_development: ?target:string -> development -> bool
+(* make target [default all], the refresh cb is called after every output *)
+val build_development_in_bg: 
+  ?target:string -> (unit -> unit) -> development -> bool
 (* make clean *)
 val clean_development: development -> bool
+val clean_development_in_bg: (unit -> unit) -> development -> bool
 (* return the development that handles dir *)
 val development_for_dir: string -> development option
 (* return the development *)
@@ -40,6 +44,7 @@ val development_for_name: string -> development option
 val list_known_developments: unit -> (string * string ) list
 (* cleans the development, forgetting about it *)
 val destroy_development: development -> unit
+val destroy_development_in_bg: (unit -> unit) -> development -> unit
 (* initiale internal data structures *)
 val initialize : unit -> unit
 (* gives back the root *)