root / src / Makefile.am @ 510
History | View | Annotate | Download (3.7 kB)
| 1 | 491 | hiro | SUBDIRS = icons |
|---|---|---|---|
| 2 | 398 | hiro | |
| 3 | 1 | hiro | bin_PROGRAMS = sylpheed |
| 4 | 1 | hiro | |
| 5 | 1 | hiro | sylpheed_SOURCES = \ |
| 6 | 1 | hiro | defs.h \ |
| 7 | 1 | hiro | version.h \ |
| 8 | 1 | hiro | main.c main.h \ |
| 9 | 1 | hiro | mainwindow.c mainwindow.h \ |
| 10 | 1 | hiro | folderview.c folderview.h \ |
| 11 | 1 | hiro | summaryview.c summaryview.h \ |
| 12 | 1 | hiro | messageview.c messageview.h \ |
| 13 | 1 | hiro | headerview.c headerview.h \ |
| 14 | 1 | hiro | textview.c textview.h \ |
| 15 | 1 | hiro | imageview.c imageview.h \ |
| 16 | 1 | hiro | mimeview.c mimeview.h \ |
| 17 | 1 | hiro | summary_search.c summary_search.h \ |
| 18 | 1 | hiro | message_search.c message_search.h \ |
| 19 | 1 | hiro | colorlabel.c colorlabel.h \ |
| 20 | 1 | hiro | folder.c folder.h \ |
| 21 | 1 | hiro | procmsg.c procmsg.h \ |
| 22 | 1 | hiro | procheader.c procheader.h \ |
| 23 | 1 | hiro | filter.c filter.h \ |
| 24 | 1 | hiro | action.c action.h \ |
| 25 | 1 | hiro | compose.c compose.h \ |
| 26 | 1 | hiro | gtkshruler.c gtkshruler.h \ |
| 27 | 1 | hiro | menu.c menu.h \ |
| 28 | 1 | hiro | stock_pixmap.c stock_pixmap.h \ |
| 29 | 1 | hiro | prefs.c prefs.h \ |
| 30 | 1 | hiro | prefs_common.c prefs_common.h \ |
| 31 | 1 | hiro | prefs_filter.c prefs_filter.h \ |
| 32 | 1 | hiro | prefs_filter_edit.c prefs_filter_edit.h \ |
| 33 | 1 | hiro | prefs_account.c prefs_account.h \ |
| 34 | 1 | hiro | prefs_folder_item.c prefs_folder_item.h \ |
| 35 | 1 | hiro | prefs_display_header.c prefs_display_header.h \ |
| 36 | 1 | hiro | prefs_customheader.c prefs_customheader.h \ |
| 37 | 1 | hiro | prefs_summary_column.c prefs_summary_column.h \ |
| 38 | 1 | hiro | prefs_template.c prefs_template.h \ |
| 39 | 1 | hiro | prefs_actions.c prefs_actions.h \ |
| 40 | 1 | hiro | account.c account.h \ |
| 41 | 1 | hiro | displayheader.c displayheader.h \ |
| 42 | 1 | hiro | customheader.c customheader.h \ |
| 43 | 1 | hiro | template.c template.h \ |
| 44 | 1 | hiro | addressbook.c addressbook.h \ |
| 45 | 1 | hiro | addr_compl.c addr_compl.h \ |
| 46 | 1 | hiro | addressitem.h \ |
| 47 | 1 | hiro | addritem.c addritem.h \ |
| 48 | 1 | hiro | addrcache.c addrcache.h \ |
| 49 | 1 | hiro | addrbook.c addrbook.h \ |
| 50 | 1 | hiro | addrindex.c addrindex.h \ |
| 51 | 1 | hiro | mgutils.c mgutils.h \ |
| 52 | 1 | hiro | vcard.c vcard.h \ |
| 53 | 1 | hiro | ldif.c ldif.h \ |
| 54 | 1 | hiro | importldif.c importldif.h \ |
| 55 | 1 | hiro | jpilot.c jpilot.h \ |
| 56 | 1 | hiro | syldap.c syldap.h \ |
| 57 | 1 | hiro | editbook.c editbook.h \ |
| 58 | 1 | hiro | editgroup.c editgroup.h \ |
| 59 | 1 | hiro | editaddress.c editaddress.h \ |
| 60 | 1 | hiro | editvcard.c editvcard.h \ |
| 61 | 1 | hiro | editjpilot.c editjpilot.h \ |
| 62 | 1 | hiro | editldap.c editldap.h \ |
| 63 | 1 | hiro | editldap_basedn.c editldap_basedn.h \ |
| 64 | 1 | hiro | addressadd.c addressadd.h \ |
| 65 | 1 | hiro | filesel.c filesel.h \ |
| 66 | 1 | hiro | foldersel.c foldersel.h \ |
| 67 | 1 | hiro | statusbar.c statusbar.h \ |
| 68 | 1 | hiro | logwindow.c logwindow.h \ |
| 69 | 1 | hiro | sourcewindow.c sourcewindow.h \ |
| 70 | 1 | hiro | manage_window.c manage_window.h \ |
| 71 | 1 | hiro | undo.c undo.h \ |
| 72 | 1 | hiro | alertpanel.c alertpanel.h \ |
| 73 | 1 | hiro | inputdialog.c inputdialog.h \ |
| 74 | 1 | hiro | progressdialog.c progressdialog.h \ |
| 75 | 1 | hiro | grouplistdialog.c grouplistdialog.h \ |
| 76 | 1 | hiro | about.c about.h \ |
| 77 | 1 | hiro | setup.c setup.h \ |
| 78 | 1 | hiro | utils.c utils.h \ |
| 79 | 1 | hiro | gtkutils.c gtkutils.h \ |
| 80 | 1 | hiro | codeconv.c codeconv.h \ |
| 81 | 1 | hiro | unmime.c unmime.h \ |
| 82 | 1 | hiro | base64.c base64.h \ |
| 83 | 1 | hiro | quoted-printable.c quoted-printable.h \ |
| 84 | 1 | hiro | uuencode.c uuencode.h \ |
| 85 | 1 | hiro | md5.c md5.h \ |
| 86 | 1 | hiro | socket.c socket.h \ |
| 87 | 1 | hiro | ssl.c ssl.h \ |
| 88 | 1 | hiro | session.c session.h \ |
| 89 | 1 | hiro | smtp.c smtp.h \ |
| 90 | 1 | hiro | pop.c pop.h \ |
| 91 | 1 | hiro | mh.c mh.h \ |
| 92 | 1 | hiro | mbox.c mbox.h \ |
| 93 | 1 | hiro | send_message.c send_message.h \ |
| 94 | 1 | hiro | recv.c recv.h \ |
| 95 | 1 | hiro | inc.c inc.h \ |
| 96 | 1 | hiro | import.c import.h \ |
| 97 | 1 | hiro | export.c export.h \ |
| 98 | 1 | hiro | nntp.c nntp.h \ |
| 99 | 1 | hiro | news.c news.h \ |
| 100 | 1 | hiro | imap.c imap.h \ |
| 101 | 1 | hiro | xml.c xml.h \ |
| 102 | 1 | hiro | html.c html.h \ |
| 103 | 1 | hiro | procmime.c procmime.h \ |
| 104 | 1 | hiro | rfc2015.c rfc2015.h \ |
| 105 | 1 | hiro | passphrase.c passphrase.h \ |
| 106 | 1 | hiro | select-keys.c select-keys.h \ |
| 107 | 1 | hiro | sigstatus.c sigstatus.h \ |
| 108 | 1 | hiro | simple-gettext.c \ |
| 109 | 1 | hiro | manual.c manual.h \ |
| 110 | 1 | hiro | stringtable.c stringtable.h \ |
| 111 | 501 | hiro | eggtrayicon.c eggtrayicon.h \ |
| 112 | 510 | hiro | trayicon.c trayicon.h \ |
| 113 | 1 | hiro | quote_fmt_lex.l quote_fmt_lex.h \ |
| 114 | 1 | hiro | quote_fmt_parse.y quote_fmt.h \ |
| 115 | 1 | hiro | sylpheed-marshal.c sylpheed-marshal.h |
| 116 | 1 | hiro | |
| 117 | 1 | hiro | BUILT_SOURCES = \ |
| 118 | 1 | hiro | quote_fmt_lex.c \ |
| 119 | 1 | hiro | quote_fmt_parse.c \ |
| 120 | 1 | hiro | quote_fmt_parse.h \ |
| 121 | 1 | hiro | sylpheed-marshal.c \ |
| 122 | 1 | hiro | sylpheed-marshal.h |
| 123 | 1 | hiro | |
| 124 | 1 | hiro | EXTRA_DIST = \ |
| 125 | 1 | hiro | quote_fmt_parse.h \ |
| 126 | 1 | hiro | sylpheed-marshal.list \ |
| 127 | 399 | hiro | version.h.in |
| 128 | 1 | hiro | |
| 129 | 1 | hiro | INCLUDES = \ |
| 130 | 1 | hiro | -DG_LOG_DOMAIN=\"Sylpheed\" \ |
| 131 | 1 | hiro | $(GTK_CFLAGS) \ |
| 132 | 1 | hiro | $(GDK_PIXBUF_CFLAGS) \ |
| 133 | 1 | hiro | $(GPGME_CFLAGS) \ |
| 134 | 1 | hiro | -I$(includedir) |
| 135 | 1 | hiro | |
| 136 | 1 | hiro | sylpheed_LDADD = \ |
| 137 | 1 | hiro | $(INTLLIBS) \ |
| 138 | 1 | hiro | $(GTK_LIBS) \ |
| 139 | 1 | hiro | $(GPGME_LIBS) \ |
| 140 | 1 | hiro | $(LDAP_LIBS) \ |
| 141 | 1 | hiro | $(LIBICONV) |
| 142 | 1 | hiro | |
| 143 | 1 | hiro | AM_CPPFLAGS = \ |
| 144 | 1 | hiro | -DLOCALEDIR=\""$(localedir)"\" \ |
| 145 | 1 | hiro | -DMANUALDIR=\""$(manualdir)"\" \ |
| 146 | 1 | hiro | -DFAQDIR=\""$(faqdir)"\" \ |
| 147 | 1 | hiro | -DTARGET_ALIAS=\""$(target_triplet)"\" \ |
| 148 | 1 | hiro | -DSYSCONFDIR=\""$(sysconfdir)"\" |
| 149 | 1 | hiro | |
| 150 | 1 | hiro | AM_YFLAGS = -d |
| 151 | 1 | hiro | |
| 152 | 1 | hiro | sylpheed-marshal.h: sylpheed-marshal.list |
| 153 | 1 | hiro | $(GLIB_GENMARSHAL) $< --header --prefix=sylpheed_marshal > $@ |
| 154 | 1 | hiro | |
| 155 | 1 | hiro | sylpheed-marshal.c: sylpheed-marshal.list |
| 156 | 1 | hiro | $(GLIB_GENMARSHAL) $< --body --prefix=sylpheed_marshal > $@ |