X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fpxp%2Frtests%2Fcanonxml%2FMakefile;fp=helm%2FDEVEL%2Fpxp%2Fpxp%2Frtests%2Fcanonxml%2FMakefile;h=0000000000000000000000000000000000000000;hb=e108abe5c0b4eb841c4ad332229a6c0e57e70079;hp=afbefb39009b42258750730eae61a6f3f29eee00;hpb=1456c337a60f6677ee742ff7891d43fc382359a9;p=helm.git diff --git a/helm/DEVEL/pxp/pxp/rtests/canonxml/Makefile b/helm/DEVEL/pxp/pxp/rtests/canonxml/Makefile deleted file mode 100644 index afbefb390..000000000 --- a/helm/DEVEL/pxp/pxp/rtests/canonxml/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# make validate: make bytecode executable -# make validate.opt: make native executable -# make clean: remove intermediate files (in this directory) -# make CLEAN: remove intermediate files (recursively) -# make distclean: remove any superflous files (recursively) -#---------------------------------------------------------------------- - -OCAMLPATH=../.. - -test_canonxml: test_canonxml.ml - ocamlfind ocamlc -g -custom -o test_canonxml -package .,str -linkpkg test_canonxml.ml - -#---------------------------------------------------------------------- -.PHONY: all -all: - -.PHONY: clean -clean: - rm -f *.cmi *.cmo *.cma *.cmx *.o *.a *.cmxa out.xml - -.PHONY: CLEAN -CLEAN: clean - -.PHONY: distclean -distclean: clean - rm -f *~ - rm -f test_canonxml