root / src / Makefile.am @ 7
History | View | Annotate | Download (5.2 kB)
| 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 | message_search.c message_search.h \ |
| 18 | colorlabel.c colorlabel.h \ |
| 19 | folder.c folder.h \ |
| 20 | procmsg.c procmsg.h \ |
| 21 | procheader.c procheader.h \ |
| 22 | filter.c filter.h \ |
| 23 | action.c action.h \ |
| 24 | compose.c compose.h \ |
| 25 | gtkshruler.c gtkshruler.h \ |
| 26 | gtksctree.c gtksctree.h \ |
| 27 | menu.c menu.h \ |
| 28 | stock_pixmap.c stock_pixmap.h \ |
| 29 | prefs.c prefs.h \ |
| 30 | prefs_common.c prefs_common.h \ |
| 31 | prefs_filter.c prefs_filter.h \ |
| 32 | prefs_filter_edit.c prefs_filter_edit.h \ |
| 33 | prefs_account.c prefs_account.h \ |
| 34 | prefs_folder_item.c prefs_folder_item.h \ |
| 35 | prefs_display_header.c prefs_display_header.h \ |
| 36 | prefs_customheader.c prefs_customheader.h \ |
| 37 | prefs_summary_column.c prefs_summary_column.h \ |
| 38 | prefs_template.c prefs_template.h \ |
| 39 | prefs_actions.c prefs_actions.h \ |
| 40 | account.c account.h \ |
| 41 | displayheader.c displayheader.h \ |
| 42 | customheader.c customheader.h \ |
| 43 | template.c template.h \ |
| 44 | addressbook.c addressbook.h \ |
| 45 | addr_compl.c addr_compl.h \ |
| 46 | addressitem.h \ |
| 47 | addritem.c addritem.h \ |
| 48 | addrcache.c addrcache.h \ |
| 49 | addrbook.c addrbook.h \ |
| 50 | addrindex.c addrindex.h \ |
| 51 | mgutils.c mgutils.h \ |
| 52 | vcard.c vcard.h \ |
| 53 | ldif.c ldif.h \ |
| 54 | importldif.c importldif.h \ |
| 55 | jpilot.c jpilot.h \ |
| 56 | syldap.c syldap.h \ |
| 57 | editbook.c editbook.h \ |
| 58 | editgroup.c editgroup.h \ |
| 59 | editaddress.c editaddress.h \ |
| 60 | editvcard.c editvcard.h \ |
| 61 | editjpilot.c editjpilot.h \ |
| 62 | editldap.c editldap.h \ |
| 63 | editldap_basedn.c editldap_basedn.h \ |
| 64 | addressadd.c addressadd.h \ |
| 65 | filesel.c filesel.h \ |
| 66 | foldersel.c foldersel.h \ |
| 67 | statusbar.c statusbar.h \ |
| 68 | logwindow.c logwindow.h \ |
| 69 | sourcewindow.c sourcewindow.h \ |
| 70 | manage_window.c manage_window.h \ |
| 71 | undo.c undo.h \ |
| 72 | alertpanel.c alertpanel.h \ |
| 73 | inputdialog.c inputdialog.h \ |
| 74 | progressdialog.c progressdialog.h \ |
| 75 | grouplistdialog.c grouplistdialog.h \ |
| 76 | about.c about.h \ |
| 77 | setup.c setup.h \ |
| 78 | utils.c utils.h \ |
| 79 | gtkutils.c gtkutils.h \ |
| 80 | codeconv.c codeconv.h \ |
| 81 | unmime.c unmime.h \ |
| 82 | base64.c base64.h \ |
| 83 | quoted-printable.c quoted-printable.h \ |
| 84 | uuencode.c uuencode.h \ |
| 85 | md5.c md5.h \ |
| 86 | socket.c socket.h \ |
| 87 | ssl.c ssl.h \ |
| 88 | session.c session.h \ |
| 89 | smtp.c smtp.h \ |
| 90 | pop.c pop.h \ |
| 91 | mh.c mh.h \ |
| 92 | mbox.c mbox.h \ |
| 93 | send_message.c send_message.h \ |
| 94 | recv.c recv.h \ |
| 95 | inc.c inc.h \ |
| 96 | import.c import.h \ |
| 97 | export.c export.h \ |
| 98 | nntp.c nntp.h \ |
| 99 | news.c news.h \ |
| 100 | imap.c imap.h \ |
| 101 | xml.c xml.h \ |
| 102 | html.c html.h \ |
| 103 | procmime.c procmime.h \ |
| 104 | rfc2015.c rfc2015.h \ |
| 105 | passphrase.c passphrase.h \ |
| 106 | select-keys.c select-keys.h \ |
| 107 | sigstatus.c sigstatus.h \ |
| 108 | simple-gettext.c \ |
| 109 | manual.c manual.h \ |
| 110 | stringtable.c stringtable.h \ |
| 111 | quote_fmt_lex.l quote_fmt_lex.h \ |
| 112 | quote_fmt_parse.y quote_fmt.h \ |
| 113 | sylpheed-marshal.c sylpheed-marshal.h |
| 114 | |
| 115 | BUILT_SOURCES = \ |
| 116 | quote_fmt_lex.c \ |
| 117 | quote_fmt_parse.c \ |
| 118 | quote_fmt_parse.h \ |
| 119 | sylpheed-marshal.c \ |
| 120 | sylpheed-marshal.h |
| 121 | |
| 122 | EXTRA_DIST = \ |
| 123 | quote_fmt_parse.h \ |
| 124 | sylpheed-marshal.list \ |
| 125 | version.h.in \ |
| 126 | pixmaps/clip.xpm \ |
| 127 | pixmaps/deleted.xpm \ |
| 128 | pixmaps/dir-close.xpm \ |
| 129 | pixmaps/dir-open.xpm \ |
| 130 | pixmaps/dir-noselect.xpm \ |
| 131 | pixmaps/forwarded.xpm \ |
| 132 | pixmaps/group.xpm \ |
| 133 | pixmaps/inbox.xpm \ |
| 134 | pixmaps/mark.xpm \ |
| 135 | pixmaps/checkbox_on.xpm \ |
| 136 | pixmaps/checkbox_off.xpm \ |
| 137 | pixmaps/new.xpm \ |
| 138 | pixmaps/offline.xpm \ |
| 139 | pixmaps/online.xpm \ |
| 140 | pixmaps/outbox.xpm \ |
| 141 | pixmaps/replied.xpm \ |
| 142 | pixmaps/trash.xpm \ |
| 143 | pixmaps/unread.xpm \ |
| 144 | pixmaps/linewrap.xpm \ |
| 145 | pixmaps/continue.xpm \ |
| 146 | pixmaps/complete.xpm \ |
| 147 | pixmaps/error.xpm \ |
| 148 | pixmaps/stock_dialog_error_48.xpm \ |
| 149 | pixmaps/stock_dialog_info_48.xpm \ |
| 150 | pixmaps/stock_dialog_question_48.xpm \ |
| 151 | pixmaps/stock_dialog_warning_48.xpm \ |
| 152 | pixmaps/stock_mail.xpm \ |
| 153 | pixmaps/stock_mail_attach.xpm \ |
| 154 | pixmaps/stock_mail_receive.xpm \ |
| 155 | pixmaps/stock_mail_receive_all.xpm \ |
| 156 | pixmaps/stock_mail_send.xpm \ |
| 157 | pixmaps/stock_mail_send_queue.xpm \ |
| 158 | pixmaps/stock_mail_compose.xpm \ |
| 159 | pixmaps/stock_mail_reply.xpm \ |
| 160 | pixmaps/stock_mail_reply_to_all.xpm \ |
| 161 | pixmaps/stock_mail_forward.xpm \ |
| 162 | pixmaps/stock_preferences.xpm \ |
| 163 | pixmaps/stock_properties.xpm \ |
| 164 | pixmaps/stock_search.xpm \ |
| 165 | pixmaps/stock_close.xpm \ |
| 166 | pixmaps/stock_exec.xpm \ |
| 167 | pixmaps/stock_trash.xpm \ |
| 168 | pixmaps/stock_up_arrow.xpm \ |
| 169 | pixmaps/stock_down_arrow.xpm \ |
| 170 | pixmaps/stock_paste.xpm \ |
| 171 | pixmaps/stock_add_16.xpm \ |
| 172 | pixmaps/stock_remove_16.xpm \ |
| 173 | pixmaps/tb_address_book.xpm \ |
| 174 | pixmaps/sylpheed-logo.xpm \ |
| 175 | pixmaps/address.xpm \ |
| 176 | pixmaps/book.xpm \ |
| 177 | pixmaps/category.xpm \ |
| 178 | pixmaps/interface.xpm \ |
| 179 | pixmaps/jpilot.xpm \ |
| 180 | pixmaps/ldap.xpm \ |
| 181 | pixmaps/vcard.xpm \ |
| 182 | pixmaps/mail.xpm |
| 183 | |
| 184 | INCLUDES = \ |
| 185 | -DG_LOG_DOMAIN=\"Sylpheed\" \ |
| 186 | -I$(top_srcdir)/intl \ |
| 187 | $(GTK_CFLAGS) \ |
| 188 | $(GDK_PIXBUF_CFLAGS) \ |
| 189 | $(GPGME_CFLAGS) \ |
| 190 | -I$(includedir) |
| 191 | |
| 192 | sylpheed_LDADD = \ |
| 193 | $(INTLLIBS) \ |
| 194 | $(GTK_LIBS) \ |
| 195 | $(GPGME_LIBS) \ |
| 196 | $(LDAP_LIBS) \ |
| 197 | $(LIBICONV) |
| 198 | |
| 199 | AM_CPPFLAGS = \ |
| 200 | -DLOCALEDIR=\""$(localedir)"\" \ |
| 201 | -DMANUALDIR=\""$(manualdir)"\" \ |
| 202 | -DFAQDIR=\""$(faqdir)"\" \ |
| 203 | -DTARGET_ALIAS=\""$(target_triplet)"\" \ |
| 204 | -DSYSCONFDIR=\""$(sysconfdir)"\" |
| 205 | |
| 206 | AM_YFLAGS = -d |
| 207 | |
| 208 | sylpheed-marshal.h: sylpheed-marshal.list |
| 209 | $(GLIB_GENMARSHAL) $< --header --prefix=sylpheed_marshal > $@ |
| 210 | |
| 211 | sylpheed-marshal.c: sylpheed-marshal.list |
| 212 | $(GLIB_GENMARSHAL) $< --body --prefix=sylpheed_marshal > $@ |