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