Makefile.am 1.2 KB

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