## Process this file with automake to produce Makefile.in
## $Id: Makefile.am,v 1.73 2006/07/16 09:57:43 vanbaal Exp $

## Copyright (C) 2000-2001 Stichting LogReport Foundation LogReport@LogReport.org
## 
##     This file is part of Lire.
##
##     Lire 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

SUBDIRS = ChartTypes OutputFormats Report ReportParser SQLExt Test Config UI

allperllibdir = $(LR_PERL5LIBDIR)/Lire

pm_s = \
	Aggregate.pm \
	Aggregator.pm \
	Average.pm \
	ChartType.pm \
	Config.pm \
	Count.pm \
	DataTypes.pm \
	DerivedSchema.pm \
	DlfAnalyser.pm \
	DlfAnalyserProcess.pm \
	DlfCategoriser.pm \
	DlfConverter.pm \
	DlfConverterProcess.pm \
	DlfQuery.pm \
	DlfResult.pm \
	DlfSchema.pm \
	DlfStore.pm \
	DlfStream.pm \
	DocBookParser.pm \
	Error.pm \
	ExtendedSchema.pm \
	Field.pm \
	FilterExpr.pm \
	FilterSpec.pm \
	First.pm \
	Group.pm \
	GroupField.pm \
	I18N.pm \
	ImportJob.pm \
	Last.pm \
	Logger.pm \
	LrCommand.pm \
	Max.pm \
	Min.pm \
	OldDlfAdapter.pm \
	OutputFormat.pm \
	OutputJob.pm \
	Param.pm \
	Plugin.pm \
	PluginManager.pm \
	Program.pm \
	Rangegroup.pm \
	Records.pm \
	Report.pm \
	ReportConfig.pm \
	ReportJob.pm \
	ReportOperator.pm \
	ReportParser.pm \
	ReportSchedule.pm \
	ReportSection.pm \
	ReportSpec.pm \
	SimpleStat.pm \
	Sum.pm \
	Syslog.pm \
	Time.pm \
	Timegroup.pm \
	Timeslot.pm \
	UI.pm \
	Utils.pm \
	W3CExtendedLog.pm \
	WeekCalculator.pm \
	WELF.pm \
	XMLParser.pm \
	XMLSpecContainer.pm \
	XMLSpecI18N.pm \
	XMLSpecParser.pm

allperllib_DATA = $(pm_s)

man_MANS = \
	Aggregate.3pm \
	Aggregator.3pm \
	Average.3pm \
	ChartType.3pm \
	Config.3pm \
	Count.3pm \
	DataTypes.3pm \
	DerivedSchema.3pm \
	DlfAnalyser.3pm \
	DlfAnalyserProcess.3pm \
	DlfCategoriser.3pm \
	DlfConverter.3pm \
	DlfConverterProcess.3pm \
	DlfQuery.3pm \
	DlfResult.3pm \
	DlfSchema.3pm \
	DlfStore.3pm \
	DlfStream.3pm \
	DocBookParser.3pm \
	Error.3pm \
	ExtendedSchema.3pm \
	Field.3pm \
	FilterExpr.3pm \
	FilterSpec.3pm \
	First.3pm \
	Group.3pm \
	GroupField.3pm \
	I18N.3pm \
	ImportJob.3pm \
	Last.3pm \
	Logger.3pm \
	LrCommand.3pm \
	Max.3pm \
	Min.3pm \
	OldDlfAdapter.3pm \
	OutputFormat.3pm \
	OutputJob.3pm \
	Param.3pm \
	Plugin.3pm \
	PluginManager.3pm \
	Program.3pm \
	Rangegroup.3pm \
	Records.3pm \
	Report.3pm \
	ReportConfig.3pm \
	ReportJob.3pm \
	ReportOperator.3pm \
	ReportParser.3pm \
	ReportSchedule.3pm \
	ReportSection.3pm \
	ReportSpec.3pm \
	Sum.3pm \
	Syslog.3pm \
	Time.3pm \
	Timegroup.3pm \
	Timeslot.3pm \
	UI.3pm \
	Utils.3pm \
	W3CExtendedLog.3pm \
	WeekCalculator.3pm \
	WELF.3pm \
	XMLParser.3pm \
	XMLSpecContainer.3pm \
	XMLSpecI18N.3pm \
	XMLSpecParser.3pm

perlpackage = Lire

transform = s,^,$(perlpackage)::,

EXTRA_DIST = $(pm_s)

CLEANFILES = $(man_MANS)



syntax highlighted by Code2HTML, v. 0.9.1