# Generated automatically from Makefile.in by configure. # # Makefile to install pgen(1). # # @(#) $Id: Makefile.in,v 1.2 2001/07/11 06:58:12 dom Exp $ # SHELL = /bin/sh VERSION = 0.2 NAME = pgen DISTNAME = ${NAME}-${VERSION} srcdir = . prefix = /usr/local exec_prefix = ${prefix} bindir = ${exec_prefix}/bin datadir = ${prefix}/share top_srcdir = . mandir = ${prefix}/man man1dir = ${mandir}/man1 pgendir = ${datadir}/pgen INSTALL = /usr/bin/install -c -o root -g wheel INSTALL_PROGRAM = install -s -o root -g wheel -m 555 INSTALL_DATA = install -o root -g wheel -m 444 INSTALL_SCRIPT = install -o root -g wheel -m 555 mkinstalldirs = @${SHELL} ${top_srcdir}/mkinstalldirs RM = rm -f all: depend: install: ${mkinstalldirs} ${bindir} ${INSTALL_SCRIPT} ${top_srcdir}/pgen ${bindir} ${mkinstalldirs} ${pgendir} ${INSTALL_DATA} ${top_srcdir}/procmail-defn.m4 ${pgendir} ${INSTALL_DATA} ${top_srcdir}/procmail.m4 ${pgendir} ${mkinstalldirs} ${man1dir} ${INSTALL_DATA} ${top_srcdir}/pgen.1 ${man1dir} dist: mkdir ${DISTNAME} tar cf - `cat MANIFEST` | (cd ${DISTNAME} ; tar xf -) tar cvzf ${DISTNAME}.tar.gz ${DISTNAME} rm -rf ${DISTNAME} clean: ${RM} config.cache config.log config.status Makefile pgen