ffe8204c6b
Changes in this release: * Clauses 3 and 4 of the BSD license used by the project were dropped. All the code is now under a 2-clause BSD license compatible with the GNU General Public License (GPL). * Added a C-only binding so that binary test programs do not need to be tied to C++ at all. This binding is now known as the atf-c library. * Renamed the C++ binding to atf-c++ for consistency with the new atf-c. * Renamed the POSIX shell binding to atf-sh for consistency with the new atf-c and atf-c++. * Added a -w flag to test programs through which it is possible to specify the work directory to be used. This was possible in prior releases by defining the workdir configuration variable (-v workdir=...), but was a conceptually incorrect mechanism. * Test programs now preserve the execution order of test cases when they are given in the command line. Even those mentioned more than once are executed multiple times to comply with the user's requests.
4098 lines
181 KiB
Makefile
4098 lines
181 KiB
Makefile
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE.
|
|
|
|
@SET_MAKE@
|
|
|
|
#
|
|
# Automated Testing Framework (atf)
|
|
#
|
|
# Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
|
|
# All rights reserved.
|
|
#
|
|
# Redistribution and use in source and binary forms, with or without
|
|
# modification, are permitted provided that the following conditions
|
|
# are met:
|
|
# 1. Redistributions of source code must retain the above copyright
|
|
# notice, this list of conditions and the following disclaimer.
|
|
# 2. Redistributions in binary form must reproduce the above copyright
|
|
# notice, this list of conditions and the following disclaimer in the
|
|
# documentation and/or other materials provided with the distribution.
|
|
#
|
|
# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
|
|
# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
|
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
|
|
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
|
# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
|
|
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
|
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
#
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Top directory.
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
VPATH = @srcdir@
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
transform = $(program_transform_name)
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
build_triplet = @build@
|
|
host_triplet = @host@
|
|
target_triplet = @target@
|
|
check_PROGRAMS = tests/bootstrap/h_app_empty$(EXEEXT) \
|
|
tests/bootstrap/h_app_opts_args$(EXEEXT) \
|
|
tests/bootstrap/h_tp_basic_c$(EXEEXT) \
|
|
tests/bootstrap/h_tp_basic_cpp$(EXEEXT)
|
|
atf_atf_c_PROGRAMS = tests/atf/atf-c/t_config$(EXEEXT) \
|
|
tests/atf/atf-c/t_dynstr$(EXEEXT) \
|
|
tests/atf/atf-c/t_env$(EXEEXT) \
|
|
tests/atf/atf-c/t_error$(EXEEXT) \
|
|
tests/atf/atf-c/t_expand$(EXEEXT) \
|
|
tests/atf/atf-c/t_fs$(EXEEXT) tests/atf/atf-c/t_io$(EXEEXT) \
|
|
tests/atf/atf-c/t_list$(EXEEXT) \
|
|
tests/atf/atf-c/t_macros$(EXEEXT) \
|
|
tests/atf/atf-c/t_map$(EXEEXT) \
|
|
tests/atf/atf-c/t_signals$(EXEEXT) \
|
|
tests/atf/atf-c/t_tc$(EXEEXT) tests/atf/atf-c/t_tcr$(EXEEXT) \
|
|
tests/atf/atf-c/t_sanity$(EXEEXT) \
|
|
tests/atf/atf-c/t_text$(EXEEXT) tests/atf/atf-c/t_ui$(EXEEXT) \
|
|
tests/atf/atf-c/t_user$(EXEEXT)
|
|
atf_atf_c___PROGRAMS = tests/atf/atf-c++/t_config$(EXEEXT) \
|
|
tests/atf/atf-c++/t_env$(EXEEXT) \
|
|
tests/atf/atf-c++/t_expand$(EXEEXT) \
|
|
tests/atf/atf-c++/t_fs$(EXEEXT) \
|
|
tests/atf/atf-c++/t_io$(EXEEXT) \
|
|
tests/atf/atf-c++/t_macros$(EXEEXT) \
|
|
tests/atf/atf-c++/t_parser$(EXEEXT) \
|
|
tests/atf/atf-c++/t_signals$(EXEEXT) \
|
|
tests/atf/atf-c++/t_tests$(EXEEXT) \
|
|
tests/atf/atf-c++/t_text$(EXEEXT) \
|
|
tests/atf/atf-c++/t_user$(EXEEXT) \
|
|
tests/atf/atf-c++/t_utils$(EXEEXT)
|
|
atf_formats_PROGRAMS = tests/atf/formats/h_parser$(EXEEXT) \
|
|
tests/atf/formats/t_writers$(EXEEXT)
|
|
atf_test_programs_PROGRAMS = tests/atf/test_programs/h_c$(EXEEXT) \
|
|
tests/atf/test_programs/h_cpp$(EXEEXT)
|
|
atf_tools_PROGRAMS = tests/atf/tools/h_fail$(EXEEXT) \
|
|
tests/atf/tools/h_misc$(EXEEXT) \
|
|
tests/atf/tools/h_mode$(EXEEXT) \
|
|
tests/atf/tools/h_pass$(EXEEXT)
|
|
bin_PROGRAMS = tools/atf-config$(EXEEXT) tools/atf-compile$(EXEEXT) \
|
|
tools/atf-report$(EXEEXT) tools/atf-run$(EXEEXT) \
|
|
tools/atf-version$(EXEEXT)
|
|
libexec_PROGRAMS = tools/atf-cleanup$(EXEEXT) tools/atf-exec$(EXEEXT) \
|
|
tools/atf-format$(EXEEXT) tools/atf-killpg$(EXEEXT)
|
|
subdir = .
|
|
DIST_COMMON = README $(am__configure_deps) $(atf_c_HEADERS) \
|
|
$(atf_c___HEADERS) $(dist_man_MANS) $(include_HEADERS) \
|
|
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
|
$(srcdir)/bconfig.h.in $(top_srcdir)/atf-c/defs.h.in \
|
|
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
|
|
admin/compile admin/config.guess admin/config.sub \
|
|
admin/depcomp admin/install-sh admin/ltmain.sh admin/missing
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/cxx-std-funcs.m4 \
|
|
$(top_srcdir)/m4/developer-mode.m4 \
|
|
$(top_srcdir)/m4/module-application.m4 \
|
|
$(top_srcdir)/m4/module-defs.m4 $(top_srcdir)/m4/module-env.m4 \
|
|
$(top_srcdir)/m4/module-fs.m4 \
|
|
$(top_srcdir)/m4/module-sanity.m4 \
|
|
$(top_srcdir)/m4/module-signals.m4 $(top_srcdir)/configure.ac
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
$(ACLOCAL_M4)
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
configure.lineno config.status.lineno
|
|
mkinstalldirs = $(install_sh) -d
|
|
CONFIG_HEADER = bconfig.h
|
|
CONFIG_CLEAN_FILES = atf-c/defs.h
|
|
ARFLAGS = cru
|
|
tests_build_libuseless_a_AR = $(AR) $(ARFLAGS)
|
|
tests_build_libuseless_a_LIBADD =
|
|
am__dirstamp = $(am__leading_dot)dirstamp
|
|
am_tests_build_libuseless_a_OBJECTS = \
|
|
tests/build/t_include_atf_c_h.$(OBJEXT) \
|
|
tests/build/t_include_atf_c++_hpp.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_config_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_dynstr_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_env_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_error_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_expand_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_fs_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_io_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_list_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_macros_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_map_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_object_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_sanity_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_signals_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_tc_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_tcr_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_text_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_tp_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_include_ui_h.$(OBJEXT) \
|
|
tests/build/atf-c/t_use_macros_h.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_application_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_atffile_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_config_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_env_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_exceptions_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_expand_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_formats_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_fs_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_io_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_macros_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_parser_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_sanity_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_signals_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_tests_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_text_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_ui_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_user_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_include_utils_hpp.$(OBJEXT) \
|
|
tests/build/atf-c++/t_use_macros_hpp.$(OBJEXT)
|
|
tests_build_libuseless_a_OBJECTS = \
|
|
$(am_tests_build_libuseless_a_OBJECTS)
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
am__vpath_adj = case $$p in \
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
*) f=$$p;; \
|
|
esac;
|
|
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
|
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(atf_atf_cdir)" \
|
|
"$(DESTDIR)$(atf_atf_c__dir)" "$(DESTDIR)$(atf_formatsdir)" \
|
|
"$(DESTDIR)$(atf_test_programsdir)" \
|
|
"$(DESTDIR)$(atf_toolsdir)" "$(DESTDIR)$(bindir)" \
|
|
"$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(atf_atf_shdir)" \
|
|
"$(DESTDIR)$(atf_datadir)" "$(DESTDIR)$(atf_formatsdir)" \
|
|
"$(DESTDIR)$(atf_test_programsdir)" \
|
|
"$(DESTDIR)$(atf_toolsdir)" "$(DESTDIR)$(man1dir)" \
|
|
"$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man4dir)" \
|
|
"$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man7dir)" \
|
|
"$(DESTDIR)$(atf_atf_cdir)" "$(DESTDIR)$(atf_atf_c__dir)" \
|
|
"$(DESTDIR)$(atf_atf_shdir)" "$(DESTDIR)$(atf_datadir)" \
|
|
"$(DESTDIR)$(atf_formatsdir)" "$(DESTDIR)$(atf_shdir)" \
|
|
"$(DESTDIR)$(atf_test_programsdir)" \
|
|
"$(DESTDIR)$(atf_toolsdir)" "$(DESTDIR)$(cssdir)" \
|
|
"$(DESTDIR)$(docdir)" "$(DESTDIR)$(dtddir)" \
|
|
"$(DESTDIR)$(egdir)" "$(DESTDIR)$(hooksdir)" \
|
|
"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgtestsdir)" \
|
|
"$(DESTDIR)$(xsldir)" "$(DESTDIR)$(atf_cdir)" \
|
|
"$(DESTDIR)$(atf_c__dir)" "$(DESTDIR)$(includedir)"
|
|
libLTLIBRARIES_INSTALL = $(INSTALL)
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
libatf_c___la_DEPENDENCIES =
|
|
am_libatf_c___la_OBJECTS = atf-c++/application.lo atf-c++/atffile.lo \
|
|
atf-c++/config.lo atf-c++/env.lo atf-c++/exceptions.lo \
|
|
atf-c++/expand.lo atf-c++/formats.lo atf-c++/fs.lo \
|
|
atf-c++/io.lo atf-c++/parser.lo atf-c++/signals.lo \
|
|
atf-c++/tests.lo atf-c++/text.lo atf-c++/ui.lo atf-c++/user.lo
|
|
libatf_c___la_OBJECTS = $(am_libatf_c___la_OBJECTS)
|
|
libatf_c___la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(libatf_c___la_LDFLAGS) $(LDFLAGS) -o $@
|
|
libatf_c_la_LIBADD =
|
|
am_libatf_c_la_OBJECTS = atf-c/config.lo atf-c/dynstr.lo atf-c/env.lo \
|
|
atf-c/error.lo atf-c/expand.lo atf-c/fs.lo atf-c/io.lo \
|
|
atf-c/list.lo atf-c/map.lo atf-c/object.lo atf-c/sanity.lo \
|
|
atf-c/signals.lo atf-c/text.lo atf-c/ui.lo atf-c/user.lo \
|
|
atf-c/tc.lo atf-c/tcr.lo atf-c/tp.lo atf-c/tp_main.lo
|
|
nodist_libatf_c_la_OBJECTS =
|
|
libatf_c_la_OBJECTS = $(am_libatf_c_la_OBJECTS) \
|
|
$(nodist_libatf_c_la_OBJECTS)
|
|
atf_atf_cPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
|
|
atf_atf_c__PROGRAMS_INSTALL = $(INSTALL_PROGRAM)
|
|
atf_formatsPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
|
|
atf_test_programsPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
|
|
atf_toolsPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
|
|
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
|
|
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
|
|
PROGRAMS = $(atf_atf_c_PROGRAMS) $(atf_atf_c___PROGRAMS) \
|
|
$(atf_formats_PROGRAMS) $(atf_test_programs_PROGRAMS) \
|
|
$(atf_tools_PROGRAMS) $(bin_PROGRAMS) $(libexec_PROGRAMS)
|
|
am_tests_atf_atf_c___t_config_OBJECTS = \
|
|
tests/atf/atf-c++/t_config.$(OBJEXT)
|
|
tests_atf_atf_c___t_config_OBJECTS = \
|
|
$(am_tests_atf_atf_c___t_config_OBJECTS)
|
|
tests_atf_atf_c___t_config_DEPENDENCIES =
|
|
tests_atf_atf_c___t_config_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
$(tests_atf_atf_c___t_config_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c___t_env_OBJECTS = \
|
|
tests/atf/atf-c++/t_env.$(OBJEXT)
|
|
tests_atf_atf_c___t_env_OBJECTS = \
|
|
$(am_tests_atf_atf_c___t_env_OBJECTS)
|
|
tests_atf_atf_c___t_env_DEPENDENCIES =
|
|
tests_atf_atf_c___t_env_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tests_atf_atf_c___t_env_LDFLAGS) $(LDFLAGS) -o \
|
|
$@
|
|
am_tests_atf_atf_c___t_expand_OBJECTS = \
|
|
tests/atf/atf-c++/t_expand.$(OBJEXT)
|
|
tests_atf_atf_c___t_expand_OBJECTS = \
|
|
$(am_tests_atf_atf_c___t_expand_OBJECTS)
|
|
tests_atf_atf_c___t_expand_DEPENDENCIES =
|
|
tests_atf_atf_c___t_expand_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
$(tests_atf_atf_c___t_expand_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c___t_fs_OBJECTS = tests/atf/atf-c++/t_fs.$(OBJEXT)
|
|
tests_atf_atf_c___t_fs_OBJECTS = $(am_tests_atf_atf_c___t_fs_OBJECTS)
|
|
tests_atf_atf_c___t_fs_DEPENDENCIES =
|
|
tests_atf_atf_c___t_fs_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tests_atf_atf_c___t_fs_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c___t_io_OBJECTS = tests/atf/atf-c++/t_io.$(OBJEXT)
|
|
tests_atf_atf_c___t_io_OBJECTS = $(am_tests_atf_atf_c___t_io_OBJECTS)
|
|
tests_atf_atf_c___t_io_DEPENDENCIES =
|
|
tests_atf_atf_c___t_io_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tests_atf_atf_c___t_io_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c___t_macros_OBJECTS = \
|
|
tests/atf/atf-c++/t_macros.$(OBJEXT)
|
|
tests_atf_atf_c___t_macros_OBJECTS = \
|
|
$(am_tests_atf_atf_c___t_macros_OBJECTS)
|
|
tests_atf_atf_c___t_macros_DEPENDENCIES =
|
|
tests_atf_atf_c___t_macros_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
$(tests_atf_atf_c___t_macros_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c___t_parser_OBJECTS = \
|
|
tests/atf/atf-c++/t_parser.$(OBJEXT)
|
|
tests_atf_atf_c___t_parser_OBJECTS = \
|
|
$(am_tests_atf_atf_c___t_parser_OBJECTS)
|
|
tests_atf_atf_c___t_parser_DEPENDENCIES =
|
|
tests_atf_atf_c___t_parser_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
$(tests_atf_atf_c___t_parser_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c___t_signals_OBJECTS = \
|
|
tests/atf/atf-c++/t_signals.$(OBJEXT)
|
|
tests_atf_atf_c___t_signals_OBJECTS = \
|
|
$(am_tests_atf_atf_c___t_signals_OBJECTS)
|
|
tests_atf_atf_c___t_signals_DEPENDENCIES =
|
|
tests_atf_atf_c___t_signals_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
$(tests_atf_atf_c___t_signals_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c___t_tests_OBJECTS = \
|
|
tests/atf/atf-c++/t_tests.$(OBJEXT)
|
|
tests_atf_atf_c___t_tests_OBJECTS = \
|
|
$(am_tests_atf_atf_c___t_tests_OBJECTS)
|
|
tests_atf_atf_c___t_tests_DEPENDENCIES =
|
|
tests_atf_atf_c___t_tests_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
$(tests_atf_atf_c___t_tests_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c___t_text_OBJECTS = \
|
|
tests/atf/atf-c++/t_text.$(OBJEXT)
|
|
tests_atf_atf_c___t_text_OBJECTS = \
|
|
$(am_tests_atf_atf_c___t_text_OBJECTS)
|
|
tests_atf_atf_c___t_text_DEPENDENCIES =
|
|
tests_atf_atf_c___t_text_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) $(tests_atf_atf_c___t_text_LDFLAGS) \
|
|
$(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c___t_user_OBJECTS = \
|
|
tests/atf/atf-c++/t_user.$(OBJEXT)
|
|
tests_atf_atf_c___t_user_OBJECTS = \
|
|
$(am_tests_atf_atf_c___t_user_OBJECTS)
|
|
tests_atf_atf_c___t_user_DEPENDENCIES =
|
|
tests_atf_atf_c___t_user_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) $(tests_atf_atf_c___t_user_LDFLAGS) \
|
|
$(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c___t_utils_OBJECTS = \
|
|
tests/atf/atf-c++/t_utils.$(OBJEXT)
|
|
tests_atf_atf_c___t_utils_OBJECTS = \
|
|
$(am_tests_atf_atf_c___t_utils_OBJECTS)
|
|
tests_atf_atf_c___t_utils_DEPENDENCIES =
|
|
tests_atf_atf_c___t_utils_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
$(tests_atf_atf_c___t_utils_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_config_OBJECTS = \
|
|
tests/atf/atf-c/t_config.$(OBJEXT)
|
|
tests_atf_atf_c_t_config_OBJECTS = \
|
|
$(am_tests_atf_atf_c_t_config_OBJECTS)
|
|
tests_atf_atf_c_t_config_DEPENDENCIES =
|
|
tests_atf_atf_c_t_config_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_config_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_dynstr_OBJECTS = \
|
|
tests/atf/atf-c/t_dynstr.$(OBJEXT)
|
|
tests_atf_atf_c_t_dynstr_OBJECTS = \
|
|
$(am_tests_atf_atf_c_t_dynstr_OBJECTS)
|
|
tests_atf_atf_c_t_dynstr_DEPENDENCIES =
|
|
tests_atf_atf_c_t_dynstr_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_dynstr_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_env_OBJECTS = tests/atf/atf-c/t_env.$(OBJEXT)
|
|
tests_atf_atf_c_t_env_OBJECTS = $(am_tests_atf_atf_c_t_env_OBJECTS)
|
|
tests_atf_atf_c_t_env_DEPENDENCIES =
|
|
tests_atf_atf_c_t_env_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_env_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_error_OBJECTS = \
|
|
tests/atf/atf-c/t_error.$(OBJEXT)
|
|
tests_atf_atf_c_t_error_OBJECTS = \
|
|
$(am_tests_atf_atf_c_t_error_OBJECTS)
|
|
tests_atf_atf_c_t_error_DEPENDENCIES =
|
|
tests_atf_atf_c_t_error_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_error_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_expand_OBJECTS = \
|
|
tests/atf/atf-c/t_expand.$(OBJEXT)
|
|
tests_atf_atf_c_t_expand_OBJECTS = \
|
|
$(am_tests_atf_atf_c_t_expand_OBJECTS)
|
|
tests_atf_atf_c_t_expand_DEPENDENCIES =
|
|
tests_atf_atf_c_t_expand_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_expand_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_fs_OBJECTS = tests/atf/atf-c/t_fs.$(OBJEXT)
|
|
tests_atf_atf_c_t_fs_OBJECTS = $(am_tests_atf_atf_c_t_fs_OBJECTS)
|
|
tests_atf_atf_c_t_fs_DEPENDENCIES =
|
|
tests_atf_atf_c_t_fs_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_fs_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_io_OBJECTS = tests/atf/atf-c/t_io.$(OBJEXT)
|
|
tests_atf_atf_c_t_io_OBJECTS = $(am_tests_atf_atf_c_t_io_OBJECTS)
|
|
tests_atf_atf_c_t_io_DEPENDENCIES =
|
|
tests_atf_atf_c_t_io_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_io_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_list_OBJECTS = tests/atf/atf-c/t_list.$(OBJEXT)
|
|
tests_atf_atf_c_t_list_OBJECTS = $(am_tests_atf_atf_c_t_list_OBJECTS)
|
|
tests_atf_atf_c_t_list_DEPENDENCIES =
|
|
tests_atf_atf_c_t_list_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_list_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_macros_OBJECTS = \
|
|
tests/atf/atf-c/t_macros.$(OBJEXT)
|
|
tests_atf_atf_c_t_macros_OBJECTS = \
|
|
$(am_tests_atf_atf_c_t_macros_OBJECTS)
|
|
tests_atf_atf_c_t_macros_DEPENDENCIES =
|
|
tests_atf_atf_c_t_macros_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_macros_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_map_OBJECTS = tests/atf/atf-c/t_map.$(OBJEXT)
|
|
tests_atf_atf_c_t_map_OBJECTS = $(am_tests_atf_atf_c_t_map_OBJECTS)
|
|
tests_atf_atf_c_t_map_DEPENDENCIES =
|
|
tests_atf_atf_c_t_map_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_map_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_sanity_OBJECTS = \
|
|
tests/atf/atf-c/t_sanity.$(OBJEXT)
|
|
tests_atf_atf_c_t_sanity_OBJECTS = \
|
|
$(am_tests_atf_atf_c_t_sanity_OBJECTS)
|
|
tests_atf_atf_c_t_sanity_DEPENDENCIES =
|
|
tests_atf_atf_c_t_sanity_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_sanity_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_signals_OBJECTS = \
|
|
tests/atf/atf-c/t_signals.$(OBJEXT)
|
|
tests_atf_atf_c_t_signals_OBJECTS = \
|
|
$(am_tests_atf_atf_c_t_signals_OBJECTS)
|
|
tests_atf_atf_c_t_signals_DEPENDENCIES =
|
|
tests_atf_atf_c_t_signals_LINK = $(LIBTOOL) --tag=CC \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
|
$(AM_CFLAGS) $(CFLAGS) $(tests_atf_atf_c_t_signals_LDFLAGS) \
|
|
$(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_tc_OBJECTS = tests/atf/atf-c/t_tc.$(OBJEXT)
|
|
tests_atf_atf_c_t_tc_OBJECTS = $(am_tests_atf_atf_c_t_tc_OBJECTS)
|
|
tests_atf_atf_c_t_tc_DEPENDENCIES =
|
|
tests_atf_atf_c_t_tc_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_tc_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_tcr_OBJECTS = tests/atf/atf-c/t_tcr.$(OBJEXT)
|
|
tests_atf_atf_c_t_tcr_OBJECTS = $(am_tests_atf_atf_c_t_tcr_OBJECTS)
|
|
tests_atf_atf_c_t_tcr_DEPENDENCIES =
|
|
tests_atf_atf_c_t_tcr_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_tcr_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_text_OBJECTS = tests/atf/atf-c/t_text.$(OBJEXT)
|
|
tests_atf_atf_c_t_text_OBJECTS = $(am_tests_atf_atf_c_t_text_OBJECTS)
|
|
tests_atf_atf_c_t_text_DEPENDENCIES =
|
|
tests_atf_atf_c_t_text_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_text_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_ui_OBJECTS = tests/atf/atf-c/t_ui.$(OBJEXT)
|
|
tests_atf_atf_c_t_ui_OBJECTS = $(am_tests_atf_atf_c_t_ui_OBJECTS)
|
|
tests_atf_atf_c_t_ui_DEPENDENCIES =
|
|
tests_atf_atf_c_t_ui_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_ui_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_atf_c_t_user_OBJECTS = tests/atf/atf-c/t_user.$(OBJEXT)
|
|
tests_atf_atf_c_t_user_OBJECTS = $(am_tests_atf_atf_c_t_user_OBJECTS)
|
|
tests_atf_atf_c_t_user_DEPENDENCIES =
|
|
tests_atf_atf_c_t_user_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(tests_atf_atf_c_t_user_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_formats_h_parser_OBJECTS = \
|
|
tests/atf/formats/h_parser.$(OBJEXT)
|
|
tests_atf_formats_h_parser_OBJECTS = \
|
|
$(am_tests_atf_formats_h_parser_OBJECTS)
|
|
tests_atf_formats_h_parser_DEPENDENCIES =
|
|
tests_atf_formats_h_parser_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
$(tests_atf_formats_h_parser_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_formats_t_writers_OBJECTS = \
|
|
tests/atf/formats/t_writers.$(OBJEXT)
|
|
tests_atf_formats_t_writers_OBJECTS = \
|
|
$(am_tests_atf_formats_t_writers_OBJECTS)
|
|
tests_atf_formats_t_writers_DEPENDENCIES =
|
|
tests_atf_formats_t_writers_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
$(tests_atf_formats_t_writers_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_test_programs_h_c_OBJECTS = \
|
|
tests/atf/test_programs/h_c.$(OBJEXT)
|
|
tests_atf_test_programs_h_c_OBJECTS = \
|
|
$(am_tests_atf_test_programs_h_c_OBJECTS)
|
|
tests_atf_test_programs_h_c_DEPENDENCIES =
|
|
tests_atf_test_programs_h_c_LINK = $(LIBTOOL) --tag=CC \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
|
$(AM_CFLAGS) $(CFLAGS) $(tests_atf_test_programs_h_c_LDFLAGS) \
|
|
$(LDFLAGS) -o $@
|
|
am_tests_atf_test_programs_h_cpp_OBJECTS = \
|
|
tests/atf/test_programs/h_cpp.$(OBJEXT)
|
|
tests_atf_test_programs_h_cpp_OBJECTS = \
|
|
$(am_tests_atf_test_programs_h_cpp_OBJECTS)
|
|
tests_atf_test_programs_h_cpp_DEPENDENCIES =
|
|
tests_atf_test_programs_h_cpp_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
$(tests_atf_test_programs_h_cpp_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_tools_h_fail_OBJECTS = tests/atf/tools/h_fail.$(OBJEXT)
|
|
tests_atf_tools_h_fail_OBJECTS = $(am_tests_atf_tools_h_fail_OBJECTS)
|
|
tests_atf_tools_h_fail_DEPENDENCIES =
|
|
tests_atf_tools_h_fail_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tests_atf_tools_h_fail_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_tools_h_misc_OBJECTS = tests/atf/tools/h_misc.$(OBJEXT)
|
|
tests_atf_tools_h_misc_OBJECTS = $(am_tests_atf_tools_h_misc_OBJECTS)
|
|
tests_atf_tools_h_misc_DEPENDENCIES =
|
|
tests_atf_tools_h_misc_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tests_atf_tools_h_misc_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_tools_h_mode_OBJECTS = tests/atf/tools/h_mode.$(OBJEXT)
|
|
tests_atf_tools_h_mode_OBJECTS = $(am_tests_atf_tools_h_mode_OBJECTS)
|
|
tests_atf_tools_h_mode_DEPENDENCIES =
|
|
tests_atf_tools_h_mode_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tests_atf_tools_h_mode_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_atf_tools_h_pass_OBJECTS = tests/atf/tools/h_pass.$(OBJEXT)
|
|
tests_atf_tools_h_pass_OBJECTS = $(am_tests_atf_tools_h_pass_OBJECTS)
|
|
tests_atf_tools_h_pass_DEPENDENCIES =
|
|
tests_atf_tools_h_pass_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tests_atf_tools_h_pass_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_bootstrap_h_app_empty_OBJECTS = \
|
|
tests/bootstrap/h_app_empty.$(OBJEXT)
|
|
tests_bootstrap_h_app_empty_OBJECTS = \
|
|
$(am_tests_bootstrap_h_app_empty_OBJECTS)
|
|
tests_bootstrap_h_app_empty_DEPENDENCIES =
|
|
tests_bootstrap_h_app_empty_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
$(tests_bootstrap_h_app_empty_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_bootstrap_h_app_opts_args_OBJECTS = \
|
|
tests/bootstrap/h_app_opts_args.$(OBJEXT)
|
|
tests_bootstrap_h_app_opts_args_OBJECTS = \
|
|
$(am_tests_bootstrap_h_app_opts_args_OBJECTS)
|
|
tests_bootstrap_h_app_opts_args_DEPENDENCIES =
|
|
tests_bootstrap_h_app_opts_args_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
$(tests_bootstrap_h_app_opts_args_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tests_bootstrap_h_tp_basic_c_OBJECTS = \
|
|
tests/bootstrap/h_tp_basic_c.$(OBJEXT)
|
|
tests_bootstrap_h_tp_basic_c_OBJECTS = \
|
|
$(am_tests_bootstrap_h_tp_basic_c_OBJECTS)
|
|
tests_bootstrap_h_tp_basic_c_DEPENDENCIES =
|
|
tests_bootstrap_h_tp_basic_c_LINK = $(LIBTOOL) --tag=CC \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
|
$(AM_CFLAGS) $(CFLAGS) $(tests_bootstrap_h_tp_basic_c_LDFLAGS) \
|
|
$(LDFLAGS) -o $@
|
|
am_tests_bootstrap_h_tp_basic_cpp_OBJECTS = \
|
|
tests/bootstrap/h_tp_basic_cpp.$(OBJEXT)
|
|
tests_bootstrap_h_tp_basic_cpp_OBJECTS = \
|
|
$(am_tests_bootstrap_h_tp_basic_cpp_OBJECTS)
|
|
tests_bootstrap_h_tp_basic_cpp_DEPENDENCIES =
|
|
tests_bootstrap_h_tp_basic_cpp_LINK = $(LIBTOOL) --tag=CXX \
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
$(tests_bootstrap_h_tp_basic_cpp_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tools_atf_cleanup_OBJECTS = tools/atf-cleanup.$(OBJEXT)
|
|
tools_atf_cleanup_OBJECTS = $(am_tools_atf_cleanup_OBJECTS)
|
|
tools_atf_cleanup_DEPENDENCIES =
|
|
tools_atf_cleanup_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tools_atf_cleanup_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tools_atf_compile_OBJECTS = tools/atf-compile.$(OBJEXT)
|
|
tools_atf_compile_OBJECTS = $(am_tools_atf_compile_OBJECTS)
|
|
tools_atf_compile_DEPENDENCIES =
|
|
tools_atf_compile_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tools_atf_compile_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tools_atf_config_OBJECTS = tools/atf-config.$(OBJEXT)
|
|
tools_atf_config_OBJECTS = $(am_tools_atf_config_OBJECTS)
|
|
tools_atf_config_DEPENDENCIES =
|
|
tools_atf_config_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tools_atf_config_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tools_atf_exec_OBJECTS = tools/atf-exec.$(OBJEXT)
|
|
tools_atf_exec_OBJECTS = $(am_tools_atf_exec_OBJECTS)
|
|
tools_atf_exec_DEPENDENCIES =
|
|
tools_atf_exec_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tools_atf_exec_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tools_atf_format_OBJECTS = tools/atf-format.$(OBJEXT)
|
|
tools_atf_format_OBJECTS = $(am_tools_atf_format_OBJECTS)
|
|
tools_atf_format_DEPENDENCIES =
|
|
tools_atf_format_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tools_atf_format_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tools_atf_killpg_OBJECTS = tools/atf-killpg.$(OBJEXT)
|
|
tools_atf_killpg_OBJECTS = $(am_tools_atf_killpg_OBJECTS)
|
|
tools_atf_killpg_DEPENDENCIES =
|
|
tools_atf_killpg_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tools_atf_killpg_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tools_atf_report_OBJECTS = tools/atf-report.$(OBJEXT)
|
|
tools_atf_report_OBJECTS = $(am_tools_atf_report_OBJECTS)
|
|
tools_atf_report_DEPENDENCIES =
|
|
tools_atf_report_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tools_atf_report_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tools_atf_run_OBJECTS = tools/atf-run.$(OBJEXT)
|
|
tools_atf_run_OBJECTS = $(am_tools_atf_run_OBJECTS)
|
|
tools_atf_run_DEPENDENCIES =
|
|
tools_atf_run_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tools_atf_run_LDFLAGS) $(LDFLAGS) -o $@
|
|
am_tools_atf_version_OBJECTS = tools/atf-version.$(OBJEXT)
|
|
tools_atf_version_OBJECTS = $(am_tools_atf_version_OBJECTS)
|
|
tools_atf_version_DEPENDENCIES =
|
|
tools_atf_version_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(tools_atf_version_LDFLAGS) $(LDFLAGS) -o $@
|
|
atf_atf_shSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
|
atf_dataSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
|
atf_formatsSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
|
atf_test_programsSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
|
atf_toolsSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
|
SCRIPTS = $(atf_atf_sh_SCRIPTS) $(atf_data_SCRIPTS) \
|
|
$(atf_formats_SCRIPTS) $(atf_test_programs_SCRIPTS) \
|
|
$(atf_tools_SCRIPTS)
|
|
DEFAULT_INCLUDES = -I.@am__isrc@
|
|
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
|
|
am__depfiles_maybe = depfiles
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
|
$(LDFLAGS) -o $@
|
|
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
CXXLD = $(CXX)
|
|
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
|
|
$(LDFLAGS) -o $@
|
|
SOURCES = $(tests_build_libuseless_a_SOURCES) $(libatf_c___la_SOURCES) \
|
|
$(libatf_c_la_SOURCES) $(nodist_libatf_c_la_SOURCES) \
|
|
$(tests_atf_atf_c___t_config_SOURCES) \
|
|
$(tests_atf_atf_c___t_env_SOURCES) \
|
|
$(tests_atf_atf_c___t_expand_SOURCES) \
|
|
$(tests_atf_atf_c___t_fs_SOURCES) \
|
|
$(tests_atf_atf_c___t_io_SOURCES) \
|
|
$(tests_atf_atf_c___t_macros_SOURCES) \
|
|
$(tests_atf_atf_c___t_parser_SOURCES) \
|
|
$(tests_atf_atf_c___t_signals_SOURCES) \
|
|
$(tests_atf_atf_c___t_tests_SOURCES) \
|
|
$(tests_atf_atf_c___t_text_SOURCES) \
|
|
$(tests_atf_atf_c___t_user_SOURCES) \
|
|
$(tests_atf_atf_c___t_utils_SOURCES) \
|
|
$(tests_atf_atf_c_t_config_SOURCES) \
|
|
$(tests_atf_atf_c_t_dynstr_SOURCES) \
|
|
$(tests_atf_atf_c_t_env_SOURCES) \
|
|
$(tests_atf_atf_c_t_error_SOURCES) \
|
|
$(tests_atf_atf_c_t_expand_SOURCES) \
|
|
$(tests_atf_atf_c_t_fs_SOURCES) \
|
|
$(tests_atf_atf_c_t_io_SOURCES) \
|
|
$(tests_atf_atf_c_t_list_SOURCES) \
|
|
$(tests_atf_atf_c_t_macros_SOURCES) \
|
|
$(tests_atf_atf_c_t_map_SOURCES) \
|
|
$(tests_atf_atf_c_t_sanity_SOURCES) \
|
|
$(tests_atf_atf_c_t_signals_SOURCES) \
|
|
$(tests_atf_atf_c_t_tc_SOURCES) \
|
|
$(tests_atf_atf_c_t_tcr_SOURCES) \
|
|
$(tests_atf_atf_c_t_text_SOURCES) \
|
|
$(tests_atf_atf_c_t_ui_SOURCES) \
|
|
$(tests_atf_atf_c_t_user_SOURCES) \
|
|
$(tests_atf_formats_h_parser_SOURCES) \
|
|
$(tests_atf_formats_t_writers_SOURCES) \
|
|
$(tests_atf_test_programs_h_c_SOURCES) \
|
|
$(tests_atf_test_programs_h_cpp_SOURCES) \
|
|
$(tests_atf_tools_h_fail_SOURCES) \
|
|
$(tests_atf_tools_h_misc_SOURCES) \
|
|
$(tests_atf_tools_h_mode_SOURCES) \
|
|
$(tests_atf_tools_h_pass_SOURCES) \
|
|
$(tests_bootstrap_h_app_empty_SOURCES) \
|
|
$(tests_bootstrap_h_app_opts_args_SOURCES) \
|
|
$(tests_bootstrap_h_tp_basic_c_SOURCES) \
|
|
$(tests_bootstrap_h_tp_basic_cpp_SOURCES) \
|
|
$(tools_atf_cleanup_SOURCES) $(tools_atf_compile_SOURCES) \
|
|
$(tools_atf_config_SOURCES) $(tools_atf_exec_SOURCES) \
|
|
$(tools_atf_format_SOURCES) $(tools_atf_killpg_SOURCES) \
|
|
$(tools_atf_report_SOURCES) $(tools_atf_run_SOURCES) \
|
|
$(tools_atf_version_SOURCES)
|
|
DIST_SOURCES = $(tests_build_libuseless_a_SOURCES) \
|
|
$(libatf_c___la_SOURCES) $(libatf_c_la_SOURCES) \
|
|
$(tests_atf_atf_c___t_config_SOURCES) \
|
|
$(tests_atf_atf_c___t_env_SOURCES) \
|
|
$(tests_atf_atf_c___t_expand_SOURCES) \
|
|
$(tests_atf_atf_c___t_fs_SOURCES) \
|
|
$(tests_atf_atf_c___t_io_SOURCES) \
|
|
$(tests_atf_atf_c___t_macros_SOURCES) \
|
|
$(tests_atf_atf_c___t_parser_SOURCES) \
|
|
$(tests_atf_atf_c___t_signals_SOURCES) \
|
|
$(tests_atf_atf_c___t_tests_SOURCES) \
|
|
$(tests_atf_atf_c___t_text_SOURCES) \
|
|
$(tests_atf_atf_c___t_user_SOURCES) \
|
|
$(tests_atf_atf_c___t_utils_SOURCES) \
|
|
$(tests_atf_atf_c_t_config_SOURCES) \
|
|
$(tests_atf_atf_c_t_dynstr_SOURCES) \
|
|
$(tests_atf_atf_c_t_env_SOURCES) \
|
|
$(tests_atf_atf_c_t_error_SOURCES) \
|
|
$(tests_atf_atf_c_t_expand_SOURCES) \
|
|
$(tests_atf_atf_c_t_fs_SOURCES) \
|
|
$(tests_atf_atf_c_t_io_SOURCES) \
|
|
$(tests_atf_atf_c_t_list_SOURCES) \
|
|
$(tests_atf_atf_c_t_macros_SOURCES) \
|
|
$(tests_atf_atf_c_t_map_SOURCES) \
|
|
$(tests_atf_atf_c_t_sanity_SOURCES) \
|
|
$(tests_atf_atf_c_t_signals_SOURCES) \
|
|
$(tests_atf_atf_c_t_tc_SOURCES) \
|
|
$(tests_atf_atf_c_t_tcr_SOURCES) \
|
|
$(tests_atf_atf_c_t_text_SOURCES) \
|
|
$(tests_atf_atf_c_t_ui_SOURCES) \
|
|
$(tests_atf_atf_c_t_user_SOURCES) \
|
|
$(tests_atf_formats_h_parser_SOURCES) \
|
|
$(tests_atf_formats_t_writers_SOURCES) \
|
|
$(tests_atf_test_programs_h_c_SOURCES) \
|
|
$(tests_atf_test_programs_h_cpp_SOURCES) \
|
|
$(tests_atf_tools_h_fail_SOURCES) \
|
|
$(tests_atf_tools_h_misc_SOURCES) \
|
|
$(tests_atf_tools_h_mode_SOURCES) \
|
|
$(tests_atf_tools_h_pass_SOURCES) \
|
|
$(tests_bootstrap_h_app_empty_SOURCES) \
|
|
$(tests_bootstrap_h_app_opts_args_SOURCES) \
|
|
$(tests_bootstrap_h_tp_basic_c_SOURCES) \
|
|
$(tests_bootstrap_h_tp_basic_cpp_SOURCES) \
|
|
$(tools_atf_cleanup_SOURCES) $(tools_atf_compile_SOURCES) \
|
|
$(tools_atf_config_SOURCES) $(tools_atf_exec_SOURCES) \
|
|
$(tools_atf_format_SOURCES) $(tools_atf_killpg_SOURCES) \
|
|
$(tools_atf_report_SOURCES) $(tools_atf_run_SOURCES) \
|
|
$(tools_atf_version_SOURCES)
|
|
man1dir = $(mandir)/man1
|
|
man3dir = $(mandir)/man3
|
|
man4dir = $(mandir)/man4
|
|
man5dir = $(mandir)/man5
|
|
man7dir = $(mandir)/man7
|
|
NROFF = nroff
|
|
MANS = $(dist_man_MANS) $(man_MANS)
|
|
atf_atf_cDATA_INSTALL = $(INSTALL_DATA)
|
|
atf_atf_c__DATA_INSTALL = $(INSTALL_DATA)
|
|
atf_atf_shDATA_INSTALL = $(INSTALL_DATA)
|
|
atf_dataDATA_INSTALL = $(INSTALL_DATA)
|
|
atf_formatsDATA_INSTALL = $(INSTALL_DATA)
|
|
atf_shDATA_INSTALL = $(INSTALL_DATA)
|
|
atf_test_programsDATA_INSTALL = $(INSTALL_DATA)
|
|
atf_toolsDATA_INSTALL = $(INSTALL_DATA)
|
|
cssDATA_INSTALL = $(INSTALL_DATA)
|
|
docDATA_INSTALL = $(INSTALL_DATA)
|
|
dtdDATA_INSTALL = $(INSTALL_DATA)
|
|
egDATA_INSTALL = $(INSTALL_DATA)
|
|
hooksDATA_INSTALL = $(INSTALL_DATA)
|
|
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
|
|
pkgtestsDATA_INSTALL = $(INSTALL_DATA)
|
|
xslDATA_INSTALL = $(INSTALL_DATA)
|
|
DATA = $(atf_atf_c_DATA) $(atf_atf_c___DATA) $(atf_atf_sh_DATA) \
|
|
$(atf_data_DATA) $(atf_formats_DATA) $(atf_sh_DATA) \
|
|
$(atf_test_programs_DATA) $(atf_tools_DATA) $(css_DATA) \
|
|
$(doc_DATA) $(dtd_DATA) $(eg_DATA) $(hooks_DATA) \
|
|
$(pkgconfig_DATA) $(pkgtests_DATA) $(xsl_DATA)
|
|
atf_cHEADERS_INSTALL = $(INSTALL_HEADER)
|
|
atf_c__HEADERS_INSTALL = $(INSTALL_HEADER)
|
|
includeHEADERS_INSTALL = $(INSTALL_HEADER)
|
|
HEADERS = $(atf_c_HEADERS) $(atf_c___HEADERS) $(include_HEADERS)
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
top_distdir = $(distdir)
|
|
am__remove_distdir = \
|
|
{ test ! -d $(distdir) \
|
|
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
&& rm -fr $(distdir); }; }
|
|
DIST_ARCHIVES = $(distdir).tar.gz
|
|
GZIP_ENV = --best
|
|
distuninstallcheck_listfiles = find . -type f -print
|
|
distcleancheck_listfiles = find . -type f -print
|
|
ACLOCAL = @ACLOCAL@
|
|
AMTAR = @AMTAR@
|
|
AR = @AR@
|
|
ATF_CONFSUBDIR = @ATF_CONFSUBDIR@
|
|
ATF_SHELL = @ATF_SHELL@
|
|
ATF_WORKDIR = @ATF_WORKDIR@
|
|
ATTRIBUTE_NORETURN = @ATTRIBUTE_NORETURN@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
CC = @CC@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
CFLAGS = @CFLAGS@
|
|
CPP = @CPP@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
CXX = @CXX@
|
|
CXXCPP = @CXXCPP@
|
|
CXXDEPMODE = @CXXDEPMODE@
|
|
CXXFLAGS = @CXXFLAGS@
|
|
CYGPATH_W = @CYGPATH_W@
|
|
DEFS = @DEFS@
|
|
DEPDIR = @DEPDIR@
|
|
ECHO = @ECHO@
|
|
ECHO_C = @ECHO_C@
|
|
ECHO_N = @ECHO_N@
|
|
ECHO_T = @ECHO_T@
|
|
EGREP = @EGREP@
|
|
EXEEXT = @EXEEXT@
|
|
F77 = @F77@
|
|
FFLAGS = @FFLAGS@
|
|
GREP = @GREP@
|
|
INSTALL = @INSTALL@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBS = @LIBS@
|
|
LIBTOOL = @LIBTOOL@
|
|
LN_S = @LN_S@
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
MAKEINFO = @MAKEINFO@
|
|
MKDIR_P = @MKDIR_P@
|
|
MTN = @MTN@
|
|
OBJEXT = @OBJEXT@
|
|
PACKAGE = @PACKAGE@
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
RANLIB = @RANLIB@
|
|
SED = @SED@
|
|
SET_MAKE = @SET_MAKE@
|
|
SHELL = @SHELL@
|
|
STRIP = @STRIP@
|
|
VERSION = @VERSION@
|
|
abs_builddir = @abs_builddir@
|
|
abs_srcdir = @abs_srcdir@
|
|
abs_top_builddir = @abs_top_builddir@
|
|
abs_top_srcdir = @abs_top_srcdir@
|
|
ac_ct_CC = @ac_ct_CC@
|
|
ac_ct_CXX = @ac_ct_CXX@
|
|
ac_ct_F77 = @ac_ct_F77@
|
|
am__include = @am__include@
|
|
am__leading_dot = @am__leading_dot@
|
|
am__quote = @am__quote@
|
|
am__tar = @am__tar@
|
|
am__untar = @am__untar@
|
|
atf_arch = @atf_arch@
|
|
atf_confdir = @atf_confdir@
|
|
atf_cssdir = @atf_cssdir@
|
|
atf_dtddir = @atf_dtddir@
|
|
atf_egdir = @atf_egdir@
|
|
atf_machine = @atf_machine@
|
|
atf_pkgconfigdir = @atf_pkgconfigdir@
|
|
atf_xsldir = @atf_xsldir@
|
|
bindir = @bindir@
|
|
build = @build@
|
|
build_alias = @build_alias@
|
|
build_cpu = @build_cpu@
|
|
build_os = @build_os@
|
|
build_vendor = @build_vendor@
|
|
builddir = @builddir@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
docdir = @docdir@
|
|
dvidir = @dvidir@
|
|
exec_prefix = @exec_prefix@
|
|
host = @host@
|
|
host_alias = @host_alias@
|
|
host_cpu = @host_cpu@
|
|
host_os = @host_os@
|
|
host_vendor = @host_vendor@
|
|
htmldir = @htmldir@
|
|
includedir = @includedir@
|
|
infodir = @infodir@
|
|
install_sh = @install_sh@
|
|
libdir = @libdir@
|
|
libexecdir = @libexecdir@
|
|
localedir = @localedir@
|
|
localstatedir = @localstatedir@
|
|
mandir = @mandir@
|
|
mkdir_p = @mkdir_p@
|
|
oldincludedir = @oldincludedir@
|
|
pdfdir = @pdfdir@
|
|
prefix = @prefix@
|
|
program_transform_name = @program_transform_name@
|
|
psdir = @psdir@
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
srcdir = @srcdir@
|
|
sysconfdir = @sysconfdir@
|
|
target = @target@
|
|
target_alias = @target_alias@
|
|
target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
doc_DATA = AUTHORS COPYING NEWS README ROADMAP
|
|
EXTRA_DIST = $(doc_DATA) admin/check-install.sh \
|
|
admin/check-style-common.awk admin/check-style-c.awk \
|
|
admin/check-style-cpp.awk admin/check-style-man.awk \
|
|
admin/check-style-shell.awk admin/check-style.sh \
|
|
admin/revision-dist.h $(atf_sh_DATA) $(css_DATA) $(dtd_DATA) \
|
|
$(eg_DATA) data/atf-c.pc.in data/atf-c++.pc.in $(xsl_DATA) \
|
|
doc/atf.7.in tests/bootstrap/h_tp_basic_sh.sh \
|
|
tests/bootstrap/h_tp_atf_check_sh.sh tests/bootstrap/testsuite \
|
|
tests/bootstrap/package.m4 tests/bootstrap/testsuite.at \
|
|
$(testsuite_incs) $(pkgtests_DATA) $(atf_atf_c_DATA) \
|
|
$(atf_atf_c___DATA) $(atf_atf_sh_DATA) \
|
|
tests/atf/atf-sh/h_misc.sh tests/atf/atf-sh/t_atf_check.sh \
|
|
tests/atf/atf-sh/t_config.sh tests/atf/atf-sh/t_normalize.sh \
|
|
tests/atf/atf-sh/t_tc.sh tests/atf/atf-sh/t_tp.sh \
|
|
$(atf_data_DATA) tests/atf/data/t_pkg_config.sh \
|
|
$(atf_formats_DATA) tests/atf/formats/t_parsers.sh \
|
|
$(atf_test_programs_DATA) tests/atf/test_programs/common.sh \
|
|
tests/atf/test_programs/h_sh.sh \
|
|
tests/atf/test_programs/t_cleanup.sh \
|
|
tests/atf/test_programs/t_config.sh \
|
|
tests/atf/test_programs/t_env.sh \
|
|
tests/atf/test_programs/t_fork.sh \
|
|
tests/atf/test_programs/t_meta_data.sh \
|
|
tests/atf/test_programs/t_srcdir.sh \
|
|
tests/atf/test_programs/t_status.sh \
|
|
tests/atf/test_programs/t_workdir.sh $(atf_tools_DATA) \
|
|
tests/atf/tools/t_atf_cleanup.sh \
|
|
tests/atf/tools/t_atf_compile.sh \
|
|
tests/atf/tools/t_atf_config.sh tests/atf/tools/t_atf_exec.sh \
|
|
tests/atf/tools/t_atf_killpg.sh \
|
|
tests/atf/tools/t_atf_report.sh tests/atf/tools/t_atf_run.sh \
|
|
tools/atf-host-compile.sh $(hooks_DATA)
|
|
AM_CPPFLAGS = -DATF_ARCH=\"$(atf_arch)\" \
|
|
-DATF_CONFDIR=\"$(atf_confdir)\" \
|
|
-DATF_LIBEXECDIR=\"$(libexecdir)\" \
|
|
-DATF_MACHINE=\"$(atf_machine)\" \
|
|
-DATF_PKGDATADIR=\"$(pkgdatadir)\" \
|
|
-DATF_SHELL=\"$(ATF_SHELL)\" \
|
|
-DATF_WORKDIR=\"$(ATF_WORKDIR)\"
|
|
|
|
ATF_COMPILE_DEPS = $(srcdir)/atf-sh/atf.init.subr \
|
|
tools/atf-host-compile
|
|
ATF_COMPILE_SH = ./tools/atf-host-compile
|
|
CLEANFILES = admin/revision.h data/atf-c.pc data/atf-c++.pc doc/atf.7 \
|
|
tests/bootstrap/h_tp_basic_sh \
|
|
tests/bootstrap/h_tp_atf_check_sh installcheck.log \
|
|
tests/atf/atf-sh/h_misc tests/atf/atf-sh/t_atf_check \
|
|
tests/atf/atf-sh/t_config tests/atf/atf-sh/t_normalize \
|
|
tests/atf/atf-sh/t_tc tests/atf/atf-sh/t_tp \
|
|
tests/atf/data/t_pkg_config tests/atf/formats/t_parsers \
|
|
tests/atf/test_programs/h_sh tests/atf/test_programs/t_cleanup \
|
|
tests/atf/test_programs/t_config tests/atf/test_programs/t_env \
|
|
tests/atf/test_programs/t_fork \
|
|
tests/atf/test_programs/t_meta_data \
|
|
tests/atf/test_programs/t_srcdir \
|
|
tests/atf/test_programs/t_status \
|
|
tests/atf/test_programs/t_workdir \
|
|
tests/atf/tools/t_atf_cleanup tests/atf/tools/t_atf_compile \
|
|
tests/atf/tools/t_atf_config tests/atf/tools/t_atf_exec \
|
|
tests/atf/tools/t_atf_killpg tests/atf/tools/t_atf_report \
|
|
tests/atf/tools/t_atf_run tools/atf-host-compile \
|
|
tools/atf-host-compile.tmp revision.h
|
|
|
|
# -------------------------------------------------------------------------
|
|
# `atf-c' directory.
|
|
# -------------------------------------------------------------------------
|
|
|
|
# -------------------------------------------------------------------------
|
|
# `atf-c++' directory.
|
|
# -------------------------------------------------------------------------
|
|
lib_LTLIBRARIES = libatf-c.la libatf-c++.la
|
|
libatf_c_la_SOURCES = atf-c/config.c \
|
|
atf-c/config.h \
|
|
atf-c/dynstr.c \
|
|
atf-c/dynstr.h \
|
|
atf-c/env.c \
|
|
atf-c/env.h \
|
|
atf-c/error.c \
|
|
atf-c/error.h \
|
|
atf-c/expand.c \
|
|
atf-c/expand.h \
|
|
atf-c/fs.c \
|
|
atf-c/fs.h \
|
|
atf-c/io.c \
|
|
atf-c/io.h \
|
|
atf-c/list.c \
|
|
atf-c/list.h \
|
|
atf-c/macros.h \
|
|
atf-c/map.c \
|
|
atf-c/map.h \
|
|
atf-c/object.c \
|
|
atf-c/object.h \
|
|
atf-c/sanity.c \
|
|
atf-c/sanity.h \
|
|
atf-c/signals.c \
|
|
atf-c/signals.h \
|
|
atf-c/text.c \
|
|
atf-c/text.h \
|
|
atf-c/ui.c \
|
|
atf-c/ui.h \
|
|
atf-c/user.c \
|
|
atf-c/user.h \
|
|
atf-c/tc.c \
|
|
atf-c/tc.h \
|
|
atf-c/tcr.c \
|
|
atf-c/tcr.h \
|
|
atf-c/tp.c \
|
|
atf-c/tp.h \
|
|
atf-c/tp_main.c
|
|
|
|
nodist_libatf_c_la_SOURCES = \
|
|
atf-c/defs.h
|
|
|
|
include_HEADERS = atf-c.h atf-c++.hpp
|
|
atf_c_HEADERS = atf-c/config.h \
|
|
atf-c/defs.h \
|
|
atf-c/dynstr.h \
|
|
atf-c/env.h \
|
|
atf-c/error.h \
|
|
atf-c/expand.h \
|
|
atf-c/fs.h \
|
|
atf-c/io.h \
|
|
atf-c/list.h \
|
|
atf-c/macros.h \
|
|
atf-c/map.h \
|
|
atf-c/object.h \
|
|
atf-c/sanity.h \
|
|
atf-c/signals.h \
|
|
atf-c/tc.h \
|
|
atf-c/tcr.h \
|
|
atf-c/text.h \
|
|
atf-c/tp.h \
|
|
atf-c/ui.h \
|
|
atf-c/user.h
|
|
|
|
atf_cdir = $(includedir)/atf-c
|
|
dist_man_MANS = atf-c/atf-c-api.3 atf-c++/atf-c++-api.3 \
|
|
atf-sh/atf-sh-api.3 doc/atf-formats.5 doc/atf-test-case.4 \
|
|
doc/atf-test-program.1 tools/atf-config.1 tools/atf-cleanup.1 \
|
|
tools/atf-compile.1 tools/atf-exec.1 tools/atf-format.1 \
|
|
tools/atf-killpg.1 tools/atf-report.1 tools/atf-run.1 \
|
|
tools/atf-version.1
|
|
libatf_c___la_LDFLAGS = -L.
|
|
libatf_c___la_LIBADD = -latf-c
|
|
libatf_c___la_SOURCES = atf-c++/application.cpp \
|
|
atf-c++/application.hpp \
|
|
atf-c++/atffile.cpp \
|
|
atf-c++/atffile.hpp \
|
|
atf-c++/config.cpp \
|
|
atf-c++/config.hpp \
|
|
atf-c++/env.cpp \
|
|
atf-c++/env.hpp \
|
|
atf-c++/exceptions.cpp \
|
|
atf-c++/exceptions.hpp \
|
|
atf-c++/expand.cpp \
|
|
atf-c++/expand.hpp \
|
|
atf-c++/formats.cpp \
|
|
atf-c++/formats.hpp \
|
|
atf-c++/fs.cpp \
|
|
atf-c++/fs.hpp \
|
|
atf-c++/io.cpp \
|
|
atf-c++/io.hpp \
|
|
atf-c++/macros.hpp \
|
|
atf-c++/parser.cpp \
|
|
atf-c++/parser.hpp \
|
|
atf-c++/sanity.hpp \
|
|
atf-c++/signals.cpp \
|
|
atf-c++/signals.hpp \
|
|
atf-c++/tests.cpp \
|
|
atf-c++/tests.hpp \
|
|
atf-c++/text.cpp \
|
|
atf-c++/text.hpp \
|
|
atf-c++/ui.cpp \
|
|
atf-c++/ui.hpp \
|
|
atf-c++/user.cpp \
|
|
atf-c++/user.hpp \
|
|
atf-c++/utils.hpp
|
|
|
|
atf_c___HEADERS = atf-c++/application.hpp \
|
|
atf-c++/atffile.hpp \
|
|
atf-c++/config.hpp \
|
|
atf-c++/env.hpp \
|
|
atf-c++/exceptions.hpp \
|
|
atf-c++/expand.hpp \
|
|
atf-c++/formats.hpp \
|
|
atf-c++/fs.hpp \
|
|
atf-c++/io.hpp \
|
|
atf-c++/macros.hpp \
|
|
atf-c++/parser.hpp \
|
|
atf-c++/sanity.hpp \
|
|
atf-c++/tests.hpp \
|
|
atf-c++/text.hpp \
|
|
atf-c++/ui.hpp \
|
|
atf-c++/user.hpp \
|
|
atf-c++/utils.hpp
|
|
|
|
atf_c__dir = $(includedir)/atf-c++
|
|
|
|
# -------------------------------------------------------------------------
|
|
# `atf-sh' directory.
|
|
# -------------------------------------------------------------------------
|
|
atf_sh_DATA = atf-sh/atf.footer.subr \
|
|
atf-sh/atf.header.subr \
|
|
atf-sh/atf.init.subr
|
|
|
|
atf_shdir = $(pkgdatadir)
|
|
|
|
# -------------------------------------------------------------------------
|
|
# `data' directory.
|
|
# -------------------------------------------------------------------------
|
|
cssdir = $(atf_cssdir)
|
|
css_DATA = data/tests-results.css
|
|
dtddir = $(atf_dtddir)
|
|
dtd_DATA = data/tests-results.dtd
|
|
egdir = $(atf_egdir)
|
|
eg_DATA = data/atf-run.hooks
|
|
pkgconfigdir = $(atf_pkgconfigdir)
|
|
pkgconfig_DATA = data/atf-c.pc data/atf-c++.pc
|
|
xsldir = $(atf_xsldir)
|
|
xsl_DATA = data/tests-results.xsl
|
|
|
|
# -------------------------------------------------------------------------
|
|
# `doc' directory.
|
|
# -------------------------------------------------------------------------
|
|
man_MANS = doc/atf.7
|
|
|
|
# -------------------------------------------------------------------------
|
|
# `m4' directory.
|
|
# -------------------------------------------------------------------------
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
tests_bootstrap_h_app_empty_SOURCES = tests/bootstrap/h_app_empty.cpp
|
|
tests_bootstrap_h_app_empty_LDADD = -latf-c++
|
|
tests_bootstrap_h_app_empty_LDFLAGS = -L.
|
|
tests_bootstrap_h_app_opts_args_SOURCES = tests/bootstrap/h_app_opts_args.cpp
|
|
tests_bootstrap_h_app_opts_args_LDADD = -latf-c++
|
|
tests_bootstrap_h_app_opts_args_LDFLAGS = -L.
|
|
tests_bootstrap_h_tp_basic_c_SOURCES = tests/bootstrap/h_tp_basic_c.c
|
|
tests_bootstrap_h_tp_basic_c_LDADD = -latf-c
|
|
tests_bootstrap_h_tp_basic_c_LDFLAGS = -L.
|
|
tests_bootstrap_h_tp_basic_cpp_SOURCES = tests/bootstrap/h_tp_basic_cpp.cpp
|
|
tests_bootstrap_h_tp_basic_cpp_LDADD = -latf-c++
|
|
tests_bootstrap_h_tp_basic_cpp_LDFLAGS = -L.
|
|
check_SCRIPTS = tests/bootstrap/h_tp_basic_sh \
|
|
tests/bootstrap/h_tp_atf_check_sh
|
|
TESTS = $(srcdir)/tests/bootstrap/testsuite
|
|
DISTCLEANFILES = \
|
|
tests/bootstrap/atconfig \
|
|
testsuite.lineno \
|
|
testsuite.log
|
|
|
|
testsuite_incs = $(srcdir)/tests/bootstrap/t_application_help.at \
|
|
$(srcdir)/tests/bootstrap/t_application_opts_args.at \
|
|
$(srcdir)/tests/bootstrap/t_atf_config.at \
|
|
$(srcdir)/tests/bootstrap/t_atf_format.at \
|
|
$(srcdir)/tests/bootstrap/t_atf_run.at \
|
|
$(srcdir)/tests/bootstrap/t_subr_atf_check.at \
|
|
$(srcdir)/tests/bootstrap/t_test_program_compare.at \
|
|
$(srcdir)/tests/bootstrap/t_test_program_filter.at \
|
|
$(srcdir)/tests/bootstrap/t_test_program_list.at \
|
|
$(srcdir)/tests/bootstrap/t_test_program_run.at
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
# `tests/atf' directory.
|
|
# -------------------------------------------------------------------------
|
|
testsdir = $(exec_prefix)/tests
|
|
pkgtestsdir = $(exec_prefix)/tests/atf
|
|
pkgtests_DATA = tests/atf/Atffile
|
|
atf_atf_c_DATA = tests/atf/atf-c/Atffile
|
|
atf_atf_cdir = $(pkgtestsdir)/atf-c
|
|
tests_atf_atf_c_t_config_SOURCES = tests/atf/atf-c/t_config.c
|
|
tests_atf_atf_c_t_config_LDADD = -latf-c
|
|
tests_atf_atf_c_t_config_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_dynstr_SOURCES = tests/atf/atf-c/t_dynstr.c
|
|
tests_atf_atf_c_t_dynstr_LDADD = -latf-c
|
|
tests_atf_atf_c_t_dynstr_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_env_SOURCES = tests/atf/atf-c/t_env.c
|
|
tests_atf_atf_c_t_env_LDADD = -latf-c
|
|
tests_atf_atf_c_t_env_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_error_SOURCES = tests/atf/atf-c/t_error.c
|
|
tests_atf_atf_c_t_error_LDADD = -latf-c
|
|
tests_atf_atf_c_t_error_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_expand_SOURCES = tests/atf/atf-c/t_expand.c
|
|
tests_atf_atf_c_t_expand_LDADD = -latf-c
|
|
tests_atf_atf_c_t_expand_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_fs_SOURCES = tests/atf/atf-c/t_fs.c
|
|
tests_atf_atf_c_t_fs_LDADD = -latf-c
|
|
tests_atf_atf_c_t_fs_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_io_SOURCES = tests/atf/atf-c/t_io.c
|
|
tests_atf_atf_c_t_io_LDADD = -latf-c
|
|
tests_atf_atf_c_t_io_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_list_SOURCES = tests/atf/atf-c/t_list.c
|
|
tests_atf_atf_c_t_list_LDADD = -latf-c
|
|
tests_atf_atf_c_t_list_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_macros_SOURCES = tests/atf/atf-c/t_macros.c
|
|
tests_atf_atf_c_t_macros_LDADD = -latf-c
|
|
tests_atf_atf_c_t_macros_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_map_SOURCES = tests/atf/atf-c/t_map.c
|
|
tests_atf_atf_c_t_map_LDADD = -latf-c
|
|
tests_atf_atf_c_t_map_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_signals_SOURCES = tests/atf/atf-c/t_signals.c
|
|
tests_atf_atf_c_t_signals_LDADD = -latf-c
|
|
tests_atf_atf_c_t_signals_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_tc_SOURCES = tests/atf/atf-c/t_tc.c
|
|
tests_atf_atf_c_t_tc_LDADD = -latf-c
|
|
tests_atf_atf_c_t_tc_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_tcr_SOURCES = tests/atf/atf-c/t_tcr.c
|
|
tests_atf_atf_c_t_tcr_LDADD = -latf-c
|
|
tests_atf_atf_c_t_tcr_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_sanity_SOURCES = tests/atf/atf-c/t_sanity.c
|
|
tests_atf_atf_c_t_sanity_LDADD = -latf-c
|
|
tests_atf_atf_c_t_sanity_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_text_SOURCES = tests/atf/atf-c/t_text.c
|
|
tests_atf_atf_c_t_text_LDADD = -latf-c
|
|
tests_atf_atf_c_t_text_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_ui_SOURCES = tests/atf/atf-c/t_ui.c
|
|
tests_atf_atf_c_t_ui_LDADD = -latf-c
|
|
tests_atf_atf_c_t_ui_LDFLAGS = -L.
|
|
tests_atf_atf_c_t_user_SOURCES = tests/atf/atf-c/t_user.c
|
|
tests_atf_atf_c_t_user_LDADD = -latf-c
|
|
tests_atf_atf_c_t_user_LDFLAGS = -L.
|
|
atf_atf_c___DATA = tests/atf/atf-c++/Atffile
|
|
atf_atf_c__dir = $(pkgtestsdir)/atf-c++
|
|
tests_atf_atf_c___t_config_SOURCES = tests/atf/atf-c++/t_config.cpp
|
|
tests_atf_atf_c___t_config_LDADD = -latf-c++
|
|
tests_atf_atf_c___t_config_LDFLAGS = -L.
|
|
tests_atf_atf_c___t_env_SOURCES = tests/atf/atf-c++/t_env.cpp
|
|
tests_atf_atf_c___t_env_LDADD = -latf-c++
|
|
tests_atf_atf_c___t_env_LDFLAGS = -L.
|
|
tests_atf_atf_c___t_expand_SOURCES = tests/atf/atf-c++/t_expand.cpp
|
|
tests_atf_atf_c___t_expand_LDADD = -latf-c++
|
|
tests_atf_atf_c___t_expand_LDFLAGS = -L.
|
|
tests_atf_atf_c___t_fs_SOURCES = tests/atf/atf-c++/t_fs.cpp
|
|
tests_atf_atf_c___t_fs_LDADD = -latf-c++
|
|
tests_atf_atf_c___t_fs_LDFLAGS = -L.
|
|
tests_atf_atf_c___t_io_SOURCES = tests/atf/atf-c++/t_io.cpp
|
|
tests_atf_atf_c___t_io_LDADD = -latf-c++
|
|
tests_atf_atf_c___t_io_LDFLAGS = -L.
|
|
tests_atf_atf_c___t_macros_SOURCES = tests/atf/atf-c++/t_macros.cpp
|
|
tests_atf_atf_c___t_macros_LDADD = -latf-c++
|
|
tests_atf_atf_c___t_macros_LDFLAGS = -L.
|
|
tests_atf_atf_c___t_parser_SOURCES = tests/atf/atf-c++/t_parser.cpp
|
|
tests_atf_atf_c___t_parser_LDADD = -latf-c++
|
|
tests_atf_atf_c___t_parser_LDFLAGS = -L.
|
|
tests_atf_atf_c___t_signals_SOURCES = tests/atf/atf-c++/t_signals.cpp
|
|
tests_atf_atf_c___t_signals_LDADD = -latf-c++
|
|
tests_atf_atf_c___t_signals_LDFLAGS = -L.
|
|
tests_atf_atf_c___t_tests_SOURCES = tests/atf/atf-c++/t_tests.cpp
|
|
tests_atf_atf_c___t_tests_LDADD = -latf-c++
|
|
tests_atf_atf_c___t_tests_LDFLAGS = -L.
|
|
tests_atf_atf_c___t_text_SOURCES = tests/atf/atf-c++/t_text.cpp
|
|
tests_atf_atf_c___t_text_LDADD = -latf-c++
|
|
tests_atf_atf_c___t_text_LDFLAGS = -L.
|
|
tests_atf_atf_c___t_user_SOURCES = tests/atf/atf-c++/t_user.cpp
|
|
tests_atf_atf_c___t_user_LDADD = -latf-c++
|
|
tests_atf_atf_c___t_user_LDFLAGS = -L.
|
|
tests_atf_atf_c___t_utils_SOURCES = tests/atf/atf-c++/t_utils.cpp
|
|
tests_atf_atf_c___t_utils_LDADD = -latf-c++
|
|
tests_atf_atf_c___t_utils_LDFLAGS = -L.
|
|
atf_atf_sh_DATA = tests/atf/atf-sh/Atffile
|
|
atf_atf_shdir = $(pkgtestsdir)/atf-sh
|
|
atf_atf_sh_SCRIPTS = tests/atf/atf-sh/h_misc \
|
|
tests/atf/atf-sh/t_atf_check tests/atf/atf-sh/t_config \
|
|
tests/atf/atf-sh/t_normalize tests/atf/atf-sh/t_tc \
|
|
tests/atf/atf-sh/t_tp
|
|
atf_data_DATA = tests/atf/data/Atffile
|
|
atf_datadir = $(pkgtestsdir)/data
|
|
atf_data_SCRIPTS = tests/atf/data/t_pkg_config
|
|
atf_formats_DATA = tests/atf/formats/Atffile \
|
|
tests/atf/formats/d_atffile_1 \
|
|
tests/atf/formats/d_atffile_1.expout \
|
|
tests/atf/formats/d_atffile_2 \
|
|
tests/atf/formats/d_atffile_2.expout \
|
|
tests/atf/formats/d_atffile_3 \
|
|
tests/atf/formats/d_atffile_3.expout \
|
|
tests/atf/formats/d_atffile_4 \
|
|
tests/atf/formats/d_atffile_4.expout \
|
|
tests/atf/formats/d_atffile_5 \
|
|
tests/atf/formats/d_atffile_5.expout \
|
|
tests/atf/formats/d_atffile_50 \
|
|
tests/atf/formats/d_atffile_50.experr \
|
|
tests/atf/formats/d_atffile_51 \
|
|
tests/atf/formats/d_atffile_51.experr \
|
|
tests/atf/formats/d_atffile_52 \
|
|
tests/atf/formats/d_atffile_52.experr \
|
|
tests/atf/formats/d_atffile_53 \
|
|
tests/atf/formats/d_atffile_53.experr \
|
|
tests/atf/formats/d_atffile_53.expout \
|
|
tests/atf/formats/d_atffile_54 \
|
|
tests/atf/formats/d_atffile_54.experr \
|
|
tests/atf/formats/d_atffile_6 \
|
|
tests/atf/formats/d_atffile_6.expout \
|
|
tests/atf/formats/d_config_1 \
|
|
tests/atf/formats/d_config_1.expout \
|
|
tests/atf/formats/d_config_2 \
|
|
tests/atf/formats/d_config_2.expout \
|
|
tests/atf/formats/d_config_3 \
|
|
tests/atf/formats/d_config_3.expout \
|
|
tests/atf/formats/d_config_4 \
|
|
tests/atf/formats/d_config_4.expout \
|
|
tests/atf/formats/d_config_50 \
|
|
tests/atf/formats/d_config_50.experr \
|
|
tests/atf/formats/d_config_51 \
|
|
tests/atf/formats/d_config_51.experr \
|
|
tests/atf/formats/d_config_52 \
|
|
tests/atf/formats/d_config_52.experr \
|
|
tests/atf/formats/d_config_53 \
|
|
tests/atf/formats/d_config_53.experr \
|
|
tests/atf/formats/d_config_53.expout \
|
|
tests/atf/formats/d_config_54 \
|
|
tests/atf/formats/d_config_54.experr \
|
|
tests/atf/formats/d_headers_1 \
|
|
tests/atf/formats/d_headers_1.experr \
|
|
tests/atf/formats/d_headers_10 \
|
|
tests/atf/formats/d_headers_10.experr \
|
|
tests/atf/formats/d_headers_11 \
|
|
tests/atf/formats/d_headers_11.experr \
|
|
tests/atf/formats/d_headers_12 \
|
|
tests/atf/formats/d_headers_12.experr \
|
|
tests/atf/formats/d_headers_2 \
|
|
tests/atf/formats/d_headers_2.experr \
|
|
tests/atf/formats/d_headers_3 \
|
|
tests/atf/formats/d_headers_3.experr \
|
|
tests/atf/formats/d_headers_4 \
|
|
tests/atf/formats/d_headers_4.experr \
|
|
tests/atf/formats/d_headers_5 \
|
|
tests/atf/formats/d_headers_5.experr \
|
|
tests/atf/formats/d_headers_6 \
|
|
tests/atf/formats/d_headers_6.experr \
|
|
tests/atf/formats/d_headers_7 \
|
|
tests/atf/formats/d_headers_7.experr \
|
|
tests/atf/formats/d_headers_8 \
|
|
tests/atf/formats/d_headers_8.experr \
|
|
tests/atf/formats/d_headers_9 \
|
|
tests/atf/formats/d_headers_9.experr \
|
|
tests/atf/formats/d_tcs_1 \
|
|
tests/atf/formats/d_tcs_1.errin \
|
|
tests/atf/formats/d_tcs_1.expout \
|
|
tests/atf/formats/d_tcs_1.outin \
|
|
tests/atf/formats/d_tcs_2 \
|
|
tests/atf/formats/d_tcs_2.errin \
|
|
tests/atf/formats/d_tcs_2.expout \
|
|
tests/atf/formats/d_tcs_2.outin \
|
|
tests/atf/formats/d_tcs_3 \
|
|
tests/atf/formats/d_tcs_3.errin \
|
|
tests/atf/formats/d_tcs_3.expout \
|
|
tests/atf/formats/d_tcs_3.outin \
|
|
tests/atf/formats/d_tcs_4 \
|
|
tests/atf/formats/d_tcs_4.errin \
|
|
tests/atf/formats/d_tcs_4.expout \
|
|
tests/atf/formats/d_tcs_4.outin \
|
|
tests/atf/formats/d_tcs_5 \
|
|
tests/atf/formats/d_tcs_5.errin \
|
|
tests/atf/formats/d_tcs_5.expout \
|
|
tests/atf/formats/d_tcs_5.outin \
|
|
tests/atf/formats/d_tcs_50 \
|
|
tests/atf/formats/d_tcs_50.experr \
|
|
tests/atf/formats/d_tcs_51 \
|
|
tests/atf/formats/d_tcs_51.experr \
|
|
tests/atf/formats/d_tcs_52 \
|
|
tests/atf/formats/d_tcs_52.experr \
|
|
tests/atf/formats/d_tcs_53 \
|
|
tests/atf/formats/d_tcs_53.experr \
|
|
tests/atf/formats/d_tcs_53.expout \
|
|
tests/atf/formats/d_tcs_54 \
|
|
tests/atf/formats/d_tcs_54.experr \
|
|
tests/atf/formats/d_tcs_54.expout \
|
|
tests/atf/formats/d_tcs_55 \
|
|
tests/atf/formats/d_tcs_55.experr \
|
|
tests/atf/formats/d_tcs_55.expout \
|
|
tests/atf/formats/d_tcs_56 \
|
|
tests/atf/formats/d_tcs_56.errin \
|
|
tests/atf/formats/d_tcs_56.experr \
|
|
tests/atf/formats/d_tcs_56.expout \
|
|
tests/atf/formats/d_tcs_56.outin \
|
|
tests/atf/formats/d_tcs_57 \
|
|
tests/atf/formats/d_tcs_57.errin \
|
|
tests/atf/formats/d_tcs_57.experr \
|
|
tests/atf/formats/d_tcs_57.expout \
|
|
tests/atf/formats/d_tcs_57.outin \
|
|
tests/atf/formats/d_tps_1 \
|
|
tests/atf/formats/d_tps_1.expout \
|
|
tests/atf/formats/d_tps_2 \
|
|
tests/atf/formats/d_tps_2.expout \
|
|
tests/atf/formats/d_tps_3 \
|
|
tests/atf/formats/d_tps_3.expout \
|
|
tests/atf/formats/d_tps_4 \
|
|
tests/atf/formats/d_tps_4.expout \
|
|
tests/atf/formats/d_tps_5 \
|
|
tests/atf/formats/d_tps_5.expout \
|
|
tests/atf/formats/d_tps_50 \
|
|
tests/atf/formats/d_tps_50.experr \
|
|
tests/atf/formats/d_tps_51 \
|
|
tests/atf/formats/d_tps_51.experr \
|
|
tests/atf/formats/d_tps_52 \
|
|
tests/atf/formats/d_tps_52.experr \
|
|
tests/atf/formats/d_tps_53 \
|
|
tests/atf/formats/d_tps_53.experr \
|
|
tests/atf/formats/d_tps_53.expout \
|
|
tests/atf/formats/d_tps_54 \
|
|
tests/atf/formats/d_tps_54.experr \
|
|
tests/atf/formats/d_tps_54.expout \
|
|
tests/atf/formats/d_tps_55 \
|
|
tests/atf/formats/d_tps_55.experr \
|
|
tests/atf/formats/d_tps_55.expout \
|
|
tests/atf/formats/d_tps_56 \
|
|
tests/atf/formats/d_tps_56.experr \
|
|
tests/atf/formats/d_tps_56.expout \
|
|
tests/atf/formats/d_tps_57 \
|
|
tests/atf/formats/d_tps_57.experr \
|
|
tests/atf/formats/d_tps_57.expout \
|
|
tests/atf/formats/d_tps_58 \
|
|
tests/atf/formats/d_tps_58.experr \
|
|
tests/atf/formats/d_tps_58.expout \
|
|
tests/atf/formats/d_tps_59 \
|
|
tests/atf/formats/d_tps_59.experr \
|
|
tests/atf/formats/d_tps_60 \
|
|
tests/atf/formats/d_tps_60.experr \
|
|
tests/atf/formats/d_tps_61 \
|
|
tests/atf/formats/d_tps_61.experr \
|
|
tests/atf/formats/d_tps_62 \
|
|
tests/atf/formats/d_tps_62.experr \
|
|
tests/atf/formats/d_tps_62.expout \
|
|
tests/atf/formats/d_tps_63 \
|
|
tests/atf/formats/d_tps_63.experr \
|
|
tests/atf/formats/d_tps_63.expout \
|
|
tests/atf/formats/d_tps_64 \
|
|
tests/atf/formats/d_tps_64.experr \
|
|
tests/atf/formats/d_tps_64.expout \
|
|
tests/atf/formats/d_tps_65 \
|
|
tests/atf/formats/d_tps_65.experr \
|
|
tests/atf/formats/d_tps_65.expout \
|
|
tests/atf/formats/d_tps_66 \
|
|
tests/atf/formats/d_tps_66.experr \
|
|
tests/atf/formats/d_tps_66.expout
|
|
|
|
atf_formatsdir = $(pkgtestsdir)/formats
|
|
tests_atf_formats_h_parser_SOURCES = tests/atf/formats/h_parser.cpp
|
|
tests_atf_formats_h_parser_LDADD = -latf-c++
|
|
tests_atf_formats_h_parser_LDFLAGS = -L.
|
|
tests_atf_formats_t_writers_SOURCES = tests/atf/formats/t_writers.cpp
|
|
tests_atf_formats_t_writers_LDADD = -latf-c++
|
|
tests_atf_formats_t_writers_LDFLAGS = -L.
|
|
atf_formats_SCRIPTS = tests/atf/formats/t_parsers
|
|
atf_test_programs_DATA = tests/atf/test_programs/Atffile
|
|
atf_test_programsdir = $(pkgtestsdir)/test_programs
|
|
atf_test_programs_SCRIPTS = tests/atf/test_programs/h_sh \
|
|
tests/atf/test_programs/t_cleanup \
|
|
tests/atf/test_programs/t_config tests/atf/test_programs/t_env \
|
|
tests/atf/test_programs/t_fork \
|
|
tests/atf/test_programs/t_meta_data \
|
|
tests/atf/test_programs/t_srcdir \
|
|
tests/atf/test_programs/t_status \
|
|
tests/atf/test_programs/t_workdir
|
|
tests_atf_test_programs_h_c_SOURCES = tests/atf/test_programs/h_c.c
|
|
tests_atf_test_programs_h_c_LDADD = -latf-c
|
|
tests_atf_test_programs_h_c_LDFLAGS = -L.
|
|
tests_atf_test_programs_h_cpp_SOURCES = tests/atf/test_programs/h_cpp.cpp
|
|
tests_atf_test_programs_h_cpp_LDADD = -latf-c++
|
|
tests_atf_test_programs_h_cpp_LDFLAGS = -L.
|
|
atf_tools_DATA = tests/atf/tools/Atffile
|
|
atf_toolsdir = $(pkgtestsdir)/tools
|
|
tests_atf_tools_h_fail_SOURCES = tests/atf/tools/h_fail.cpp
|
|
tests_atf_tools_h_fail_LDADD = -latf-c++
|
|
tests_atf_tools_h_fail_LDFLAGS = -L.
|
|
tests_atf_tools_h_misc_SOURCES = tests/atf/tools/h_misc.cpp
|
|
tests_atf_tools_h_misc_LDADD = -latf-c++
|
|
tests_atf_tools_h_misc_LDFLAGS = -L.
|
|
tests_atf_tools_h_mode_SOURCES = tests/atf/tools/h_mode.cpp
|
|
tests_atf_tools_h_mode_LDADD = -latf-c++
|
|
tests_atf_tools_h_mode_LDFLAGS = -L.
|
|
tests_atf_tools_h_pass_SOURCES = tests/atf/tools/h_pass.cpp
|
|
tests_atf_tools_h_pass_LDADD = -latf-c++
|
|
tests_atf_tools_h_pass_LDFLAGS = -L.
|
|
atf_tools_SCRIPTS = tests/atf/tools/t_atf_cleanup \
|
|
tests/atf/tools/t_atf_compile tests/atf/tools/t_atf_config \
|
|
tests/atf/tools/t_atf_exec tests/atf/tools/t_atf_killpg \
|
|
tests/atf/tools/t_atf_report tests/atf/tools/t_atf_run
|
|
|
|
# -------------------------------------------------------------------------
|
|
# `tests/build' directory.
|
|
# -------------------------------------------------------------------------
|
|
check_LIBRARIES = tests/build/libuseless.a
|
|
tests_build_libuseless_a_SOURCES = \
|
|
tests/build/t_include_atf_c_h.cpp \
|
|
tests/build/t_include_atf_c++_hpp.cpp \
|
|
tests/build/atf-c/t_include_config_h.c \
|
|
tests/build/atf-c/t_include_dynstr_h.c \
|
|
tests/build/atf-c/t_include_env_h.c \
|
|
tests/build/atf-c/t_include_error_h.c \
|
|
tests/build/atf-c/t_include_expand_h.c \
|
|
tests/build/atf-c/t_include_fs_h.c \
|
|
tests/build/atf-c/t_include_io_h.c \
|
|
tests/build/atf-c/t_include_list_h.c \
|
|
tests/build/atf-c/t_include_macros_h.c \
|
|
tests/build/atf-c/t_include_map_h.c \
|
|
tests/build/atf-c/t_include_object_h.c \
|
|
tests/build/atf-c/t_include_sanity_h.c \
|
|
tests/build/atf-c/t_include_signals_h.c \
|
|
tests/build/atf-c/t_include_tc_h.c \
|
|
tests/build/atf-c/t_include_tcr_h.c \
|
|
tests/build/atf-c/t_include_text_h.c \
|
|
tests/build/atf-c/t_include_tp_h.c \
|
|
tests/build/atf-c/t_include_ui_h.c \
|
|
tests/build/atf-c/t_use_macros_h.c \
|
|
tests/build/atf-c++/t_include_application_hpp.cpp \
|
|
tests/build/atf-c++/t_include_atffile_hpp.cpp \
|
|
tests/build/atf-c++/t_include_config_hpp.cpp \
|
|
tests/build/atf-c++/t_include_env_hpp.cpp \
|
|
tests/build/atf-c++/t_include_exceptions_hpp.cpp \
|
|
tests/build/atf-c++/t_include_expand_hpp.cpp \
|
|
tests/build/atf-c++/t_include_formats_hpp.cpp \
|
|
tests/build/atf-c++/t_include_fs_hpp.cpp \
|
|
tests/build/atf-c++/t_include_io_hpp.cpp \
|
|
tests/build/atf-c++/t_include_macros_hpp.cpp \
|
|
tests/build/atf-c++/t_include_parser_hpp.cpp \
|
|
tests/build/atf-c++/t_include_sanity_hpp.cpp \
|
|
tests/build/atf-c++/t_include_signals_hpp.cpp \
|
|
tests/build/atf-c++/t_include_tests_hpp.cpp \
|
|
tests/build/atf-c++/t_include_text_hpp.cpp \
|
|
tests/build/atf-c++/t_include_ui_hpp.cpp \
|
|
tests/build/atf-c++/t_include_user_hpp.cpp \
|
|
tests/build/atf-c++/t_include_utils_hpp.cpp \
|
|
tests/build/atf-c++/t_use_macros_hpp.cpp
|
|
|
|
tools_atf_config_SOURCES = tools/atf-config.cpp
|
|
tools_atf_config_LDADD = -latf-c++
|
|
tools_atf_config_LDFLAGS = -L.
|
|
tools_atf_cleanup_SOURCES = tools/atf-cleanup.cpp
|
|
tools_atf_cleanup_LDADD = -latf-c++
|
|
tools_atf_cleanup_LDFLAGS = -L.
|
|
tools_atf_compile_SOURCES = tools/atf-compile.cpp
|
|
tools_atf_compile_LDADD = -latf-c++
|
|
tools_atf_compile_LDFLAGS = -L.
|
|
tools_atf_exec_SOURCES = tools/atf-exec.cpp
|
|
tools_atf_exec_LDADD = -latf-c++
|
|
tools_atf_exec_LDFLAGS = -L.
|
|
tools_atf_format_SOURCES = tools/atf-format.cpp
|
|
tools_atf_format_LDADD = -latf-c++
|
|
tools_atf_format_LDFLAGS = -L.
|
|
tools_atf_killpg_SOURCES = tools/atf-killpg.cpp
|
|
tools_atf_killpg_LDADD = -latf-c++
|
|
tools_atf_killpg_LDFLAGS = -L.
|
|
tools_atf_report_SOURCES = tools/atf-report.cpp
|
|
tools_atf_report_LDADD = -latf-c++
|
|
tools_atf_report_LDFLAGS = -L.
|
|
tools_atf_run_SOURCES = tools/atf-run.cpp
|
|
tools_atf_run_LDADD = -latf-c++
|
|
tools_atf_run_LDFLAGS = -L.
|
|
tools_atf_version_SOURCES = tools/atf-version.cpp revision.h
|
|
tools_atf_version_LDADD = -latf-c++
|
|
tools_atf_version_LDFLAGS = -L.
|
|
BUILT_SOURCES = revision.h
|
|
hooksdir = $(pkgdatadir)
|
|
hooks_DATA = tools/atf-run.hooks
|
|
all: $(BUILT_SOURCES) bconfig.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .c .cpp .lo .o .obj
|
|
am--refresh:
|
|
@:
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
@for dep in $?; do \
|
|
case '$(am__configure_deps)' in \
|
|
*$$dep*) \
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
|
|
cd $(srcdir) && $(AUTOMAKE) --gnu \
|
|
&& exit 0; \
|
|
exit 1;; \
|
|
esac; \
|
|
done; \
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
|
cd $(top_srcdir) && \
|
|
$(AUTOMAKE) --gnu Makefile
|
|
.PRECIOUS: Makefile
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
@case '$?' in \
|
|
*config.status*) \
|
|
echo ' $(SHELL) ./config.status'; \
|
|
$(SHELL) ./config.status;; \
|
|
*) \
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
|
esac;
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
$(SHELL) ./config.status --recheck
|
|
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
|
cd $(srcdir) && $(AUTOCONF)
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|
|
|
bconfig.h: stamp-h1
|
|
@if test ! -f $@; then \
|
|
rm -f stamp-h1; \
|
|
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
|
else :; fi
|
|
|
|
stamp-h1: $(srcdir)/bconfig.h.in $(top_builddir)/config.status
|
|
@rm -f stamp-h1
|
|
cd $(top_builddir) && $(SHELL) ./config.status bconfig.h
|
|
$(srcdir)/bconfig.h.in: $(am__configure_deps)
|
|
cd $(top_srcdir) && $(AUTOHEADER)
|
|
rm -f stamp-h1
|
|
touch $@
|
|
|
|
distclean-hdr:
|
|
-rm -f bconfig.h stamp-h1
|
|
atf-c/defs.h: $(top_builddir)/config.status $(top_srcdir)/atf-c/defs.h.in
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
|
|
clean-checkLIBRARIES:
|
|
-test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)
|
|
tests/build/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/build
|
|
@: > tests/build/$(am__dirstamp)
|
|
tests/build/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/build/$(DEPDIR)
|
|
@: > tests/build/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/t_include_atf_c_h.$(OBJEXT): tests/build/$(am__dirstamp) \
|
|
tests/build/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/t_include_atf_c++_hpp.$(OBJEXT): \
|
|
tests/build/$(am__dirstamp) \
|
|
tests/build/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/build/atf-c
|
|
@: > tests/build/atf-c/$(am__dirstamp)
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/build/atf-c/$(DEPDIR)
|
|
@: > tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_config_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_dynstr_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_env_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_error_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_expand_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_fs_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_io_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_list_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_macros_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_map_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_object_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_sanity_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_signals_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_tc_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_tcr_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_text_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_tp_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_include_ui_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c/t_use_macros_h.$(OBJEXT): \
|
|
tests/build/atf-c/$(am__dirstamp) \
|
|
tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/build/atf-c++
|
|
@: > tests/build/atf-c++/$(am__dirstamp)
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/build/atf-c++/$(DEPDIR)
|
|
@: > tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_application_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_atffile_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_config_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_env_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_exceptions_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_expand_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_formats_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_fs_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_io_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_macros_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_parser_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_sanity_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_signals_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_tests_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_text_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_ui_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_user_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_include_utils_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/atf-c++/t_use_macros_hpp.$(OBJEXT): \
|
|
tests/build/atf-c++/$(am__dirstamp) \
|
|
tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/build/libuseless.a: $(tests_build_libuseless_a_OBJECTS) $(tests_build_libuseless_a_DEPENDENCIES) tests/build/$(am__dirstamp)
|
|
-rm -f tests/build/libuseless.a
|
|
$(tests_build_libuseless_a_AR) tests/build/libuseless.a $(tests_build_libuseless_a_OBJECTS) $(tests_build_libuseless_a_LIBADD)
|
|
$(RANLIB) tests/build/libuseless.a
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
if test -f $$p; then \
|
|
f=$(am__strip_dir) \
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-libLTLIBRARIES:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
p=$(am__strip_dir) \
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
|
|
done
|
|
|
|
clean-libLTLIBRARIES:
|
|
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
|
test "$$dir" != "$$p" || dir=.; \
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
rm -f "$${dir}/so_locations"; \
|
|
done
|
|
atf-c++/$(am__dirstamp):
|
|
@$(MKDIR_P) atf-c++
|
|
@: > atf-c++/$(am__dirstamp)
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) atf-c++/$(DEPDIR)
|
|
@: > atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/application.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/atffile.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/config.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/env.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/exceptions.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/expand.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/formats.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/fs.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/io.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/parser.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/signals.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/tests.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/text.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/ui.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/user.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
libatf-c++.la: $(libatf_c___la_OBJECTS) $(libatf_c___la_DEPENDENCIES)
|
|
$(libatf_c___la_LINK) -rpath $(libdir) $(libatf_c___la_OBJECTS) $(libatf_c___la_LIBADD) $(LIBS)
|
|
atf-c/$(am__dirstamp):
|
|
@$(MKDIR_P) atf-c
|
|
@: > atf-c/$(am__dirstamp)
|
|
atf-c/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) atf-c/$(DEPDIR)
|
|
@: > atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/config.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/dynstr.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/env.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/error.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/expand.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/fs.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/io.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/list.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/map.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/object.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/sanity.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/signals.lo: atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/text.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/ui.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/user.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/tc.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/tcr.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/tp.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/tp_main.lo: atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
libatf-c.la: $(libatf_c_la_OBJECTS) $(libatf_c_la_DEPENDENCIES)
|
|
$(LINK) -rpath $(libdir) $(libatf_c_la_OBJECTS) $(libatf_c_la_LIBADD) $(LIBS)
|
|
install-atf_atf_cPROGRAMS: $(atf_atf_c_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_atf_cdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_atf_cdir)"
|
|
@list='$(atf_atf_c_PROGRAMS)'; for p in $$list; do \
|
|
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then \
|
|
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(atf_atf_cPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(atf_atf_cdir)/$$f'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(atf_atf_cPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(atf_atf_cdir)/$$f" || exit 1; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-atf_atf_cPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_atf_c_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " rm -f '$(DESTDIR)$(atf_atf_cdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_atf_cdir)/$$f"; \
|
|
done
|
|
|
|
clean-atf_atf_cPROGRAMS:
|
|
@list='$(atf_atf_c_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f $$p $$f"; \
|
|
rm -f $$p $$f ; \
|
|
done
|
|
install-atf_atf_c__PROGRAMS: $(atf_atf_c___PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_atf_c__dir)" || $(MKDIR_P) "$(DESTDIR)$(atf_atf_c__dir)"
|
|
@list='$(atf_atf_c___PROGRAMS)'; for p in $$list; do \
|
|
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then \
|
|
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(atf_atf_c__PROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(atf_atf_c__dir)/$$f'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(atf_atf_c__PROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(atf_atf_c__dir)/$$f" || exit 1; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-atf_atf_c__PROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_atf_c___PROGRAMS)'; for p in $$list; do \
|
|
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " rm -f '$(DESTDIR)$(atf_atf_c__dir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_atf_c__dir)/$$f"; \
|
|
done
|
|
|
|
clean-atf_atf_c__PROGRAMS:
|
|
@list='$(atf_atf_c___PROGRAMS)'; for p in $$list; do \
|
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f $$p $$f"; \
|
|
rm -f $$p $$f ; \
|
|
done
|
|
install-atf_formatsPROGRAMS: $(atf_formats_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_formatsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_formatsdir)"
|
|
@list='$(atf_formats_PROGRAMS)'; for p in $$list; do \
|
|
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then \
|
|
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(atf_formatsPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(atf_formatsdir)/$$f'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(atf_formatsPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(atf_formatsdir)/$$f" || exit 1; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-atf_formatsPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_formats_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " rm -f '$(DESTDIR)$(atf_formatsdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_formatsdir)/$$f"; \
|
|
done
|
|
|
|
clean-atf_formatsPROGRAMS:
|
|
@list='$(atf_formats_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f $$p $$f"; \
|
|
rm -f $$p $$f ; \
|
|
done
|
|
install-atf_test_programsPROGRAMS: $(atf_test_programs_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_test_programsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_test_programsdir)"
|
|
@list='$(atf_test_programs_PROGRAMS)'; for p in $$list; do \
|
|
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then \
|
|
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(atf_test_programsPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(atf_test_programsdir)/$$f'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(atf_test_programsPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(atf_test_programsdir)/$$f" || exit 1; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-atf_test_programsPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_test_programs_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " rm -f '$(DESTDIR)$(atf_test_programsdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_test_programsdir)/$$f"; \
|
|
done
|
|
|
|
clean-atf_test_programsPROGRAMS:
|
|
@list='$(atf_test_programs_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f $$p $$f"; \
|
|
rm -f $$p $$f ; \
|
|
done
|
|
install-atf_toolsPROGRAMS: $(atf_tools_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_toolsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_toolsdir)"
|
|
@list='$(atf_tools_PROGRAMS)'; for p in $$list; do \
|
|
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then \
|
|
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(atf_toolsPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(atf_toolsdir)/$$f'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(atf_toolsPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(atf_toolsdir)/$$f" || exit 1; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-atf_toolsPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_tools_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " rm -f '$(DESTDIR)$(atf_toolsdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_toolsdir)/$$f"; \
|
|
done
|
|
|
|
clean-atf_toolsPROGRAMS:
|
|
@list='$(atf_tools_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f $$p $$f"; \
|
|
rm -f $$p $$f ; \
|
|
done
|
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
|
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then \
|
|
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-binPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(bindir)/$$f"; \
|
|
done
|
|
|
|
clean-binPROGRAMS:
|
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f $$p $$f"; \
|
|
rm -f $$p $$f ; \
|
|
done
|
|
|
|
clean-checkPROGRAMS:
|
|
@list='$(check_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f $$p $$f"; \
|
|
rm -f $$p $$f ; \
|
|
done
|
|
install-libexecPROGRAMS: $(libexec_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
|
|
@list='$(libexec_PROGRAMS)'; for p in $$list; do \
|
|
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then \
|
|
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-libexecPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(libexec_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
|
|
echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
|
|
done
|
|
|
|
clean-libexecPROGRAMS:
|
|
@list='$(libexec_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f $$p $$f"; \
|
|
rm -f $$p $$f ; \
|
|
done
|
|
tests/atf/atf-c++/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/atf/atf-c++
|
|
@: > tests/atf/atf-c++/$(am__dirstamp)
|
|
tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/atf/atf-c++/$(DEPDIR)
|
|
@: > tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c++/t_config.$(OBJEXT): \
|
|
tests/atf/atf-c++/$(am__dirstamp) \
|
|
tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c++/t_config$(EXEEXT): $(tests_atf_atf_c___t_config_OBJECTS) $(tests_atf_atf_c___t_config_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c++/t_config$(EXEEXT)
|
|
$(tests_atf_atf_c___t_config_LINK) $(tests_atf_atf_c___t_config_OBJECTS) $(tests_atf_atf_c___t_config_LDADD) $(LIBS)
|
|
tests/atf/atf-c++/t_env.$(OBJEXT): tests/atf/atf-c++/$(am__dirstamp) \
|
|
tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c++/t_env$(EXEEXT): $(tests_atf_atf_c___t_env_OBJECTS) $(tests_atf_atf_c___t_env_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c++/t_env$(EXEEXT)
|
|
$(tests_atf_atf_c___t_env_LINK) $(tests_atf_atf_c___t_env_OBJECTS) $(tests_atf_atf_c___t_env_LDADD) $(LIBS)
|
|
tests/atf/atf-c++/t_expand.$(OBJEXT): \
|
|
tests/atf/atf-c++/$(am__dirstamp) \
|
|
tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c++/t_expand$(EXEEXT): $(tests_atf_atf_c___t_expand_OBJECTS) $(tests_atf_atf_c___t_expand_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c++/t_expand$(EXEEXT)
|
|
$(tests_atf_atf_c___t_expand_LINK) $(tests_atf_atf_c___t_expand_OBJECTS) $(tests_atf_atf_c___t_expand_LDADD) $(LIBS)
|
|
tests/atf/atf-c++/t_fs.$(OBJEXT): tests/atf/atf-c++/$(am__dirstamp) \
|
|
tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c++/t_fs$(EXEEXT): $(tests_atf_atf_c___t_fs_OBJECTS) $(tests_atf_atf_c___t_fs_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c++/t_fs$(EXEEXT)
|
|
$(tests_atf_atf_c___t_fs_LINK) $(tests_atf_atf_c___t_fs_OBJECTS) $(tests_atf_atf_c___t_fs_LDADD) $(LIBS)
|
|
tests/atf/atf-c++/t_io.$(OBJEXT): tests/atf/atf-c++/$(am__dirstamp) \
|
|
tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c++/t_io$(EXEEXT): $(tests_atf_atf_c___t_io_OBJECTS) $(tests_atf_atf_c___t_io_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c++/t_io$(EXEEXT)
|
|
$(tests_atf_atf_c___t_io_LINK) $(tests_atf_atf_c___t_io_OBJECTS) $(tests_atf_atf_c___t_io_LDADD) $(LIBS)
|
|
tests/atf/atf-c++/t_macros.$(OBJEXT): \
|
|
tests/atf/atf-c++/$(am__dirstamp) \
|
|
tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c++/t_macros$(EXEEXT): $(tests_atf_atf_c___t_macros_OBJECTS) $(tests_atf_atf_c___t_macros_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c++/t_macros$(EXEEXT)
|
|
$(tests_atf_atf_c___t_macros_LINK) $(tests_atf_atf_c___t_macros_OBJECTS) $(tests_atf_atf_c___t_macros_LDADD) $(LIBS)
|
|
tests/atf/atf-c++/t_parser.$(OBJEXT): \
|
|
tests/atf/atf-c++/$(am__dirstamp) \
|
|
tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c++/t_parser$(EXEEXT): $(tests_atf_atf_c___t_parser_OBJECTS) $(tests_atf_atf_c___t_parser_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c++/t_parser$(EXEEXT)
|
|
$(tests_atf_atf_c___t_parser_LINK) $(tests_atf_atf_c___t_parser_OBJECTS) $(tests_atf_atf_c___t_parser_LDADD) $(LIBS)
|
|
tests/atf/atf-c++/t_signals.$(OBJEXT): \
|
|
tests/atf/atf-c++/$(am__dirstamp) \
|
|
tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c++/t_signals$(EXEEXT): $(tests_atf_atf_c___t_signals_OBJECTS) $(tests_atf_atf_c___t_signals_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c++/t_signals$(EXEEXT)
|
|
$(tests_atf_atf_c___t_signals_LINK) $(tests_atf_atf_c___t_signals_OBJECTS) $(tests_atf_atf_c___t_signals_LDADD) $(LIBS)
|
|
tests/atf/atf-c++/t_tests.$(OBJEXT): \
|
|
tests/atf/atf-c++/$(am__dirstamp) \
|
|
tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c++/t_tests$(EXEEXT): $(tests_atf_atf_c___t_tests_OBJECTS) $(tests_atf_atf_c___t_tests_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c++/t_tests$(EXEEXT)
|
|
$(tests_atf_atf_c___t_tests_LINK) $(tests_atf_atf_c___t_tests_OBJECTS) $(tests_atf_atf_c___t_tests_LDADD) $(LIBS)
|
|
tests/atf/atf-c++/t_text.$(OBJEXT): tests/atf/atf-c++/$(am__dirstamp) \
|
|
tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c++/t_text$(EXEEXT): $(tests_atf_atf_c___t_text_OBJECTS) $(tests_atf_atf_c___t_text_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c++/t_text$(EXEEXT)
|
|
$(tests_atf_atf_c___t_text_LINK) $(tests_atf_atf_c___t_text_OBJECTS) $(tests_atf_atf_c___t_text_LDADD) $(LIBS)
|
|
tests/atf/atf-c++/t_user.$(OBJEXT): tests/atf/atf-c++/$(am__dirstamp) \
|
|
tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c++/t_user$(EXEEXT): $(tests_atf_atf_c___t_user_OBJECTS) $(tests_atf_atf_c___t_user_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c++/t_user$(EXEEXT)
|
|
$(tests_atf_atf_c___t_user_LINK) $(tests_atf_atf_c___t_user_OBJECTS) $(tests_atf_atf_c___t_user_LDADD) $(LIBS)
|
|
tests/atf/atf-c++/t_utils.$(OBJEXT): \
|
|
tests/atf/atf-c++/$(am__dirstamp) \
|
|
tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c++/t_utils$(EXEEXT): $(tests_atf_atf_c___t_utils_OBJECTS) $(tests_atf_atf_c___t_utils_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c++/t_utils$(EXEEXT)
|
|
$(tests_atf_atf_c___t_utils_LINK) $(tests_atf_atf_c___t_utils_OBJECTS) $(tests_atf_atf_c___t_utils_LDADD) $(LIBS)
|
|
tests/atf/atf-c/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/atf/atf-c
|
|
@: > tests/atf/atf-c/$(am__dirstamp)
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/atf/atf-c/$(DEPDIR)
|
|
@: > tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_config.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_config$(EXEEXT): $(tests_atf_atf_c_t_config_OBJECTS) $(tests_atf_atf_c_t_config_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_config$(EXEEXT)
|
|
$(tests_atf_atf_c_t_config_LINK) $(tests_atf_atf_c_t_config_OBJECTS) $(tests_atf_atf_c_t_config_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_dynstr.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_dynstr$(EXEEXT): $(tests_atf_atf_c_t_dynstr_OBJECTS) $(tests_atf_atf_c_t_dynstr_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_dynstr$(EXEEXT)
|
|
$(tests_atf_atf_c_t_dynstr_LINK) $(tests_atf_atf_c_t_dynstr_OBJECTS) $(tests_atf_atf_c_t_dynstr_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_env.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_env$(EXEEXT): $(tests_atf_atf_c_t_env_OBJECTS) $(tests_atf_atf_c_t_env_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_env$(EXEEXT)
|
|
$(tests_atf_atf_c_t_env_LINK) $(tests_atf_atf_c_t_env_OBJECTS) $(tests_atf_atf_c_t_env_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_error.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_error$(EXEEXT): $(tests_atf_atf_c_t_error_OBJECTS) $(tests_atf_atf_c_t_error_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_error$(EXEEXT)
|
|
$(tests_atf_atf_c_t_error_LINK) $(tests_atf_atf_c_t_error_OBJECTS) $(tests_atf_atf_c_t_error_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_expand.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_expand$(EXEEXT): $(tests_atf_atf_c_t_expand_OBJECTS) $(tests_atf_atf_c_t_expand_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_expand$(EXEEXT)
|
|
$(tests_atf_atf_c_t_expand_LINK) $(tests_atf_atf_c_t_expand_OBJECTS) $(tests_atf_atf_c_t_expand_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_fs.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_fs$(EXEEXT): $(tests_atf_atf_c_t_fs_OBJECTS) $(tests_atf_atf_c_t_fs_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_fs$(EXEEXT)
|
|
$(tests_atf_atf_c_t_fs_LINK) $(tests_atf_atf_c_t_fs_OBJECTS) $(tests_atf_atf_c_t_fs_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_io.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_io$(EXEEXT): $(tests_atf_atf_c_t_io_OBJECTS) $(tests_atf_atf_c_t_io_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_io$(EXEEXT)
|
|
$(tests_atf_atf_c_t_io_LINK) $(tests_atf_atf_c_t_io_OBJECTS) $(tests_atf_atf_c_t_io_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_list.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_list$(EXEEXT): $(tests_atf_atf_c_t_list_OBJECTS) $(tests_atf_atf_c_t_list_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_list$(EXEEXT)
|
|
$(tests_atf_atf_c_t_list_LINK) $(tests_atf_atf_c_t_list_OBJECTS) $(tests_atf_atf_c_t_list_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_macros.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_macros$(EXEEXT): $(tests_atf_atf_c_t_macros_OBJECTS) $(tests_atf_atf_c_t_macros_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_macros$(EXEEXT)
|
|
$(tests_atf_atf_c_t_macros_LINK) $(tests_atf_atf_c_t_macros_OBJECTS) $(tests_atf_atf_c_t_macros_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_map.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_map$(EXEEXT): $(tests_atf_atf_c_t_map_OBJECTS) $(tests_atf_atf_c_t_map_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_map$(EXEEXT)
|
|
$(tests_atf_atf_c_t_map_LINK) $(tests_atf_atf_c_t_map_OBJECTS) $(tests_atf_atf_c_t_map_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_sanity.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_sanity$(EXEEXT): $(tests_atf_atf_c_t_sanity_OBJECTS) $(tests_atf_atf_c_t_sanity_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_sanity$(EXEEXT)
|
|
$(tests_atf_atf_c_t_sanity_LINK) $(tests_atf_atf_c_t_sanity_OBJECTS) $(tests_atf_atf_c_t_sanity_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_signals.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_signals$(EXEEXT): $(tests_atf_atf_c_t_signals_OBJECTS) $(tests_atf_atf_c_t_signals_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_signals$(EXEEXT)
|
|
$(tests_atf_atf_c_t_signals_LINK) $(tests_atf_atf_c_t_signals_OBJECTS) $(tests_atf_atf_c_t_signals_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_tc.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_tc$(EXEEXT): $(tests_atf_atf_c_t_tc_OBJECTS) $(tests_atf_atf_c_t_tc_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_tc$(EXEEXT)
|
|
$(tests_atf_atf_c_t_tc_LINK) $(tests_atf_atf_c_t_tc_OBJECTS) $(tests_atf_atf_c_t_tc_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_tcr.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_tcr$(EXEEXT): $(tests_atf_atf_c_t_tcr_OBJECTS) $(tests_atf_atf_c_t_tcr_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_tcr$(EXEEXT)
|
|
$(tests_atf_atf_c_t_tcr_LINK) $(tests_atf_atf_c_t_tcr_OBJECTS) $(tests_atf_atf_c_t_tcr_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_text.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_text$(EXEEXT): $(tests_atf_atf_c_t_text_OBJECTS) $(tests_atf_atf_c_t_text_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_text$(EXEEXT)
|
|
$(tests_atf_atf_c_t_text_LINK) $(tests_atf_atf_c_t_text_OBJECTS) $(tests_atf_atf_c_t_text_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_ui.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_ui$(EXEEXT): $(tests_atf_atf_c_t_ui_OBJECTS) $(tests_atf_atf_c_t_ui_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_ui$(EXEEXT)
|
|
$(tests_atf_atf_c_t_ui_LINK) $(tests_atf_atf_c_t_ui_OBJECTS) $(tests_atf_atf_c_t_ui_LDADD) $(LIBS)
|
|
tests/atf/atf-c/t_user.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
|
|
tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/atf-c/t_user$(EXEEXT): $(tests_atf_atf_c_t_user_OBJECTS) $(tests_atf_atf_c_t_user_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
|
|
@rm -f tests/atf/atf-c/t_user$(EXEEXT)
|
|
$(tests_atf_atf_c_t_user_LINK) $(tests_atf_atf_c_t_user_OBJECTS) $(tests_atf_atf_c_t_user_LDADD) $(LIBS)
|
|
tests/atf/formats/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/atf/formats
|
|
@: > tests/atf/formats/$(am__dirstamp)
|
|
tests/atf/formats/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/atf/formats/$(DEPDIR)
|
|
@: > tests/atf/formats/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/formats/h_parser.$(OBJEXT): \
|
|
tests/atf/formats/$(am__dirstamp) \
|
|
tests/atf/formats/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/formats/h_parser$(EXEEXT): $(tests_atf_formats_h_parser_OBJECTS) $(tests_atf_formats_h_parser_DEPENDENCIES) tests/atf/formats/$(am__dirstamp)
|
|
@rm -f tests/atf/formats/h_parser$(EXEEXT)
|
|
$(tests_atf_formats_h_parser_LINK) $(tests_atf_formats_h_parser_OBJECTS) $(tests_atf_formats_h_parser_LDADD) $(LIBS)
|
|
tests/atf/formats/t_writers.$(OBJEXT): \
|
|
tests/atf/formats/$(am__dirstamp) \
|
|
tests/atf/formats/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/formats/t_writers$(EXEEXT): $(tests_atf_formats_t_writers_OBJECTS) $(tests_atf_formats_t_writers_DEPENDENCIES) tests/atf/formats/$(am__dirstamp)
|
|
@rm -f tests/atf/formats/t_writers$(EXEEXT)
|
|
$(tests_atf_formats_t_writers_LINK) $(tests_atf_formats_t_writers_OBJECTS) $(tests_atf_formats_t_writers_LDADD) $(LIBS)
|
|
tests/atf/test_programs/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/atf/test_programs
|
|
@: > tests/atf/test_programs/$(am__dirstamp)
|
|
tests/atf/test_programs/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/atf/test_programs/$(DEPDIR)
|
|
@: > tests/atf/test_programs/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/test_programs/h_c.$(OBJEXT): \
|
|
tests/atf/test_programs/$(am__dirstamp) \
|
|
tests/atf/test_programs/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/test_programs/h_c$(EXEEXT): $(tests_atf_test_programs_h_c_OBJECTS) $(tests_atf_test_programs_h_c_DEPENDENCIES) tests/atf/test_programs/$(am__dirstamp)
|
|
@rm -f tests/atf/test_programs/h_c$(EXEEXT)
|
|
$(tests_atf_test_programs_h_c_LINK) $(tests_atf_test_programs_h_c_OBJECTS) $(tests_atf_test_programs_h_c_LDADD) $(LIBS)
|
|
tests/atf/test_programs/h_cpp.$(OBJEXT): \
|
|
tests/atf/test_programs/$(am__dirstamp) \
|
|
tests/atf/test_programs/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/test_programs/h_cpp$(EXEEXT): $(tests_atf_test_programs_h_cpp_OBJECTS) $(tests_atf_test_programs_h_cpp_DEPENDENCIES) tests/atf/test_programs/$(am__dirstamp)
|
|
@rm -f tests/atf/test_programs/h_cpp$(EXEEXT)
|
|
$(tests_atf_test_programs_h_cpp_LINK) $(tests_atf_test_programs_h_cpp_OBJECTS) $(tests_atf_test_programs_h_cpp_LDADD) $(LIBS)
|
|
tests/atf/tools/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/atf/tools
|
|
@: > tests/atf/tools/$(am__dirstamp)
|
|
tests/atf/tools/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/atf/tools/$(DEPDIR)
|
|
@: > tests/atf/tools/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/tools/h_fail.$(OBJEXT): tests/atf/tools/$(am__dirstamp) \
|
|
tests/atf/tools/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/tools/h_fail$(EXEEXT): $(tests_atf_tools_h_fail_OBJECTS) $(tests_atf_tools_h_fail_DEPENDENCIES) tests/atf/tools/$(am__dirstamp)
|
|
@rm -f tests/atf/tools/h_fail$(EXEEXT)
|
|
$(tests_atf_tools_h_fail_LINK) $(tests_atf_tools_h_fail_OBJECTS) $(tests_atf_tools_h_fail_LDADD) $(LIBS)
|
|
tests/atf/tools/h_misc.$(OBJEXT): tests/atf/tools/$(am__dirstamp) \
|
|
tests/atf/tools/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/tools/h_misc$(EXEEXT): $(tests_atf_tools_h_misc_OBJECTS) $(tests_atf_tools_h_misc_DEPENDENCIES) tests/atf/tools/$(am__dirstamp)
|
|
@rm -f tests/atf/tools/h_misc$(EXEEXT)
|
|
$(tests_atf_tools_h_misc_LINK) $(tests_atf_tools_h_misc_OBJECTS) $(tests_atf_tools_h_misc_LDADD) $(LIBS)
|
|
tests/atf/tools/h_mode.$(OBJEXT): tests/atf/tools/$(am__dirstamp) \
|
|
tests/atf/tools/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/tools/h_mode$(EXEEXT): $(tests_atf_tools_h_mode_OBJECTS) $(tests_atf_tools_h_mode_DEPENDENCIES) tests/atf/tools/$(am__dirstamp)
|
|
@rm -f tests/atf/tools/h_mode$(EXEEXT)
|
|
$(tests_atf_tools_h_mode_LINK) $(tests_atf_tools_h_mode_OBJECTS) $(tests_atf_tools_h_mode_LDADD) $(LIBS)
|
|
tests/atf/tools/h_pass.$(OBJEXT): tests/atf/tools/$(am__dirstamp) \
|
|
tests/atf/tools/$(DEPDIR)/$(am__dirstamp)
|
|
tests/atf/tools/h_pass$(EXEEXT): $(tests_atf_tools_h_pass_OBJECTS) $(tests_atf_tools_h_pass_DEPENDENCIES) tests/atf/tools/$(am__dirstamp)
|
|
@rm -f tests/atf/tools/h_pass$(EXEEXT)
|
|
$(tests_atf_tools_h_pass_LINK) $(tests_atf_tools_h_pass_OBJECTS) $(tests_atf_tools_h_pass_LDADD) $(LIBS)
|
|
tests/bootstrap/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/bootstrap
|
|
@: > tests/bootstrap/$(am__dirstamp)
|
|
tests/bootstrap/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) tests/bootstrap/$(DEPDIR)
|
|
@: > tests/bootstrap/$(DEPDIR)/$(am__dirstamp)
|
|
tests/bootstrap/h_app_empty.$(OBJEXT): \
|
|
tests/bootstrap/$(am__dirstamp) \
|
|
tests/bootstrap/$(DEPDIR)/$(am__dirstamp)
|
|
tests/bootstrap/h_app_empty$(EXEEXT): $(tests_bootstrap_h_app_empty_OBJECTS) $(tests_bootstrap_h_app_empty_DEPENDENCIES) tests/bootstrap/$(am__dirstamp)
|
|
@rm -f tests/bootstrap/h_app_empty$(EXEEXT)
|
|
$(tests_bootstrap_h_app_empty_LINK) $(tests_bootstrap_h_app_empty_OBJECTS) $(tests_bootstrap_h_app_empty_LDADD) $(LIBS)
|
|
tests/bootstrap/h_app_opts_args.$(OBJEXT): \
|
|
tests/bootstrap/$(am__dirstamp) \
|
|
tests/bootstrap/$(DEPDIR)/$(am__dirstamp)
|
|
tests/bootstrap/h_app_opts_args$(EXEEXT): $(tests_bootstrap_h_app_opts_args_OBJECTS) $(tests_bootstrap_h_app_opts_args_DEPENDENCIES) tests/bootstrap/$(am__dirstamp)
|
|
@rm -f tests/bootstrap/h_app_opts_args$(EXEEXT)
|
|
$(tests_bootstrap_h_app_opts_args_LINK) $(tests_bootstrap_h_app_opts_args_OBJECTS) $(tests_bootstrap_h_app_opts_args_LDADD) $(LIBS)
|
|
tests/bootstrap/h_tp_basic_c.$(OBJEXT): \
|
|
tests/bootstrap/$(am__dirstamp) \
|
|
tests/bootstrap/$(DEPDIR)/$(am__dirstamp)
|
|
tests/bootstrap/h_tp_basic_c$(EXEEXT): $(tests_bootstrap_h_tp_basic_c_OBJECTS) $(tests_bootstrap_h_tp_basic_c_DEPENDENCIES) tests/bootstrap/$(am__dirstamp)
|
|
@rm -f tests/bootstrap/h_tp_basic_c$(EXEEXT)
|
|
$(tests_bootstrap_h_tp_basic_c_LINK) $(tests_bootstrap_h_tp_basic_c_OBJECTS) $(tests_bootstrap_h_tp_basic_c_LDADD) $(LIBS)
|
|
tests/bootstrap/h_tp_basic_cpp.$(OBJEXT): \
|
|
tests/bootstrap/$(am__dirstamp) \
|
|
tests/bootstrap/$(DEPDIR)/$(am__dirstamp)
|
|
tests/bootstrap/h_tp_basic_cpp$(EXEEXT): $(tests_bootstrap_h_tp_basic_cpp_OBJECTS) $(tests_bootstrap_h_tp_basic_cpp_DEPENDENCIES) tests/bootstrap/$(am__dirstamp)
|
|
@rm -f tests/bootstrap/h_tp_basic_cpp$(EXEEXT)
|
|
$(tests_bootstrap_h_tp_basic_cpp_LINK) $(tests_bootstrap_h_tp_basic_cpp_OBJECTS) $(tests_bootstrap_h_tp_basic_cpp_LDADD) $(LIBS)
|
|
tools/$(am__dirstamp):
|
|
@$(MKDIR_P) tools
|
|
@: > tools/$(am__dirstamp)
|
|
tools/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) tools/$(DEPDIR)
|
|
@: > tools/$(DEPDIR)/$(am__dirstamp)
|
|
tools/atf-cleanup.$(OBJEXT): tools/$(am__dirstamp) \
|
|
tools/$(DEPDIR)/$(am__dirstamp)
|
|
tools/atf-cleanup$(EXEEXT): $(tools_atf_cleanup_OBJECTS) $(tools_atf_cleanup_DEPENDENCIES) tools/$(am__dirstamp)
|
|
@rm -f tools/atf-cleanup$(EXEEXT)
|
|
$(tools_atf_cleanup_LINK) $(tools_atf_cleanup_OBJECTS) $(tools_atf_cleanup_LDADD) $(LIBS)
|
|
tools/atf-compile.$(OBJEXT): tools/$(am__dirstamp) \
|
|
tools/$(DEPDIR)/$(am__dirstamp)
|
|
tools/atf-compile$(EXEEXT): $(tools_atf_compile_OBJECTS) $(tools_atf_compile_DEPENDENCIES) tools/$(am__dirstamp)
|
|
@rm -f tools/atf-compile$(EXEEXT)
|
|
$(tools_atf_compile_LINK) $(tools_atf_compile_OBJECTS) $(tools_atf_compile_LDADD) $(LIBS)
|
|
tools/atf-config.$(OBJEXT): tools/$(am__dirstamp) \
|
|
tools/$(DEPDIR)/$(am__dirstamp)
|
|
tools/atf-config$(EXEEXT): $(tools_atf_config_OBJECTS) $(tools_atf_config_DEPENDENCIES) tools/$(am__dirstamp)
|
|
@rm -f tools/atf-config$(EXEEXT)
|
|
$(tools_atf_config_LINK) $(tools_atf_config_OBJECTS) $(tools_atf_config_LDADD) $(LIBS)
|
|
tools/atf-exec.$(OBJEXT): tools/$(am__dirstamp) \
|
|
tools/$(DEPDIR)/$(am__dirstamp)
|
|
tools/atf-exec$(EXEEXT): $(tools_atf_exec_OBJECTS) $(tools_atf_exec_DEPENDENCIES) tools/$(am__dirstamp)
|
|
@rm -f tools/atf-exec$(EXEEXT)
|
|
$(tools_atf_exec_LINK) $(tools_atf_exec_OBJECTS) $(tools_atf_exec_LDADD) $(LIBS)
|
|
tools/atf-format.$(OBJEXT): tools/$(am__dirstamp) \
|
|
tools/$(DEPDIR)/$(am__dirstamp)
|
|
tools/atf-format$(EXEEXT): $(tools_atf_format_OBJECTS) $(tools_atf_format_DEPENDENCIES) tools/$(am__dirstamp)
|
|
@rm -f tools/atf-format$(EXEEXT)
|
|
$(tools_atf_format_LINK) $(tools_atf_format_OBJECTS) $(tools_atf_format_LDADD) $(LIBS)
|
|
tools/atf-killpg.$(OBJEXT): tools/$(am__dirstamp) \
|
|
tools/$(DEPDIR)/$(am__dirstamp)
|
|
tools/atf-killpg$(EXEEXT): $(tools_atf_killpg_OBJECTS) $(tools_atf_killpg_DEPENDENCIES) tools/$(am__dirstamp)
|
|
@rm -f tools/atf-killpg$(EXEEXT)
|
|
$(tools_atf_killpg_LINK) $(tools_atf_killpg_OBJECTS) $(tools_atf_killpg_LDADD) $(LIBS)
|
|
tools/atf-report.$(OBJEXT): tools/$(am__dirstamp) \
|
|
tools/$(DEPDIR)/$(am__dirstamp)
|
|
tools/atf-report$(EXEEXT): $(tools_atf_report_OBJECTS) $(tools_atf_report_DEPENDENCIES) tools/$(am__dirstamp)
|
|
@rm -f tools/atf-report$(EXEEXT)
|
|
$(tools_atf_report_LINK) $(tools_atf_report_OBJECTS) $(tools_atf_report_LDADD) $(LIBS)
|
|
tools/atf-run.$(OBJEXT): tools/$(am__dirstamp) \
|
|
tools/$(DEPDIR)/$(am__dirstamp)
|
|
tools/atf-run$(EXEEXT): $(tools_atf_run_OBJECTS) $(tools_atf_run_DEPENDENCIES) tools/$(am__dirstamp)
|
|
@rm -f tools/atf-run$(EXEEXT)
|
|
$(tools_atf_run_LINK) $(tools_atf_run_OBJECTS) $(tools_atf_run_LDADD) $(LIBS)
|
|
tools/atf-version.$(OBJEXT): tools/$(am__dirstamp) \
|
|
tools/$(DEPDIR)/$(am__dirstamp)
|
|
tools/atf-version$(EXEEXT): $(tools_atf_version_OBJECTS) $(tools_atf_version_DEPENDENCIES) tools/$(am__dirstamp)
|
|
@rm -f tools/atf-version$(EXEEXT)
|
|
$(tools_atf_version_LINK) $(tools_atf_version_OBJECTS) $(tools_atf_version_LDADD) $(LIBS)
|
|
install-atf_atf_shSCRIPTS: $(atf_atf_sh_SCRIPTS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_atf_shdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_atf_shdir)"
|
|
@list='$(atf_atf_sh_SCRIPTS)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
if test -f $$d$$p; then \
|
|
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
|
echo " $(atf_atf_shSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_atf_shdir)/$$f'"; \
|
|
$(atf_atf_shSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_atf_shdir)/$$f"; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-atf_atf_shSCRIPTS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_atf_sh_SCRIPTS)'; for p in $$list; do \
|
|
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
|
echo " rm -f '$(DESTDIR)$(atf_atf_shdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_atf_shdir)/$$f"; \
|
|
done
|
|
install-atf_dataSCRIPTS: $(atf_data_SCRIPTS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_datadir)" || $(MKDIR_P) "$(DESTDIR)$(atf_datadir)"
|
|
@list='$(atf_data_SCRIPTS)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
if test -f $$d$$p; then \
|
|
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
|
echo " $(atf_dataSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_datadir)/$$f'"; \
|
|
$(atf_dataSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_datadir)/$$f"; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-atf_dataSCRIPTS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_data_SCRIPTS)'; for p in $$list; do \
|
|
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
|
echo " rm -f '$(DESTDIR)$(atf_datadir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_datadir)/$$f"; \
|
|
done
|
|
install-atf_formatsSCRIPTS: $(atf_formats_SCRIPTS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_formatsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_formatsdir)"
|
|
@list='$(atf_formats_SCRIPTS)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
if test -f $$d$$p; then \
|
|
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
|
echo " $(atf_formatsSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_formatsdir)/$$f'"; \
|
|
$(atf_formatsSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_formatsdir)/$$f"; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-atf_formatsSCRIPTS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_formats_SCRIPTS)'; for p in $$list; do \
|
|
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
|
echo " rm -f '$(DESTDIR)$(atf_formatsdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_formatsdir)/$$f"; \
|
|
done
|
|
install-atf_test_programsSCRIPTS: $(atf_test_programs_SCRIPTS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_test_programsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_test_programsdir)"
|
|
@list='$(atf_test_programs_SCRIPTS)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
if test -f $$d$$p; then \
|
|
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
|
echo " $(atf_test_programsSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_test_programsdir)/$$f'"; \
|
|
$(atf_test_programsSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_test_programsdir)/$$f"; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-atf_test_programsSCRIPTS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_test_programs_SCRIPTS)'; for p in $$list; do \
|
|
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
|
echo " rm -f '$(DESTDIR)$(atf_test_programsdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_test_programsdir)/$$f"; \
|
|
done
|
|
install-atf_toolsSCRIPTS: $(atf_tools_SCRIPTS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_toolsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_toolsdir)"
|
|
@list='$(atf_tools_SCRIPTS)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
if test -f $$d$$p; then \
|
|
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
|
echo " $(atf_toolsSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_toolsdir)/$$f'"; \
|
|
$(atf_toolsSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_toolsdir)/$$f"; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-atf_toolsSCRIPTS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_tools_SCRIPTS)'; for p in $$list; do \
|
|
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
|
echo " rm -f '$(DESTDIR)$(atf_toolsdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_toolsdir)/$$f"; \
|
|
done
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|
|
-rm -f atf-c++/application.$(OBJEXT)
|
|
-rm -f atf-c++/application.lo
|
|
-rm -f atf-c++/atffile.$(OBJEXT)
|
|
-rm -f atf-c++/atffile.lo
|
|
-rm -f atf-c++/config.$(OBJEXT)
|
|
-rm -f atf-c++/config.lo
|
|
-rm -f atf-c++/env.$(OBJEXT)
|
|
-rm -f atf-c++/env.lo
|
|
-rm -f atf-c++/exceptions.$(OBJEXT)
|
|
-rm -f atf-c++/exceptions.lo
|
|
-rm -f atf-c++/expand.$(OBJEXT)
|
|
-rm -f atf-c++/expand.lo
|
|
-rm -f atf-c++/formats.$(OBJEXT)
|
|
-rm -f atf-c++/formats.lo
|
|
-rm -f atf-c++/fs.$(OBJEXT)
|
|
-rm -f atf-c++/fs.lo
|
|
-rm -f atf-c++/io.$(OBJEXT)
|
|
-rm -f atf-c++/io.lo
|
|
-rm -f atf-c++/parser.$(OBJEXT)
|
|
-rm -f atf-c++/parser.lo
|
|
-rm -f atf-c++/signals.$(OBJEXT)
|
|
-rm -f atf-c++/signals.lo
|
|
-rm -f atf-c++/tests.$(OBJEXT)
|
|
-rm -f atf-c++/tests.lo
|
|
-rm -f atf-c++/text.$(OBJEXT)
|
|
-rm -f atf-c++/text.lo
|
|
-rm -f atf-c++/ui.$(OBJEXT)
|
|
-rm -f atf-c++/ui.lo
|
|
-rm -f atf-c++/user.$(OBJEXT)
|
|
-rm -f atf-c++/user.lo
|
|
-rm -f atf-c/config.$(OBJEXT)
|
|
-rm -f atf-c/config.lo
|
|
-rm -f atf-c/dynstr.$(OBJEXT)
|
|
-rm -f atf-c/dynstr.lo
|
|
-rm -f atf-c/env.$(OBJEXT)
|
|
-rm -f atf-c/env.lo
|
|
-rm -f atf-c/error.$(OBJEXT)
|
|
-rm -f atf-c/error.lo
|
|
-rm -f atf-c/expand.$(OBJEXT)
|
|
-rm -f atf-c/expand.lo
|
|
-rm -f atf-c/fs.$(OBJEXT)
|
|
-rm -f atf-c/fs.lo
|
|
-rm -f atf-c/io.$(OBJEXT)
|
|
-rm -f atf-c/io.lo
|
|
-rm -f atf-c/list.$(OBJEXT)
|
|
-rm -f atf-c/list.lo
|
|
-rm -f atf-c/map.$(OBJEXT)
|
|
-rm -f atf-c/map.lo
|
|
-rm -f atf-c/object.$(OBJEXT)
|
|
-rm -f atf-c/object.lo
|
|
-rm -f atf-c/sanity.$(OBJEXT)
|
|
-rm -f atf-c/sanity.lo
|
|
-rm -f atf-c/signals.$(OBJEXT)
|
|
-rm -f atf-c/signals.lo
|
|
-rm -f atf-c/tc.$(OBJEXT)
|
|
-rm -f atf-c/tc.lo
|
|
-rm -f atf-c/tcr.$(OBJEXT)
|
|
-rm -f atf-c/tcr.lo
|
|
-rm -f atf-c/text.$(OBJEXT)
|
|
-rm -f atf-c/text.lo
|
|
-rm -f atf-c/tp.$(OBJEXT)
|
|
-rm -f atf-c/tp.lo
|
|
-rm -f atf-c/tp_main.$(OBJEXT)
|
|
-rm -f atf-c/tp_main.lo
|
|
-rm -f atf-c/ui.$(OBJEXT)
|
|
-rm -f atf-c/ui.lo
|
|
-rm -f atf-c/user.$(OBJEXT)
|
|
-rm -f atf-c/user.lo
|
|
-rm -f tests/atf/atf-c++/t_config.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c++/t_env.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c++/t_expand.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c++/t_fs.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c++/t_io.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c++/t_macros.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c++/t_parser.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c++/t_signals.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c++/t_tests.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c++/t_text.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c++/t_user.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c++/t_utils.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_config.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_dynstr.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_env.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_error.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_expand.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_fs.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_io.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_list.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_macros.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_map.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_sanity.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_signals.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_tc.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_tcr.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_text.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_ui.$(OBJEXT)
|
|
-rm -f tests/atf/atf-c/t_user.$(OBJEXT)
|
|
-rm -f tests/atf/formats/h_parser.$(OBJEXT)
|
|
-rm -f tests/atf/formats/t_writers.$(OBJEXT)
|
|
-rm -f tests/atf/test_programs/h_c.$(OBJEXT)
|
|
-rm -f tests/atf/test_programs/h_cpp.$(OBJEXT)
|
|
-rm -f tests/atf/tools/h_fail.$(OBJEXT)
|
|
-rm -f tests/atf/tools/h_misc.$(OBJEXT)
|
|
-rm -f tests/atf/tools/h_mode.$(OBJEXT)
|
|
-rm -f tests/atf/tools/h_pass.$(OBJEXT)
|
|
-rm -f tests/bootstrap/h_app_empty.$(OBJEXT)
|
|
-rm -f tests/bootstrap/h_app_opts_args.$(OBJEXT)
|
|
-rm -f tests/bootstrap/h_tp_basic_c.$(OBJEXT)
|
|
-rm -f tests/bootstrap/h_tp_basic_cpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_application_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_atffile_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_config_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_env_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_exceptions_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_expand_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_formats_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_fs_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_io_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_macros_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_parser_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_sanity_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_signals_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_tests_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_text_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_ui_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_user_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_include_utils_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c++/t_use_macros_hpp.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_config_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_dynstr_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_env_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_error_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_expand_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_fs_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_io_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_list_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_macros_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_map_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_object_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_sanity_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_signals_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_tc_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_tcr_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_text_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_tp_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_include_ui_h.$(OBJEXT)
|
|
-rm -f tests/build/atf-c/t_use_macros_h.$(OBJEXT)
|
|
-rm -f tests/build/t_include_atf_c++_hpp.$(OBJEXT)
|
|
-rm -f tests/build/t_include_atf_c_h.$(OBJEXT)
|
|
-rm -f tools/atf-cleanup.$(OBJEXT)
|
|
-rm -f tools/atf-compile.$(OBJEXT)
|
|
-rm -f tools/atf-config.$(OBJEXT)
|
|
-rm -f tools/atf-exec.$(OBJEXT)
|
|
-rm -f tools/atf-format.$(OBJEXT)
|
|
-rm -f tools/atf-killpg.$(OBJEXT)
|
|
-rm -f tools/atf-report.$(OBJEXT)
|
|
-rm -f tools/atf-run.$(OBJEXT)
|
|
-rm -f tools/atf-version.$(OBJEXT)
|
|
|
|
distclean-compile:
|
|
-rm -f *.tab.c
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/application.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/atffile.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/config.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/env.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/exceptions.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/expand.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/formats.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/fs.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/io.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/parser.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/signals.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/tests.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/text.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/ui.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/user.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/config.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/dynstr.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/env.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/error.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/expand.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/fs.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/io.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/list.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/map.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/object.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/sanity.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/signals.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/tc.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/tcr.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/text.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/tp.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/tp_main.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/ui.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/user.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_config.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_env.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_expand.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_fs.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_io.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_macros.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_parser.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_signals.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_tests.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_text.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_user.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_utils.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_config.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_dynstr.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_env.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_error.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_expand.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_fs.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_io.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_list.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_macros.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_map.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_sanity.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_signals.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_tc.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_tcr.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_text.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_ui.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_user.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/formats/$(DEPDIR)/h_parser.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/formats/$(DEPDIR)/t_writers.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/test_programs/$(DEPDIR)/h_c.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/test_programs/$(DEPDIR)/h_cpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/tools/$(DEPDIR)/h_fail.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/tools/$(DEPDIR)/h_misc.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/tools/$(DEPDIR)/h_mode.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/atf/tools/$(DEPDIR)/h_pass.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/bootstrap/$(DEPDIR)/h_app_empty.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/bootstrap/$(DEPDIR)/h_app_opts_args.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/bootstrap/$(DEPDIR)/h_tp_basic_c.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/bootstrap/$(DEPDIR)/h_tp_basic_cpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/$(DEPDIR)/t_include_atf_c++_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/$(DEPDIR)/t_include_atf_c_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_application_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_atffile_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_config_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_env_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_exceptions_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_expand_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_formats_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_fs_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_io_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_macros_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_parser_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_sanity_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_signals_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_tests_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_text_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_ui_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_user_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_include_utils_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c++/$(DEPDIR)/t_use_macros_hpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_config_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_dynstr_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_env_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_error_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_expand_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_fs_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_io_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_list_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_macros_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_map_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_object_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_sanity_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_signals_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_tc_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_tcr_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_text_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_tp_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_include_ui_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tests/build/atf-c/$(DEPDIR)/t_use_macros_h.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-cleanup.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-compile.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-config.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-exec.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-format.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-killpg.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-report.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-run.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-version.Po@am__quote@
|
|
|
|
.c.o:
|
|
@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
@am__fastdepCC_TRUE@ mv -f $$depbase.Tpo $$depbase.Po
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $<
|
|
|
|
.c.obj:
|
|
@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
|
@am__fastdepCC_TRUE@ mv -f $$depbase.Tpo $$depbase.Po
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
|
.c.lo:
|
|
@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
|
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
@am__fastdepCC_TRUE@ mv -f $$depbase.Tpo $$depbase.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
|
|
|
.cpp.o:
|
|
@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
|
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
@am__fastdepCXX_TRUE@ mv -f $$depbase.Tpo $$depbase.Po
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
|
|
|
|
.cpp.obj:
|
|
@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
|
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
|
@am__fastdepCXX_TRUE@ mv -f $$depbase.Tpo $$depbase.Po
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
|
.cpp.lo:
|
|
@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
|
@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
@am__fastdepCXX_TRUE@ mv -f $$depbase.Tpo $$depbase.Plo
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
|
|
|
|
mostlyclean-libtool:
|
|
-rm -f *.lo
|
|
|
|
clean-libtool:
|
|
-rm -rf .libs _libs
|
|
-rm -rf atf-c/.libs atf-c/_libs
|
|
-rm -rf atf-c++/.libs atf-c++/_libs
|
|
-rm -rf tests/atf/atf-c/.libs tests/atf/atf-c/_libs
|
|
-rm -rf tests/atf/atf-c++/.libs tests/atf/atf-c++/_libs
|
|
-rm -rf tests/atf/formats/.libs tests/atf/formats/_libs
|
|
-rm -rf tests/atf/test_programs/.libs tests/atf/test_programs/_libs
|
|
-rm -rf tests/atf/tools/.libs tests/atf/tools/_libs
|
|
-rm -rf tests/bootstrap/.libs tests/bootstrap/_libs
|
|
-rm -rf tools/.libs tools/_libs
|
|
|
|
distclean-libtool:
|
|
-rm -f libtool
|
|
install-man1: $(man1_MANS) $(man_MANS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
|
|
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
|
|
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
|
for i in $$l2; do \
|
|
case "$$i" in \
|
|
*.1*) list="$$list $$i" ;; \
|
|
esac; \
|
|
done; \
|
|
for i in $$list; do \
|
|
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
|
|
else file=$$i; fi; \
|
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
case "$$ext" in \
|
|
1*) ;; \
|
|
*) ext='1' ;; \
|
|
esac; \
|
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
|
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
|
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
|
|
done
|
|
uninstall-man1:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
|
|
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
|
for i in $$l2; do \
|
|
case "$$i" in \
|
|
*.1*) list="$$list $$i" ;; \
|
|
esac; \
|
|
done; \
|
|
for i in $$list; do \
|
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
case "$$ext" in \
|
|
1*) ;; \
|
|
*) ext='1' ;; \
|
|
esac; \
|
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
|
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
|
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
|
echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
|
|
rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
|
|
done
|
|
install-man3: $(man3_MANS) $(man_MANS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
|
|
@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
|
|
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
|
for i in $$l2; do \
|
|
case "$$i" in \
|
|
*.3*) list="$$list $$i" ;; \
|
|
esac; \
|
|
done; \
|
|
for i in $$list; do \
|
|
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
|
|
else file=$$i; fi; \
|
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
case "$$ext" in \
|
|
3*) ;; \
|
|
*) ext='3' ;; \
|
|
esac; \
|
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
|
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
|
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \
|
|
done
|
|
uninstall-man3:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
|
|
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
|
for i in $$l2; do \
|
|
case "$$i" in \
|
|
*.3*) list="$$list $$i" ;; \
|
|
esac; \
|
|
done; \
|
|
for i in $$list; do \
|
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
case "$$ext" in \
|
|
3*) ;; \
|
|
*) ext='3' ;; \
|
|
esac; \
|
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
|
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
|
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
|
echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
|
|
rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
|
|
done
|
|
install-man4: $(man4_MANS) $(man_MANS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(man4dir)" || $(MKDIR_P) "$(DESTDIR)$(man4dir)"
|
|
@list='$(man4_MANS) $(dist_man4_MANS) $(nodist_man4_MANS)'; \
|
|
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
|
for i in $$l2; do \
|
|
case "$$i" in \
|
|
*.4*) list="$$list $$i" ;; \
|
|
esac; \
|
|
done; \
|
|
for i in $$list; do \
|
|
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
|
|
else file=$$i; fi; \
|
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
case "$$ext" in \
|
|
4*) ;; \
|
|
*) ext='4' ;; \
|
|
esac; \
|
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
|
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
|
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man4dir)/$$inst'"; \
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man4dir)/$$inst"; \
|
|
done
|
|
uninstall-man4:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(man4_MANS) $(dist_man4_MANS) $(nodist_man4_MANS)'; \
|
|
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
|
for i in $$l2; do \
|
|
case "$$i" in \
|
|
*.4*) list="$$list $$i" ;; \
|
|
esac; \
|
|
done; \
|
|
for i in $$list; do \
|
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
case "$$ext" in \
|
|
4*) ;; \
|
|
*) ext='4' ;; \
|
|
esac; \
|
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
|
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
|
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
|
echo " rm -f '$(DESTDIR)$(man4dir)/$$inst'"; \
|
|
rm -f "$(DESTDIR)$(man4dir)/$$inst"; \
|
|
done
|
|
install-man5: $(man5_MANS) $(man_MANS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
|
|
@list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
|
|
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
|
for i in $$l2; do \
|
|
case "$$i" in \
|
|
*.5*) list="$$list $$i" ;; \
|
|
esac; \
|
|
done; \
|
|
for i in $$list; do \
|
|
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
|
|
else file=$$i; fi; \
|
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
case "$$ext" in \
|
|
5*) ;; \
|
|
*) ext='5' ;; \
|
|
esac; \
|
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
|
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
|
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
|
|
done
|
|
uninstall-man5:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
|
|
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
|
for i in $$l2; do \
|
|
case "$$i" in \
|
|
*.5*) list="$$list $$i" ;; \
|
|
esac; \
|
|
done; \
|
|
for i in $$list; do \
|
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
case "$$ext" in \
|
|
5*) ;; \
|
|
*) ext='5' ;; \
|
|
esac; \
|
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
|
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
|
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
|
echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
|
|
rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
|
|
done
|
|
install-man7: $(man7_MANS) $(man_MANS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(man7dir)" || $(MKDIR_P) "$(DESTDIR)$(man7dir)"
|
|
@list='$(man7_MANS) $(dist_man7_MANS) $(nodist_man7_MANS)'; \
|
|
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
|
for i in $$l2; do \
|
|
case "$$i" in \
|
|
*.7*) list="$$list $$i" ;; \
|
|
esac; \
|
|
done; \
|
|
for i in $$list; do \
|
|
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
|
|
else file=$$i; fi; \
|
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
case "$$ext" in \
|
|
7*) ;; \
|
|
*) ext='7' ;; \
|
|
esac; \
|
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
|
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
|
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst"; \
|
|
done
|
|
uninstall-man7:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(man7_MANS) $(dist_man7_MANS) $(nodist_man7_MANS)'; \
|
|
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
|
for i in $$l2; do \
|
|
case "$$i" in \
|
|
*.7*) list="$$list $$i" ;; \
|
|
esac; \
|
|
done; \
|
|
for i in $$list; do \
|
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
case "$$ext" in \
|
|
7*) ;; \
|
|
*) ext='7' ;; \
|
|
esac; \
|
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
|
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
|
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
|
echo " rm -f '$(DESTDIR)$(man7dir)/$$inst'"; \
|
|
rm -f "$(DESTDIR)$(man7dir)/$$inst"; \
|
|
done
|
|
install-atf_atf_cDATA: $(atf_atf_c_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_atf_cdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_atf_cdir)"
|
|
@list='$(atf_atf_c_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(atf_atf_cDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_atf_cdir)/$$f'"; \
|
|
$(atf_atf_cDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_atf_cdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-atf_atf_cDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_atf_c_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(atf_atf_cdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_atf_cdir)/$$f"; \
|
|
done
|
|
install-atf_atf_c__DATA: $(atf_atf_c___DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_atf_c__dir)" || $(MKDIR_P) "$(DESTDIR)$(atf_atf_c__dir)"
|
|
@list='$(atf_atf_c___DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(atf_atf_c__DATA_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_atf_c__dir)/$$f'"; \
|
|
$(atf_atf_c__DATA_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_atf_c__dir)/$$f"; \
|
|
done
|
|
|
|
uninstall-atf_atf_c__DATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_atf_c___DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(atf_atf_c__dir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_atf_c__dir)/$$f"; \
|
|
done
|
|
install-atf_atf_shDATA: $(atf_atf_sh_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_atf_shdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_atf_shdir)"
|
|
@list='$(atf_atf_sh_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(atf_atf_shDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_atf_shdir)/$$f'"; \
|
|
$(atf_atf_shDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_atf_shdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-atf_atf_shDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_atf_sh_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(atf_atf_shdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_atf_shdir)/$$f"; \
|
|
done
|
|
install-atf_dataDATA: $(atf_data_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_datadir)" || $(MKDIR_P) "$(DESTDIR)$(atf_datadir)"
|
|
@list='$(atf_data_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(atf_dataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_datadir)/$$f'"; \
|
|
$(atf_dataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_datadir)/$$f"; \
|
|
done
|
|
|
|
uninstall-atf_dataDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_data_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(atf_datadir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_datadir)/$$f"; \
|
|
done
|
|
install-atf_formatsDATA: $(atf_formats_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_formatsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_formatsdir)"
|
|
@list='$(atf_formats_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(atf_formatsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_formatsdir)/$$f'"; \
|
|
$(atf_formatsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_formatsdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-atf_formatsDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_formats_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(atf_formatsdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_formatsdir)/$$f"; \
|
|
done
|
|
install-atf_shDATA: $(atf_sh_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_shdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_shdir)"
|
|
@list='$(atf_sh_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(atf_shDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_shdir)/$$f'"; \
|
|
$(atf_shDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_shdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-atf_shDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_sh_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(atf_shdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_shdir)/$$f"; \
|
|
done
|
|
install-atf_test_programsDATA: $(atf_test_programs_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_test_programsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_test_programsdir)"
|
|
@list='$(atf_test_programs_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(atf_test_programsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_test_programsdir)/$$f'"; \
|
|
$(atf_test_programsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_test_programsdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-atf_test_programsDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_test_programs_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(atf_test_programsdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_test_programsdir)/$$f"; \
|
|
done
|
|
install-atf_toolsDATA: $(atf_tools_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_toolsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_toolsdir)"
|
|
@list='$(atf_tools_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(atf_toolsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_toolsdir)/$$f'"; \
|
|
$(atf_toolsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_toolsdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-atf_toolsDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_tools_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(atf_toolsdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_toolsdir)/$$f"; \
|
|
done
|
|
install-cssDATA: $(css_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(cssdir)" || $(MKDIR_P) "$(DESTDIR)$(cssdir)"
|
|
@list='$(css_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(cssDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(cssdir)/$$f'"; \
|
|
$(cssDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(cssdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-cssDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(css_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(cssdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(cssdir)/$$f"; \
|
|
done
|
|
install-docDATA: $(doc_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
|
|
@list='$(doc_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
|
|
$(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-docDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(doc_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(docdir)/$$f"; \
|
|
done
|
|
install-dtdDATA: $(dtd_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(dtddir)" || $(MKDIR_P) "$(DESTDIR)$(dtddir)"
|
|
@list='$(dtd_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(dtdDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dtddir)/$$f'"; \
|
|
$(dtdDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dtddir)/$$f"; \
|
|
done
|
|
|
|
uninstall-dtdDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(dtd_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(dtddir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(dtddir)/$$f"; \
|
|
done
|
|
install-egDATA: $(eg_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(egdir)" || $(MKDIR_P) "$(DESTDIR)$(egdir)"
|
|
@list='$(eg_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(egDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(egdir)/$$f'"; \
|
|
$(egDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(egdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-egDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(eg_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(egdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(egdir)/$$f"; \
|
|
done
|
|
install-hooksDATA: $(hooks_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(hooksdir)" || $(MKDIR_P) "$(DESTDIR)$(hooksdir)"
|
|
@list='$(hooks_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(hooksDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(hooksdir)/$$f'"; \
|
|
$(hooksDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(hooksdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-hooksDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(hooks_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(hooksdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(hooksdir)/$$f"; \
|
|
done
|
|
install-pkgconfigDATA: $(pkgconfig_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
|
|
@list='$(pkgconfig_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
|
|
$(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-pkgconfigDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(pkgconfig_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
|
|
done
|
|
install-pkgtestsDATA: $(pkgtests_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(pkgtestsdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgtestsdir)"
|
|
@list='$(pkgtests_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(pkgtestsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgtestsdir)/$$f'"; \
|
|
$(pkgtestsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgtestsdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-pkgtestsDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(pkgtests_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(pkgtestsdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(pkgtestsdir)/$$f"; \
|
|
done
|
|
install-xslDATA: $(xsl_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(xsldir)" || $(MKDIR_P) "$(DESTDIR)$(xsldir)"
|
|
@list='$(xsl_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(xslDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xsldir)/$$f'"; \
|
|
$(xslDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xsldir)/$$f"; \
|
|
done
|
|
|
|
uninstall-xslDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(xsl_DATA)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(xsldir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(xsldir)/$$f"; \
|
|
done
|
|
install-atf_cHEADERS: $(atf_c_HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_cdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_cdir)"
|
|
@list='$(atf_c_HEADERS)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(atf_cHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_cdir)/$$f'"; \
|
|
$(atf_cHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_cdir)/$$f"; \
|
|
done
|
|
|
|
uninstall-atf_cHEADERS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_c_HEADERS)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(atf_cdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_cdir)/$$f"; \
|
|
done
|
|
install-atf_c__HEADERS: $(atf_c___HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(atf_c__dir)" || $(MKDIR_P) "$(DESTDIR)$(atf_c__dir)"
|
|
@list='$(atf_c___HEADERS)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(atf_c__HEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(atf_c__dir)/$$f'"; \
|
|
$(atf_c__HEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(atf_c__dir)/$$f"; \
|
|
done
|
|
|
|
uninstall-atf_c__HEADERS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_c___HEADERS)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(atf_c__dir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(atf_c__dir)/$$f"; \
|
|
done
|
|
install-includeHEADERS: $(include_HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
|
|
@list='$(include_HEADERS)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
|
|
$(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
|
|
done
|
|
|
|
uninstall-includeHEADERS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(include_HEADERS)'; for p in $$list; do \
|
|
f=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(includedir)/$$f"; \
|
|
done
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
mkid -fID $$unique
|
|
tags: TAGS
|
|
|
|
TAGS: $(HEADERS) $(SOURCES) bconfig.h.in $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
tags=; \
|
|
here=`pwd`; \
|
|
list='$(SOURCES) $(HEADERS) bconfig.h.in $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
$$tags $$unique; \
|
|
fi
|
|
ctags: CTAGS
|
|
CTAGS: $(HEADERS) $(SOURCES) bconfig.h.in $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
tags=; \
|
|
list='$(SOURCES) $(HEADERS) bconfig.h.in $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
$$tags $$unique
|
|
|
|
GTAGS:
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
&& cd $(top_srcdir) \
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
|
|
|
distclean-tags:
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
check-TESTS: $(TESTS)
|
|
@failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
|
|
srcdir=$(srcdir); export srcdir; \
|
|
list=' $(TESTS) '; \
|
|
if test -n "$$list"; then \
|
|
for tst in $$list; do \
|
|
if test -f ./$$tst; then dir=./; \
|
|
elif test -f $$tst; then dir=; \
|
|
else dir="$(srcdir)/"; fi; \
|
|
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
|
|
all=`expr $$all + 1`; \
|
|
case " $(XFAIL_TESTS) " in \
|
|
*$$ws$$tst$$ws*) \
|
|
xpass=`expr $$xpass + 1`; \
|
|
failed=`expr $$failed + 1`; \
|
|
echo "XPASS: $$tst"; \
|
|
;; \
|
|
*) \
|
|
echo "PASS: $$tst"; \
|
|
;; \
|
|
esac; \
|
|
elif test $$? -ne 77; then \
|
|
all=`expr $$all + 1`; \
|
|
case " $(XFAIL_TESTS) " in \
|
|
*$$ws$$tst$$ws*) \
|
|
xfail=`expr $$xfail + 1`; \
|
|
echo "XFAIL: $$tst"; \
|
|
;; \
|
|
*) \
|
|
failed=`expr $$failed + 1`; \
|
|
echo "FAIL: $$tst"; \
|
|
;; \
|
|
esac; \
|
|
else \
|
|
skip=`expr $$skip + 1`; \
|
|
echo "SKIP: $$tst"; \
|
|
fi; \
|
|
done; \
|
|
if test "$$failed" -eq 0; then \
|
|
if test "$$xfail" -eq 0; then \
|
|
banner="All $$all tests passed"; \
|
|
else \
|
|
banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
|
|
fi; \
|
|
else \
|
|
if test "$$xpass" -eq 0; then \
|
|
banner="$$failed of $$all tests failed"; \
|
|
else \
|
|
banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
|
|
fi; \
|
|
fi; \
|
|
dashes="$$banner"; \
|
|
skipped=""; \
|
|
if test "$$skip" -ne 0; then \
|
|
skipped="($$skip tests were not run)"; \
|
|
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
dashes="$$skipped"; \
|
|
fi; \
|
|
report=""; \
|
|
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
|
|
report="Please report to $(PACKAGE_BUGREPORT)"; \
|
|
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
dashes="$$report"; \
|
|
fi; \
|
|
dashes=`echo "$$dashes" | sed s/./=/g`; \
|
|
echo "$$dashes"; \
|
|
echo "$$banner"; \
|
|
test -z "$$skipped" || echo "$$skipped"; \
|
|
test -z "$$report" || echo "$$report"; \
|
|
echo "$$dashes"; \
|
|
test "$$failed" -eq 0; \
|
|
else :; fi
|
|
|
|
distdir: $(DISTFILES)
|
|
@case `sed 15q $(srcdir)/NEWS` in \
|
|
*"$(VERSION)"*) : ;; \
|
|
*) \
|
|
echo "NEWS not updated; not releasing" 1>&2; \
|
|
exit 1;; \
|
|
esac
|
|
$(am__remove_distdir)
|
|
test -d $(distdir) || mkdir $(distdir)
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
list='$(DISTFILES)'; \
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
case $$dist_files in \
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
sort -u` ;; \
|
|
esac; \
|
|
for file in $$dist_files; do \
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
if test -d $$d/$$file; then \
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
fi; \
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|
else \
|
|
test -f $(distdir)/$$file \
|
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
|| exit 1; \
|
|
fi; \
|
|
done
|
|
$(MAKE) $(AM_MAKEFLAGS) \
|
|
top_distdir="$(top_distdir)" distdir="$(distdir)" \
|
|
dist-hook
|
|
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
|
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
|
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
|
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
|
|| chmod -R a+r $(distdir)
|
|
dist-gzip: distdir
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
$(am__remove_distdir)
|
|
|
|
dist-bzip2: distdir
|
|
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
|
$(am__remove_distdir)
|
|
|
|
dist-lzma: distdir
|
|
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
|
$(am__remove_distdir)
|
|
|
|
dist-tarZ: distdir
|
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
|
$(am__remove_distdir)
|
|
|
|
dist-shar: distdir
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
|
$(am__remove_distdir)
|
|
|
|
dist-zip: distdir
|
|
-rm -f $(distdir).zip
|
|
zip -rq $(distdir).zip $(distdir)
|
|
$(am__remove_distdir)
|
|
|
|
dist dist-all: distdir
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
$(am__remove_distdir)
|
|
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
|
# it guarantees that the distribution is self-contained by making another
|
|
# tarfile.
|
|
distcheck: dist
|
|
case '$(DIST_ARCHIVES)' in \
|
|
*.tar.gz*) \
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
|
*.tar.bz2*) \
|
|
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
*.tar.lzma*) \
|
|
unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
|
|
*.tar.Z*) \
|
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
|
*.shar.gz*) \
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
|
*.zip*) \
|
|
unzip $(distdir).zip ;;\
|
|
esac
|
|
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
|
mkdir $(distdir)/_build
|
|
mkdir $(distdir)/_inst
|
|
chmod a-w $(distdir)
|
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
|
&& cd $(distdir)/_build \
|
|
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
|
distuninstallcheck \
|
|
&& chmod -R a-w "$$dc_install_base" \
|
|
&& ({ \
|
|
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
|
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
|
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
|
&& rm -rf "$$dc_destdir" \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
|
&& rm -rf $(DIST_ARCHIVES) \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
|
$(am__remove_distdir)
|
|
@(echo "$(distdir) archives ready for distribution: "; \
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
|
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
|
distuninstallcheck:
|
|
@cd $(distuninstallcheck_dir) \
|
|
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
|
if test -n "$(DESTDIR)"; then \
|
|
echo " (check DESTDIR support)"; \
|
|
fi ; \
|
|
$(distuninstallcheck_listfiles) ; \
|
|
exit 1; } >&2
|
|
distcleancheck: distclean
|
|
@if test '$(srcdir)' = . ; then \
|
|
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
|
exit 1 ; \
|
|
fi
|
|
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
|
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
|
$(distcleancheck_listfiles) ; \
|
|
exit 1; } >&2
|
|
check-am: all-am
|
|
$(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES) $(check_PROGRAMS) \
|
|
$(check_SCRIPTS)
|
|
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
|
check: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) check-am
|
|
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
|
|
$(HEADERS) bconfig.h
|
|
install-binPROGRAMS: install-libLTLIBRARIES
|
|
|
|
installdirs:
|
|
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(atf_atf_cdir)" "$(DESTDIR)$(atf_atf_c__dir)" "$(DESTDIR)$(atf_formatsdir)" "$(DESTDIR)$(atf_test_programsdir)" "$(DESTDIR)$(atf_toolsdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(atf_atf_shdir)" "$(DESTDIR)$(atf_datadir)" "$(DESTDIR)$(atf_formatsdir)" "$(DESTDIR)$(atf_test_programsdir)" "$(DESTDIR)$(atf_toolsdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man4dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(atf_atf_cdir)" "$(DESTDIR)$(atf_atf_c__dir)" "$(DESTDIR)$(atf_atf_shdir)" "$(DESTDIR)$(atf_datadir)" "$(DESTDIR)$(atf_formatsdir)" "$(DESTDIR)$(atf_shdir)" "$(DESTDIR)$(atf_test_programsdir)" "$(DESTDIR)$(atf_toolsdir)" "$(DESTDIR)$(cssdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(dtddir)" "$(DESTDIR)$(egdir)" "$(DESTDIR)$(hooksdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgtestsdir)" "$(DESTDIR)$(xsldir)" "$(DESTDIR)$(atf_cdir)" "$(DESTDIR)$(atf_c__dir)" "$(DESTDIR)$(includedir)"; do \
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
done
|
|
install: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) install-am
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
installcheck: installcheck-am
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
`test -z '$(STRIP)' || \
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
|
|
distclean-generic:
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
-rm -f atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f atf-c++/$(am__dirstamp)
|
|
-rm -f atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f atf-c/$(am__dirstamp)
|
|
-rm -f tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f tests/atf/atf-c++/$(am__dirstamp)
|
|
-rm -f tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f tests/atf/atf-c/$(am__dirstamp)
|
|
-rm -f tests/atf/formats/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f tests/atf/formats/$(am__dirstamp)
|
|
-rm -f tests/atf/test_programs/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f tests/atf/test_programs/$(am__dirstamp)
|
|
-rm -f tests/atf/tools/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f tests/atf/tools/$(am__dirstamp)
|
|
-rm -f tests/bootstrap/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f tests/bootstrap/$(am__dirstamp)
|
|
-rm -f tests/build/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f tests/build/$(am__dirstamp)
|
|
-rm -f tests/build/atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f tests/build/atf-c++/$(am__dirstamp)
|
|
-rm -f tests/build/atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f tests/build/atf-c/$(am__dirstamp)
|
|
-rm -f tools/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f tools/$(am__dirstamp)
|
|
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
|
|
maintainer-clean-generic:
|
|
@echo "This command is intended for maintainers to use"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
|
clean: clean-am
|
|
|
|
clean-am: clean-atf_atf_cPROGRAMS clean-atf_atf_c__PROGRAMS \
|
|
clean-atf_formatsPROGRAMS clean-atf_test_programsPROGRAMS \
|
|
clean-atf_toolsPROGRAMS clean-binPROGRAMS clean-checkLIBRARIES \
|
|
clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
|
|
clean-libexecPROGRAMS clean-libtool mostlyclean-am
|
|
|
|
distclean: distclean-am
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
-rm -rf atf-c++/$(DEPDIR) atf-c/$(DEPDIR) tests/atf/atf-c++/$(DEPDIR) tests/atf/atf-c/$(DEPDIR) tests/atf/formats/$(DEPDIR) tests/atf/test_programs/$(DEPDIR) tests/atf/tools/$(DEPDIR) tests/bootstrap/$(DEPDIR) tests/build/$(DEPDIR) tests/build/atf-c++/$(DEPDIR) tests/build/atf-c/$(DEPDIR) tools/$(DEPDIR)
|
|
-rm -f Makefile
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
distclean-hdr distclean-libtool distclean-local distclean-tags
|
|
|
|
dvi: dvi-am
|
|
|
|
dvi-am:
|
|
|
|
html: html-am
|
|
|
|
info: info-am
|
|
|
|
info-am:
|
|
|
|
install-data-am: install-atf_atf_cDATA install-atf_atf_cPROGRAMS \
|
|
install-atf_atf_c__DATA install-atf_atf_c__PROGRAMS \
|
|
install-atf_atf_shDATA install-atf_atf_shSCRIPTS \
|
|
install-atf_cHEADERS install-atf_c__HEADERS \
|
|
install-atf_dataDATA install-atf_dataSCRIPTS \
|
|
install-atf_formatsDATA install-atf_formatsPROGRAMS \
|
|
install-atf_formatsSCRIPTS install-atf_shDATA \
|
|
install-atf_test_programsDATA \
|
|
install-atf_test_programsPROGRAMS \
|
|
install-atf_test_programsSCRIPTS install-atf_toolsDATA \
|
|
install-atf_toolsPROGRAMS install-atf_toolsSCRIPTS \
|
|
install-cssDATA install-docDATA install-dtdDATA install-egDATA \
|
|
install-hooksDATA install-includeHEADERS install-man \
|
|
install-pkgconfigDATA install-pkgtestsDATA install-xslDATA
|
|
|
|
install-dvi: install-dvi-am
|
|
|
|
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES \
|
|
install-libexecPROGRAMS
|
|
|
|
install-html: install-html-am
|
|
|
|
install-info: install-info-am
|
|
|
|
install-man: install-man1 install-man3 install-man4 install-man5 \
|
|
install-man7
|
|
|
|
install-pdf: install-pdf-am
|
|
|
|
install-ps: install-ps-am
|
|
|
|
installcheck-am: installcheck-local
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
-rm -rf $(top_srcdir)/autom4te.cache
|
|
-rm -rf atf-c++/$(DEPDIR) atf-c/$(DEPDIR) tests/atf/atf-c++/$(DEPDIR) tests/atf/atf-c/$(DEPDIR) tests/atf/formats/$(DEPDIR) tests/atf/test_programs/$(DEPDIR) tests/atf/tools/$(DEPDIR) tests/bootstrap/$(DEPDIR) tests/build/$(DEPDIR) tests/build/atf-c++/$(DEPDIR) tests/build/atf-c/$(DEPDIR) tools/$(DEPDIR)
|
|
-rm -f Makefile
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
mostlyclean-libtool
|
|
|
|
pdf: pdf-am
|
|
|
|
pdf-am:
|
|
|
|
ps: ps-am
|
|
|
|
ps-am:
|
|
|
|
uninstall-am: uninstall-atf_atf_cDATA uninstall-atf_atf_cPROGRAMS \
|
|
uninstall-atf_atf_c__DATA uninstall-atf_atf_c__PROGRAMS \
|
|
uninstall-atf_atf_shDATA uninstall-atf_atf_shSCRIPTS \
|
|
uninstall-atf_cHEADERS uninstall-atf_c__HEADERS \
|
|
uninstall-atf_dataDATA uninstall-atf_dataSCRIPTS \
|
|
uninstall-atf_formatsDATA uninstall-atf_formatsPROGRAMS \
|
|
uninstall-atf_formatsSCRIPTS uninstall-atf_shDATA \
|
|
uninstall-atf_test_programsDATA \
|
|
uninstall-atf_test_programsPROGRAMS \
|
|
uninstall-atf_test_programsSCRIPTS uninstall-atf_toolsDATA \
|
|
uninstall-atf_toolsPROGRAMS uninstall-atf_toolsSCRIPTS \
|
|
uninstall-binPROGRAMS uninstall-cssDATA uninstall-docDATA \
|
|
uninstall-dtdDATA uninstall-egDATA uninstall-hooksDATA \
|
|
uninstall-includeHEADERS uninstall-libLTLIBRARIES \
|
|
uninstall-libexecPROGRAMS uninstall-man \
|
|
uninstall-pkgconfigDATA uninstall-pkgtestsDATA \
|
|
uninstall-xslDATA
|
|
|
|
uninstall-man: uninstall-man1 uninstall-man3 uninstall-man4 \
|
|
uninstall-man5 uninstall-man7
|
|
|
|
.MAKE: install-am install-strip
|
|
|
|
.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
|
|
clean clean-atf_atf_cPROGRAMS clean-atf_atf_c__PROGRAMS \
|
|
clean-atf_formatsPROGRAMS clean-atf_test_programsPROGRAMS \
|
|
clean-atf_toolsPROGRAMS clean-binPROGRAMS clean-checkLIBRARIES \
|
|
clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
|
|
clean-libexecPROGRAMS clean-libtool ctags dist dist-all \
|
|
dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ \
|
|
dist-zip distcheck distclean distclean-compile \
|
|
distclean-generic distclean-hdr distclean-libtool \
|
|
distclean-local distclean-tags distcleancheck distdir \
|
|
distuninstallcheck dvi dvi-am html html-am info info-am \
|
|
install install-am install-atf_atf_cDATA \
|
|
install-atf_atf_cPROGRAMS install-atf_atf_c__DATA \
|
|
install-atf_atf_c__PROGRAMS install-atf_atf_shDATA \
|
|
install-atf_atf_shSCRIPTS install-atf_cHEADERS \
|
|
install-atf_c__HEADERS install-atf_dataDATA \
|
|
install-atf_dataSCRIPTS install-atf_formatsDATA \
|
|
install-atf_formatsPROGRAMS install-atf_formatsSCRIPTS \
|
|
install-atf_shDATA install-atf_test_programsDATA \
|
|
install-atf_test_programsPROGRAMS \
|
|
install-atf_test_programsSCRIPTS install-atf_toolsDATA \
|
|
install-atf_toolsPROGRAMS install-atf_toolsSCRIPTS \
|
|
install-binPROGRAMS install-cssDATA install-data \
|
|
install-data-am install-docDATA install-dtdDATA install-dvi \
|
|
install-dvi-am install-egDATA install-exec install-exec-am \
|
|
install-hooksDATA install-html install-html-am \
|
|
install-includeHEADERS install-info install-info-am \
|
|
install-libLTLIBRARIES install-libexecPROGRAMS install-man \
|
|
install-man1 install-man3 install-man4 install-man5 \
|
|
install-man7 install-pdf install-pdf-am install-pkgconfigDATA \
|
|
install-pkgtestsDATA install-ps install-ps-am install-strip \
|
|
install-xslDATA installcheck installcheck-am \
|
|
installcheck-local installdirs maintainer-clean \
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
tags uninstall uninstall-am uninstall-atf_atf_cDATA \
|
|
uninstall-atf_atf_cPROGRAMS uninstall-atf_atf_c__DATA \
|
|
uninstall-atf_atf_c__PROGRAMS uninstall-atf_atf_shDATA \
|
|
uninstall-atf_atf_shSCRIPTS uninstall-atf_cHEADERS \
|
|
uninstall-atf_c__HEADERS uninstall-atf_dataDATA \
|
|
uninstall-atf_dataSCRIPTS uninstall-atf_formatsDATA \
|
|
uninstall-atf_formatsPROGRAMS uninstall-atf_formatsSCRIPTS \
|
|
uninstall-atf_shDATA uninstall-atf_test_programsDATA \
|
|
uninstall-atf_test_programsPROGRAMS \
|
|
uninstall-atf_test_programsSCRIPTS uninstall-atf_toolsDATA \
|
|
uninstall-atf_toolsPROGRAMS uninstall-atf_toolsSCRIPTS \
|
|
uninstall-binPROGRAMS uninstall-cssDATA uninstall-docDATA \
|
|
uninstall-dtdDATA uninstall-egDATA uninstall-hooksDATA \
|
|
uninstall-includeHEADERS uninstall-libLTLIBRARIES \
|
|
uninstall-libexecPROGRAMS uninstall-man uninstall-man1 \
|
|
uninstall-man3 uninstall-man4 uninstall-man5 uninstall-man7 \
|
|
uninstall-pkgconfigDATA uninstall-pkgtestsDATA \
|
|
uninstall-xslDATA
|
|
|
|
|
|
dist-hook: $(srcdir)/admin/revision-dist.h check-install check-style
|
|
|
|
# -------------------------------------------------------------------------
|
|
# `admin' directory.
|
|
# -------------------------------------------------------------------------
|
|
|
|
.PHONY: check-install
|
|
check-install:
|
|
$(srcdir)/admin/check-install.sh $(srcdir)/INSTALL
|
|
|
|
.PHONY: check-style
|
|
check-style:
|
|
$(srcdir)/admin/check-style.sh
|
|
|
|
.PHONY: admin/revision.h
|
|
admin/revision.h:
|
|
@if [ -n "$(MTN)" -a -d $(top_srcdir)/_MTN ]; then \
|
|
test -d admin || mkdir -p admin; \
|
|
MTN="$(MTN)" ROOT="$(top_srcdir)" \
|
|
$(top_srcdir)/admin/generate-revision.sh >admin/revision.h; \
|
|
else \
|
|
rm -f admin/revision.h; \
|
|
fi
|
|
|
|
$(srcdir)/admin/revision-dist.h: admin/revision.h
|
|
@if [ -f admin/revision.h ]; then \
|
|
cp admin/revision.h $(srcdir)/admin/revision-dist.h; \
|
|
echo '#define PACKAGE_REVISION_CACHED 1' \
|
|
>>$(srcdir)/admin/revision-dist.h; \
|
|
else \
|
|
[ -f $(srcdir)/admin/revision-dist.h ]; \
|
|
fi
|
|
|
|
# XXX For some reason, the nodist line above does not work as expected.
|
|
# Work this problem around.
|
|
dist-hook: kill-defs-h
|
|
kill-defs-h:
|
|
rm -f $(distdir)/atf-c/defs.h
|
|
data/atf-c.pc: $(srcdir)/data/atf-c.pc.in
|
|
test -d data || mkdir -p data
|
|
sed -e 's,__ATF_VERSION__,@PACKAGE_VERSION@,g' \
|
|
-e 's,__CC__,$(CC),g' \
|
|
-e 's,__INCLUDEDIR__,$(includedir),g' \
|
|
-e 's,__LIBDIR__,$(libdir),g' \
|
|
<$(srcdir)/data/atf-c.pc.in >data/atf-c.pc.tmp
|
|
mv data/atf-c.pc.tmp data/atf-c.pc
|
|
data/atf-c++.pc: $(srcdir)/data/atf-c++.pc.in
|
|
test -d data || mkdir -p data
|
|
sed -e 's,__ATF_VERSION__,@PACKAGE_VERSION@,g' \
|
|
-e 's,__CXX__,$(CXX),g' \
|
|
-e 's,__INCLUDEDIR__,$(includedir),g' \
|
|
-e 's,__LIBDIR__,$(libdir),g' \
|
|
<$(srcdir)/data/atf-c++.pc.in >data/atf-c++.pc.tmp
|
|
mv data/atf-c++.pc.tmp data/atf-c++.pc
|
|
|
|
doc/atf.7: $(srcdir)/doc/atf.7.in
|
|
test -d doc || mkdir -p doc
|
|
sed -e 's,__DOCDIR__,$(docdir),g' \
|
|
<$(srcdir)/doc/atf.7.in >doc/atf.7.tmp
|
|
mv doc/atf.7.tmp doc/atf.7
|
|
tests/bootstrap/h_tp_basic_sh: $(srcdir)/tests/bootstrap/h_tp_basic_sh.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/bootstrap || mkdir -p tests/bootstrap
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/bootstrap/h_tp_basic_sh.sh
|
|
tests/bootstrap/h_tp_atf_check_sh: \
|
|
$(srcdir)/tests/bootstrap/h_tp_atf_check_sh.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/bootstrap || mkdir -p tests/bootstrap
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/bootstrap/h_tp_atf_check_sh.sh
|
|
|
|
distclean-local:
|
|
-rm -rf testsuite.dir
|
|
|
|
$(srcdir)/tests/bootstrap/package.m4: $(top_srcdir)/configure.ac
|
|
{ \
|
|
echo '# Signature of the current package.'; \
|
|
echo 'm4_define([AT_PACKAGE_NAME], [@PACKAGE_NAME@])'; \
|
|
echo 'm4_define([AT_PACKAGE_TARNAME], [@PACKAGE_TARNAME@])'; \
|
|
echo 'm4_define([AT_PACKAGE_VERSION], [@PACKAGE_VERSION@])'; \
|
|
echo 'm4_define([AT_PACKAGE_STRING], [@PACKAGE_STRING@])'; \
|
|
echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
|
|
} >$(srcdir)/tests/bootstrap/package.m4
|
|
|
|
$(srcdir)/tests/bootstrap/testsuite: $(srcdir)/tests/bootstrap/testsuite.at \
|
|
$(testsuite_incs) \
|
|
$(srcdir)/tests/bootstrap/package.m4
|
|
autom4te --language=Autotest -I $(srcdir) \
|
|
-I $(srcdir)/tests/bootstrap \
|
|
$(srcdir)/tests/bootstrap/testsuite.at -o $@.tmp
|
|
mv $@.tmp $@
|
|
|
|
installcheck-local:
|
|
logfile=$$(pwd)/installcheck.log; \
|
|
cd $(pkgtestsdir); \
|
|
$(TESTS_ENVIRONMENT) atf-run | tee $${logfile} | atf-report; \
|
|
res=$${?}; \
|
|
echo; \
|
|
echo "The verbatim output of atf-run has been saved to" \
|
|
"installcheck.log"; \
|
|
exit $${res}
|
|
tests/atf/atf-sh/h_misc: \
|
|
$(srcdir)/tests/atf/atf-sh/h_misc.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/atf-sh || mkdir -p tests/atf/atf-sh
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/atf-sh/h_misc.sh
|
|
tests/atf/atf-sh/t_atf_check: \
|
|
$(srcdir)/tests/atf/atf-sh/t_atf_check.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/atf-sh || mkdir -p tests/atf/atf-sh
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/atf-sh/t_atf_check.sh
|
|
tests/atf/atf-sh/t_config: \
|
|
$(srcdir)/tests/atf/atf-sh/t_config.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/atf-sh || mkdir -p tests/atf/atf-sh
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/atf-sh/t_config.sh
|
|
tests/atf/atf-sh/t_normalize: \
|
|
$(srcdir)/tests/atf/atf-sh/t_normalize.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/atf-sh || mkdir -p tests/atf/atf-sh
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/atf-sh/t_normalize.sh
|
|
tests/atf/atf-sh/t_tc: \
|
|
$(srcdir)/tests/atf/atf-sh/t_tc.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/atf-sh || mkdir -p tests/atf/atf-sh
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/atf-sh/t_tc.sh
|
|
tests/atf/atf-sh/t_tp: \
|
|
$(srcdir)/tests/atf/atf-sh/t_tp.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/atf-sh || mkdir -p tests/atf/atf-sh
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/atf-sh/t_tp.sh
|
|
tests/atf/data/t_pkg_config: \
|
|
$(srcdir)/tests/atf/data/t_pkg_config.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/data || mkdir -p tests/atf/data
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/data/t_pkg_config.sh
|
|
tests/atf/formats/t_parsers: \
|
|
$(srcdir)/tests/atf/formats/t_parsers.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/formats || mkdir -p tests/atf/formats
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/formats/t_parsers.sh
|
|
tests/atf/test_programs/h_sh: \
|
|
$(srcdir)/tests/atf/test_programs/h_sh.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/test_programs/h_sh.sh
|
|
tests/atf/test_programs/t_cleanup: \
|
|
$(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_cleanup.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_cleanup.sh
|
|
tests/atf/test_programs/t_config: \
|
|
$(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_config.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_config.sh
|
|
tests/atf/test_programs/t_env: \
|
|
$(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_env.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_env.sh
|
|
tests/atf/test_programs/t_fork: \
|
|
$(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_fork.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_fork.sh
|
|
tests/atf/test_programs/t_meta_data: \
|
|
$(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_meta_data.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_meta_data.sh
|
|
tests/atf/test_programs/t_srcdir: \
|
|
$(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_srcdir.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_srcdir.sh
|
|
tests/atf/test_programs/t_status: \
|
|
$(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_status.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_status.sh
|
|
tests/atf/test_programs/t_workdir: \
|
|
$(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_workdir.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/test_programs/common.sh \
|
|
$(srcdir)/tests/atf/test_programs/t_workdir.sh
|
|
tests/atf/tools/t_atf_cleanup: \
|
|
$(srcdir)/tests/atf/tools/t_atf_cleanup.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/tools || mkdir -p tests/atf/tools
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/tools/t_atf_cleanup.sh
|
|
tests/atf/tools/t_atf_compile: $(srcdir)/tests/atf/tools/t_atf_compile.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/tools || mkdir -p tests/atf/tools
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/tools/t_atf_compile.sh
|
|
tests/atf/tools/t_atf_config: $(srcdir)/tests/atf/tools/t_atf_config.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/tools || mkdir -p tests/atf/tools
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/tools/t_atf_config.sh
|
|
tests/atf/tools/t_atf_exec: $(srcdir)/tests/atf/tools/t_atf_exec.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/tools || mkdir -p tests/atf/tools
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/tools/t_atf_exec.sh
|
|
tests/atf/tools/t_atf_killpg: $(srcdir)/tests/atf/tools/t_atf_killpg.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/tools || mkdir -p tests/atf/tools
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/tools/t_atf_killpg.sh
|
|
tests/atf/tools/t_atf_report: $(srcdir)/tests/atf/tools/t_atf_report.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/tools || mkdir -p tests/atf/tools
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/tools/t_atf_report.sh
|
|
tests/atf/tools/t_atf_run: $(srcdir)/tests/atf/tools/t_atf_run.sh \
|
|
$(ATF_COMPILE_DEPS)
|
|
test -d tests/atf/tools || mkdir -p tests/atf/tools
|
|
$(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/atf/tools/t_atf_run.sh
|
|
|
|
tools/atf-host-compile: $(srcdir)/tools/atf-host-compile.sh
|
|
sed -e 's,__ATF_PKGDATADIR__,$(srcdir)/atf-sh,g' \
|
|
-e 's,__ATF_SHELL__,$(ATF_SHELL),g' \
|
|
<$(srcdir)/tools/atf-host-compile.sh \
|
|
>tools/atf-host-compile.tmp
|
|
chmod +x tools/atf-host-compile.tmp
|
|
mv tools/atf-host-compile.tmp tools/atf-host-compile
|
|
revision.h: admin/revision.h $(srcdir)/admin/revision-dist.h
|
|
@if [ -f admin/revision.h ]; then \
|
|
cmp -s admin/revision.h revision.h || \
|
|
cp admin/revision.h revision.h; \
|
|
else \
|
|
cmp -s $(srcdir)/admin/revision-dist.h revision.h || \
|
|
cp $(srcdir)/admin/revision-dist.h revision.h; \
|
|
fi
|
|
|
|
# vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|