]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_test/Makefile
mathql query generator interface patched
[helm.git] / helm / ocaml / mathql_test / Makefile
index cd902ab3ea8856c758b92c811524917bec8832a5..6b2c6662f72b346f158ee43831aab8ec70e3e567 100644 (file)
@@ -1,5 +1,6 @@
 BIN_DIR = /usr/local/bin
-REQUIRES = unix helm-cic helm-cic_textual_parser helm-mathql helm-mathql_interpreter helm-mquery_generator 
+REQUIRES = unix helm-cic helm-cic_textual_parser helm-mathql \
+      helm-mathql_interpreter helm-mathql_generator 
 PREDICATES =
 OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)"
 OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS)
@@ -16,13 +17,13 @@ MQITOP = mqitop.ml
 MQGTOP = mqgtop.ml
 
 DEPOBJS = $(MQTOP) $(MQITOP) $(MQGTOP)
-AUXOBJS = mQGTopParser.ml mQGTopLexer.ml 
+AUXOBJS = mQGTopParser.ml mQGTopParser.mli mQGTopLexer.ml 
 
 all: $(DEPOBJS:.ml=)
 opt: $(DEPOBJS:.ml=.opt)
 
 depend: $(AUXOBJS)
-       $(OCAMLDEP) $(DEPOBJS) > .depend
+       $(OCAMLDEP) $(DEPOBJS) $(AUXOBJS) > .depend
 
 mqtop: $(MQTOP:.ml=.cmo) $(LIBRARIES)
        $(OCAMLC) -linkpkg -o mqtop $(MQTOP:.ml=.cmo)