Blame lib/Autom4te/Makefile.am
|
Packit |
47b4ca |
## Process this file with automake to create Makefile.in
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
# Copyright (C) 2001, 2003, 2009-2012 Free Software Foundation, Inc.
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
# This program is free software: you can redistribute it and/or modify
|
|
Packit |
47b4ca |
# it under the terms of the GNU General Public License as published by
|
|
Packit |
47b4ca |
# the Free Software Foundation, either version 3 of the License, or
|
|
Packit |
47b4ca |
# (at your option) any later version.
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
# This program is distributed in the hope that it will be useful,
|
|
Packit |
47b4ca |
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
Packit |
47b4ca |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
Packit |
47b4ca |
# GNU General Public License for more details.
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
# You should have received a copy of the GNU General Public License
|
|
Packit |
47b4ca |
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
perllibdir = $(pkgdatadir)/Autom4te
|
|
Packit |
47b4ca |
dist_perllib_DATA = \
|
|
Packit |
47b4ca |
C4che.pm \
|
|
Packit |
47b4ca |
ChannelDefs.pm \
|
|
Packit |
47b4ca |
Channels.pm \
|
|
Packit |
47b4ca |
Configure_ac.pm \
|
|
Packit |
47b4ca |
FileUtils.pm \
|
|
Packit |
47b4ca |
General.pm \
|
|
Packit |
47b4ca |
Getopt.pm \
|
|
Packit |
47b4ca |
Request.pm \
|
|
Packit |
47b4ca |
XFile.pm
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
## --------------- ##
|
|
Packit |
47b4ca |
## Building TAGS. ##
|
|
Packit |
47b4ca |
## --------------- ##
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
TAGS_FILES = $(dist_perllib_DATA)
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
ETAGS_ARGS = --lang=perl
|