X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=45d031272adc9ec4f4ff54e4b8d000d6caed87b7;hb=60f2512c4e00781655fae17a005ebe9452951abe;hp=65e57364e0e3e1e676220a8038f2251cc11cad85;hpb=6922ec989d511a2330dc3fc32c038f92bb885543;p=vsys.git diff --git a/Makefile b/Makefile index 65e5736..45d0312 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,8 @@ ocaml_inotify-0.4/inotify.cmxa: vsys: ocaml_inotify-0.4/inotify.cmxa globals.cmx fdwatcher.cmx conffile.cmx dirwatcher.cmx fifowatcher.cmx frontend.cmx backend.cmx main.cmx docs ocamlopt -I ocaml_inotify-0.4 str.cmxa unix.cmxa inotify.cmxa globals.cmx fdwatcher.cmx dirwatcher.cmx fifowatcher.cmx frontend.cmx backend.cmx str.cmxa conffile.cmx main.cmx -o vsys -vsys.b: inotify.cma inotify.cmi globals.ml fdwatcher.ml dirwatcher.ml fifowatcher.ml frontend.ml backend.ml main.ml - ocamlc -g str.cma unix.cma inotify.cma globals.cmo fdwatcher.cmo dirwatcher.cmo fifowatcher.cmo frontend.cmo backend.cmo str.cma main.cmo -o vsys.b +vsys.b: ocaml_inotify-0.4/inotify.cma inotify.cmi globals.ml fdwatcher.ml dirwatcher.ml fifowatcher.ml frontend.ml backend.ml main.ml + ocamlc -g str.cma unix.cma ocaml_inotify-0.4/inotify.cma globals.cmo fdwatcher.cmo dirwatcher.cmo fifowatcher.cmo frontend.cmo backend.cmo str.cma conffile.cmo main.cmo -o vsys.b install: vsys cp vsys $(INSTALL_DIR)/usr/bin