X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fnetstring%2Ftools%2Funimap_to_ocaml%2FMakefile;fp=helm%2FDEVEL%2Fpxp%2Fnetstring%2Ftools%2Funimap_to_ocaml%2FMakefile;h=ed42773895793e0c0d0c170fd4fcbc53a0fad736;hb=c03d2c1fdab8d228cb88aaba5ca0f556318bebc5;hp=0000000000000000000000000000000000000000;hpb=758057e85325f94cd88583feb1fdf6b038e35055;p=helm.git diff --git a/helm/DEVEL/pxp/netstring/tools/unimap_to_ocaml/Makefile b/helm/DEVEL/pxp/netstring/tools/unimap_to_ocaml/Makefile new file mode 100644 index 000000000..ed4277389 --- /dev/null +++ b/helm/DEVEL/pxp/netstring/tools/unimap_to_ocaml/Makefile @@ -0,0 +1,15 @@ +all: unimap_to_ocaml + +unimap_to_ocaml: unimap_to_ocaml.ml + ocamlfind ocamlc -g -package str -linkpkg -custom \ + -o unimap_to_ocaml \ + unimap_to_ocaml.ml + +clean: + rm -f *.cmi *.cmo *.cma *.cmx *.o *.a *.cmxa + +CLEAN: clean + +distclean: clean + rm -f *~ unimap_to_ocaml +