diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 48 |
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 @@ | |||
| 1 | SUBDIRS = ac libsylph src plugin po manual faq nsis macosx | ||
| 2 | |||
| 3 | EXTRA_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 | |||
| 29 | BZIP2_ENV = | ||
| 30 | |||
| 31 | release: 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 | |||
| 42 | install-data-local: | ||
| 43 | @$(NORMAL_INSTALL) | ||
| 44 | $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps; \ | ||
| 45 | $(INSTALL_DATA) $(srcdir)/sylpheed-64x64.png $(DESTDIR)$(datadir)/pixmaps/sylpheed.png; | ||
| 46 | |||
| 47 | desktop_DATA = sylpheed.desktop | ||
| 48 | desktopdir = $(datadir)/applications | ||
