## Process this file with automake to produce Makefile.in SUBDIRS = src po man_MANS = grsync.1 grsync-batch.1 EXTRA_DIST = \ autogen.sh \ grsync.glade \ grsync.gladep \ grsync.desktop \ grsync.spec.in \ $(man_MANS) \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ src/grsync-batch distclean-local: rm -rf *.spec *.cache *~ DISTCLEANFILES = \ grsync.spec \ intltool-extract \ intltool-merge \ intltool-update Applicationsdir = $(datadir)/applications Applications_DATA = grsync.desktop install-data-local: @$(NORMAL_INSTALL) if test -d $(srcdir)/pixmaps; then \ $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps; \ for pixmap in $(srcdir)/pixmaps/*; do \ if test -f $$pixmap; then \ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps; \ fi \ done \ fi dist-hook: if test -d pixmaps; then \ mkdir $(DESTDIR)$(distdir)/pixmaps; \ for pixmap in pixmaps/*; do \ if test -f $$pixmap; then \ cp -p $$pixmap $(DESTDIR)$(distdir)/pixmaps; \ fi \ done \ fi