]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql/Makefile
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / ocaml / mathql / Makefile
index 52a5eb155fa9b3d8428d8609c5584303fed8dda7..6d54819480425b4f55e8628041cb421f539733c9 100644 (file)
@@ -1,16 +1,16 @@
 PACKAGE = mathql
-REQUIRES = helm-urimanager
+REQUIRES =  helm-urimanager
 PREDICATES =
 
 INTERFACE_FILES = mQueryTParser.mli mQueryUtil.mli
 
-IMPLEMENTATION_FILES = mathQL.ml $(INTERFACE_FILES:%.mli=%.ml) \
-                       mQueryTLexer.ml
-                      
+IMPLEMENTATION_FILES = mathQL.ml mQueryTParser.ml mQueryTLexer.ml \
+                      mQueryUtil.ml 
+
 EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi mQueryTLexer.cmi \
                           mQueryTLexer.mll mQueryTParser.mly
 
 EXTRA_OBJECTS_TO_CLEAN = mQueryTParser.ml mQueryTParser.mli \
-                         mQueryTLexer.ml
+                        mQueryTLexer.ml
 
 include ../Makefile.common