]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql/Makefile
attr_list changed in vvar_list
[helm.git] / helm / ocaml / mathql / Makefile
index d1c97a1a11ba79e12065169473d88c24fdbb76d7..8eb819bd30dc808182e640d2edc8ceec2e7bb27f 100644 (file)
@@ -1,13 +1,16 @@
 PACKAGE = mathql
-REQUIRES = helm-urimanager
+REQUIRES = helm-urimanager
 PREDICATES =
 
-INTERFACE_FILES =
+INTERFACE_FILES = mQueryTParser.mli mQueryUtil.mli
 
-IMPLEMENTATION_FILES = mathQL.ml 
+IMPLEMENTATION_FILES = mathQL.ml mQueryTParser.ml mQueryTLexer.ml \
+                      mQueryUtil.ml
 
-EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi
+EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi mQueryTLexer.cmi \
+                          mQueryTLexer.mll mQueryTParser.mly
 
-EXTRA_OBJECTS_TO_CLEAN =
+EXTRA_OBJECTS_TO_CLEAN = mQueryTParser.ml mQueryTParser.mli \
+                        mQueryTLexer.ml
 
 include ../Makefile.common