X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FMakefile;h=de106143cb3af8497221e557ad4a72b48c5def2f;hb=9415c1b38c7927adab499ddd75f9a19d650a9acd;hp=95657131f9236360f9f1f597a138f12df157ea1d;hpb=d7bb3f680ae2e8faa2dd486c965c29fafd9612cf;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/Makefile b/helm/ocaml/cic_proof_checking/Makefile index 95657131f..de106143c 100644 --- a/helm/ocaml/cic_proof_checking/Makefile +++ b/helm/ocaml/cic_proof_checking/Makefile @@ -12,7 +12,6 @@ INTERFACE_FILES = \ cicUnivUtils.mli \ cicSubstitution.mli \ cicMiniReduction.mli \ - cicReductionNaif.mli \ cicReduction.mli \ cicTypeChecker.mli \ cicElim.mli @@ -34,14 +33,6 @@ all_utilities: opt_utilities: $(MAKE) -C utilities/ opt -cicReduction.ml: $(REDUCTION_IMPLEMENTATION) - if ! [ -f $@ ]; then \ - echo "Using $< for $@"; \ - ln -s $< $@; \ - else \ - true; \ - fi - clean: clean_utilities clean_utilities: $(MAKE) -C utilities/ clean