aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-01-28 17:43:47 +0100
committerThomas White <taw@physics.org>2019-05-16 15:15:49 +0200
commitb1efe94d287236dd7f31fd030de2068f985103a4 (patch)
treeb7b83198e6525cc05a423d0a0ee036c89c7dc11c /src
parenta72a075cc298497f955a8707c01126e8825b6f0a (diff)
Strip away all old autotools and installer stuff
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am191
-rw-r--r--src/icons/Makefile.am99
2 files changed, 0 insertions, 290 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index c247f1c6..00000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,191 +0,0 @@
-SUBDIRS = icons
-
-bin_PROGRAMS = sylpheed
-
-sylpheed_SOURCES = \
- version.h \
- main.c main.h \
- mainwindow.c mainwindow.h \
- folderview.c folderview.h \
- summaryview.c summaryview.h \
- messageview.c messageview.h \
- headerview.c headerview.h \
- textview.c textview.h \
- imageview.c imageview.h \
- mimeview.c mimeview.h \
- quick_search.c quick_search.h \
- query_search.c query_search.h \
- message_search.c message_search.h \
- colorlabel.c colorlabel.h \
- action.c action.h \
- compose.c compose.h \
- gtkshruler.c gtkshruler.h \
- menu.c menu.h \
- stock_pixmap.c stock_pixmap.h \
- prefs_ui.c prefs_ui.h \
- prefs_common_dialog.c prefs_common_dialog.h \
- prefs_filter.c prefs_filter.h \
- prefs_filter_edit.c prefs_filter_edit.h \
- prefs_account_dialog.c prefs_account_dialog.h \
- prefs_folder_item.c prefs_folder_item.h \
- prefs_display_items.c prefs_display_items.h \
- prefs_display_header.c prefs_display_header.h \
- prefs_customheader.c prefs_customheader.h \
- prefs_summary_column.c prefs_summary_column.h \
- prefs_template.c prefs_template.h \
- prefs_actions.c prefs_actions.h \
- prefs_search_folder.c prefs_search_folder.h \
- prefs_toolbar.c prefs_toolbar.h \
- account_dialog.c account_dialog.h \
- template.c template.h \
- addressbook.c addressbook.h \
- addr_compl.c addr_compl.h \
- addressitem.h \
- addritem.c addritem.h \
- addrcache.c addrcache.h \
- addrbook.c addrbook.h \
- addrindex.c addrindex.h \
- mgutils.c mgutils.h \
- vcard.c vcard.h \
- ldif.c ldif.h \
- importldif.c importldif.h \
- importcsv.c importcsv.h \
- exportcsv.c exportcsv.h \
- jpilot.c jpilot.h \
- syldap.c syldap.h \
- editbook.c editbook.h \
- editgroup.c editgroup.h \
- editaddress.c editaddress.h \
- editvcard.c editvcard.h \
- editjpilot.c editjpilot.h \
- editldap.c editldap.h \
- editldap_basedn.c editldap_basedn.h \
- addressadd.c addressadd.h \
- filesel.c filesel.h \
- foldersel.c foldersel.h \
- statusbar.c statusbar.h \
- logwindow.c logwindow.h \
- sourcewindow.c sourcewindow.h \
- manage_window.c manage_window.h \
- undo.c undo.h \
- alertpanel.c alertpanel.h \
- inputdialog.c inputdialog.h \
- progressdialog.c progressdialog.h \
- subscribedialog.c subscribedialog.h \
- about.c about.h \
- setup.c setup.h \
- gtkutils.c gtkutils.h \
- send_message.c send_message.h \
- inc.c inc.h \
- rpop3.c rpop3.h \
- import.c import.h \
- export.c export.h \
- rfc2015.c rfc2015.h \
- passphrase.c passphrase.h \
- select-keys.c select-keys.h \
- sigstatus.c sigstatus.h \
- simple-gettext.c \
- manual.c manual.h \
- eggtrayicon.c eggtrayicon.h \
- trayicon.c trayicon.h \
- printing.c printing.h \
- sslmanager.c sslmanager.h \
- plugin_manager.c plugin_manager.h \
- update_check.c update_check.h \
- quote_fmt_lex.l quote_fmt_lex.h \
- quote_fmt_parse.y quote_fmt.h \
- sylpheed-marshal.c sylpheed-marshal.h \
- notificationwindow.c notificationwindow.h
-
-BUILT_SOURCES = \
- quote_fmt_lex.c \
- quote_fmt_parse.c \
- quote_fmt_parse.h \
- sylpheed-marshal.c \
- sylpheed-marshal.h \
- plugin-marshal.c \
- plugin-marshal.h
-
-lib_LTLIBRARIES = libsylpheed-plugin-0.la
-
-libsylpheed_plugin_0_la_SOURCES = \
- plugin-marshal.c plugin-marshal.h \
- plugin.c
-
-libsylpheed_plugin_0includedir=$(includedir)/sylpheed
-libsylpheed_plugin_0include_HEADERS = \
- plugin.h \
- plugin-types.h
-
-if NATIVE_WIN32
-no_undefined = -no-undefined
-export_symbols = -export-symbols libsylpheed-plugin-0.def
-endif
-
-libsylpheed_plugin_0_la_LDFLAGS = \
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
- -export-dynamic $(no_undefined) $(export_symbols)
-
-libsylpheed_plugin_0_la_LIBADD = \
- $(GTK_LIBS) \
- $(GLIB_LIBS) \
- ../libsylph/libsylph-0.la
-
-EXTRA_DIST = \
- quote_fmt_parse.h \
- sylpheed-marshal.list \
- plugin-marshal.list \
- version.h.in \
- sylpheed.rc.in \
- sylpheed.exe.manifest \
- libsylpheed-plugin-0.def
-
-INCLUDES = \
- -DG_LOG_DOMAIN=\"Sylpheed\" \
- -I$(top_srcdir)/libsylph \
- $(GTK_CFLAGS) \
- $(GDK_PIXBUF_CFLAGS) \
- $(GPGME_CFLAGS)
-
-if NATIVE_WIN32
-SYLPHEED_RES = sylpheed.res
-sylpheed.res: sylpheed.rc icons/sylpheed.ico sylpheed.exe.manifest
- $(WINDRES) $< -O coff -o $@
-else
-SYLPHEED_RES =
-endif
-
-sylpheed_LDADD = \
- $(INTLLIBS) \
- $(GTK_LIBS) \
- $(GLIB_LIBS) \
- $(GPGME_LIBS) \
- $(LDAP_LIBS) \
- $(LIBICONV) \
- $(SYLPHEED_LIBS) \
- libsylpheed-plugin-0.la \
- ../libsylph/libsylph-0.la \
- $(SYLPHEED_RES)
-
-AM_CPPFLAGS = \
- -DLOCALEDIR=\""$(localedir)"\" \
- -DMANUALDIR=\""$(manualdir)"\" \
- -DFAQDIR=\""$(faqdir)"\" \
- -DPLUGINDIR=\""$(plugindir)"\" \
- -DTHEMEDIR=\""$(themedir)"\" \
- -DTARGET_ALIAS=\""$(target_triplet)"\" \
- -DSYSCONFDIR=\""$(sysconfdir)"\"
-
-AM_YFLAGS = -d
-
-sylpheed-marshal.h: sylpheed-marshal.list
- $(GLIB_GENMARSHAL) $< --header --prefix=sylpheed_marshal > $@
-
-sylpheed-marshal.c: sylpheed-marshal.list
- $(GLIB_GENMARSHAL) $< --body --prefix=sylpheed_marshal > $@
-
-plugin-marshal.h: plugin-marshal.list
- $(GLIB_GENMARSHAL) $< --header --prefix=syl_plugin_marshal > $@
-
-plugin-marshal.c: plugin-marshal.list
- $(GLIB_GENMARSHAL) $< --body --prefix=syl_plugin_marshal > $@
diff --git a/src/icons/Makefile.am b/src/icons/Makefile.am
deleted file mode 100644
index 2c7cd17f..00000000
--- a/src/icons/Makefile.am
+++ /dev/null
@@ -1,99 +0,0 @@
-BUILT_SOURCES = \
- stock_addressbook.h \
- stock_attach.h \
- stock_delete.h \
- stock_delete_16.h \
- stock_hand-signed.h \
- stock_inbox.h \
- stock_insert-file.h \
- stock_mail-compose.h \
- stock_mail-compose_16.h \
- stock_mail-forward.h \
- stock_mail-receive.h \
- stock_mail-reply-to-all.h \
- stock_mail-reply.h \
- stock_mail-send.h \
- stock_mail.h \
- stock_mail_receive_all.h \
- stock_mail_send_queue.h \
- stock_outbox.h \
- stock_person.h \
- stock_book.h \
- stock_spam.h \
- stock_spam_16.h \
- stock_notspam.h \
- stock_sylpheed.h \
- stock_sylpheed_16.h \
- stock_sylpheed_32.h \
- stock_sylpheed_newmail.h \
- stock_sylpheed_newmail_16.h \
- sylpheed-logo.h \
- folder-close.h \
- folder-open.h \
- folder-noselect.h \
- folder-search.h \
- group.h \
- html.h
-
-EXTRA_DIST = \
- stock_addressbook.png \
- stock_attach.png \
- stock_delete.png \
- stock_delete_16.png \
- stock_hand-signed.png \
- stock_inbox.png \
- stock_insert-file.png \
- stock_mail-compose.png \
- stock_mail-compose_16.png \
- stock_mail-forward.png \
- stock_mail-receive.png \
- stock_mail-reply-to-all.png \
- stock_mail-reply.png \
- stock_mail-send.png \
- stock_mail.png \
- stock_mail_receive_all.png \
- stock_mail_send_queue.png \
- stock_outbox.png \
- stock_person.png \
- stock_book.png \
- stock_spam.png \
- stock_spam_16.png \
- stock_notspam.png \
- stock_sylpheed.png \
- stock_sylpheed_16.png \
- stock_sylpheed_32.png \
- stock_sylpheed_newmail.png \
- stock_sylpheed_newmail_16.png \
- sylpheed-logo.png \
- folder-close.png \
- folder-open.png \
- folder-noselect.png \
- folder-search.png \
- group.png \
- html.png \
- clip.xpm \
- deleted.xpm \
- forwarded.xpm \
- mark.xpm \
- new.xpm \
- offline.xpm \
- online.xpm \
- replied.xpm \
- unread.xpm \
- linewrap.xpm \
- continue.xpm \
- complete.xpm \
- error.xpm \
- address.xpm \
- book.xpm \
- category.xpm \
- interface.xpm \
- jpilot.xpm \
- ldap.xpm \
- vcard.xpm \
- mail.xpm \
- sylpheed.ico \
- $(BUILT_SOURCES)
-
-%.h: %.png
- gdk-pixbuf-csource --name=`echo $(*F)|sed s/-/_/g` $< > $@