## Process this file with automake to produce Makefile.in
## $Id: Makefile.am,v 1.22 2004/08/30 01:32:54 flacoste Exp $
## Copyright (C) 2000-2003 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 =
allperllibdir = $(LR_PERL5LIBDIR)/Lire/Config
pm_s = \
BasePluginSpec.pm \
BooleanSpec.pm \
Build.pm \
ChartSpec.pm \
ChartTypeSpec.pm \
CommandSpec.pm \
CompoundSpec.pm \
ConfigFile.pm \
ConfigSpec.pm \
Dictionary.pm \
DirectorySpec.pm \
DlfAnalyserSpec.pm \
DlfConverterSpec.pm \
DlfSchemaSpec.pm \
DlfStreamSpec.pm \
DlfStreamsSpec.pm \
ExecutableSpec.pm \
FileSpec.pm \
Index.pm \
IntegerSpec.pm \
List.pm \
ListSpec.pm \
Object.pm \
ObjectSpec.pm \
OptionSpec.pm \
OutputFormatSpec.pm \
Parser.pm \
Plugin.pm \
PluginSpec.pm \
RecordSpec.pm \
Reference.pm \
ReferenceSpec.pm \
ReportConfigIndex.pm \
ReportSectionSpec.pm \
ReportSpec.pm \
Scalar.pm \
ScalarSpec.pm \
SelectSpec.pm \
SpecParser.pm \
StringSpec.pm \
TypeSpec.pm \
VariableIndex.pm \
Value.pm \
XMLSpecListSpec.pm
allperllib_DATA = $(pm_s)
man_MANS = \
BasePluginSpec.3pm \
Build.3pm \
ChartSpec.3pm \
ChartTypeSpec.3pm \
ConfigFile.3pm \
DlfAnalyserSpec.3pm \
DlfConverterSpec.3pm \
DlfStreamSpec.3pm \
DlfStreamsSpec.3pm \
Dictionary.3pm \
Index.3pm \
List.3pm \
Object.3pm \
OutputFormatSpec.3pm \
Parser.3pm \
Plugin.3pm \
RecordSpec.3pm \
Reference.3pm \
ReferenceSpec.3pm \
ReportConfigIndex.3pm \
ReportSpec.3pm \
ReportSectionSpec.3pm \
Scalar.3pm \
SpecParser.3pm \
Value.3pm \
VariableIndex.3pm \
XMLSpecListSpec.3pm
perlpackage = Lire::Config
transform = s,^,$(perlpackage)::,
EXTRA_DIST = $(pm_s)
CLEANFILES = $(man_MANS)
syntax highlighted by Code2HTML, v. 0.9.1