# This file is part of Mailfromd # Copyright (C) 2006 Sergey Poznyakoff # # Mailfromd is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # Mailfromd is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Mailfromd; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # RCFILES=\ accept.rc\ ack.rc\ arg.rc\ catch.rc\ catch01.rc\ cidr.rc\ cond.rc\ config.in\ dns.rc\ farg.rc\ greylist.rc\ hasmx.rc\ macros.rc\ ml.rc\ numrcpt.rc\ poll.rc\ poll-1.rc\ prec.rc\ reject.rc\ relayed.list\ relayed.rc\ sa01.rc\ sa02.rc\ sa03.rc\ sa04.rc\ sendmail.cin\ strings.rc\ switch.rc\ tempfail.rc\ var.rc PATFILES=\ accept.pat\ arg.pat\ greylist.pat\ ml.pat\ numrcpt.pat\ reject.pat\ tempfail.pat noinst_DATA = $(RCFILES) $(PATFILES) sendmail.cf config.rc CLEANFILES = sendmail.cf config.rc EXTRA_DIST=sendmail.m4 $(RCFILES) $(PATFILES) $(RCFILES): Makefile sendmail.cf: sendmail.cin config.rc: config.in SUFFIXES=.cin .cf .in .rc .cin.cf: m4 -DTOP_SRCDIR=`cd $(top_srcdir); pwd` \ -DMAILFROMD_STATE_DIR=`cd $(top_builddir); pwd`/testsuite/state\ -DTESTDIR=`cd ..; pwd` $< > $@ .in.rc: m4 -DTOP_SRCDIR=`cd $(top_srcdir); pwd` \ -DTESTDIR=`cd ..; pwd` $< > $@