]> matita.cs.unibo.it Git - helm.git/blobdiff - components/cic_exportation/Makefile
branch for universe
[helm.git] / components / cic_exportation / Makefile
diff --git a/components/cic_exportation/Makefile b/components/cic_exportation/Makefile
new file mode 100644 (file)
index 0000000..3062749
--- /dev/null
@@ -0,0 +1,14 @@
+PACKAGE = cic_exportation
+PREDICATES =
+
+INTERFACE_FILES = \
+       cicExportation.mli \
+       $(NULL)
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+
+# Metadata tools only need zeta-reduction
+EXTRA_OBJECTS_TO_INSTALL =
+EXTRA_OBJECTS_TO_CLEAN =
+
+include ../../Makefile.defs
+include ../Makefile.common