Blame lib/autotest/Makefile.am
|
Packit |
47b4ca |
# Make Autotest library.
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
# Copyright (C) 2001-2002, 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 |
autotestlibdir = $(pkgdatadir)/autotest
|
|
Packit |
47b4ca |
dist_autotestlib_DATA = autotest.m4 general.m4 specific.m4
|
|
Packit |
47b4ca |
nodist_autotestlib_DATA = autotest.m4f
|
|
Packit |
47b4ca |
CLEANFILES = $(nodist_autotestlib_DATA)
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
## --------------- ##
|
|
Packit |
47b4ca |
## Building TAGS. ##
|
|
Packit |
47b4ca |
## --------------- ##
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
TAGS_FILES = $(dist_autotestlib_DATA)
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF)
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
## -------- ##
|
|
Packit |
47b4ca |
## Checks. ##
|
|
Packit |
47b4ca |
## -------- ##
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
check-local: check-forbidden-patterns
|
|
Packit |
47b4ca |
forbidden_patterns = -e '^_*EOF' -e ' cmp '
|
|
Packit |
47b4ca |
forbidden_patterns_files = $(dist_autotestlib_DATA)
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
## ------------------ ##
|
|
Packit |
47b4ca |
## The frozen files. ##
|
|
Packit |
47b4ca |
## ------------------ ##
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
autotest.m4f: $(autotest_m4f_dependencies)
|
|
Packit |
47b4ca |
include ../freeze.mk
|