]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/searchEngine/Makefile
bugfix: remove trailing slashes from dtd_base_urls
[helm.git] / helm / searchEngine / Makefile
index e7b9555e418a6bab87dc4e75f416c285f46fce12..809a5abf7f6283c3dfd18fa895825d08bdb2423a 100644 (file)
@@ -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
-OCAMLOPTIONS = -package "$(REQUIRES)" -pp camlp4o -I ../gTopLevel
+           helm-mathql_interpreter helm-mathql_generator helm-logger \
+           helm-tex_cic_textual_parser
+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))