Makefile.am 868 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. SUBDIRS = ac po intl libkcc src man manual faq tools
  2. EXTRA_DIST = \
  3. ChangeLog.jp \
  4. INSTALL.jp \
  5. README.jp \
  6. ChangeLog.claws \
  7. README.claws \
  8. README.README \
  9. TODO.jp \
  10. sylpheed.desktop \
  11. sylpheed.spec \
  12. sylpheed.spec.in \
  13. sylpheed.png \
  14. sylpheed-128x128.png \
  15. sylpheed-64x64.png \
  16. autogen.sh
  17. if SYLPHEED_GNOME
  18. pixmapdir=$(gnomedir)/share/pixmaps
  19. pixmap_DATA=sylpheed.png
  20. gnomapdir=$(gnomedir)/share/gnome/apps/Internet
  21. gnomap_DATA=sylpheed.desktop
  22. else
  23. pixmapdir=
  24. pixmap_DATA=
  25. gnomapdir=
  26. gnomap_DATA=
  27. endif
  28. BZIP2_ENV =
  29. release: distdir
  30. -chmod -R a+r $(distdir)
  31. GZIP=$(GZIP_ENV) $(AMTAR)$(TAR) chozf $(distdir).tar.gz $(distdir)
  32. rm -f $(distdir)/sylpheed.spec
  33. sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \
  34. > $(distdir)/sylpheed.spec
  35. BZIP2=$(BZIP2_ENV) $(AMTAR)$(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
  36. -rm -rf $(distdir)