X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FEXPORT%2Fexport_Paris_ZF%2FMakefile;fp=helm%2FEXPORT%2Fexport_Paris_ZF%2FMakefile;h=0000000000000000000000000000000000000000;hp=ee2f95e1b2b956f60beabb64b4f02c6767e57564;hb=1696761e4b8576e8ed81caa905fd108717019226;hpb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1 diff --git a/helm/EXPORT/export_Paris_ZF/Makefile b/helm/EXPORT/export_Paris_ZF/Makefile deleted file mode 100644 index ee2f95e1b..000000000 --- a/helm/EXPORT/export_Paris_ZF/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -all: objects theories - -objects: - coqc -R ZF/src Paris.ZF ZF/src/nothing.v - coqc -R ZF/src Paris.ZF ZF/src/useful.v - coqc -R ZF/src Paris.ZF ZF/src/ZFbasis.v - coqc -R ZF/src Paris.ZF ZF/src/axs_extensionnalite.v - coqc -R ZF/src Paris.ZF ZF/src/axs_paire.v - coqc -R ZF/src Paris.ZF ZF/src/axs_reunion.v - coqc -R ZF/src Paris.ZF ZF/src/axs_parties.v - coqc -R ZF/src Paris.ZF ZF/src/axs_comprehension.v - coqc -R ZF/src Paris.ZF ZF/src/axs_remplacement.v - coqc -R ZF/src Paris.ZF ZF/src/couples.v - coqc -R ZF/src Paris.ZF ZF/src/applications.v - coqc -R ZF/src Paris.ZF ZF/src/axs_choice.v - coqc -R ZF/src Paris.ZF ZF/src/axs_fundation.v - coqc -R ZF/src Paris.ZF ZF/src/ZFrelations.v - coqc -R ZF/src Paris.ZF ZF/src/MSetBasis.v - echo "Load Verbose prova_Paris_ZF." | coqtop.byte -R ZF/src Paris.ZF - -theories: - ./exporttheories.sh - -clean: - rm -f *.vo ZF/src/*.vo