]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_test/Makefile
Ctr+Backspace is now enabled. Used to perform "alternative" deletion.
[helm.git] / helm / ocaml / mathql_test / Makefile
index cd902ab3ea8856c758b92c811524917bec8832a5..04fea5185fd64a9b1b0c3d6989b309fbc19b402f 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_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)