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