# Makefile

BASE = ..
LIB = debparser
TOPSOURCES = \
			debver.ml \
			rfc822.ml \
			debparser.ml
SOURCES = $(TOPSOURCES)
LIBS = $(WITHUNIX) $(WITHPCRE) $(WITHUTIL)

include Makefile.library
