redesign, move, fix icon theme selector
[claws.git] / src / Makefile.am
1 SUBDIRS = common gtk plugins
2
3 bin_PROGRAMS = sylpheed
4
5 sylpheed_SOURCES = \
6         account.c \
7         action.c \
8         addrbook.c \
9         addrcache.c \
10         addrclip.c \
11         addr_compl.c \
12         addressadd.c \
13         addressbook.c \
14         addrgather.c \
15         addrharvest.c \
16         addrindex.c \
17         addritem.c \
18         addrquery.c \
19         addrselect.c \
20         alertpanel.c \
21         browseldap.c \
22         codeconv.c \
23         compose.c \
24         crash.c \
25         customheader.c \
26         displayheader.c \
27         editaddress.c \
28         editbook.c \
29         editgroup.c \
30         editjpilot.c \
31         editldap_basedn.c \
32         editldap.c \
33         editvcard.c \
34         enriched.c \
35         exphtmldlg.c \
36         expldifdlg.c \
37         export.c \
38         exporthtml.c \
39         exportldif.c \
40         filtering.c \
41         folder.c \
42         folder_item_prefs.c \
43         foldersel.c \
44         folderview.c \
45         grouplistdialog.c \
46         headerview.c \
47         html.c \
48         imap.c \
49         import.c \
50         importldif.c \
51         importmutt.c \
52         importpine.c \
53         inc.c \
54         inputdialog.c \
55         jpilot.c \
56         ldapctrl.c \
57         ldaplocate.c \
58         ldapquery.c \
59         ldapserver.c \
60         ldaputil.c \
61         ldif.c \
62         main.c \
63         mainwindow.c \
64         manual.c \
65         matcher.c \
66         matcher_parser_lex.l \
67         matcher_parser_parse.y \
68         mbox.c \
69         message_search.c \
70         messageview.c \
71         mh.c \
72         mimeview.c \
73         msgcache.c \
74         mutt.c \
75         news.c \
76         noticeview.c \
77         passphrase.c \
78         pgpmime.c \
79         pine.c \
80         pop.c \
81         prefs_account.c \
82         prefs_actions.c \
83         prefs_common.c \
84         prefs_customheader.c \
85         prefs_display_header.c \
86         prefs_filtering_action.c \
87         prefs_filtering.c \
88         prefs_folder_item.c \
89         prefs_fonts.c \
90         prefs_gtk.c \
91         prefs_matcher.c \
92         prefs_spelling.c \
93         prefs_themes.c \
94         prefs_summary_column.c \
95         prefs_template.c \
96         prefs_toolbar.c \
97         privacy.c \
98         procheader.c \
99         procmime.c \
100         procmsg.c \
101         quote_fmt.c \
102         quote_fmt_lex.l \
103         quote_fmt_parse.y \
104         recv.c \
105         rfc2015.c \
106         select-keys.c \
107         send_message.c \
108         setup.c \
109         sgpgme.c \
110         simple-gettext.c \
111         sourcewindow.c \
112         ssl_manager.c \
113         statusbar.c \
114         stock_pixmap.c \
115         string_match.c \
116         summary_search.c \
117         summaryview.c \
118         textview.c \
119         toolbar.c \
120         undo.c \
121         unmime.c \
122         localfolder.c \
123         remotefolder.c \
124         vcard.c
125
126 sylpheedincludedir = $(pkgincludedir)
127 sylpheedinclude_HEADERS = \
128         account.h \
129         action.h \
130         adbookbase.h \
131         addrbook.h \
132         addrcache.h \
133         addrclip.h \
134         addr_compl.h \
135         addrdefs.h \
136         addressadd.h \
137         addressbook.h \
138         addressitem.h \
139         addrgather.h \
140         addrharvest.h \
141         addrindex.h \
142         addritem.h \
143         addrquery.h \
144         addrselect.h \
145         alertpanel.h \
146         browseldap.h \
147         codeconv.h \
148         compose.h \
149         crash.h \
150         customheader.h \
151         displayheader.h \
152         editaddress.h \
153         editbook.h \
154         editgroup.h \
155         editjpilot.h \
156         editldap_basedn.h \
157         editldap.h \
158         editvcard.h \
159         enriched.h \
160         exphtmldlg.h \
161         expldifdlg.h \
162         export.h \
163         exporthtml.h \
164         exportldif.h \
165         filtering.h \
166         folder.h \
167         folder_item_prefs.h \
168         foldersel.h \
169         folderview.h \
170         grouplistdialog.h \
171         headerview.h \
172         html.h \
173         imap.h \
174         import.h \
175         importldif.h \
176         importmutt.h \
177         importpine.h \
178         inc.h \
179         inputdialog.h \
180         jpilot.h \
181         ldapctrl.h \
182         ldaplocate.h \
183         ldapquery.h \
184         ldapserver.h \
185         ldaputil.h \
186         ldif.h \
187         main.h \
188         mainwindow.h \
189         manual.h \
190         matcher.h \
191         matcher_parser.h \
192         matcher_parser_lex.h \
193         matcher_parser_parse.h \
194         mbox.h \
195         message_search.h \
196         messageview.h \
197         mh.h \
198         mimeview.h \
199         msgcache.h \
200         mutt.h \
201         news.h \
202         noticeview.h \
203         passphrase.h \
204         pgpmime.h \
205         pine.h \
206         pop.h \
207         prefs_account.h \
208         prefs_actions.h \
209         prefs_common.h \
210         prefs_customheader.h \
211         prefs_display_header.h \
212         prefs_filtering_action.h \
213         prefs_filtering.h \
214         prefs_folder_item.h \
215         prefs_fonts.h \
216         prefs_gtk.h \
217         prefs_matcher.h \
218         prefs_spelling.h \
219         prefs_themes.h \
220         prefs_summary_column.h \
221         prefs_template.h \
222         prefs_toolbar.h \
223         privacy.h \
224         procheader.h \
225         procmime.h \
226         procmsg.h \
227         quote_fmt.h \
228         quote_fmt_lex.h \
229         quote_fmt_parse.h \
230         recv.h \
231         rfc2015.h \
232         select-keys.h \
233         send_message.h \
234         setup.h \
235         sgpgme.h \
236         sourcewindow.h \
237         ssl_manager.h \
238         statusbar.h \
239         stock_pixmap.h \
240         string_match.h \
241         summary_search.h \
242         summaryview.h \
243         textview.h \
244         toolbar.h \
245         undo.h \
246         unmime.h \
247         localfolder.h \
248         remotefolder.h \
249         vcard.h
250
251 BUILT_SOURCES = \
252         matcher_parser_parse.h \
253         quote_fmt_parse.h
254
255 EXTRA_DIST = \
256         pixmaps/address_book.xpm \
257         pixmaps/address_search.xpm \
258         pixmaps/address.xpm \
259         pixmaps/book.xpm \
260         pixmaps/category.xpm \
261         pixmaps/checkbox_off.xpm \
262         pixmaps/checkbox_on.xpm \
263         pixmaps/check_spelling.xpm \
264         pixmaps/clipkey.xpm \
265         pixmaps/clip.xpm \
266         pixmaps/close.xpm \
267         pixmaps/complete.xpm \
268         pixmaps/continue.xpm \
269         pixmaps/deleted.xpm \
270         pixmaps/dir_close.xpm \
271         pixmaps/dir_open_hrm.xpm \
272         pixmaps/dir_open.xpm \
273         pixmaps/down_arrow.xpm \
274         pixmaps/drafts_close.xpm \
275         pixmaps/drafts_open.xpm \
276         pixmaps/error.xpm \
277         pixmaps/exec.xpm \
278         pixmaps/folder.xpm \
279         pixmaps/forwarded.xpm \
280         pixmaps/gpg_signed.xpm \
281         pixmaps/group.xpm \
282         pixmaps/ignorethread.xpm \
283         pixmaps/inbox_hrm.xpm \
284         pixmaps/inbox.xpm \
285         pixmaps/interface.xpm \
286         pixmaps/jpilot.xpm \
287         pixmaps/key.xpm \
288         pixmaps/ldap.xpm \
289         pixmaps/linewrap.xpm \
290         pixmaps/locked.xpm \
291         pixmaps/mail_attach.xpm \
292         pixmaps/mail_compose.xpm \
293         pixmaps/mail_forward.xpm \
294         pixmaps/mail_receive_all.xpm \
295         pixmaps/mail_receive.xpm \
296         pixmaps/mail_reply_to_all.xpm \
297         pixmaps/mail_reply_to_author.xpm \
298         pixmaps/mail_reply.xpm \
299         pixmaps/mail_send_queue.xpm \
300         pixmaps/mail_send.xpm \
301         pixmaps/mail.xpm \
302         pixmaps/mark.xpm \
303         pixmaps/mime_application.xpm \
304         pixmaps/mime_audio.xpm \
305         pixmaps/mime_image.xpm \
306         pixmaps/mime_message.xpm \
307         pixmaps/mime_text_enriched.xpm \
308         pixmaps/mime_text_html.xpm \
309         pixmaps/mime_text_plain.xpm \
310         pixmaps/mime_unknown.xpm \
311         pixmaps/news_compose.xpm \
312         pixmaps/new.xpm \
313         pixmaps/notice_error.xpm \
314         pixmaps/notice_note.xpm \
315         pixmaps/notice_warn.xpm \
316         pixmaps/offline.xpm \
317         pixmaps/online.xpm \
318         pixmaps/outbox_hrm.xpm \
319         pixmaps/outbox.xpm \
320         pixmaps/paste.xpm \
321         pixmaps/preferences.xpm \
322         pixmaps/privacy_expired.xpm \
323         pixmaps/privacy_failed.xpm \
324         pixmaps/privacy_passed.xpm \
325         pixmaps/privacy_signed.xpm \
326         pixmaps/privacy_unknown.xpm \
327         pixmaps/privacy_warn.xpm \
328         pixmaps/properties.xpm \
329         pixmaps/quicksearch.xpm \
330         pixmaps/regular.xpm \
331         pixmaps/replied.xpm \
332         pixmaps/search.xpm \
333         pixmaps/sylpheed_logo.xpm \
334         pixmaps/sylpheed.xpm \
335         pixmaps/trash_hrm.xpm \
336         pixmaps/trash.xpm \
337         pixmaps/unread.xpm \
338         pixmaps/up_arrow.xpm \
339         pixmaps/vcard.xpm
340
341 INCLUDES = \
342         -Icommon \
343         -Igtk \
344         -I$(top_srcdir)/intl
345
346 sylpheed_LDFLAGS = \
347         -export-dynamic
348
349 sylpheed_LDADD = \
350         gtk/libsylpheedgtk.la \
351         $(ASPELL_LIBS) \
352         $(INTLLIBS) \
353         $(GTK_LIBS) \
354         $(GPGME_LIBS) \
355         $(LDAP_LIBS) \
356         $(OPENSSL_LIBS) \
357         $(COMPFACE_LIBS) \
358         $(JPILOT_LIBS) \
359         $(LIBICONV)
360
361 AM_CPPFLAGS = \
362         -DG_LOG_DOMAIN=\"Sylpheed\" \
363         -DLOCALEDIR=\""$(localedir)"\" \
364         -DMANUALDIR=\""$(manualdir)"\" \
365         -DFAQDIR=\""$(faqdir)"\" \
366         -DTARGET_ALIAS=\""$(target_triplet)"\" \
367         -DSYSCONFDIR=\""$(sysconfdir)"\" \
368         $(ASPELL_CFLAGS) \
369         $(GTK_CFLAGS) \
370         $(GPGME_CFLAGS) \
371         $(OPENSSL_CFLAGS)
372
373 AM_YFLAGS = -d