ACLOCAL_AMFLAGS = -I m4 -I libmissing/m4 SUBDIRS = libmissing plugins src EXTRA_DIST = AUTHORS COPYING HACKING.README INSTALL NEWS README prelude-correlator.conf install-data-local: $(INSTALL) -m 700 -d $(DESTDIR)$(PRELUDE_CORRELATOR_CONTEXT_DIR) @if test -f $(DESTDIR)$(PRELUDE_CORRELATOR_CONFDIR)/prelude-correlator.conf; then \ echo "********************************************************************************"; \ echo; \ echo "$(DESTDIR)$(configdir)/prelude-correlator.conf already exist..."; \ echo "Installing default configuration in $(DESTDIR)$(configdir)/prelude-correlator.conf-dist"; \ echo; \ echo "********************************************************************************"; \ $(INSTALL) -m 600 $(top_srcdir)/prelude-correlator.conf $(DESTDIR)$(PRELUDE_CORRELATOR_CONFDIR)/prelude-correlator.conf-dist; \ else \ $(INSTALL) -m 600 $(top_srcdir)/prelude-correlator.conf $(DESTDIR)$(PRELUDE_CORRELATOR_CONFDIR); \ fi uninstall-local: rm -f $(DESTDIR)$(configdir)/prelude-correlator.conf;