X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=889b871473b939729c7c99bc9421c63be30b11ab;hb=8aaf525856e25bcd8f355e505fd00f45c62bc18f;hp=a09775cceaf8badbdbbed13871d0b4c0efbdbd26;hpb=532cedb4dfaee23bbddffa70801f6abf604bd436;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index a09775cce..889b87147 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -1,27 +1,24 @@ # Warning: the modules must be in compilation order +NULL = MODULES = \ - pxp \ + xml \ registry \ utf8_macros \ thread \ xmldiff \ - xml \ urimanager \ logger \ getter \ cic \ - cic_annotations \ cic_proof_checking \ cic_unification \ cic_omdoc \ metadata \ tactics \ cic_transformations \ + cic_notation \ cic_textual_parser2 \ - mathql \ - mathql_interpreter \ - mathql_generator \ - hbugs + $(NULL) OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@ OCAMLFIND_META_DIR = @OCAMLFIND_META_DIR@