X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fpxp%2Frtests%2Fnegative%2FMakefile;fp=helm%2FDEVEL%2Fpxp%2Fpxp%2Frtests%2Fnegative%2FMakefile;h=0000000000000000000000000000000000000000;hb=3ef089a4c58fbe429dd539af6215991ecbe11ee2;hp=2e8842c166a3722670f179630353e7f868ea38da;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;p=helm.git diff --git a/helm/DEVEL/pxp/pxp/rtests/negative/Makefile b/helm/DEVEL/pxp/pxp/rtests/negative/Makefile deleted file mode 100644 index 2e8842c16..000000000 --- a/helm/DEVEL/pxp/pxp/rtests/negative/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# make test_negative: make bytecode executable -# make clean: remove intermediate files (in this directory) -# make CLEAN: remove intermediate files (recursively) -# make distclean: remove any superflous files (recursively) -#---------------------------------------------------------------------- - -OCAMLPATH=../.. - -test_negative: test_negative.ml - ocamlfind ocamlc -custom -o test_negative -package .,str -linkpkg test_negative.ml - -#---------------------------------------------------------------------- -.PHONY: all -all: - -.PHONY: clean -clean: - rm -f *.cmi *.cmo *.cma *.cmx *.o *.a *.cmxa current.out - -.PHONY: CLEAN -CLEAN: clean - -.PHONY: distclean -distclean: clean - rm -f *~ - rm -f test_negative - -