]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_library/Makefile
Makefiles removed in favour of dune-only solution
[helm.git] / matita / components / ng_library / Makefile
diff --git a/matita/components/ng_library/Makefile b/matita/components/ng_library/Makefile
deleted file mode 100644 (file)
index 20157a0..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-PACKAGE = ng_library
-PREDICATES =
-
-INTERFACE_FILES = \
-       nCicLibrary.mli
-
-IMPLEMENTATION_FILES = \
-  $(INTERFACE_FILES:%.mli=%.ml)
-EXTRA_OBJECTS_TO_INSTALL = 
-EXTRA_OBJECTS_TO_CLEAN =
-
-all:
-%: %.ml $(PACKAGE).cma
-       $(OCAMLC) -package helm-$(PACKAGE) -linkpkg -o $@ $<
-all.opt opt:
-%.opt: %.ml $(PACKAGE).cmxa
-       $(OCAMLOPT) -package helm-$(PACKAGE) -linkpkg -o $@ $<
-
-include ../../Makefile.defs
-include ../Makefile.common
-