From 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 26 Feb 2018 11:23:00 +0100 Subject: Initial commit for sylpheed 3.7.0 --- Makefile.am | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..f73399c --- /dev/null +++ b/Makefile.am @@ -0,0 +1,48 @@ +SUBDIRS = ac libsylph src plugin po manual faq nsis macosx + +EXTRA_DIST = config.rpath \ + ChangeLog.ja \ + INSTALL.ja \ + README.es \ + README.ja \ + TODO.ja \ + ChangeLog-1.0 \ + ChangeLog-1.0.ja \ + NEWS-1.0 \ + NEWS-2.0 \ + LICENSE \ + PLUGIN.txt \ + PLUGIN.ja.txt \ + sylpheed.desktop \ + sylpheed.spec \ + sylpheed.spec.in \ + sylpheed.png \ + sylpheed-128x128.png \ + sylpheed-64x64.png \ + autogen.sh \ + makeosx.sh \ + makewin32.sh \ + mime.types \ + sylpheed-mailto-protocol_admin.reg \ + sylpheed-mailto-protocol_user.reg + +BZIP2_ENV = + +release: distdir + -chmod -R a+r $(distdir) + GZIP=$(GZIP_ENV) $(AMTAR) chozf $(distdir).tar.gz $(distdir) + rm -f $(distdir)/sylpheed.spec + sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \ + > $(distdir)/sylpheed.spec + BZIP2=$(BZIP2_ENV) $(AMTAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir) + -rm -rf $(distdir) + +#ACLOCAL_AMFLAGS = -I m4 + +install-data-local: + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps; \ + $(INSTALL_DATA) $(srcdir)/sylpheed-64x64.png $(DESTDIR)$(datadir)/pixmaps/sylpheed.png; + +desktop_DATA = sylpheed.desktop +desktopdir = $(datadir)/applications -- cgit v1.3