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