X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fpxp%2Fexamples%2Fsimple_transformation%2FMakefile;fp=helm%2FDEVEL%2Fpxp%2Fpxp%2Fexamples%2Fsimple_transformation%2FMakefile;h=0000000000000000000000000000000000000000;hb=c7514aaa249a96c5fdd39b1123fbdb38d92f20b6;hp=27be18c308e501500eaf5101600656da21031b2e;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;p=helm.git diff --git a/helm/DEVEL/pxp/pxp/examples/simple_transformation/Makefile b/helm/DEVEL/pxp/pxp/examples/simple_transformation/Makefile deleted file mode 100644 index 27be18c30..000000000 --- a/helm/DEVEL/pxp/pxp/examples/simple_transformation/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -all: print sort delcol - -print: print.ml - ocamlfind ocamlc -o print -package pxp -linkpkg -custom \ - -predicates pxp_without_utf8 print.ml - -sort: sort.ml - ocamlfind ocamlc -o sort -package pxp -linkpkg -custom \ - -predicates pxp_without_utf8 sort.ml - -delcol: delcol.ml - ocamlfind ocamlc -o delcol -package pxp -linkpkg -custom \ - -predicates pxp_without_utf8 delcol.ml - -clean: - rm -f *.cmo *.cma *.cmi *.cmxa *.a *.o - -distclean: clean - rm -f *~ print sort delcol - -CLEAN: clean