## Process this file with automake to produce Makefile.in
## $Id: Makefile.am,v 1.129 2006/06/08 19:16:50 vanbaal Exp $

## Copyright (C) 2000-2003 Stichting LogReport Foundation LogReport@LogReport.org
##
##     This program 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.
##
##     This program 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 this program (see COPYING); if not, check with
##     http://www.gnu.org/copyleft/gpl.html or write to the Free Software 
##     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.


include $(top_srcdir)/include/rules.mk

alllibdir = $(libexecdir)/$(PACKAGE)

alllib_SCRIPTS = \
    lr_check_superservice \
    lr_check_service \
    lr_environment \
    lr_getbody \
    lr_mail \
    lr_processmail \
    lr_spool

## lr_functions is only sourced by the shell, not executed. Therefore, don't
## install it as executable.
alllib_DATA = \
    lr_functions

bin_SCRIPTS = \
    lire \
    lr_anonymize \
    lr_anondump \
    lr_cron \
    lr_deanonymize \
    lr_desyslog \
    lr_env \
    lr_log2mail \
    lr_log2report \
    lr_rawmail2mail \
    lr_run \
    lr_report_cfg2xml \
    lr_setup_responder \
    lr_spec2pot \
    lr_spoold \
    lr_xml2mail \
    lr_xml2report

## lr_vendor_cron is typically called by root; therefore: install
## in ${prefix}/sbin
sbin_SCRIPTS = lr_vendor_cron

man_MANS = \
    lire.1 \
    lr_anondump.1 \
    lr_anonymize.1 \
    lr_check_service.1 \
    lr_check_superservice.1 \
    lr_cron.1 \
    lr_deanonymize.1 \
    lr_desyslog.1 \
    lr_env.1 \
    lr_environment.1 \
    lr_getbody.1 \
    lr_log2mail.1 \
    lr_log2report.1 \
    lr_mail.1 \
    lr_processmail.1 \
    lr_rawmail2mail.1 \
    lr_run.1 \
    lr_report_cfg2xml.1 \
    lr_setup_responder.1 \
    lr_spec2pot.1 \
    lr_spool.1 \
    lr_spoold.1 \
    lr_vendor_cron.1 \
    lr_xml2mail.1 \
    lr_xml2report.1

CLEANFILES = $(man_MANS)

DISTCLEANFILES = lr_gsconvert
EXTRA_DIST = lr_gsconvert.in


syntax highlighted by Code2HTML, v. 0.9.1