]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/searchEngine/Makefile
- use new mquery generator module
[helm.git] / helm / searchEngine / Makefile
index 7d8ed641949d438ae1b8b7248305589ab13c9584..3de2997c0b27971cdcbef27bb35782059defd85d 100644 (file)
@@ -1,18 +1,18 @@
 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))
 LIBRARIES =    $(patsubst %,../gTopLevel/%.cmo,$(GTOPLEVEL_MODULES))
 LIBRARIES_OPT =        $(patsubst %,../gTopLevel/%.cmx,$(GTOPLEVEL_MODULES))
 
-all: opt
+all: byte
 world: byte opt
 byte: searchEngine
 opt: searchEngine.opt