X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fxmltheory%2FCoq_v2theoryxml%2FMakefile;fp=helm%2Fxmltheory%2FCoq_v2theoryxml%2FMakefile;h=0000000000000000000000000000000000000000;hb=3ef089a4c58fbe429dd539af6215991ecbe11ee2;hp=1f9fae538cc8b00e297b8cb18324661da33a68f8;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;p=helm.git diff --git a/helm/xmltheory/Coq_v2theoryxml/Makefile b/helm/xmltheory/Coq_v2theoryxml/Makefile deleted file mode 100644 index 1f9fae538..000000000 --- a/helm/xmltheory/Coq_v2theoryxml/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -COQTOP=/home/projects/helm/EXPORT/V7 -OCAMLC=ocamlc -I $(COQTOP)/config -I $(COQTOP)/toplevel - -COQV2THEORYXMLOBJS= \ - $(COQTOP)/config/coq_config.cmo \ - $(COQTOP)/toplevel/usage.cmo \ - coq_v2theoryxml.cmo - -coq_v2theoryxml: $(COQV2THEORYXMLOBJS) - $(OCAMLC) -o $@ unix.cma $(COQV2THEORYXMLOBJS) - -coq_v2theoryxml.cmo: coq_v2theoryxml.ml - $(OCAMLC) -c $< - -.PHONY: clean -clean: - rm -f coq_v2theoryxml *.cmo *.cmi