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