X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FMakefile;fp=helm%2Focaml%2Fcic_unification%2FMakefile;h=0000000000000000000000000000000000000000;hb=1696761e4b8576e8ed81caa905fd108717019226;hp=457286589e7ae0365c59acfadf7f681465c04a0a;hpb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1;p=helm.git diff --git a/helm/ocaml/cic_unification/Makefile b/helm/ocaml/cic_unification/Makefile deleted file mode 100644 index 457286589..000000000 --- a/helm/ocaml/cic_unification/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -PACKAGE = cic_unification -REQUIRES = helm-cic_proof_checking -PREDICATES = - -INTERFACE_FILES = \ - cicMkImplicit.mli \ - cicMetaSubst.mli \ - cicUnification.mli \ - freshNamesGenerator.mli \ - cicRefine.mli -IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) -EXTRA_OBJECTS_TO_INSTALL = - -include ../Makefile.common