# install the package ocamlmakefile for this file
OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile

SOURCES = pcregrep.ml
INCDIRS = +pcre
LIBDIRS = +pcre
LIBS    = pcre
RESULT  = pcregrep

-include $(OCAMLMAKEFILE)
