# Makefile for the Sherlock Parsers (c) 2001 Martin Mares <mj@ucw.cz>

DIRS+=gather/format

LIBGATH_MODS+=$(addprefix format/,format parse text zlib unlzw robots sink validate external fb-textpacker)
PROGS+=obj/gather/format/ps-parse

obj/gather/format/fb-textpacker-t: LIBS+=$(LIBSH) $(LIBCHARSET)

ifdef CONFIG_PDF
include gather/format/pdf/Makefile
endif

include gather/format/html/Makefile

