added support to view text/enriched
[claws.git] / src / Makefile.am
1 bin_PROGRAMS = sylpheed
2
3 sylpheed_SOURCES = \
4         intl.h \
5         defs.h \
6         version.h \
7         main.c main.h \
8         mainwindow.c mainwindow.h \
9         folderview.c folderview.h \
10         summaryview.c summaryview.h \
11         messageview.c messageview.h \
12         headerview.c headerview.h \
13         textview.c textview.h \
14         imageview.c imageview.h \
15         mimeview.c mimeview.h \
16         summary_search.c summary_search.h \
17         message_search.c message_search.h \
18         colorlabel.c colorlabel.h \
19         folder.c folder.h \
20         procmsg.c procmsg.h \
21         procheader.c procheader.h \
22         filter.c filter.h \
23         compose.c compose.h \
24         gtkshruler.c gtkshruler.h \
25         gtksctree.c gtksctree.h \
26         menu.c menu.h \
27         prefs.c prefs.h \
28         prefs_common.c prefs_common.h \
29         prefs_filter.c prefs_filter.h \
30         prefs_account.c prefs_account.h \
31         prefs_display_header.c prefs_display_header.h \
32         prefs_customheader.c prefs_customheader.h \
33         prefs_summary_column.c prefs_summary_column.h \
34         prefs_template.c prefs_template.h \
35         account.c account.h \
36         displayheader.c displayheader.h \
37         customheader.c customheader.h \
38         template.c template.h \
39         addressbook.c addressbook.h \
40         addr_compl.c addr_compl.h \
41         addressitem.h \
42         addritem.c addritem.h \
43         addrcache.c addrcache.h \
44         addrbook.c addrbook.h \
45         addrindex.c addrindex.h \
46         mgutils.c mgutils.h \
47         vcard.c vcard.h \
48         ldif.c ldif.h \
49         importldif.c importldif.h \
50         mutt.c mutt.h \
51         importmutt.c importmutt.h \
52         jpilot.c jpilot.h \
53         syldap.c syldap.h \
54         editbook.c editbook.h \
55         editgroup.c editgroup.h \
56         editaddress.c editaddress.h \
57         editvcard.c editvcard.h \
58         editjpilot.c editjpilot.h \
59         editldap.c editldap.h \
60         editldap_basedn.c editldap_basedn.h \
61         addressadd.c addressadd.h \
62         filesel.c filesel.h \
63         foldersel.c foldersel.h \
64         statusbar.c statusbar.h \
65         headerwindow.c headerwindow.h \
66         logwindow.c logwindow.h \
67         sourcewindow.c sourcewindow.h \
68         manage_window.c manage_window.h \
69         alertpanel.c alertpanel.h \
70         inputdialog.c inputdialog.h \
71         progressdialog.c progressdialog.h \
72         grouplistdialog.c grouplistdialog.h \
73         about.c about.h \
74         setup.c setup.h \
75         utils.c utils.h \
76         gtkutils.c gtkutils.h \
77         codeconv.c codeconv.h \
78         unmime.c unmime.h \
79         base64.c base64.h \
80         uuencode.c uuencode.h \
81         md5.c md5.h \
82         rfc822.c rfc822.h \
83         socket.c socket.h \
84         ssl.c ssl.h \
85         automaton.c automaton.h \
86         session.c session.h \
87         smtp.c smtp.h \
88         esmtp.c esmtp.h \
89         pop.c pop.h \
90         mh.c mh.h \
91         mbox.c mbox.h \
92         send.c send.h \
93         recv.c recv.h \
94         inc.c inc.h \
95         import.c import.h \
96         export.c export.h \
97         nntp.c nntp.h \
98         news.c news.h \
99         imap.c imap.h \
100         xml.c xml.h \
101         html.c html.h \
102         enriched.c enriched.h \
103         procmime.c procmime.h \
104         rfc2015.c rfc2015.h \
105         passphrase.c passphrase.h \
106         pgptext.c pgptext.h \
107         select-keys.c select-keys.h \
108         sigstatus.c sigstatus.h \
109         simple-gettext.c \
110         manual.c manual.h \
111         stringtable.c stringtable.h \
112         gtkstext.c gtkstext.h \
113         scoring.c scoring.h \
114         prefs_folder_item.c prefs_folder_item.h \
115         matcher.c matcher.h \
116         prefs_matcher.c prefs_matcher.h \
117         prefs_scoring.c prefs_scoring.h \
118         filtering.c filtering.h \
119         prefs_filtering.c prefs_filtering.h \
120         mbox_folder.c mbox_folder.h \
121         quote_fmt_lex.l quote_fmt_lex.h \
122         quote_fmt_parse.y quote_fmt.h \
123         gtkspell.c gtkspell.h gtkxtext.h \
124         undo.c undo.h \
125         matcher_parser_lex.l matcher_parser_lex.h \
126         matcher_parser_parse.y matcher_parser.h
127
128 BUILT_SOURCES = \
129         quote_fmt_lex.c \
130         quote_fmt_parse.c \
131         quote_fmt_parse.h \
132         matcher_parser_lex.c \
133         matcher_parser_parse.c \
134         matcher_parser_parse.h
135
136 EXTRA_DIST = \
137         quote_fmt_parse.h \
138         version.h.in \
139         pixmaps/clip.xpm \
140         pixmaps/deleted.xpm \
141         pixmaps/dir-close.xpm \
142         pixmaps/dir-open.xpm \
143         pixmaps/folder.xpm \
144         pixmaps/forwarded.xpm \
145         pixmaps/group.xpm \
146         pixmaps/inbox.xpm \
147         pixmaps/mark.xpm \
148         pixmaps/checkbox_on.xpm \
149         pixmaps/checkbox_off.xpm \
150         pixmaps/new.xpm \
151         pixmaps/outbox.xpm \
152         pixmaps/regular.xpm \
153         pixmaps/replied.xpm \
154         pixmaps/trash.xpm \
155         pixmaps/unread.xpm \
156         pixmaps/linewrap.xpm \
157         pixmaps/continue.xpm \
158         pixmaps/complete.xpm \
159         pixmaps/error.xpm \
160         pixmaps/stock_mail.xpm \
161         pixmaps/stock_mail_attach.xpm \
162         pixmaps/stock_mail_receive.xpm \
163         pixmaps/stock_mail_receive_all.xpm \
164         pixmaps/stock_mail_send.xpm \
165         pixmaps/stock_mail_send_queue.xpm \
166         pixmaps/stock_mail_compose.xpm \
167         pixmaps/stock_news_compose.xpm \
168         pixmaps/stock_mail_reply.xpm \
169         pixmaps/stock_mail_reply_to_all.xpm \
170         pixmaps/stock_mail_reply_to_author.xpm \
171         pixmaps/stock_mail_forward.xpm \
172         pixmaps/stock_preferences.xpm \
173         pixmaps/stock_properties.xpm \
174         pixmaps/stock_search.xpm \
175         pixmaps/stock_close.xpm \
176         pixmaps/stock_exec.xpm \
177         pixmaps/stock_trash.xpm \
178         pixmaps/stock_up_arrow.xpm \
179         pixmaps/stock_down_arrow.xpm \
180         pixmaps/stock_paste.xpm \
181         pixmaps/tb_address_book.xpm \
182         pixmaps/sylpheed-logo.xpm \
183         pixmaps/address.xpm \
184         pixmaps/book.xpm \
185         pixmaps/category.xpm \
186         pixmaps/interface.xpm \
187         pixmaps/jpilot.xpm \
188         pixmaps/ldap.xpm \
189         pixmaps/vcard.xpm \
190         pixmaps/locked.xpm
191
192 INCLUDES = \
193         -DG_LOG_DOMAIN=\"Sylpheed\" \
194         -I$(top_srcdir)/libkcc \
195         -I$(top_srcdir)/intl \
196         $(GTK_CFLAGS) \
197         $(GDK_IMLIB_CFLAGS) \
198         $(GDK_PIXBUF_CFLAGS) \
199         $(PSPELL_CFLAGS)    \
200         -I$(includedir)
201
202 sylpheed_LDADD = \
203         $(top_builddir)/libkcc/libkcc.a \
204         $(INTLLIBS) \
205         $(GTK_LIBS) \
206         $(GDK_IMLIB_LIBS) \
207         $(GDK_PIXBUF_LIBS) \
208         $(GPGME_LIBS) \
209         $(PSPELL_LIBS)
210
211 CPPFLAGS = \
212         -DLOCALEDIR=\""$(localedir)"\" \
213         -DMANUALDIR=\""$(manualdir)"\" \
214         -DHOST_ALIAS=\""$(host_alias)"\" \
215         -DSYSCONFDIR=\""$(sysconfdir)"\"
216
217 YFLAGS = -d