meillo@0: EXTRA_DIST = \ meillo@57: examples/* docs/* man/* tpl/* \ meillo@0: INSTALL.agenda INSTALL.ipaq agenda-config.site meillo@0: meillo@57: SUBDIRS = src man meillo@0: meillo@0: install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir meillo@0: meillo@0: conf_dir: $(DESTDIR)@with_confdir@ meillo@0: meillo@0: $(DESTDIR)@with_confdir@: meillo@0: install -d $(DESTDIR)@with_confdir@ meillo@0: meillo@0: tpl_dir: $(DESTDIR)@datadir@/tpl meillo@0: meillo@0: $(DESTDIR)@datadir@/tpl: conf_dir meillo@0: install -d $(DESTDIR)@datadir@/masqmail/tpl meillo@0: install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl meillo@1: install -m 644 tpl/failmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl meillo@0: install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl meillo@1: install -m 644 tpl/warnmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl meillo@0: meillo@0: log_dir: $(DESTDIR)@with_logdir@ meillo@0: meillo@0: spool_dir: $(DESTDIR)@with_spooldir@ meillo@0: meillo@0: uid_bit: $(DESTDIR)@prefix@/sbin/masqmail meillo@0: chmod u+s $(DESTDIR)@prefix@/sbin/masqmail meillo@0: meillo@0: run_dir: meillo@0: install -d -o @with_user@ -g @with_group@ $(DESTDIR)/var/run/masqmail meillo@0: meillo@0: $(DESTDIR)@with_logdir@: meillo@0: [ -d `dirname $(DESTDIR)@with_logdir@` ] || \ meillo@0: install -d `dirname $(DESTDIR)@with_logdir@` meillo@0: install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_logdir@ meillo@0: meillo@0: $(DESTDIR)@with_spooldir@: meillo@0: [ -d `dirname $(DESTDIR)@with_spooldir@` ] || \ meillo@0: install -d `dirname $(DESTDIR)@with_spooldir@` meillo@0: install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@ meillo@0: install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/lock meillo@0: install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input meillo@0: install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/popuidl meillo@0: