Makefile.am 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. SUBDIRS = m4 po src tools config doc
  2. EXTRA_DIST = \
  3. ChangeLog.claws \
  4. ChangeLog-gtk2.claws \
  5. ChangeLog-gtk2.jp \
  6. README.claws \
  7. RELEASE_NOTES.claws \
  8. sylpheed-128x128.png \
  9. sylpheed-64x64.png \
  10. sylpheed-claws.pc.in \
  11. sylpheed.desktop \
  12. sylpheed.png \
  13. sylpheed.spec \
  14. sylpheed.spec.in \
  15. TODO-gtk2 \
  16. TODO-gtk2.jp \
  17. autogen.sh
  18. if SYLPHEED_GNOME2
  19. # hicolor icon theme, base class of all icon themes
  20. pixmapdir=$(datadir)/icons/hicolor/48x48/apps
  21. pixmap_DATA=sylpheed.png
  22. gnomapdir = $(datadir)/applications
  23. gnomap_DATA=sylpheed.desktop
  24. else
  25. if SYLPHEED_GNOME
  26. pixmapdir=$(gnomedatadir)/pixmaps
  27. pixmap_DATA=sylpheed.png
  28. gnomapdir=$(gnomedatadir)/gnome/apps/Internet
  29. gnomap_DATA=sylpheed.desktop
  30. else
  31. pixmapdir=
  32. pixmap_DATA=
  33. gnomapdir=
  34. gnomap_DATA=
  35. endif
  36. endif
  37. BZIP2_ENV =
  38. release: distdir
  39. -chmod -R a+r $(distdir)
  40. GZIP=$(GZIP_ENV) $(AMTAR)$(TAR) chozf $(distdir).tar.gz $(distdir)
  41. rm -f $(distdir)/sylpheed.spec
  42. sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \
  43. > $(distdir)/sylpheed.spec
  44. BZIP2=$(BZIP2_ENV) $(AMTAR)$(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
  45. -rm -rf $(distdir)
  46. pkgconfigdir = $(libdir)/pkgconfig
  47. pkgconfig_DATA = sylpheed-claws.pc
  48. sylpheedincludedir = $(pkgincludedir)
  49. sylpheedinclude_HEADERS = \
  50. config.h