root / Makefile.am
History | View | Annotate | Download (1.1 kB)
| 1 | 2732 | hiro | SUBDIRS = ac libsylph src plugin po manual faq nsis |
|---|---|---|---|
| 2 | 1 | hiro | |
| 3 | 1 | hiro | EXTRA_DIST = config.rpath \ |
| 4 | 51 | hiro | ChangeLog.ja \ |
| 5 | 51 | hiro | INSTALL.ja \ |
| 6 | 1007 | hiro | README.es \ |
| 7 | 51 | hiro | README.ja \ |
| 8 | 51 | hiro | TODO.ja \ |
| 9 | 51 | hiro | ChangeLog-1.0 \ |
| 10 | 66 | hiro | ChangeLog-1.0.ja \ |
| 11 | 51 | hiro | NEWS-1.0 \ |
| 12 | 487 | hiro | NEWS-2.0 \ |
| 13 | 579 | hiro | LICENSE \ |
| 14 | 2174 | hiro | PLUGIN.txt \ |
| 15 | 2174 | hiro | PLUGIN.ja.txt \ |
| 16 | 1 | hiro | sylpheed.desktop \ |
| 17 | 1 | hiro | sylpheed.spec \ |
| 18 | 1 | hiro | sylpheed.spec.in \ |
| 19 | 1 | hiro | sylpheed.png \ |
| 20 | 1 | hiro | sylpheed-128x128.png \ |
| 21 | 1 | hiro | sylpheed-64x64.png \ |
| 22 | 621 | hiro | autogen.sh \ |
| 23 | 690 | hiro | makewin32.sh \ |
| 24 | 760 | hiro | mime.types \ |
| 25 | 3174 | hiro | sylpheed-mailto-protocol_admin.reg \ |
| 26 | 3174 | hiro | sylpheed-mailto-protocol_user.reg |
| 27 | 1 | hiro | |
| 28 | 1 | hiro | BZIP2_ENV = |
| 29 | 1 | hiro | |
| 30 | 1 | hiro | release: distdir |
| 31 | 1 | hiro | -chmod -R a+r $(distdir) |
| 32 | 2069 | hiro | GZIP=$(GZIP_ENV) $(AMTAR) chozf $(distdir).tar.gz $(distdir) |
| 33 | 1 | hiro | rm -f $(distdir)/sylpheed.spec |
| 34 | 1 | hiro | sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \ |
| 35 | 1 | hiro | > $(distdir)/sylpheed.spec |
| 36 | 2069 | hiro | BZIP2=$(BZIP2_ENV) $(AMTAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir) |
| 37 | 1 | hiro | -rm -rf $(distdir) |
| 38 | 1 | hiro | |
| 39 | 2022 | hiro | #ACLOCAL_AMFLAGS = -I m4 |
| 40 | 1989 | hiro | |
| 41 | 1989 | hiro | install-data-local: |
| 42 | 1989 | hiro | @$(NORMAL_INSTALL) |
| 43 | 1989 | hiro | $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps; \ |
| 44 | 1989 | hiro | $(INSTALL_DATA) $(srcdir)/sylpheed-64x64.png $(DESTDIR)$(datadir)/pixmaps/sylpheed.png; |
| 45 | 1989 | hiro | |
| 46 | 1989 | hiro | desktop_DATA = sylpheed.desktop |
| 47 | 1989 | hiro | desktopdir = $(datadir)/applications |