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