]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql/Makefile
mathQL and mqint updated
[helm.git] / helm / ocaml / mathql / Makefile
index 52a5eb155fa9b3d8428d8609c5584303fed8dda7..f9c0eb9d8f8e419b605eca06fed9316e24408025 100644 (file)
@@ -4,9 +4,9 @@ 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