root / Makefile.am @ 2022
History | View | Annotate | Download (1007 Bytes)
| 1 | SUBDIRS = ac libsylph src po manual faq |
|---|---|
| 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 | sylpheed.desktop \ |
| 15 | sylpheed.spec \ |
| 16 | sylpheed.spec.in \ |
| 17 | sylpheed.png \ |
| 18 | sylpheed-128x128.png \ |
| 19 | sylpheed-64x64.png \ |
| 20 | autogen.sh \ |
| 21 | makewin32.sh \ |
| 22 | mime.types \ |
| 23 | sylpheed-mailto-protocol.reg |
| 24 | |
| 25 | BZIP2_ENV = |
| 26 | |
| 27 | release: distdir |
| 28 | -chmod -R a+r $(distdir) |
| 29 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) |
| 30 | rm -f $(distdir)/sylpheed.spec |
| 31 | sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \ |
| 32 | > $(distdir)/sylpheed.spec |
| 33 | BZIP2=$(BZIP2_ENV) $(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir) |
| 34 | -rm -rf $(distdir) |
| 35 | |
| 36 | #ACLOCAL_AMFLAGS = -I m4 |
| 37 | |
| 38 | install-data-local: |
| 39 | @$(NORMAL_INSTALL) |
| 40 | $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps; \ |
| 41 | $(INSTALL_DATA) $(srcdir)/sylpheed-64x64.png $(DESTDIR)$(datadir)/pixmaps/sylpheed.png; |
| 42 | |
| 43 | desktop_DATA = sylpheed.desktop |
| 44 | desktopdir = $(datadir)/applications |