claws-mail/Makefile.am
Christoph Hohmann 2ccc4a1fd3 * Makefile.am
* configure.in
        modifications for new config directory

* config.guess  ** REMOVED **
* config.sub    ** REMOVED **
* install-sh    ** REMOVED **
* ltmain.sh     ** REMOVED **
* missing       ** REMOVED **
* mkinstalldirs ** REMOVED **
        these files are autogenerated by automake
        when you run autogen.sh

* config/.cvsignore     ** NEW FILE **
* config/Makefile.am    ** NEW FILE **
        ignore autogenerated files
        create a Makefile in this directory
2002-10-08 18:26:11 +00:00

41 lines
873 B
Makefile

SUBDIRS = ac po intl src man manual faq tools config
EXTRA_DIST = \
ChangeLog.jp \
INSTALL.jp \
README.jp \
ChangeLog.claws \
README.claws \
TODO \
TODO.claws \
TODO.jp \
sylpheed.desktop \
sylpheed.spec \
sylpheed.spec.in \
sylpheed.png \
sylpheed-128x128.png \
sylpheed-64x64.png \
autogen.sh
if SYLPHEED_GNOME
pixmapdir=$(gnomedir)/share/pixmaps
pixmap_DATA=sylpheed.png
gnomapdir=$(gnomedir)/share/gnome/apps/Internet
gnomap_DATA=sylpheed.desktop
else
pixmapdir=
pixmap_DATA=
gnomapdir=
gnomap_DATA=
endif
BZIP2_ENV =
release: distdir
-chmod -R a+r $(distdir)
GZIP=$(GZIP_ENV) $(AMTAR)$(TAR) chozf $(distdir).tar.gz $(distdir)
rm -f $(distdir)/sylpheed.spec
sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \
> $(distdir)/sylpheed.spec
BZIP2=$(BZIP2_ENV) $(AMTAR)$(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
-rm -rf $(distdir)