summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimeon Simeonov2018-02-26 11:23:00 +0100
committerSimeon Simeonov2018-02-26 11:23:00 +0100
commit0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch)
treeaf916a30553c78ce9d4f2d8658656a175c5b6921 /Makefile.am
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am48
1 files changed, 48 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..f73399c
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,48 @@
1SUBDIRS = ac libsylph src plugin po manual faq nsis macosx
2
3EXTRA_DIST = config.rpath \
4 ChangeLog.ja \
5 INSTALL.ja \
6 README.es \
7 README.ja \
8 TODO.ja \
9 ChangeLog-1.0 \
10 ChangeLog-1.0.ja \
11 NEWS-1.0 \
12 NEWS-2.0 \
13 LICENSE \
14 PLUGIN.txt \
15 PLUGIN.ja.txt \
16 sylpheed.desktop \
17 sylpheed.spec \
18 sylpheed.spec.in \
19 sylpheed.png \
20 sylpheed-128x128.png \
21 sylpheed-64x64.png \
22 autogen.sh \
23 makeosx.sh \
24 makewin32.sh \
25 mime.types \
26 sylpheed-mailto-protocol_admin.reg \
27 sylpheed-mailto-protocol_user.reg
28
29BZIP2_ENV =
30
31release: distdir
32 -chmod -R a+r $(distdir)
33 GZIP=$(GZIP_ENV) $(AMTAR) chozf $(distdir).tar.gz $(distdir)
34 rm -f $(distdir)/sylpheed.spec
35 sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \
36 > $(distdir)/sylpheed.spec
37 BZIP2=$(BZIP2_ENV) $(AMTAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
38 -rm -rf $(distdir)
39
40#ACLOCAL_AMFLAGS = -I m4
41
42install-data-local:
43 @$(NORMAL_INSTALL)
44 $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps; \
45 $(INSTALL_DATA) $(srcdir)/sylpheed-64x64.png $(DESTDIR)$(datadir)/pixmaps/sylpheed.png;
46
47desktop_DATA = sylpheed.desktop
48desktopdir = $(datadir)/applications