make the generation of mime-token.[hc] a bit more effficient.
[apps/madmutt.git] / lib-mime / Makefile.am
1 BUILT_SOURCES = mime-token.h mime-token.c
2 DISTCLEANFILES    = $(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 rfc1524.c rfc2047.c rfc2231.c \
8                     \
9                     rfc3676.h rfc3676.c
10
11 noinst_HEADERS    = mime.h mime-types.h
12
13
14 mime-token.c mime-token.h: mime-token.def mime-token.sh
15         sh mime-token.sh $@ < $<
16
17 -include ../cflags.mk