X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fpxp%2Frtests%2FMakefile;fp=helm%2FDEVEL%2Fpxp%2Fpxp%2Frtests%2FMakefile;h=0000000000000000000000000000000000000000;hp=653aaf2821fb1ed65a26ed6c8959fb58493133c5;hb=3ef089a4c58fbe429dd539af6215991ecbe11ee2;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff diff --git a/helm/DEVEL/pxp/pxp/rtests/Makefile b/helm/DEVEL/pxp/pxp/rtests/Makefile deleted file mode 100644 index 653aaf282..000000000 --- a/helm/DEVEL/pxp/pxp/rtests/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -.PHONY: all -all: - $(MAKE) -C reader - $(MAKE) -C write - $(MAKE) -C codewriter - $(MAKE) -C canonxml - $(MAKE) -C negative - -.PHONY: clean -clean: - rm -f *.cmi *.cmo *.cma *.cmx *.cmxa - -.PHONY: CLEAN -CLEAN: clean - $(MAKE) -C reader clean - $(MAKE) -C write clean - $(MAKE) -C codewriter clean - $(MAKE) -C canonxml clean - $(MAKE) -C negative clean - -.PHONY: distclean -distclean: clean - rm -f *~ - rm -f dumpfiles - $(MAKE) -C reader distclean - $(MAKE) -C write distclean - $(MAKE) -C codewriter distclean - $(MAKE) -C canonxml distclean - $(MAKE) -C negative distclean - -dumpfiles: dumpfiles.ml - ocamlc -o dumpfiles dumpfiles.ml