]> matita.cs.unibo.it Git - helm.git/blobdiff - components/extlib/Makefile
branch for universe
[helm.git] / components / extlib / Makefile
diff --git a/components/extlib/Makefile b/components/extlib/Makefile
new file mode 100644 (file)
index 0000000..f4d9219
--- /dev/null
@@ -0,0 +1,21 @@
+PACKAGE = extlib
+PREDICATES =
+
+INTERFACE_FILES =              \
+       componentsConf.mli      \
+        hExtlib.mli            \
+       hMarshal.mli            \
+       patternMatcher.mli      \
+       hLog.mli                \
+       trie.mli                \
+       hTopoSort.mli           \
+       refCounter.mli          \
+       graphvizPp.mli          \
+       $(NULL)
+IMPLEMENTATION_FILES = \
+       $(INTERFACE_FILES:%.mli=%.ml)
+EXTRA_OBJECTS_TO_INSTALL =
+EXTRA_OBJECTS_TO_CLEAN =
+
+include ../../Makefile.defs
+include ../Makefile.common