X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FsearchEngine%2FMakefile;h=519629b5490057442363c1f62194fc91eb4619c1;hb=3bb4ce11fb9d4c6375483a80344beb94c4517dd7;hp=a2287e77d1005763c5e5dd72c99c7d36f040e9b9;hpb=3c7ca719c304eb7de7d8d4e9a90ebe0db8d8ecab;p=helm.git diff --git a/helm/searchEngine/Makefile b/helm/searchEngine/Makefile index a2287e77d..519629b54 100644 --- a/helm/searchEngine/Makefile +++ b/helm/searchEngine/Makefile @@ -1,11 +1,12 @@ -REQUIRES = http helm-cic_textual_parser helm-cic_proof_checking \ +REQUIRES = http helm-cic_textual_parser2 helm-cic_proof_checking \ helm-xml gdome2-xslt helm-cic_unification helm-mathql \ - helm-mathql_interpreter helm-mathql_generator netclient -OCAMLOPTIONS = -package "$(REQUIRES)" -pp camlp4o -I ../gTopLevel + helm-mathql_interpreter helm-mathql_generator helm-logger \ + helm-tex_cic_textual_parser helm-tactics +OCAMLOPTIONS = -thread -package "$(REQUIRES)" -pp camlp4o -I ../gTopLevel OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS) OCAMLOPT = ocamlfind ocamlopt $(OCAMLOPTIONS) -GTOPLEVEL_MODULES = disambiguate +GTOPLEVEL_MODULES = oldDisambiguate disambiguatingParser MODULES = CMOS = $(patsubst %,%.cmo,$(MODULES)) CMXS = $(patsubst %,%.cmx,$(MODULES))