remove most of the debug code: often makes the code unreadable, for little
[apps/madmutt.git] / lib-mime / Makefile.am
1 BUILT_SOURCES = mime-token.h mime-token.c
2 CLEANFILES    = $(BUILT_SOURCES)
3
4 noinst_LIBRARIES = libmime.a
5
6 libmime_a_SOURCES = mime.h mime-types.h $(BUILT_SOURCES) \
7                     mime.c rfc822address.c rfc822parse.c rfc2047.c rfc2231.c
8
9 noinst_HEADERS    = mime.h mime-types.h
10
11
12 mime-token.c mime-token.h: mime-token.def mime-token.sh
13         sh mime-token.sh $@ < $<
14
15 -include ../cflags.mk