claws-mail/src/Makefile.am

389 lines
7 KiB
Makefile
Raw Normal View History

SUBDIRS = common gtk plugins
2001-04-19 14:21:46 +02:00
bin_PROGRAMS = sylpheed
sylpheed_SOURCES = \
account.c \
action.c \
addrbook.c \
addrcache.c \
addrclip.c \
2004-01-12 22:28:31 +01:00
addr_compl.c \
addressadd.c \
addressbook.c \
addrgather.c \
addrharvest.c \
addrindex.c \
addritem.c \
2003-09-07 21:31:26 +02:00
addrquery.c \
addrselect.c \
alertpanel.c \
2004-01-12 22:28:31 +01:00
browseldap.c \
codeconv.c \
compose.c \
crash.c \
customheader.c \
displayheader.c \
editaddress.c \
editbook.c \
editgroup.c \
editjpilot.c \
2003-08-24 12:23:51 +02:00
editldap_basedn.c \
2004-01-12 22:28:31 +01:00
editldap.c \
editvcard.c \
enriched.c \
exphtmldlg.c \
2003-08-05 06:14:35 +02:00
expldifdlg.c \
export.c \
exporthtml.c \
2003-08-05 06:14:35 +02:00
exportldif.c \
filtering.c \
folder.c \
folder_item_prefs.c \
foldersel.c \
2004-02-21 12:01:01 +01:00
folderutils.c \
folderview.c \
grouplistdialog.c \
headerview.c \
html.c \
imap.c \
2004-05-10 12:22:28 +02:00
imap_gtk.c \
import.c \
importldif.c \
importmutt.c \
importpine.c \
inc.c \
jpilot.c \
ldapctrl.c \
2004-01-12 22:28:31 +01:00
ldaplocate.c \
ldapquery.c \
ldapserver.c \
ldaputil.c \
ldif.c \
2004-02-21 12:01:01 +01:00
localfolder.c \
main.c \
mainwindow.c \
manual.c \
matcher.c \
matcher_parser_lex.l \
matcher_parser_parse.y \
mbox.c \
message_search.c \
messageview.c \
mh.c \
2004-05-10 12:22:28 +02:00
mh_gtk.c \
mimeview.c \
msgcache.c \
mutt.c \
news.c \
2004-05-10 12:22:28 +02:00
news_gtk.c \
noticeview.c \
passphrase.c \
pine.c \
pop.c \
prefs_account.c \
prefs_actions.c \
prefs_common.c \
prefs_customheader.c \
prefs_display_header.c \
2004-02-21 12:01:01 +01:00
prefs_ext_prog.c \
prefs_filtering_action.c \
2004-01-12 22:28:31 +01:00
prefs_filtering.c \
prefs_folder_item.c \
2004-01-12 22:28:31 +01:00
prefs_fonts.c \
prefs_gtk.c \
prefs_matcher.c \
2004-07-12 12:39:50 +02:00
prefs_msg_colors.c \
prefs_spelling.c \
prefs_summary_column.c \
prefs_template.c \
2004-02-21 12:01:01 +01:00
prefs_themes.c \
prefs_toolbar.c \
2004-07-12 12:39:50 +02:00
prefs_wrapping.c \
2004-01-12 22:28:31 +01:00
privacy.c \
procheader.c \
procmime.c \
procmsg.c \
2003-08-24 12:23:51 +02:00
quote_fmt.c \
quote_fmt_lex.l \
2003-08-24 12:23:51 +02:00
quote_fmt_parse.y \
recv.c \
2004-02-21 12:01:01 +01:00
remotefolder.c \
rfc2015.c \
select-keys.c \
send_message.c \
setup.c \
simple-gettext.c \
sourcewindow.c \
ssl_manager.c \
statusbar.c \
stock_pixmap.c \
summary_search.c \
summaryview.c \
textview.c \
toolbar.c \
undo.c \
unmime.c \
vcard.c
sylpheedincludedir = $(pkgincludedir)
sylpheedinclude_HEADERS = \
account.h \
action.h \
adbookbase.h \
addrbook.h \
addrcache.h \
addrclip.h \
2004-01-12 22:28:31 +01:00
addr_compl.h \
addrdefs.h \
addressadd.h \
addressbook.h \
2001-09-06 12:24:20 +02:00
addressitem.h \
addrgather.h \
addrharvest.h \
addrindex.h \
addritem.h \
2003-07-12 16:10:18 +02:00
addrquery.h \
addrselect.h \
alertpanel.h \
2004-01-12 22:28:31 +01:00
browseldap.h \
codeconv.h \
compose.h \
crash.h \
customheader.h \
displayheader.h \
editaddress.h \
editbook.h \
editgroup.h \
editjpilot.h \
2003-08-24 12:23:51 +02:00
editldap_basedn.h \
2004-01-12 22:28:31 +01:00
editldap.h \
editvcard.h \
enriched.h \
exphtmldlg.h \
2003-09-10 18:15:52 +02:00
expldifdlg.h \
export.h \
exporthtml.h \
2003-09-10 18:15:52 +02:00
exportldif.h \
filtering.h \
folder.h \
folder_item_prefs.h \
foldersel.h \
2004-02-21 12:01:01 +01:00
folderutils.h \
folderview.h \
grouplistdialog.h \
headerview.h \
html.h \
imap.h \
2004-05-10 12:22:28 +02:00
imap_gtk.h \
import.h \
importldif.h \
importmutt.h \
importpine.h \
inc.h \
jpilot.h \
ldapctrl.h \
2004-01-12 22:28:31 +01:00
ldaplocate.h \
ldapquery.h \
ldapserver.h \
ldaputil.h \
ldif.h \
2004-02-21 12:01:01 +01:00
localfolder.h \
main.h \
mainwindow.h \
manual.h \
matcher.h \
matcher_parser.h \
2003-08-24 12:23:51 +02:00
matcher_parser_lex.h \
matcher_parser_parse.h \
mbox.h \
message_search.h \
messageview.h \
mh.h \
2004-05-10 12:22:28 +02:00
mh_gtk.h \
mimeview.h \
msgcache.h \
mutt.h \
news.h \
2004-05-10 12:22:28 +02:00
news_gtk.h \
noticeview.h \
passphrase.h \
pine.h \
pop.h \
prefs_account.h \
prefs_actions.h \
prefs_common.h \
prefs_customheader.h \
prefs_display_header.h \
2004-02-21 12:01:01 +01:00
prefs_ext_prog.h \
prefs_filtering_action.h \
2004-01-12 22:28:31 +01:00
prefs_filtering.h \
prefs_folder_item.h \
2004-01-12 22:28:31 +01:00
prefs_fonts.h \
prefs_gtk.h \
prefs_matcher.h \
2004-07-12 12:39:50 +02:00
prefs_msg_colors.h \
prefs_spelling.h \
prefs_summary_column.h \
prefs_template.h \
2004-02-21 12:01:01 +01:00
prefs_themes.h \
prefs_toolbar.h \
2004-07-12 12:39:50 +02:00
prefs_wrapping.h \
2004-01-12 22:28:31 +01:00
privacy.h \
procheader.h \
procmime.h \
procmsg.h \
2003-08-24 12:23:51 +02:00
quote_fmt.h \
quote_fmt_lex.h \
2003-08-24 13:55:45 +02:00
quote_fmt_parse.h \
recv.h \
2004-02-21 12:01:01 +01:00
remotefolder.h \
rfc2015.h \
select-keys.h \
send_message.h \
setup.h \
sourcewindow.h \
ssl_manager.h \
statusbar.h \
stock_pixmap.h \
summary_search.h \
summaryview.h \
textview.h \
toolbar.h \
undo.h \
unmime.h \
vcard.h
2001-08-22 16:36:10 +02:00
2003-08-24 13:55:45 +02:00
BUILT_SOURCES = \
matcher_parser_parse.h \
quote_fmt_parse.h
2001-04-19 14:21:46 +02:00
EXTRA_DIST = \
pixmaps/address_book.xpm \
2003-09-10 18:15:52 +02:00
pixmaps/address_search.xpm \
pixmaps/address.xpm \
pixmaps/book.xpm \
pixmaps/category.xpm \
pixmaps/checkbox_off.xpm \
pixmaps/checkbox_on.xpm \
2004-01-12 22:28:31 +01:00
pixmaps/check_spelling.xpm \
pixmaps/clipkey.xpm \
pixmaps/clip.xpm \
pixmaps/close.xpm \
pixmaps/complete.xpm \
pixmaps/continue.xpm \
2001-04-19 14:21:46 +02:00
pixmaps/deleted.xpm \
pixmaps/dir_close.xpm \
pixmaps/dir_open_hrm.xpm \
pixmaps/dir_open.xpm \
pixmaps/down_arrow.xpm \
pixmaps/drafts_close.xpm \
pixmaps/drafts_open.xpm \
pixmaps/error.xpm \
pixmaps/exec.xpm \
2001-04-19 14:21:46 +02:00
pixmaps/folder.xpm \
pixmaps/forwarded.xpm \
2003-02-12 14:53:06 +01:00
pixmaps/gpg_signed.xpm \
2001-04-19 14:21:46 +02:00
pixmaps/group.xpm \
pixmaps/ignorethread.xpm \
pixmaps/inbox_hrm.xpm \
pixmaps/inbox.xpm \
pixmaps/interface.xpm \
pixmaps/jpilot.xpm \
pixmaps/key.xpm \
pixmaps/ldap.xpm \
2001-04-19 14:21:46 +02:00
pixmaps/linewrap.xpm \
2004-05-10 12:22:28 +02:00
pixmaps/linewrapcurrent.xpm \
pixmaps/locked.xpm \
2002-04-21 11:24:27 +02:00
pixmaps/mail_attach.xpm \
pixmaps/mail_compose.xpm \
pixmaps/mail_forward.xpm \
2002-04-21 11:24:27 +02:00
pixmaps/mail_receive_all.xpm \
pixmaps/mail_receive.xpm \
2002-04-21 11:24:27 +02:00
pixmaps/mail_reply_to_all.xpm \
pixmaps/mail_reply_to_author.xpm \
pixmaps/mail_reply.xpm \
pixmaps/mail_send_queue.xpm \
pixmaps/mail_send.xpm \
pixmaps/mail.xpm \
pixmaps/mark.xpm \
pixmaps/mime_application.xpm \
pixmaps/mime_audio.xpm \
pixmaps/mime_image.xpm \
2004-01-12 22:28:31 +01:00
pixmaps/mime_message.xpm \
pixmaps/mime_text_enriched.xpm \
pixmaps/mime_text_html.xpm \
pixmaps/mime_text_plain.xpm \
pixmaps/mime_unknown.xpm \
pixmaps/news_compose.xpm \
pixmaps/new.xpm \
pixmaps/notice_error.xpm \
pixmaps/notice_note.xpm \
pixmaps/notice_warn.xpm \
2004-01-12 22:28:31 +01:00
pixmaps/offline.xpm \
pixmaps/online.xpm \
pixmaps/outbox_hrm.xpm \
pixmaps/outbox.xpm \
pixmaps/paste.xpm \
2002-04-21 11:24:27 +02:00
pixmaps/preferences.xpm \
2004-01-12 22:28:31 +01:00
pixmaps/privacy_expired.xpm \
pixmaps/privacy_failed.xpm \
pixmaps/privacy_passed.xpm \
pixmaps/privacy_signed.xpm \
pixmaps/privacy_unknown.xpm \
pixmaps/privacy_warn.xpm \
2004-06-25 10:05:09 +02:00
pixmaps/privacy_emblem_encrypted.xpm \
pixmaps/privacy_emblem_failed.xpm \
pixmaps/privacy_emblem_passed.xpm \
pixmaps/privacy_emblem_signed.xpm \
pixmaps/privacy_emblem_warn.xpm \
2002-04-21 11:24:27 +02:00
pixmaps/properties.xpm \
pixmaps/quicksearch.xpm \
pixmaps/regular.xpm \
pixmaps/replied.xpm \
2002-04-21 11:24:27 +02:00
pixmaps/search.xpm \
pixmaps/sylpheed_logo.xpm \
pixmaps/sylpheed.xpm \
pixmaps/trash_hrm.xpm \
pixmaps/trash.xpm \
pixmaps/unread.xpm \
2002-04-21 11:24:27 +02:00
pixmaps/up_arrow.xpm \
2004-01-12 22:28:31 +01:00
pixmaps/vcard.xpm
2001-04-19 14:21:46 +02:00
INCLUDES = \
-Icommon \
-Igtk \
-I$(top_srcdir)/intl
2001-04-19 14:21:46 +02:00
sylpheed_LDFLAGS = \
-export-dynamic
2001-04-19 14:21:46 +02:00
sylpheed_LDADD = \
gtk/libsylpheedgtk.la \
$(ASPELL_LIBS) \
2001-04-19 14:21:46 +02:00
$(INTLLIBS) \
$(GTK_LIBS) \
2001-09-18 18:43:10 +02:00
$(GPGME_LIBS) \
$(LDAP_LIBS) \
2003-01-15 10:17:17 +01:00
$(OPENSSL_LIBS) \
2004-01-12 22:28:31 +01:00
$(COMPFACE_LIBS) \
$(JPILOT_LIBS) \
$(PTHREAD_LIBS) \
$(LIBICONV) \
$(STARTUP_NOTIFICATION_LIBS)
2001-04-19 14:21:46 +02:00
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"Sylpheed\" \
2001-04-19 14:21:46 +02:00
-DLOCALEDIR=\""$(localedir)"\" \
-DMANUALDIR=\""$(manualdir)"\" \
2002-03-05 17:30:04 +01:00
-DFAQDIR=\""$(faqdir)"\" \
2002-12-18 10:48:44 +01:00
-DTARGET_ALIAS=\""$(target_triplet)"\" \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
$(ASPELL_CFLAGS) \
$(GTK_CFLAGS) \
$(GPGME_CFLAGS) \
$(OPENSSL_CFLAGS) \
$(STARTUP_NOTIFICATION_CFLAGS)
AM_YFLAGS = -d