133 lines
3.7 KiB
Makefile
133 lines
3.7 KiB
Makefile
## DO NOT EDIT! GENERATED AUTOMATICALLY!
|
|
## Process this file with automake to produce Makefile.in.
|
|
# Copyright (C) 2002-2022 Free Software Foundation, Inc.
|
|
#
|
|
# This file 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 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This file 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 file. If not, see <https://www.gnu.org/licenses/>.
|
|
#
|
|
# As a special exception to the GNU General Public License,
|
|
# this file may be distributed as part of a program that
|
|
# contains a configuration script generated by Autoconf, under
|
|
# the same distribution terms as the rest of that program.
|
|
#
|
|
# Generated by gnulib-tool.
|
|
|
|
AUTOMAKE_OPTIONS = 1.11 foreign
|
|
|
|
SUBDIRS = .
|
|
TESTS =
|
|
XFAIL_TESTS =
|
|
TESTS_ENVIRONMENT =
|
|
noinst_PROGRAMS =
|
|
check_PROGRAMS =
|
|
EXTRA_PROGRAMS =
|
|
noinst_HEADERS =
|
|
noinst_LIBRARIES =
|
|
EXTRA_DIST =
|
|
BUILT_SOURCES =
|
|
SUFFIXES =
|
|
MOSTLYCLEANFILES = core *.stackdump
|
|
MOSTLYCLEANDIRS =
|
|
CLEANFILES =
|
|
DISTCLEANFILES =
|
|
MAINTAINERCLEANFILES =
|
|
|
|
CFLAGS = @GL_CFLAG_ALLOW_WARNINGS@ $(GL_CFLAG_GNULIB_WARNINGS) @CFLAGS@
|
|
CXXFLAGS = @GL_CXXFLAG_ALLOW_WARNINGS@ @CXXFLAGS@
|
|
|
|
AM_CPPFLAGS = \
|
|
-D@GLtests_WITNESS@=1 \
|
|
-I. -I$(srcdir) \
|
|
-I.. -I$(srcdir)/.. \
|
|
-I../lib -I$(srcdir)/../lib
|
|
|
|
LDADD = ../lib/libgnu.la
|
|
|
|
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
|
|
|
|
## begin gnulib module all-shells-tests
|
|
|
|
TESTS_ENVIRONMENT += \
|
|
abs_aux_dir='$(abs_aux_dir)' \
|
|
abs_srcdir='$(abs_srcdir)'
|
|
EXTRA_DIST += test-all-shells.sh
|
|
|
|
## end gnulib module all-shells-tests
|
|
|
|
## begin gnulib module funclib.sh-tests
|
|
|
|
TESTS += \
|
|
test-funclib-quote.sh
|
|
EXTRA_DIST += test-funclib-quote.sh
|
|
|
|
## end gnulib module funclib.sh-tests
|
|
|
|
## begin gnulib module options-parser-tests
|
|
|
|
TESTS += \
|
|
test-option-parser.sh
|
|
EXTRA_DIST += test-option-parser.sh test-option-parser-helper
|
|
|
|
## end gnulib module options-parser-tests
|
|
|
|
## begin gnulib module test-framework-sh-tests
|
|
|
|
TESTS += test-init.sh
|
|
EXTRA_DIST += init.sh
|
|
EXTRA_DIST += test-init.sh
|
|
|
|
## end gnulib module test-framework-sh-tests
|
|
|
|
## begin gnulib module update-copyright-tests
|
|
|
|
TESTS += test-update-copyright.sh
|
|
TESTS_ENVIRONMENT += abs_aux_dir='$(abs_aux_dir)'
|
|
EXTRA_DIST += test-update-copyright.sh
|
|
|
|
## end gnulib module update-copyright-tests
|
|
|
|
## begin gnulib module vc-list-files-tests
|
|
|
|
TESTS += test-vc-list-files-git.sh
|
|
TESTS += test-vc-list-files-cvs.sh
|
|
TESTS_ENVIRONMENT += abs_aux_dir='$(abs_aux_dir)'
|
|
EXTRA_DIST += test-vc-list-files-git.sh test-vc-list-files-cvs.sh
|
|
|
|
## end gnulib module vc-list-files-tests
|
|
|
|
all: all-notice
|
|
all-notice:
|
|
@echo '## ---------------------------------------------------- ##'
|
|
@echo '## ------------------- Gnulib tests ------------------- ##'
|
|
@echo '## You can ignore compiler warnings in this directory. ##'
|
|
@echo '## ---------------------------------------------------- ##'
|
|
|
|
check-am: check-notice
|
|
check-notice:
|
|
@echo '## ---------------------------------------------------------------------- ##'
|
|
@echo '## ---------------------------- Gnulib tests ---------------------------- ##'
|
|
@echo '## Please report test failures in this directory to <bug-gnulib@gnu.org>. ##'
|
|
@echo '## ---------------------------------------------------------------------- ##'
|
|
|
|
# Clean up after Solaris cc.
|
|
clean-local:
|
|
rm -rf SunWS_cache
|
|
|
|
mostlyclean-local: mostlyclean-generic
|
|
@for dir in '' $(MOSTLYCLEANDIRS); do \
|
|
if test -n "$$dir" && test -d $$dir; then \
|
|
echo "rmdir $$dir"; rmdir $$dir; \
|
|
fi; \
|
|
done; \
|
|
:
|