(executable
 (name pp)
 (modules pp pp_rewrite)
 (flags :standard -w -3))

(executable
 (name gencopy)
 (enabled_if (>= %{ocaml_version} 4.10))
 (modules gencopy)
 (libraries compiler-libs.common compiler-libs.bytecomp)
 (flags :standard -w -3))

(executable
 (name add_special_comments)
 (enabled_if (>= %{ocaml_version} 4.10))
 (modules add_special_comments)
 (libraries compiler-libs.common compiler-libs.bytecomp)
 (flags :standard -w -3))

(ocamllex pp_rewrite)
