68d66559939aec8e97ac613b61822d1f9ccf8ca3
[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         addr_compl.c addr_compl.h \
35         filesel.c filesel.h \
36         foldersel.c foldersel.h \
37         statusbar.c statusbar.h \
38         headerwindow.c headerwindow.h \
39         logwindow.c logwindow.h \
40         sourcewindow.c sourcewindow.h \
41         manage_window.c manage_window.h \
42         alertpanel.c alertpanel.h \
43         inputdialog.c inputdialog.h \
44         progressdialog.c progressdialog.h \
45         grouplistdialog.c grouplistdialog.h \
46         about.c about.h \
47         setup.c setup.h \
48         utils.c utils.h \
49         gtkutils.c gtkutils.h \
50         codeconv.c codeconv.h \
51         unmime.c unmime.h \
52         base64.c base64.h \
53         uuencode.c uuencode.h \
54         md5.c md5.h \
55         rfc822.c rfc822.h \
56         socket.c socket.h \
57         automaton.c automaton.h \
58         session.c session.h \
59         smtp.c smtp.h \
60         esmtp.c esmtp.h \
61         pop.c pop.h \
62         mh.c mh.h \
63         mbox.c mbox.h \
64         send.c send.h \
65         recv.c recv.h \
66         inc.c inc.h \
67         import.c import.h \
68         export.c export.h \
69         nntp.c nntp.h \
70         news.c news.h \
71         imap.c imap.h \
72         xml.c xml.h \
73         html.c html.h \
74         procmime.c procmime.h \
75         rfc2015.c rfc2015.h \
76         passphrase.c passphrase.h \
77         select-keys.c select-keys.h \
78         sigstatus.c sigstatus.h \
79         simple-gettext.c \
80         manual.c manual.h \
81         gtkstext.c gtkstext.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         addressitem.h \
93         mgutils.c mgutils.h \
94         vcard.c vcard.h \
95         jpilot.c jpilot.h \
96         syldap.c syldap.h \
97         editvcard.c editvcard.h \
98         editjpilot.c editjpilot.h \
99         editldap.c editldap.h \
100         editldap_basedn.c editldap_basedn.h \
101         ssl.c ssl.h
102
103 EXTRA_DIST = \
104         quote_fmt_parse.h \
105         pixmaps/clip.xpm \
106         pixmaps/deleted.xpm \
107         pixmaps/dir-close.xpm \
108         pixmaps/dir-open.xpm \
109         pixmaps/folder.xpm \
110         pixmaps/forwarded.xpm \
111         pixmaps/group.xpm \
112         pixmaps/inbox.xpm \
113         pixmaps/mark.xpm \
114         pixmaps/new.xpm \
115         pixmaps/outbox.xpm \
116         pixmaps/regular.xpm \
117         pixmaps/replied.xpm \
118         pixmaps/trash.xpm \
119         pixmaps/unread.xpm \
120         pixmaps/linewrap.xpm \
121         pixmaps/continue.xpm \
122         pixmaps/complete.xpm \
123         pixmaps/error.xpm \
124         pixmaps/stock_mail.xpm \
125         pixmaps/stock_mail_attach.xpm \
126         pixmaps/stock_mail_receive.xpm \
127         pixmaps/stock_mail_receive_all.xpm \
128         pixmaps/stock_mail_send.xpm \
129         pixmaps/stock_mail_compose.xpm \
130         pixmaps/stock_news_compose.xpm \
131         pixmaps/stock_mail_reply.xpm \
132         pixmaps/stock_mail_reply_to_all.xpm \
133         pixmaps/stock_mail_reply_to_author.xpm \
134         pixmaps/stock_mail_forward.xpm \
135         pixmaps/stock_preferences.xpm \
136         pixmaps/stock_properties.xpm \
137         pixmaps/stock_search.xpm \
138         pixmaps/stock_close.xpm \
139         pixmaps/stock_exec.xpm \
140         pixmaps/stock_trash.xpm \
141         pixmaps/stock_up_arrow.xpm \
142         pixmaps/stock_down_arrow.xpm \
143         pixmaps/stock_paste.xpm \
144         pixmaps/tb_address_book.xpm \
145         pixmaps/sylpheed-logo.xpm \
146         pixmaps/vcard.xpm \
147         pixmaps/jpilot.xpm \
148         pixmaps/category.xpm \
149         pixmaps/ldap.xpm \
150         pixmaps/ignorethread.xpm
151
152 INCLUDES = \
153         -DG_LOG_DOMAIN=\"Sylpheed\" \
154         -I$(top_srcdir)/libkcc \
155         -I$(top_srcdir)/intl \
156         $(GTK_CFLAGS) \
157         $(GDK_IMLIB_CFLAGS) \
158         $(GDK_PIXBUF_CFLAGS) \
159         -I$(includedir)
160
161 sylpheed_LDADD = \
162         $(top_builddir)/libkcc/libkcc.a \
163         $(INTLLIBS) \
164         $(GTK_LIBS) \
165         $(GDK_IMLIB_LIBS) \
166         $(GDK_PIXBUF_LIBS) \
167         $(GPGME_LIBS)
168
169 CPPFLAGS = \
170         -DLOCALEDIR=\""$(localedir)"\" \
171         -DMANUALDIR=\""$(manualdir)"\" \
172         -DHOST_ALIAS=\""$(host_alias)"\" \
173         -DSYSCONFDIR=\""$(sysconfdir)"\"
174
175 YFLAGS = -d
176
177
178 BUILT_SOURCES = \
179         quote_fmt_lex.c \
180         quote_fmt_parse.c \
181         quote_fmt_parse.h
182