]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/Makefile
implemented transformations on top of notation code
[helm.git] / helm / ocaml / cic_notation / Makefile
index d54e0a5f38e5b28d0d7e541eb6e424fa619bd0da..898efa32a9d1af374b6cbd46da28e54b24f0a2f6 100644 (file)
@@ -5,11 +5,11 @@ REQUIRES = \
        helm-cic                \
        helm-utf8_macros        \
        camlp4.gramlib          \
-       helm-cic_transformations\
        helm-cic_proof_checking \
        ulex                    \
        $(NULL)
 INTERFACE_FILES = \
+       renderingAttrs.mli      \
        cicNotationUtil.mli     \
        cicNotationTag.mli      \
        cicNotationLexer.mli    \
@@ -21,6 +21,8 @@ INTERFACE_FILES = \
        cicNotationRew.mli      \
        cicNotationParser.mli   \
        grafiteParser.mli       \
+       mpresentation.mli       \
+       box.mli                 \
        cicNotationPres.mli     \
        cicNotation.mli         \
        $(NULL)