# Makefile

PP       = -pp camlp4o.opt
SOURCES  = \
  log.mli \
  opt.mli \
  rgb.mli \
  ring.mli \
  xml.mli \
  form.mli \
  form.ml \
  ring.ml \
  rgb.ml \
  load_meter.mli \
  load_meter.ml \
  geography.mli \
  geography.ml \
  debug.mli \
  debug.ml \
  cache.mli \
  cache.ml \
  opt.ml \
  log.ml \
  entity.mli \
  entity.ml \
  html.mli \
  html.ml \
  xml.ml \
  navigator.mli \
  navigator.ml \
  encoding.mli \
  encoding.ml \
  http.mli \
  http.ml \
  httpd.mli \
  httpd.ml
NAME     = httpd
REQUIRES = unix threads pcre util config camlzip

include Makefile.library
