X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=3bf56a63611c9fe7e9c071003fd7fb2c51ef79fb;hb=a9f606051125de2acc9140074f91054755fa67b4;hp=96937bb61264508c3238acd70868ec682c0d2c11;hpb=a4ec1d7553194ce810c554b91f81c13591b606dd;p=vsys.git diff --git a/Makefile b/Makefile index 96937bb..3bf56a6 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,13 @@ include .dep .mll.ml: ocamllex $< -vsys: inotify.cmxa inotify.cmi globals.cmx fdwatcher.cmx dirwatcher.cmx fifowatcher.cmx frontend.cmx backend.cmx main.cmx +docs: *.ml + cd docs && ocamldoc -d . -html ../*.ml + +vsys: inotify.cmxa inotify.cmi globals.cmx fdwatcher.cmx dirwatcher.cmx fifowatcher.cmx frontend.cmx backend.cmx main.cmx docs ocamlopt str.cmxa unix.cmxa inotify.cmxa globals.cmx fdwatcher.cmx dirwatcher.cmx fifowatcher.cmx frontend.cmx backend.cmx str.cmxa main.cmx -o vsys -vsys.b: inotify.cma inotify.cmi globals.cmo fdwatcher.cmo dirwatcher.cmo fifowatcher.cmo frontend.cmo backend.cmo main.cmo +vsys.b: inotify.cma inotify.cmi globals.ml fdwatcher.ml dirwatcher.ml fifowatcher.ml frontend.ml backend.ml main.ml ocamlc -g str.cmxa unix.cma inotify.cma globals.cmo fdwatcher.cmo dirwatcher.cmo fifowatcher.cmo frontend.cmo backend.cmo str.cma main.cmo -o vsys.b install: vsys