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=e108abe5c0b4eb841c4ad332229a6c0e57e70079;hp=27be18c308e501500eaf5101600656da21031b2e;hpb=1456c337a60f6677ee742ff7891d43fc382359a9;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