]> matita.cs.unibo.it Git - helm.git/blobdiff - components/xml/Makefile
branch for universe
[helm.git] / components / xml / Makefile
diff --git a/components/xml/Makefile b/components/xml/Makefile
new file mode 100644 (file)
index 0000000..7948435
--- /dev/null
@@ -0,0 +1,12 @@
+PACKAGE = xml
+PREDICATES =
+
+INTERFACE_FILES =      \
+       xml.mli         \
+       xmlPushParser.mli
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+EXTRA_OBJECTS_TO_INSTALL =
+EXTRA_OBJECTS_TO_CLEAN =
+
+include ../../Makefile.defs
+include ../Makefile.common