# Makefile

#PP=-pp camlp4o.opt
SOURCES= \
  sql.ml \
  sql.mli \
  opt.mli \
  opt.ml \
  structure.ml \
  structure.mli \
  debsqlfill.ml \
  debsqlfill.mli \
  main.ml \
  main.mli
NAME     = debsqlfill
REQUIRES = util calendar mysql progress debver debparser netclient libcamlzip dbm io mmap dosebase

include Makefile.exec
