]> matita.cs.unibo.it Git - helm.git/commitdiff
- use new mquery generator module
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 6 Mar 2003 16:13:09 +0000 (16:13 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 6 Mar 2003 16:13:09 +0000 (16:13 +0000)
- no longer use mQuery* stuff from ../gTopLevel

helm/searchEngine/Makefile

index 1fabc3ede7556d71ddf78845046c44d6b9d51912..3de2997c0b27971cdcbef27bb35782059defd85d 100644 (file)
@@ -1,11 +1,11 @@
 REQUIRES = http helm-cic_textual_parser helm-cic_proof_checking \
            helm-xml gdome2-xslt helm-cic_unification helm-mathql \
-           helm-mathql_interpreter
+           helm-mathql_interpreter helm-mquery_generator
 OCAMLOPTIONS = -package "$(REQUIRES)" -pp camlp4o -I ../gTopLevel -thread
 OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS)
 OCAMLOPT = ocamlfind ocamlopt $(OCAMLOPTIONS)
 
-GTOPLEVEL_MODULES = mQueryLevels2 mQueryGenerator disambiguate
+GTOPLEVEL_MODULES = disambiguate
 MODULES =
 CMOS = $(patsubst %,%.cmo,$(MODULES))
 CMXS = $(patsubst %,%.cmx,$(MODULES))