X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Fxmltheory%2FCoq_v2theoryxml%2FMakefile;fp=helm%2Fxmltheory%2FCoq_v2theoryxml%2FMakefile;h=0000000000000000000000000000000000000000;hp=1f9fae538cc8b00e297b8cb18324661da33a68f8;hb=869549224eef6278a48c16ae27dd786376082b38;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8 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