94d25974a7
Released on October 23rd, 2014. * Restored the atf(7) manual page to serve as a reference to all the other manual pages shipped by ATF. * Added the -s flag to atf-sh to support specifying the shell interpreter to be used. * Removed ATF_WORKDIR. The only remaining consumers have been converted to use the standard TMPDIR environment variable. As a benefit, and because Kyua forces the TMPDIR to live within the test case's work directory, any stale files left behind by ATF will be automatically cleaned up. * Documented the environment variables recognized by each component in the relevant manual pages. This information was lost with the atf-config(1) removal. * Added a new "require.diskspace" metadata property to test cases so that they can specify the minimum amount of disk space required for the test to run. * Renamed the atf-{c,c++,sh}-api(3) manual pages to atf-{c,c++,sh}(3) for discoverability purposes. Symbolic links are provided for the time being to still make the old names visible. * Issue #5: Recommend the (expected, actual) idiom for calls to the test macros in the manual pages. * Issue #7: Stopped catching unhandled exceptions in atf-c++ tests. This propagates the crash to the caller, which in turn allows it to obtain proper debugging information. In particular, Kyua should now be able to extract a stacktrace pinpointing the problem. * Issue #8: Fixed atf-c/macros_test:use test failures spotted by the clang that ships with FreeBSD 11.0-CURRENT. * Issue #12: Improved documentation of atf-sh(3) and atf-check(1) by better explaining how they relate to each other. * Issue #14: Stopped setting 'set -e' in atf-sh. This setting was initially added as a way to enable a "strict" mode in the library and to make test cases fail fast when they run unprotected commands. However, doing so in the library is surprising as the responsibility of enabling 'set -e' should be on the user's code. Also, 'set -e' introduces inconsistent behavior on subshells and users do not expect that. * Issue #15: Fixed atf_utils_{fork,wait} to support nested calls. * Issue #16: Fixed test failures (by removing a long-standing hack) on systems that lack \e support in printf(1). * Issue #19: Removed stale references to atf-config and atf-run.
3677 lines
180 KiB
Makefile
3677 lines
180 KiB
Makefile
# Makefile.in generated by automake 1.14 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright (C) 1994-2013 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@
|
|
|
|
# Copyright (c) 2007 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.
|
|
|
|
# Copyright (c) 2007 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.
|
|
|
|
# Copyright (c) 2007 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.
|
|
|
|
# Copyright (c) 2007 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.
|
|
|
|
# Copyright (c) 2007 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.
|
|
|
|
# Copyright (c) 2007 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.
|
|
|
|
# Copyright (c) 2007 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.
|
|
|
|
# Copyright (c) 2007 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.
|
|
|
|
# Copyright (c) 2007 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.
|
|
|
|
# Copyright (c) 2007 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.
|
|
|
|
|
|
|
|
|
|
|
|
VPATH = @srcdir@
|
|
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
|
am__make_running_with_option = \
|
|
case $${target_option-} in \
|
|
?) ;; \
|
|
*) echo "am__make_running_with_option: internal error: invalid" \
|
|
"target option '$${target_option-}' specified" >&2; \
|
|
exit 1;; \
|
|
esac; \
|
|
has_opt=no; \
|
|
sane_makeflags=$$MAKEFLAGS; \
|
|
if $(am__is_gnu_make); then \
|
|
sane_makeflags=$$MFLAGS; \
|
|
else \
|
|
case $$MAKEFLAGS in \
|
|
*\\[\ \ ]*) \
|
|
bs=\\; \
|
|
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
|
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
|
esac; \
|
|
fi; \
|
|
skip_next=no; \
|
|
strip_trailopt () \
|
|
{ \
|
|
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
|
}; \
|
|
for flg in $$sane_makeflags; do \
|
|
test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
case $$flg in \
|
|
*=*|--*) continue;; \
|
|
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
|
-*I?*) strip_trailopt 'I';; \
|
|
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
|
-*O?*) strip_trailopt 'O';; \
|
|
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
|
-*l?*) strip_trailopt 'l';; \
|
|
-[dEDm]) skip_next=yes;; \
|
|
-[JT]) skip_next=yes;; \
|
|
esac; \
|
|
case $$flg in \
|
|
*$$target_option*) has_opt=yes; break;; \
|
|
esac; \
|
|
done; \
|
|
test $$has_opt = yes
|
|
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkglibexecdir = $(libexecdir)/@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@
|
|
bin_PROGRAMS = atf-sh/atf-sh$(EXEEXT)
|
|
libexec_PROGRAMS = atf-sh/atf-check$(EXEEXT)
|
|
DIST_COMMON = $(srcdir)/admin/Makefile.am.inc \
|
|
$(srcdir)/atf-c/Makefile.am.inc \
|
|
$(srcdir)/atf-c/detail/Makefile.am.inc \
|
|
$(srcdir)/atf-c++/Makefile.am.inc \
|
|
$(srcdir)/atf-c++/detail/Makefile.am.inc \
|
|
$(srcdir)/atf-sh/Makefile.am.inc \
|
|
$(srcdir)/bootstrap/Makefile.am.inc \
|
|
$(srcdir)/doc/Makefile.am.inc \
|
|
$(srcdir)/test-programs/Makefile.am.inc $(srcdir)/Makefile.in \
|
|
$(srcdir)/Makefile.am $(top_srcdir)/configure \
|
|
$(am__configure_deps) $(srcdir)/config.h.in \
|
|
$(top_srcdir)/atf-c/defs.h.in $(top_srcdir)/admin/depcomp \
|
|
$(dist_man_MANS) $(atf_c_HEADERS) $(atf_c___HEADERS) \
|
|
$(include_HEADERS) AUTHORS COPYING INSTALL NEWS README \
|
|
admin/ar-lib admin/compile admin/config.guess admin/config.sub \
|
|
admin/depcomp admin/install-sh admin/missing admin/ltmain.sh \
|
|
$(top_srcdir)/admin/ar-lib $(top_srcdir)/admin/compile \
|
|
$(top_srcdir)/admin/config.guess \
|
|
$(top_srcdir)/admin/config.sub $(top_srcdir)/admin/install-sh \
|
|
$(top_srcdir)/admin/ltmain.sh $(top_srcdir)/admin/missing
|
|
tests_atf_c_PROGRAMS = atf-c/atf_c_test$(EXEEXT) \
|
|
atf-c/build_test$(EXEEXT) atf-c/check_test$(EXEEXT) \
|
|
atf-c/error_test$(EXEEXT) atf-c/macros_test$(EXEEXT) \
|
|
atf-c/tc_test$(EXEEXT) atf-c/tp_test$(EXEEXT) \
|
|
atf-c/utils_test$(EXEEXT)
|
|
tests_atf_c_detail_PROGRAMS = atf-c/detail/dynstr_test$(EXEEXT) \
|
|
atf-c/detail/env_test$(EXEEXT) atf-c/detail/fs_test$(EXEEXT) \
|
|
atf-c/detail/list_test$(EXEEXT) atf-c/detail/map_test$(EXEEXT) \
|
|
atf-c/detail/process_helpers$(EXEEXT) \
|
|
atf-c/detail/process_test$(EXEEXT) \
|
|
atf-c/detail/sanity_test$(EXEEXT) \
|
|
atf-c/detail/text_test$(EXEEXT) \
|
|
atf-c/detail/user_test$(EXEEXT) \
|
|
atf-c/detail/version_helper$(EXEEXT)
|
|
tests_atf_c___PROGRAMS = atf-c++/atf_c++_test$(EXEEXT) \
|
|
atf-c++/build_test$(EXEEXT) atf-c++/check_test$(EXEEXT) \
|
|
atf-c++/macros_test$(EXEEXT) atf-c++/tests_test$(EXEEXT) \
|
|
atf-c++/utils_test$(EXEEXT)
|
|
tests_atf_c___detail_PROGRAMS = \
|
|
atf-c++/detail/application_test$(EXEEXT) \
|
|
atf-c++/detail/auto_array_test$(EXEEXT) \
|
|
atf-c++/detail/env_test$(EXEEXT) \
|
|
atf-c++/detail/exceptions_test$(EXEEXT) \
|
|
atf-c++/detail/fs_test$(EXEEXT) \
|
|
atf-c++/detail/process_test$(EXEEXT) \
|
|
atf-c++/detail/text_test$(EXEEXT) \
|
|
atf-c++/detail/version_helper$(EXEEXT)
|
|
check_PROGRAMS = bootstrap/h_tp_basic_c$(EXEEXT) \
|
|
bootstrap/h_tp_basic_cpp$(EXEEXT)
|
|
tests_test_programs_PROGRAMS = test-programs/c_helpers$(EXEEXT) \
|
|
test-programs/cpp_helpers$(EXEEXT)
|
|
@HAVE_KYUA_TRUE@am__append_1 = installcheck-kyua
|
|
subdir = .
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/compiler-flags.m4 \
|
|
$(top_srcdir)/m4/cxx-std-funcs.m4 \
|
|
$(top_srcdir)/m4/developer-mode.m4 $(top_srcdir)/m4/libtool.m4 \
|
|
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
|
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.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/runtime-tool.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 = config.h
|
|
CONFIG_CLEAN_FILES = atf-c/defs.h
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
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 = f=`echo $$p | sed -e 's|^.*/||'`;
|
|
am__install_max = 40
|
|
am__nobase_strip_setup = \
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
|
am__nobase_strip = \
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
|
am__nobase_list = $(am__nobase_strip_setup); \
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
|
if (++n[$$2] == $(am__install_max)) \
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
|
END { for (dir in files) print dir, files[dir] }'
|
|
am__base_list = \
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
am__uninstall_files_from_dir = { \
|
|
test -z "$$files" \
|
|
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
|
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
|
$(am__cd) "$$dir" && rm -f $$files; }; \
|
|
}
|
|
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
|
|
"$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(tests_atf_cdir)" \
|
|
"$(DESTDIR)$(tests_atf_c__dir)" \
|
|
"$(DESTDIR)$(tests_atf_c___detaildir)" \
|
|
"$(DESTDIR)$(tests_atf_c_detaildir)" \
|
|
"$(DESTDIR)$(tests_test_programsdir)" \
|
|
"$(DESTDIR)$(tests_atf_cdir)" "$(DESTDIR)$(tests_atf_c__dir)" \
|
|
"$(DESTDIR)$(tests_atf_shdir)" \
|
|
"$(DESTDIR)$(tests_test_programsdir)" "$(DESTDIR)$(man1dir)" \
|
|
"$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man4dir)" \
|
|
"$(DESTDIR)$(man7dir)" "$(DESTDIR)$(atf_aclocaldir)" \
|
|
"$(DESTDIR)$(atf_c__dirpkgconfigdir)" \
|
|
"$(DESTDIR)$(atf_cpkgconfigdir)" "$(DESTDIR)$(atf_shdir)" \
|
|
"$(DESTDIR)$(atf_shpkgconfigdir)" "$(DESTDIR)$(docdir)" \
|
|
"$(DESTDIR)$(pkgtestsdir)" "$(DESTDIR)$(tests_atf_cdir)" \
|
|
"$(DESTDIR)$(tests_atf_c__dir)" \
|
|
"$(DESTDIR)$(tests_atf_c___detaildir)" \
|
|
"$(DESTDIR)$(tests_atf_c_detaildir)" \
|
|
"$(DESTDIR)$(tests_atf_shdir)" \
|
|
"$(DESTDIR)$(tests_test_programsdir)" "$(DESTDIR)$(atf_cdir)" \
|
|
"$(DESTDIR)$(atf_c__dir)" "$(DESTDIR)$(includedir)" \
|
|
"$(DESTDIR)$(atf_cdir)"
|
|
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
|
|
atf_c___detail_libtest_helpers_la_LIBADD =
|
|
am__dirstamp = $(am__leading_dot)dirstamp
|
|
am_atf_c___detail_libtest_helpers_la_OBJECTS = atf-c++/detail/atf_c___detail_libtest_helpers_la-test_helpers.lo
|
|
atf_c___detail_libtest_helpers_la_OBJECTS = \
|
|
$(am_atf_c___detail_libtest_helpers_la_OBJECTS)
|
|
AM_V_lt = $(am__v_lt_@AM_V@)
|
|
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
|
|
am__v_lt_0 = --silent
|
|
am__v_lt_1 =
|
|
atf_c_detail_libtest_helpers_la_LIBADD =
|
|
am_atf_c_detail_libtest_helpers_la_OBJECTS = \
|
|
atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo
|
|
atf_c_detail_libtest_helpers_la_OBJECTS = \
|
|
$(am_atf_c_detail_libtest_helpers_la_OBJECTS)
|
|
libatf_c___la_DEPENDENCIES = libatf-c.la
|
|
am_libatf_c___la_OBJECTS = atf-c++/build.lo atf-c++/check.lo \
|
|
atf-c++/tests.lo atf-c++/utils.lo \
|
|
atf-c++/detail/application.lo atf-c++/detail/env.lo \
|
|
atf-c++/detail/exceptions.lo atf-c++/detail/fs.lo \
|
|
atf-c++/detail/process.lo atf-c++/detail/text.lo
|
|
libatf_c___la_OBJECTS = $(am_libatf_c___la_OBJECTS)
|
|
libatf_c___la_LINK = $(LIBTOOL) $(AM_V_lt) --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/libatf_c_la-build.lo \
|
|
atf-c/libatf_c_la-check.lo atf-c/libatf_c_la-error.lo \
|
|
atf-c/libatf_c_la-tc.lo atf-c/libatf_c_la-tp.lo \
|
|
atf-c/libatf_c_la-utils.lo atf-c/detail/libatf_c_la-dynstr.lo \
|
|
atf-c/detail/libatf_c_la-env.lo atf-c/detail/libatf_c_la-fs.lo \
|
|
atf-c/detail/libatf_c_la-list.lo \
|
|
atf-c/detail/libatf_c_la-map.lo \
|
|
atf-c/detail/libatf_c_la-process.lo \
|
|
atf-c/detail/libatf_c_la-sanity.lo \
|
|
atf-c/detail/libatf_c_la-text.lo \
|
|
atf-c/detail/libatf_c_la-tp_main.lo \
|
|
atf-c/detail/libatf_c_la-user.lo
|
|
nodist_libatf_c_la_OBJECTS =
|
|
libatf_c_la_OBJECTS = $(am_libatf_c_la_OBJECTS) \
|
|
$(nodist_libatf_c_la_OBJECTS)
|
|
libatf_c_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(libatf_c_la_LDFLAGS) $(LDFLAGS) -o $@
|
|
PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(tests_atf_c_PROGRAMS) \
|
|
$(tests_atf_c___PROGRAMS) $(tests_atf_c___detail_PROGRAMS) \
|
|
$(tests_atf_c_detail_PROGRAMS) $(tests_test_programs_PROGRAMS)
|
|
am_atf_c___atf_c___test_OBJECTS = atf-c++/atf_c++_test.$(OBJEXT)
|
|
atf_c___atf_c___test_OBJECTS = $(am_atf_c___atf_c___test_OBJECTS)
|
|
atf_c___atf_c___test_DEPENDENCIES = atf-c++/detail/libtest_helpers.la \
|
|
$(ATF_CXX_LIBS)
|
|
am_atf_c___build_test_OBJECTS = atf-c++/build_test.$(OBJEXT)
|
|
atf_c___build_test_OBJECTS = $(am_atf_c___build_test_OBJECTS)
|
|
atf_c___build_test_DEPENDENCIES = atf-c++/detail/libtest_helpers.la \
|
|
$(ATF_CXX_LIBS)
|
|
am_atf_c___check_test_OBJECTS = atf-c++/check_test.$(OBJEXT)
|
|
atf_c___check_test_OBJECTS = $(am_atf_c___check_test_OBJECTS)
|
|
atf_c___check_test_DEPENDENCIES = atf-c++/detail/libtest_helpers.la \
|
|
$(ATF_CXX_LIBS)
|
|
am_atf_c___detail_application_test_OBJECTS = \
|
|
atf-c++/detail/application_test.$(OBJEXT)
|
|
atf_c___detail_application_test_OBJECTS = \
|
|
$(am_atf_c___detail_application_test_OBJECTS)
|
|
atf_c___detail_application_test_DEPENDENCIES = \
|
|
atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
am_atf_c___detail_auto_array_test_OBJECTS = \
|
|
atf-c++/detail/auto_array_test.$(OBJEXT)
|
|
atf_c___detail_auto_array_test_OBJECTS = \
|
|
$(am_atf_c___detail_auto_array_test_OBJECTS)
|
|
atf_c___detail_auto_array_test_DEPENDENCIES = \
|
|
atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
am_atf_c___detail_env_test_OBJECTS = \
|
|
atf-c++/detail/env_test.$(OBJEXT)
|
|
atf_c___detail_env_test_OBJECTS = \
|
|
$(am_atf_c___detail_env_test_OBJECTS)
|
|
atf_c___detail_env_test_DEPENDENCIES = \
|
|
atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
am_atf_c___detail_exceptions_test_OBJECTS = \
|
|
atf-c++/detail/exceptions_test.$(OBJEXT)
|
|
atf_c___detail_exceptions_test_OBJECTS = \
|
|
$(am_atf_c___detail_exceptions_test_OBJECTS)
|
|
atf_c___detail_exceptions_test_DEPENDENCIES = \
|
|
atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
am_atf_c___detail_fs_test_OBJECTS = atf-c++/detail/fs_test.$(OBJEXT)
|
|
atf_c___detail_fs_test_OBJECTS = $(am_atf_c___detail_fs_test_OBJECTS)
|
|
atf_c___detail_fs_test_DEPENDENCIES = \
|
|
atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
am_atf_c___detail_process_test_OBJECTS = \
|
|
atf-c++/detail/process_test.$(OBJEXT)
|
|
atf_c___detail_process_test_OBJECTS = \
|
|
$(am_atf_c___detail_process_test_OBJECTS)
|
|
atf_c___detail_process_test_DEPENDENCIES = \
|
|
atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
am_atf_c___detail_text_test_OBJECTS = \
|
|
atf-c++/detail/text_test.$(OBJEXT)
|
|
atf_c___detail_text_test_OBJECTS = \
|
|
$(am_atf_c___detail_text_test_OBJECTS)
|
|
atf_c___detail_text_test_DEPENDENCIES = \
|
|
atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
am_atf_c___detail_version_helper_OBJECTS = \
|
|
atf-c++/detail/version_helper.$(OBJEXT)
|
|
atf_c___detail_version_helper_OBJECTS = \
|
|
$(am_atf_c___detail_version_helper_OBJECTS)
|
|
atf_c___detail_version_helper_LDADD = $(LDADD)
|
|
am_atf_c___macros_test_OBJECTS = atf-c++/macros_test.$(OBJEXT)
|
|
atf_c___macros_test_OBJECTS = $(am_atf_c___macros_test_OBJECTS)
|
|
atf_c___macros_test_DEPENDENCIES = atf-c++/detail/libtest_helpers.la \
|
|
$(ATF_CXX_LIBS)
|
|
am_atf_c___tests_test_OBJECTS = atf-c++/tests_test.$(OBJEXT)
|
|
atf_c___tests_test_OBJECTS = $(am_atf_c___tests_test_OBJECTS)
|
|
atf_c___tests_test_DEPENDENCIES = atf-c++/detail/libtest_helpers.la \
|
|
$(ATF_CXX_LIBS)
|
|
am_atf_c___utils_test_OBJECTS = atf-c++/utils_test.$(OBJEXT)
|
|
atf_c___utils_test_OBJECTS = $(am_atf_c___utils_test_OBJECTS)
|
|
atf_c___utils_test_DEPENDENCIES = atf-c++/detail/libtest_helpers.la \
|
|
$(ATF_CXX_LIBS)
|
|
am_atf_c_atf_c_test_OBJECTS = atf-c/atf_c_test.$(OBJEXT)
|
|
atf_c_atf_c_test_OBJECTS = $(am_atf_c_atf_c_test_OBJECTS)
|
|
atf_c_atf_c_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_c_build_test_OBJECTS = atf-c/build_test.$(OBJEXT)
|
|
atf_c_build_test_OBJECTS = $(am_atf_c_build_test_OBJECTS)
|
|
atf_c_build_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_c_check_test_OBJECTS = atf-c/check_test.$(OBJEXT)
|
|
atf_c_check_test_OBJECTS = $(am_atf_c_check_test_OBJECTS)
|
|
atf_c_check_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_c_detail_dynstr_test_OBJECTS = \
|
|
atf-c/detail/dynstr_test.$(OBJEXT)
|
|
atf_c_detail_dynstr_test_OBJECTS = \
|
|
$(am_atf_c_detail_dynstr_test_OBJECTS)
|
|
atf_c_detail_dynstr_test_DEPENDENCIES = \
|
|
atf-c/detail/libtest_helpers.la libatf-c.la
|
|
am_atf_c_detail_env_test_OBJECTS = atf-c/detail/env_test.$(OBJEXT)
|
|
atf_c_detail_env_test_OBJECTS = $(am_atf_c_detail_env_test_OBJECTS)
|
|
atf_c_detail_env_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_c_detail_fs_test_OBJECTS = atf-c/detail/fs_test.$(OBJEXT)
|
|
atf_c_detail_fs_test_OBJECTS = $(am_atf_c_detail_fs_test_OBJECTS)
|
|
atf_c_detail_fs_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_c_detail_list_test_OBJECTS = atf-c/detail/list_test.$(OBJEXT)
|
|
atf_c_detail_list_test_OBJECTS = $(am_atf_c_detail_list_test_OBJECTS)
|
|
atf_c_detail_list_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_c_detail_map_test_OBJECTS = atf-c/detail/map_test.$(OBJEXT)
|
|
atf_c_detail_map_test_OBJECTS = $(am_atf_c_detail_map_test_OBJECTS)
|
|
atf_c_detail_map_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_c_detail_process_helpers_OBJECTS = \
|
|
atf-c/detail/process_helpers.$(OBJEXT)
|
|
atf_c_detail_process_helpers_OBJECTS = \
|
|
$(am_atf_c_detail_process_helpers_OBJECTS)
|
|
atf_c_detail_process_helpers_LDADD = $(LDADD)
|
|
am_atf_c_detail_process_test_OBJECTS = \
|
|
atf-c/detail/process_test.$(OBJEXT)
|
|
atf_c_detail_process_test_OBJECTS = \
|
|
$(am_atf_c_detail_process_test_OBJECTS)
|
|
atf_c_detail_process_test_DEPENDENCIES = \
|
|
atf-c/detail/libtest_helpers.la libatf-c.la
|
|
am_atf_c_detail_sanity_test_OBJECTS = \
|
|
atf-c/detail/sanity_test.$(OBJEXT)
|
|
atf_c_detail_sanity_test_OBJECTS = \
|
|
$(am_atf_c_detail_sanity_test_OBJECTS)
|
|
atf_c_detail_sanity_test_DEPENDENCIES = \
|
|
atf-c/detail/libtest_helpers.la libatf-c.la
|
|
am_atf_c_detail_text_test_OBJECTS = atf-c/detail/text_test.$(OBJEXT)
|
|
atf_c_detail_text_test_OBJECTS = $(am_atf_c_detail_text_test_OBJECTS)
|
|
atf_c_detail_text_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_c_detail_user_test_OBJECTS = atf-c/detail/user_test.$(OBJEXT)
|
|
atf_c_detail_user_test_OBJECTS = $(am_atf_c_detail_user_test_OBJECTS)
|
|
atf_c_detail_user_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_c_detail_version_helper_OBJECTS = \
|
|
atf-c/detail/version_helper.$(OBJEXT)
|
|
atf_c_detail_version_helper_OBJECTS = \
|
|
$(am_atf_c_detail_version_helper_OBJECTS)
|
|
atf_c_detail_version_helper_LDADD = $(LDADD)
|
|
am_atf_c_error_test_OBJECTS = atf-c/error_test.$(OBJEXT)
|
|
atf_c_error_test_OBJECTS = $(am_atf_c_error_test_OBJECTS)
|
|
atf_c_error_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_c_macros_test_OBJECTS = atf-c/macros_test.$(OBJEXT)
|
|
atf_c_macros_test_OBJECTS = $(am_atf_c_macros_test_OBJECTS)
|
|
atf_c_macros_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_c_tc_test_OBJECTS = atf-c/tc_test.$(OBJEXT)
|
|
atf_c_tc_test_OBJECTS = $(am_atf_c_tc_test_OBJECTS)
|
|
atf_c_tc_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_c_tp_test_OBJECTS = atf-c/tp_test.$(OBJEXT)
|
|
atf_c_tp_test_OBJECTS = $(am_atf_c_tp_test_OBJECTS)
|
|
atf_c_tp_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_c_utils_test_OBJECTS = atf-c/utils_test.$(OBJEXT)
|
|
atf_c_utils_test_OBJECTS = $(am_atf_c_utils_test_OBJECTS)
|
|
atf_c_utils_test_DEPENDENCIES = atf-c/detail/libtest_helpers.la \
|
|
libatf-c.la
|
|
am_atf_sh_atf_check_OBJECTS = \
|
|
atf-sh/atf_sh_atf_check-atf-check.$(OBJEXT)
|
|
atf_sh_atf_check_OBJECTS = $(am_atf_sh_atf_check_OBJECTS)
|
|
atf_sh_atf_check_DEPENDENCIES = $(ATF_CXX_LIBS)
|
|
am_atf_sh_atf_sh_OBJECTS = atf-sh/atf_sh_atf_sh-atf-sh.$(OBJEXT)
|
|
atf_sh_atf_sh_OBJECTS = $(am_atf_sh_atf_sh_OBJECTS)
|
|
atf_sh_atf_sh_DEPENDENCIES = $(ATF_CXX_LIBS)
|
|
am_bootstrap_h_tp_basic_c_OBJECTS = bootstrap/h_tp_basic_c.$(OBJEXT)
|
|
bootstrap_h_tp_basic_c_OBJECTS = $(am_bootstrap_h_tp_basic_c_OBJECTS)
|
|
bootstrap_h_tp_basic_c_DEPENDENCIES = libatf-c.la
|
|
am_bootstrap_h_tp_basic_cpp_OBJECTS = \
|
|
bootstrap/h_tp_basic_cpp.$(OBJEXT)
|
|
bootstrap_h_tp_basic_cpp_OBJECTS = \
|
|
$(am_bootstrap_h_tp_basic_cpp_OBJECTS)
|
|
bootstrap_h_tp_basic_cpp_DEPENDENCIES = $(ATF_CXX_LIBS)
|
|
am_test_programs_c_helpers_OBJECTS = \
|
|
test-programs/c_helpers.$(OBJEXT)
|
|
test_programs_c_helpers_OBJECTS = \
|
|
$(am_test_programs_c_helpers_OBJECTS)
|
|
test_programs_c_helpers_DEPENDENCIES = libatf-c.la
|
|
am_test_programs_cpp_helpers_OBJECTS = \
|
|
test-programs/cpp_helpers.$(OBJEXT)
|
|
test_programs_cpp_helpers_OBJECTS = \
|
|
$(am_test_programs_cpp_helpers_OBJECTS)
|
|
test_programs_cpp_helpers_DEPENDENCIES = $(ATF_CXX_LIBS)
|
|
SCRIPTS = $(tests_atf_c_SCRIPTS) $(tests_atf_c___SCRIPTS) \
|
|
$(tests_atf_sh_SCRIPTS) $(tests_test_programs_SCRIPTS)
|
|
AM_V_P = $(am__v_P_@AM_V@)
|
|
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
am__v_P_0 = false
|
|
am__v_P_1 = :
|
|
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
|
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
|
am__v_GEN_0 = @echo " GEN " $@;
|
|
am__v_GEN_1 =
|
|
AM_V_at = $(am__v_at_@AM_V@)
|
|
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
|
am__v_at_0 = @
|
|
am__v_at_1 =
|
|
DEFAULT_INCLUDES = -I.@am__isrc@
|
|
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
|
|
am__depfiles_maybe = depfiles
|
|
am__mv = mv -f
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
$(AM_CFLAGS) $(CFLAGS)
|
|
AM_V_CC = $(am__v_CC_@AM_V@)
|
|
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
|
|
am__v_CC_0 = @echo " CC " $@;
|
|
am__v_CC_1 =
|
|
CCLD = $(CC)
|
|
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
|
|
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
|
am__v_CCLD_0 = @echo " CCLD " $@;
|
|
am__v_CCLD_1 =
|
|
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS)
|
|
AM_V_CXX = $(am__v_CXX_@AM_V@)
|
|
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
|
|
am__v_CXX_0 = @echo " CXX " $@;
|
|
am__v_CXX_1 =
|
|
CXXLD = $(CXX)
|
|
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
|
|
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
|
|
am__v_CXXLD_0 = @echo " CXXLD " $@;
|
|
am__v_CXXLD_1 =
|
|
SOURCES = $(atf_c___detail_libtest_helpers_la_SOURCES) \
|
|
$(atf_c_detail_libtest_helpers_la_SOURCES) \
|
|
$(libatf_c___la_SOURCES) $(libatf_c_la_SOURCES) \
|
|
$(nodist_libatf_c_la_SOURCES) $(atf_c___atf_c___test_SOURCES) \
|
|
$(atf_c___build_test_SOURCES) $(atf_c___check_test_SOURCES) \
|
|
$(atf_c___detail_application_test_SOURCES) \
|
|
$(atf_c___detail_auto_array_test_SOURCES) \
|
|
$(atf_c___detail_env_test_SOURCES) \
|
|
$(atf_c___detail_exceptions_test_SOURCES) \
|
|
$(atf_c___detail_fs_test_SOURCES) \
|
|
$(atf_c___detail_process_test_SOURCES) \
|
|
$(atf_c___detail_text_test_SOURCES) \
|
|
$(atf_c___detail_version_helper_SOURCES) \
|
|
$(atf_c___macros_test_SOURCES) $(atf_c___tests_test_SOURCES) \
|
|
$(atf_c___utils_test_SOURCES) $(atf_c_atf_c_test_SOURCES) \
|
|
$(atf_c_build_test_SOURCES) $(atf_c_check_test_SOURCES) \
|
|
$(atf_c_detail_dynstr_test_SOURCES) \
|
|
$(atf_c_detail_env_test_SOURCES) \
|
|
$(atf_c_detail_fs_test_SOURCES) \
|
|
$(atf_c_detail_list_test_SOURCES) \
|
|
$(atf_c_detail_map_test_SOURCES) \
|
|
$(atf_c_detail_process_helpers_SOURCES) \
|
|
$(atf_c_detail_process_test_SOURCES) \
|
|
$(atf_c_detail_sanity_test_SOURCES) \
|
|
$(atf_c_detail_text_test_SOURCES) \
|
|
$(atf_c_detail_user_test_SOURCES) \
|
|
$(atf_c_detail_version_helper_SOURCES) \
|
|
$(atf_c_error_test_SOURCES) $(atf_c_macros_test_SOURCES) \
|
|
$(atf_c_tc_test_SOURCES) $(atf_c_tp_test_SOURCES) \
|
|
$(atf_c_utils_test_SOURCES) $(atf_sh_atf_check_SOURCES) \
|
|
$(atf_sh_atf_sh_SOURCES) $(bootstrap_h_tp_basic_c_SOURCES) \
|
|
$(bootstrap_h_tp_basic_cpp_SOURCES) \
|
|
$(test_programs_c_helpers_SOURCES) \
|
|
$(test_programs_cpp_helpers_SOURCES)
|
|
DIST_SOURCES = $(atf_c___detail_libtest_helpers_la_SOURCES) \
|
|
$(atf_c_detail_libtest_helpers_la_SOURCES) \
|
|
$(libatf_c___la_SOURCES) $(libatf_c_la_SOURCES) \
|
|
$(atf_c___atf_c___test_SOURCES) $(atf_c___build_test_SOURCES) \
|
|
$(atf_c___check_test_SOURCES) \
|
|
$(atf_c___detail_application_test_SOURCES) \
|
|
$(atf_c___detail_auto_array_test_SOURCES) \
|
|
$(atf_c___detail_env_test_SOURCES) \
|
|
$(atf_c___detail_exceptions_test_SOURCES) \
|
|
$(atf_c___detail_fs_test_SOURCES) \
|
|
$(atf_c___detail_process_test_SOURCES) \
|
|
$(atf_c___detail_text_test_SOURCES) \
|
|
$(atf_c___detail_version_helper_SOURCES) \
|
|
$(atf_c___macros_test_SOURCES) $(atf_c___tests_test_SOURCES) \
|
|
$(atf_c___utils_test_SOURCES) $(atf_c_atf_c_test_SOURCES) \
|
|
$(atf_c_build_test_SOURCES) $(atf_c_check_test_SOURCES) \
|
|
$(atf_c_detail_dynstr_test_SOURCES) \
|
|
$(atf_c_detail_env_test_SOURCES) \
|
|
$(atf_c_detail_fs_test_SOURCES) \
|
|
$(atf_c_detail_list_test_SOURCES) \
|
|
$(atf_c_detail_map_test_SOURCES) \
|
|
$(atf_c_detail_process_helpers_SOURCES) \
|
|
$(atf_c_detail_process_test_SOURCES) \
|
|
$(atf_c_detail_sanity_test_SOURCES) \
|
|
$(atf_c_detail_text_test_SOURCES) \
|
|
$(atf_c_detail_user_test_SOURCES) \
|
|
$(atf_c_detail_version_helper_SOURCES) \
|
|
$(atf_c_error_test_SOURCES) $(atf_c_macros_test_SOURCES) \
|
|
$(atf_c_tc_test_SOURCES) $(atf_c_tp_test_SOURCES) \
|
|
$(atf_c_utils_test_SOURCES) $(atf_sh_atf_check_SOURCES) \
|
|
$(atf_sh_atf_sh_SOURCES) $(bootstrap_h_tp_basic_c_SOURCES) \
|
|
$(bootstrap_h_tp_basic_cpp_SOURCES) \
|
|
$(test_programs_c_helpers_SOURCES) \
|
|
$(test_programs_cpp_helpers_SOURCES)
|
|
am__can_run_installinfo = \
|
|
case $$AM_UPDATE_INFO_DIR in \
|
|
n|no|NO) false;; \
|
|
*) (install-info --version) >/dev/null 2>&1;; \
|
|
esac
|
|
man1dir = $(mandir)/man1
|
|
man3dir = $(mandir)/man3
|
|
man4dir = $(mandir)/man4
|
|
man7dir = $(mandir)/man7
|
|
NROFF = nroff
|
|
MANS = $(dist_man_MANS) $(man_MANS)
|
|
DATA = $(atf_aclocal_DATA) $(atf_c__dirpkgconfig_DATA) \
|
|
$(atf_cpkgconfig_DATA) $(atf_sh_DATA) $(atf_shpkgconfig_DATA) \
|
|
$(doc_DATA) $(noinst_DATA) $(pkgtests_DATA) \
|
|
$(tests_atf_c_DATA) $(tests_atf_c___DATA) \
|
|
$(tests_atf_c___detail_DATA) $(tests_atf_c_detail_DATA) \
|
|
$(tests_atf_sh_DATA) $(tests_test_programs_DATA)
|
|
HEADERS = $(atf_c_HEADERS) $(atf_c___HEADERS) $(include_HEADERS) \
|
|
$(nodist_atf_c_HEADERS)
|
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
|
|
$(LISP)config.h.in
|
|
# Read a list of newline-separated strings from the standard input,
|
|
# and print each of them once, without duplicates. Input order is
|
|
# *not* preserved.
|
|
am__uniquify_input = $(AWK) '\
|
|
BEGIN { nonempty = 0; } \
|
|
{ items[$$0] = 1; nonempty = 1; } \
|
|
END { if (nonempty) { for (i in items) print i; }; } \
|
|
'
|
|
# Make sure the list of sources is unique. This is necessary because,
|
|
# e.g., the same source file might be shared among _SOURCES variables
|
|
# for different programs/libraries.
|
|
am__define_uniq_tagged_files = \
|
|
list='$(am__tagged_files)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | $(am__uniquify_input)`
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
CSCOPE = cscope
|
|
AM_RECURSIVE_TARGETS = cscope
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
top_distdir = $(distdir)
|
|
am__remove_distdir = \
|
|
if test -d "$(distdir)"; then \
|
|
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
&& rm -rf "$(distdir)" \
|
|
|| { sleep 5 && rm -rf "$(distdir)"; }; \
|
|
else :; fi
|
|
am__post_remove_distdir = $(am__remove_distdir)
|
|
DIST_ARCHIVES = $(distdir).tar.gz
|
|
GZIP_ENV = --best
|
|
DIST_TARGETS = dist-gzip
|
|
distuninstallcheck_listfiles = find . -type f -print
|
|
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
|
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
|
distcleancheck_listfiles = find . -type f -print
|
|
ACLOCAL = @ACLOCAL@
|
|
AMTAR = @AMTAR@
|
|
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
|
AR = @AR@
|
|
ATF_BUILD_CC = @ATF_BUILD_CC@
|
|
ATF_BUILD_CFLAGS = @ATF_BUILD_CFLAGS@
|
|
ATF_BUILD_CPP = @ATF_BUILD_CPP@
|
|
ATF_BUILD_CPPFLAGS = @ATF_BUILD_CPPFLAGS@
|
|
ATF_BUILD_CXX = @ATF_BUILD_CXX@
|
|
ATF_BUILD_CXXFLAGS = @ATF_BUILD_CXXFLAGS@
|
|
ATF_SHELL = @ATF_SHELL@
|
|
ATTRIBUTE_FORMAT_PRINTF = @ATTRIBUTE_FORMAT_PRINTF@
|
|
ATTRIBUTE_NORETURN = @ATTRIBUTE_NORETURN@
|
|
ATTRIBUTE_UNUSED = @ATTRIBUTE_UNUSED@
|
|
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@
|
|
DLLTOOL = @DLLTOOL@
|
|
DSYMUTIL = @DSYMUTIL@
|
|
DUMPBIN = @DUMPBIN@
|
|
ECHO_C = @ECHO_C@
|
|
ECHO_N = @ECHO_N@
|
|
ECHO_T = @ECHO_T@
|
|
EGREP = @EGREP@
|
|
EXEEXT = @EXEEXT@
|
|
FGREP = @FGREP@
|
|
GIT = @GIT@
|
|
GREP = @GREP@
|
|
INSTALL = @INSTALL@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
KYUA = @KYUA@
|
|
LD = @LD@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBS = @LIBS@
|
|
LIBTOOL = @LIBTOOL@
|
|
LIPO = @LIPO@
|
|
LN_S = @LN_S@
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
MAKEINFO = @MAKEINFO@
|
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
|
MKDIR_P = @MKDIR_P@
|
|
NM = @NM@
|
|
NMEDIT = @NMEDIT@
|
|
OBJDUMP = @OBJDUMP@
|
|
OBJEXT = @OBJEXT@
|
|
OTOOL = @OTOOL@
|
|
OTOOL64 = @OTOOL64@
|
|
PACKAGE = @PACKAGE@
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
PACKAGE_URL = @PACKAGE_URL@
|
|
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_AR = @ac_ct_AR@
|
|
ac_ct_CC = @ac_ct_CC@
|
|
ac_ct_CXX = @ac_ct_CXX@
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
|
am__include = @am__include@
|
|
am__leading_dot = @am__leading_dot@
|
|
am__quote = @am__quote@
|
|
am__tar = @am__tar@
|
|
am__untar = @am__untar@
|
|
atf_aclocaldir = @atf_aclocaldir@
|
|
atf_pkgconfigdir = @atf_pkgconfigdir@
|
|
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_srcdir = @target_srcdir@
|
|
target_vendor = @target_vendor@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
atf_aclocal_DATA = atf-c/atf-common.m4 atf-c/atf-c.m4 \
|
|
atf-c++/atf-c++.m4 atf-sh/atf-sh.m4
|
|
BUILT_SOURCES =
|
|
CLEANFILES = atf-c/atf-c.pc atf-c/pkg_config_test atf-c++/atf-c++.pc \
|
|
atf-c++/pkg_config_test atf-sh/atf-sh.pc atf-sh/misc_helpers \
|
|
atf-sh/atf_check_test atf-sh/atf-check_test atf-sh/config_test \
|
|
atf-sh/integration_test atf-sh/normalize_test atf-sh/tc_test \
|
|
atf-sh/tp_test bootstrap/h_tp_basic_sh \
|
|
bootstrap/h_tp_atf_check_sh bootstrap/h_tp_fail \
|
|
bootstrap/h_tp_pass doc/atf.7 test-programs/sh_helpers \
|
|
test-programs/config_test test-programs/expect_test \
|
|
test-programs/meta_data_test test-programs/result_test \
|
|
test-programs/srcdir_test
|
|
EXTRA_DIST = 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 \
|
|
atf-c/atf-common.m4 atf-c/atf-c.m4 atf-c/atf-c.pc.in \
|
|
$(tests_atf_c_DATA) atf-c/pkg_config_test.sh \
|
|
$(tests_atf_c_detail_DATA) atf-c++/atf-c++.m4 \
|
|
atf-c++/atf-c++.pc.in $(tests_atf_c___DATA) \
|
|
atf-c++/pkg_config_test.sh $(tests_atf_c___detail_DATA) \
|
|
$(atf_sh_DATA) atf-sh/atf-sh.m4 atf-sh/atf-sh.pc.in \
|
|
$(tests_atf_sh_DATA) atf-sh/misc_helpers.sh \
|
|
atf-sh/atf_check_test.sh atf-sh/atf-check_test.sh \
|
|
atf-sh/config_test.sh atf-sh/integration_test.sh \
|
|
atf-sh/normalize_test.sh atf-sh/tc_test.sh atf-sh/tp_test.sh \
|
|
bootstrap/h_tp_basic_sh.sh bootstrap/h_tp_atf_check_sh.sh \
|
|
bootstrap/h_tp_fail.sh bootstrap/h_tp_pass.sh \
|
|
bootstrap/testsuite bootstrap/package.m4 \
|
|
bootstrap/testsuite.at $(testsuite_incs) doc/atf.7.in \
|
|
$(tests_test_programs_DATA) test-programs/common.sh \
|
|
test-programs/sh_helpers.sh test-programs/config_test.sh \
|
|
test-programs/expect_test.sh test-programs/meta_data_test.sh \
|
|
test-programs/result_test.sh test-programs/srcdir_test.sh \
|
|
$(doc_DATA) INSTALL README $(pkgtests_DATA)
|
|
dist_man_MANS = atf-c/atf-c.3 atf-c++/atf-c++.3 atf-sh/atf-check.1 \
|
|
atf-sh/atf-sh.1 atf-sh/atf-sh.3 doc/atf-test-case.4 \
|
|
doc/atf-test-program.1
|
|
include_HEADERS = atf-c.h atf-c++.hpp
|
|
lib_LTLIBRARIES = libatf-c.la libatf-c++.la
|
|
man_MANS = doc/atf.7
|
|
noinst_DATA = INSTALL README
|
|
noinst_LTLIBRARIES = atf-c/detail/libtest_helpers.la \
|
|
atf-c++/detail/libtest_helpers.la
|
|
INSTALLCHECK_TARGETS = installcheck-bootstrap $(am__append_1)
|
|
|
|
#
|
|
# Custom targets.
|
|
#
|
|
PHONY_TARGETS = check-style installcheck-bootstrap installcheck-kyua \
|
|
clean-all
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-tools
|
|
libatf_c_la_SOURCES = atf-c/build.c atf-c/build.h atf-c/check.c \
|
|
atf-c/check.h atf-c/error.c atf-c/error.h atf-c/error_fwd.h \
|
|
atf-c/macros.h atf-c/tc.c atf-c/tc.h atf-c/tp.c atf-c/tp.h \
|
|
atf-c/utils.c atf-c/utils.h atf-c/detail/dynstr.c \
|
|
atf-c/detail/dynstr.h atf-c/detail/env.c atf-c/detail/env.h \
|
|
atf-c/detail/fs.c atf-c/detail/fs.h atf-c/detail/list.c \
|
|
atf-c/detail/list.h atf-c/detail/map.c atf-c/detail/map.h \
|
|
atf-c/detail/process.c atf-c/detail/process.h \
|
|
atf-c/detail/sanity.c atf-c/detail/sanity.h \
|
|
atf-c/detail/text.c atf-c/detail/text.h atf-c/detail/tp_main.c \
|
|
atf-c/detail/user.c atf-c/detail/user.h
|
|
nodist_libatf_c_la_SOURCES = atf-c/defs.h
|
|
libatf_c_la_CPPFLAGS = "-DATF_BUILD_CC=\"$(ATF_BUILD_CC)\"" \
|
|
"-DATF_BUILD_CFLAGS=\"$(ATF_BUILD_CFLAGS)\"" \
|
|
"-DATF_BUILD_CPP=\"$(ATF_BUILD_CPP)\"" \
|
|
"-DATF_BUILD_CPPFLAGS=\"$(ATF_BUILD_CPPFLAGS)\"" \
|
|
"-DATF_BUILD_CXX=\"$(ATF_BUILD_CXX)\"" \
|
|
"-DATF_BUILD_CXXFLAGS=\"$(ATF_BUILD_CXXFLAGS)\""
|
|
|
|
libatf_c_la_LDFLAGS = -version-info 1:0:0
|
|
atf_c_HEADERS = atf-c/build.h \
|
|
atf-c/check.h \
|
|
atf-c/error.h \
|
|
atf-c/error_fwd.h \
|
|
atf-c/macros.h \
|
|
atf-c/tc.h \
|
|
atf-c/tp.h \
|
|
atf-c/utils.h
|
|
|
|
nodist_atf_c_HEADERS = atf-c/defs.h
|
|
atf_cdir = $(includedir)/atf-c
|
|
atf_cpkgconfigdir = $(atf_pkgconfigdir)
|
|
atf_cpkgconfig_DATA = atf-c/atf-c.pc
|
|
tests_atf_c_DATA = atf-c/Kyuafile \
|
|
atf-c/macros_h_test.c \
|
|
atf-c/unused_test.c
|
|
|
|
tests_atf_cdir = $(pkgtestsdir)/atf-c
|
|
atf_c_atf_c_test_SOURCES = atf-c/atf_c_test.c
|
|
atf_c_atf_c_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_build_test_SOURCES = atf-c/build_test.c atf-c/h_build.h
|
|
atf_c_build_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_check_test_SOURCES = atf-c/check_test.c
|
|
atf_c_check_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_error_test_SOURCES = atf-c/error_test.c
|
|
atf_c_error_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_macros_test_SOURCES = atf-c/macros_test.c
|
|
atf_c_macros_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
tests_atf_c_SCRIPTS = atf-c/pkg_config_test
|
|
atf_c_tc_test_SOURCES = atf-c/tc_test.c
|
|
atf_c_tc_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_tp_test_SOURCES = atf-c/tp_test.c
|
|
atf_c_tp_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_utils_test_SOURCES = atf-c/utils_test.c atf-c/h_build.h
|
|
atf_c_utils_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
tests_atf_c_detail_DATA = atf-c/detail/Kyuafile
|
|
tests_atf_c_detaildir = $(pkgtestsdir)/atf-c/detail
|
|
atf_c_detail_libtest_helpers_la_SOURCES = atf-c/detail/test_helpers.c \
|
|
atf-c/detail/test_helpers.h
|
|
|
|
atf_c_detail_libtest_helpers_la_CPPFLAGS = -I$(srcdir)/atf-c \
|
|
-DATF_INCLUDEDIR=\"$(includedir)\"
|
|
|
|
atf_c_detail_dynstr_test_SOURCES = atf-c/detail/dynstr_test.c
|
|
atf_c_detail_dynstr_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_detail_env_test_SOURCES = atf-c/detail/env_test.c
|
|
atf_c_detail_env_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_detail_fs_test_SOURCES = atf-c/detail/fs_test.c
|
|
atf_c_detail_fs_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_detail_list_test_SOURCES = atf-c/detail/list_test.c
|
|
atf_c_detail_list_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_detail_map_test_SOURCES = atf-c/detail/map_test.c
|
|
atf_c_detail_map_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_detail_process_helpers_SOURCES = atf-c/detail/process_helpers.c
|
|
atf_c_detail_process_test_SOURCES = atf-c/detail/process_test.c
|
|
atf_c_detail_process_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_detail_sanity_test_SOURCES = atf-c/detail/sanity_test.c
|
|
atf_c_detail_sanity_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_detail_text_test_SOURCES = atf-c/detail/text_test.c
|
|
atf_c_detail_text_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_detail_user_test_SOURCES = atf-c/detail/user_test.c
|
|
atf_c_detail_user_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
|
|
atf_c_detail_version_helper_SOURCES = atf-c/detail/version_helper.c
|
|
ATF_CXX_LIBS = libatf-c++.la libatf-c.la
|
|
libatf_c___la_LIBADD = libatf-c.la
|
|
libatf_c___la_SOURCES = atf-c++/build.cpp atf-c++/build.hpp \
|
|
atf-c++/check.cpp atf-c++/check.hpp atf-c++/macros.hpp \
|
|
atf-c++/tests.cpp atf-c++/tests.hpp atf-c++/utils.cpp \
|
|
atf-c++/utils.hpp atf-c++/detail/application.cpp \
|
|
atf-c++/detail/application.hpp atf-c++/detail/auto_array.hpp \
|
|
atf-c++/detail/env.cpp atf-c++/detail/env.hpp \
|
|
atf-c++/detail/exceptions.cpp atf-c++/detail/exceptions.hpp \
|
|
atf-c++/detail/fs.cpp atf-c++/detail/fs.hpp \
|
|
atf-c++/detail/process.cpp atf-c++/detail/process.hpp \
|
|
atf-c++/detail/sanity.hpp atf-c++/detail/text.cpp \
|
|
atf-c++/detail/text.hpp
|
|
libatf_c___la_LDFLAGS = -version-info 2:0:0
|
|
atf_c___HEADERS = atf-c++/build.hpp \
|
|
atf-c++/check.hpp \
|
|
atf-c++/macros.hpp \
|
|
atf-c++/tests.hpp \
|
|
atf-c++/utils.hpp
|
|
|
|
atf_c__dir = $(includedir)/atf-c++
|
|
atf_c__dirpkgconfigdir = $(atf_pkgconfigdir)
|
|
atf_c__dirpkgconfig_DATA = atf-c++/atf-c++.pc
|
|
tests_atf_c___DATA = atf-c++/Kyuafile \
|
|
atf-c++/macros_hpp_test.cpp \
|
|
atf-c++/unused_test.cpp
|
|
|
|
tests_atf_c__dir = $(pkgtestsdir)/atf-c++
|
|
atf_c___atf_c___test_SOURCES = atf-c++/atf_c++_test.cpp
|
|
atf_c___atf_c___test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
atf_c___build_test_SOURCES = atf-c++/build_test.cpp atf-c/h_build.h
|
|
atf_c___build_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
atf_c___check_test_SOURCES = atf-c++/check_test.cpp
|
|
atf_c___check_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
atf_c___macros_test_SOURCES = atf-c++/macros_test.cpp
|
|
atf_c___macros_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
tests_atf_c___SCRIPTS = atf-c++/pkg_config_test
|
|
atf_c___tests_test_SOURCES = atf-c++/tests_test.cpp
|
|
atf_c___tests_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
atf_c___utils_test_SOURCES = atf-c++/utils_test.cpp
|
|
atf_c___utils_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
tests_atf_c___detail_DATA = atf-c++/detail/Kyuafile
|
|
tests_atf_c___detaildir = $(pkgtestsdir)/atf-c++/detail
|
|
atf_c___detail_libtest_helpers_la_SOURCES = atf-c++/detail/test_helpers.cpp \
|
|
atf-c++/detail/test_helpers.hpp
|
|
|
|
atf_c___detail_libtest_helpers_la_CPPFLAGS = -DATF_INCLUDEDIR=\"$(includedir)\"
|
|
atf_c___detail_application_test_SOURCES = atf-c++/detail/application_test.cpp
|
|
atf_c___detail_application_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
atf_c___detail_auto_array_test_SOURCES = atf-c++/detail/auto_array_test.cpp
|
|
atf_c___detail_auto_array_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
atf_c___detail_env_test_SOURCES = atf-c++/detail/env_test.cpp
|
|
atf_c___detail_env_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
atf_c___detail_exceptions_test_SOURCES = atf-c++/detail/exceptions_test.cpp
|
|
atf_c___detail_exceptions_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
atf_c___detail_fs_test_SOURCES = atf-c++/detail/fs_test.cpp
|
|
atf_c___detail_fs_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
atf_c___detail_process_test_SOURCES = atf-c++/detail/process_test.cpp
|
|
atf_c___detail_process_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
atf_c___detail_text_test_SOURCES = atf-c++/detail/text_test.cpp
|
|
atf_c___detail_text_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
|
|
atf_c___detail_version_helper_SOURCES = atf-c++/detail/version_helper.cpp
|
|
atf_sh_atf_check_SOURCES = atf-sh/atf-check.cpp
|
|
atf_sh_atf_check_LDADD = $(ATF_CXX_LIBS)
|
|
atf_sh_atf_check_CPPFLAGS = -DATF_SHELL=\"$(ATF_SHELL)\"
|
|
atf_sh_atf_sh_SOURCES = atf-sh/atf-sh.cpp
|
|
atf_sh_atf_sh_CPPFLAGS = -DATF_LIBEXECDIR=\"$(libexecdir)\" \
|
|
-DATF_PKGDATADIR=\"$(pkgdatadir)\" \
|
|
-DATF_SHELL=\"$(ATF_SHELL)\"
|
|
|
|
atf_sh_atf_sh_LDADD = $(ATF_CXX_LIBS)
|
|
atf_sh_DATA = atf-sh/libatf-sh.subr
|
|
atf_shdir = $(pkgdatadir)
|
|
atf_shpkgconfigdir = $(atf_pkgconfigdir)
|
|
atf_shpkgconfig_DATA = atf-sh/atf-sh.pc
|
|
tests_atf_sh_DATA = atf-sh/Kyuafile
|
|
tests_atf_shdir = $(pkgtestsdir)/atf-sh
|
|
tests_atf_sh_SCRIPTS = atf-sh/misc_helpers atf-sh/atf_check_test \
|
|
atf-sh/atf-check_test atf-sh/config_test \
|
|
atf-sh/integration_test atf-sh/normalize_test atf-sh/tc_test \
|
|
atf-sh/tp_test
|
|
bootstrap_h_tp_basic_c_SOURCES = bootstrap/h_tp_basic_c.c
|
|
bootstrap_h_tp_basic_c_LDADD = libatf-c.la
|
|
bootstrap_h_tp_basic_cpp_SOURCES = bootstrap/h_tp_basic_cpp.cpp
|
|
bootstrap_h_tp_basic_cpp_LDADD = $(ATF_CXX_LIBS)
|
|
check_SCRIPTS = bootstrap/h_tp_basic_sh bootstrap/h_tp_atf_check_sh \
|
|
bootstrap/h_tp_fail bootstrap/h_tp_pass
|
|
DISTCLEANFILES = \
|
|
bootstrap/atconfig \
|
|
testsuite.lineno \
|
|
testsuite.log
|
|
|
|
testsuite_incs = $(srcdir)/bootstrap/t_subr_atf_check.at \
|
|
$(srcdir)/bootstrap/t_test_program_compare.at \
|
|
$(srcdir)/bootstrap/t_test_program_filter.at \
|
|
$(srcdir)/bootstrap/t_test_program_list.at \
|
|
$(srcdir)/bootstrap/t_test_program_run.at
|
|
|
|
tests_test_programs_DATA = test-programs/Kyuafile
|
|
tests_test_programsdir = $(pkgtestsdir)/test-programs
|
|
test_programs_c_helpers_SOURCES = test-programs/c_helpers.c
|
|
test_programs_c_helpers_LDADD = libatf-c.la
|
|
test_programs_cpp_helpers_SOURCES = test-programs/cpp_helpers.cpp
|
|
test_programs_cpp_helpers_LDADD = $(ATF_CXX_LIBS)
|
|
common_sh = $(srcdir)/test-programs/common.sh
|
|
tests_test_programs_SCRIPTS = test-programs/sh_helpers \
|
|
test-programs/config_test test-programs/expect_test \
|
|
test-programs/meta_data_test test-programs/result_test \
|
|
test-programs/srcdir_test
|
|
|
|
#
|
|
# Top-level distfile documents.
|
|
#
|
|
doc_DATA = AUTHORS COPYING NEWS README
|
|
|
|
#
|
|
# Supporting logic to run our custom testsuite.
|
|
#
|
|
TESTS_ENVIRONMENT = PATH=$(prefix)/bin:$${PATH} \
|
|
PKG_CONFIG_PATH=$(prefix)/lib/pkgconfig
|
|
|
|
|
|
# Allow the caller to override the configuration file to passed to our
|
|
# test runs below.
|
|
KYUA_TEST_CONFIG_FILE = none
|
|
testsdir = $(exec_prefix)/tests
|
|
pkgtestsdir = $(testsdir)/$(PACKAGE)
|
|
pkgtests_DATA = Kyuafile
|
|
BUILD_SH_TP = \
|
|
test -d "$$(dirname "$${dst}")" || mkdir -p "$$(dirname "$${dst}")"; \
|
|
echo "\#! $(bindir)/atf-sh" >"$${dst}"; \
|
|
if [ -n "$${substs}" ]; then \
|
|
cat $${src} | sed $${substs} >>"$${dst}"; \
|
|
else \
|
|
cat $${src} >>"$${dst}"; \
|
|
fi; \
|
|
chmod +x "$${dst}"
|
|
|
|
all: $(BUILT_SOURCES) config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .c .cpp .lo .o .obj
|
|
am--refresh: Makefile
|
|
@:
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/admin/Makefile.am.inc $(srcdir)/atf-c/Makefile.am.inc $(srcdir)/atf-c/detail/Makefile.am.inc $(srcdir)/atf-c++/Makefile.am.inc $(srcdir)/atf-c++/detail/Makefile.am.inc $(srcdir)/atf-sh/Makefile.am.inc $(srcdir)/bootstrap/Makefile.am.inc $(srcdir)/doc/Makefile.am.inc $(srcdir)/test-programs/Makefile.am.inc $(am__configure_deps)
|
|
@for dep in $?; do \
|
|
case '$(am__configure_deps)' in \
|
|
*$$dep*) \
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
|
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
|
&& exit 0; \
|
|
exit 1;; \
|
|
esac; \
|
|
done; \
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
|
$(am__cd) $(top_srcdir) && \
|
|
$(AUTOMAKE) --foreign 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;
|
|
$(srcdir)/admin/Makefile.am.inc $(srcdir)/atf-c/Makefile.am.inc $(srcdir)/atf-c/detail/Makefile.am.inc $(srcdir)/atf-c++/Makefile.am.inc $(srcdir)/atf-c++/detail/Makefile.am.inc $(srcdir)/atf-sh/Makefile.am.inc $(srcdir)/bootstrap/Makefile.am.inc $(srcdir)/doc/Makefile.am.inc $(srcdir)/test-programs/Makefile.am.inc:
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
$(SHELL) ./config.status --recheck
|
|
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
|
$(am__cd) $(srcdir) && $(AUTOCONF)
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|
$(am__aclocal_m4_deps):
|
|
|
|
config.h: stamp-h1
|
|
@test -f $@ || rm -f stamp-h1
|
|
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
|
|
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
|
@rm -f stamp-h1
|
|
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
|
$(srcdir)/config.h.in: $(am__configure_deps)
|
|
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
|
rm -f stamp-h1
|
|
touch $@
|
|
|
|
distclean-hdr:
|
|
-rm -f config.h stamp-h1
|
|
atf-c/defs.h: $(top_builddir)/config.status $(top_srcdir)/atf-c/defs.h.in
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
|
list2=; for p in $$list; do \
|
|
if test -f $$p; then \
|
|
list2="$$list2 $$p"; \
|
|
else :; fi; \
|
|
done; \
|
|
test -z "$$list2" || { \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
|
|
}
|
|
|
|
uninstall-libLTLIBRARIES:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
|
for p in $$list; do \
|
|
$(am__strip_dir) \
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
|
|
done
|
|
|
|
clean-libLTLIBRARIES:
|
|
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
|
@list='$(lib_LTLIBRARIES)'; \
|
|
locs=`for p in $$list; do echo $$p; done | \
|
|
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
|
sort -u`; \
|
|
test -z "$$locs" || { \
|
|
echo rm -f $${locs}; \
|
|
rm -f $${locs}; \
|
|
}
|
|
|
|
clean-noinstLTLIBRARIES:
|
|
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
|
@list='$(noinst_LTLIBRARIES)'; \
|
|
locs=`for p in $$list; do echo $$p; done | \
|
|
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
|
sort -u`; \
|
|
test -z "$$locs" || { \
|
|
echo rm -f $${locs}; \
|
|
rm -f $${locs}; \
|
|
}
|
|
atf-c++/detail/$(am__dirstamp):
|
|
@$(MKDIR_P) atf-c++/detail
|
|
@: > atf-c++/detail/$(am__dirstamp)
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) atf-c++/detail/$(DEPDIR)
|
|
@: > atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/detail/atf_c___detail_libtest_helpers_la-test_helpers.lo: \
|
|
atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/detail/libtest_helpers.la: $(atf_c___detail_libtest_helpers_la_OBJECTS) $(atf_c___detail_libtest_helpers_la_DEPENDENCIES) $(EXTRA_atf_c___detail_libtest_helpers_la_DEPENDENCIES) atf-c++/detail/$(am__dirstamp)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___detail_libtest_helpers_la_OBJECTS) $(atf_c___detail_libtest_helpers_la_LIBADD) $(LIBS)
|
|
atf-c/detail/$(am__dirstamp):
|
|
@$(MKDIR_P) atf-c/detail
|
|
@: > atf-c/detail/$(am__dirstamp)
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) atf-c/detail/$(DEPDIR)
|
|
@: > atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo: \
|
|
atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/detail/libtest_helpers.la: $(atf_c_detail_libtest_helpers_la_OBJECTS) $(atf_c_detail_libtest_helpers_la_DEPENDENCIES) $(EXTRA_atf_c_detail_libtest_helpers_la_DEPENDENCIES) atf-c/detail/$(am__dirstamp)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_detail_libtest_helpers_la_OBJECTS) $(atf_c_detail_libtest_helpers_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++/build.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/check.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++/utils.lo: atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/detail/application.lo: atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/detail/env.lo: atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/detail/exceptions.lo: atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/detail/fs.lo: atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/detail/process.lo: atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c++/detail/text.lo: atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
libatf-c++.la: $(libatf_c___la_OBJECTS) $(libatf_c___la_DEPENDENCIES) $(EXTRA_libatf_c___la_DEPENDENCIES)
|
|
$(AM_V_CXXLD)$(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/libatf_c_la-build.lo: atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/libatf_c_la-check.lo: atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/libatf_c_la-error.lo: atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/libatf_c_la-tc.lo: atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/libatf_c_la-tp.lo: atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/libatf_c_la-utils.lo: atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/detail/libatf_c_la-dynstr.lo: atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/detail/libatf_c_la-env.lo: atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/detail/libatf_c_la-fs.lo: atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/detail/libatf_c_la-list.lo: atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/detail/libatf_c_la-map.lo: atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/detail/libatf_c_la-process.lo: atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/detail/libatf_c_la-sanity.lo: atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/detail/libatf_c_la-text.lo: atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/detail/libatf_c_la-tp_main.lo: atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
atf-c/detail/libatf_c_la-user.lo: atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
libatf-c.la: $(libatf_c_la_OBJECTS) $(libatf_c_la_DEPENDENCIES) $(EXTRA_libatf_c_la_DEPENDENCIES)
|
|
$(AM_V_CCLD)$(libatf_c_la_LINK) -rpath $(libdir) $(libatf_c_la_OBJECTS) $(libatf_c_la_LIBADD) $(LIBS)
|
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
sed 's/$(EXEEXT)$$//' | \
|
|
while read p p1; do if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then echo "$$p"; echo "$$p"; else :; fi; \
|
|
done | \
|
|
sed -e 'p;s,.*/,,;n;h' \
|
|
-e 's|.*|.|' \
|
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
|
sed 'N;N;N;s,\n, ,g' | \
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
if ($$2 == $$4) files[d] = files[d] " " $$1; \
|
|
else { print "f", $$3 "/" $$4, $$1; } } \
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
while read type dir files; do \
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
|
|
} \
|
|
; done
|
|
|
|
uninstall-binPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
|
-e 's/$$/$(EXEEXT)/' \
|
|
`; \
|
|
test -n "$$list" || exit 0; \
|
|
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(bindir)" && rm -f $$files
|
|
|
|
clean-binPROGRAMS:
|
|
@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list || exit $$?; \
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list
|
|
|
|
clean-checkPROGRAMS:
|
|
@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list || exit $$?; \
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list
|
|
install-libexecPROGRAMS: $(libexec_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
sed 's/$(EXEEXT)$$//' | \
|
|
while read p p1; do if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then echo "$$p"; echo "$$p"; else :; fi; \
|
|
done | \
|
|
sed -e 'p;s,.*/,,;n;h' \
|
|
-e 's|.*|.|' \
|
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
|
sed 'N;N;N;s,\n, ,g' | \
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
if ($$2 == $$4) files[d] = files[d] " " $$1; \
|
|
else { print "f", $$3 "/" $$4, $$1; } } \
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
while read type dir files; do \
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
|
|
} \
|
|
; done
|
|
|
|
uninstall-libexecPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
|
-e 's/$$/$(EXEEXT)/' \
|
|
`; \
|
|
test -n "$$list" || exit 0; \
|
|
echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
|
|
|
|
clean-libexecPROGRAMS:
|
|
@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list || exit $$?; \
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list
|
|
install-tests_atf_cPROGRAMS: $(tests_atf_c_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_atf_c_PROGRAMS)'; test -n "$(tests_atf_cdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_atf_cdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_atf_cdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
sed 's/$(EXEEXT)$$//' | \
|
|
while read p p1; do if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then echo "$$p"; echo "$$p"; else :; fi; \
|
|
done | \
|
|
sed -e 'p;s,.*/,,;n;h' \
|
|
-e 's|.*|.|' \
|
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
|
sed 'N;N;N;s,\n, ,g' | \
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
if ($$2 == $$4) files[d] = files[d] " " $$1; \
|
|
else { print "f", $$3 "/" $$4, $$1; } } \
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
while read type dir files; do \
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(tests_atf_cdir)$$dir'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(tests_atf_cdir)$$dir" || exit $$?; \
|
|
} \
|
|
; done
|
|
|
|
uninstall-tests_atf_cPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_atf_c_PROGRAMS)'; test -n "$(tests_atf_cdir)" || list=; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
|
-e 's/$$/$(EXEEXT)/' \
|
|
`; \
|
|
test -n "$$list" || exit 0; \
|
|
echo " ( cd '$(DESTDIR)$(tests_atf_cdir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(tests_atf_cdir)" && rm -f $$files
|
|
|
|
clean-tests_atf_cPROGRAMS:
|
|
@list='$(tests_atf_c_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list || exit $$?; \
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list
|
|
install-tests_atf_c__PROGRAMS: $(tests_atf_c___PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_atf_c___PROGRAMS)'; test -n "$(tests_atf_c__dir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_atf_c__dir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_atf_c__dir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
sed 's/$(EXEEXT)$$//' | \
|
|
while read p p1; do if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then echo "$$p"; echo "$$p"; else :; fi; \
|
|
done | \
|
|
sed -e 'p;s,.*/,,;n;h' \
|
|
-e 's|.*|.|' \
|
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
|
sed 'N;N;N;s,\n, ,g' | \
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
if ($$2 == $$4) files[d] = files[d] " " $$1; \
|
|
else { print "f", $$3 "/" $$4, $$1; } } \
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
while read type dir files; do \
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(tests_atf_c__dir)$$dir'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(tests_atf_c__dir)$$dir" || exit $$?; \
|
|
} \
|
|
; done
|
|
|
|
uninstall-tests_atf_c__PROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_atf_c___PROGRAMS)'; test -n "$(tests_atf_c__dir)" || list=; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
|
-e 's/$$/$(EXEEXT)/' \
|
|
`; \
|
|
test -n "$$list" || exit 0; \
|
|
echo " ( cd '$(DESTDIR)$(tests_atf_c__dir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(tests_atf_c__dir)" && rm -f $$files
|
|
|
|
clean-tests_atf_c__PROGRAMS:
|
|
@list='$(tests_atf_c___PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list || exit $$?; \
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list
|
|
install-tests_atf_c___detailPROGRAMS: $(tests_atf_c___detail_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_atf_c___detail_PROGRAMS)'; test -n "$(tests_atf_c___detaildir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_atf_c___detaildir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_atf_c___detaildir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
sed 's/$(EXEEXT)$$//' | \
|
|
while read p p1; do if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then echo "$$p"; echo "$$p"; else :; fi; \
|
|
done | \
|
|
sed -e 'p;s,.*/,,;n;h' \
|
|
-e 's|.*|.|' \
|
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
|
sed 'N;N;N;s,\n, ,g' | \
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
if ($$2 == $$4) files[d] = files[d] " " $$1; \
|
|
else { print "f", $$3 "/" $$4, $$1; } } \
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
while read type dir files; do \
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(tests_atf_c___detaildir)$$dir'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(tests_atf_c___detaildir)$$dir" || exit $$?; \
|
|
} \
|
|
; done
|
|
|
|
uninstall-tests_atf_c___detailPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_atf_c___detail_PROGRAMS)'; test -n "$(tests_atf_c___detaildir)" || list=; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
|
-e 's/$$/$(EXEEXT)/' \
|
|
`; \
|
|
test -n "$$list" || exit 0; \
|
|
echo " ( cd '$(DESTDIR)$(tests_atf_c___detaildir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(tests_atf_c___detaildir)" && rm -f $$files
|
|
|
|
clean-tests_atf_c___detailPROGRAMS:
|
|
@list='$(tests_atf_c___detail_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list || exit $$?; \
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list
|
|
install-tests_atf_c_detailPROGRAMS: $(tests_atf_c_detail_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_atf_c_detail_PROGRAMS)'; test -n "$(tests_atf_c_detaildir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_atf_c_detaildir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_atf_c_detaildir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
sed 's/$(EXEEXT)$$//' | \
|
|
while read p p1; do if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then echo "$$p"; echo "$$p"; else :; fi; \
|
|
done | \
|
|
sed -e 'p;s,.*/,,;n;h' \
|
|
-e 's|.*|.|' \
|
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
|
sed 'N;N;N;s,\n, ,g' | \
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
if ($$2 == $$4) files[d] = files[d] " " $$1; \
|
|
else { print "f", $$3 "/" $$4, $$1; } } \
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
while read type dir files; do \
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(tests_atf_c_detaildir)$$dir'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(tests_atf_c_detaildir)$$dir" || exit $$?; \
|
|
} \
|
|
; done
|
|
|
|
uninstall-tests_atf_c_detailPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_atf_c_detail_PROGRAMS)'; test -n "$(tests_atf_c_detaildir)" || list=; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
|
-e 's/$$/$(EXEEXT)/' \
|
|
`; \
|
|
test -n "$$list" || exit 0; \
|
|
echo " ( cd '$(DESTDIR)$(tests_atf_c_detaildir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(tests_atf_c_detaildir)" && rm -f $$files
|
|
|
|
clean-tests_atf_c_detailPROGRAMS:
|
|
@list='$(tests_atf_c_detail_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list || exit $$?; \
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list
|
|
install-tests_test_programsPROGRAMS: $(tests_test_programs_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_test_programs_PROGRAMS)'; test -n "$(tests_test_programsdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_test_programsdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_test_programsdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
sed 's/$(EXEEXT)$$//' | \
|
|
while read p p1; do if test -f $$p \
|
|
|| test -f $$p1 \
|
|
; then echo "$$p"; echo "$$p"; else :; fi; \
|
|
done | \
|
|
sed -e 'p;s,.*/,,;n;h' \
|
|
-e 's|.*|.|' \
|
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
|
sed 'N;N;N;s,\n, ,g' | \
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
if ($$2 == $$4) files[d] = files[d] " " $$1; \
|
|
else { print "f", $$3 "/" $$4, $$1; } } \
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
while read type dir files; do \
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(tests_test_programsdir)$$dir'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(tests_test_programsdir)$$dir" || exit $$?; \
|
|
} \
|
|
; done
|
|
|
|
uninstall-tests_test_programsPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_test_programs_PROGRAMS)'; test -n "$(tests_test_programsdir)" || list=; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
|
-e 's/$$/$(EXEEXT)/' \
|
|
`; \
|
|
test -n "$$list" || exit 0; \
|
|
echo " ( cd '$(DESTDIR)$(tests_test_programsdir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(tests_test_programsdir)" && rm -f $$files
|
|
|
|
clean-tests_test_programsPROGRAMS:
|
|
@list='$(tests_test_programs_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list || exit $$?; \
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list
|
|
atf-c++/atf_c++_test.$(OBJEXT): atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/atf_c++_test$(EXEEXT): $(atf_c___atf_c___test_OBJECTS) $(atf_c___atf_c___test_DEPENDENCIES) $(EXTRA_atf_c___atf_c___test_DEPENDENCIES) atf-c++/$(am__dirstamp)
|
|
@rm -f atf-c++/atf_c++_test$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___atf_c___test_OBJECTS) $(atf_c___atf_c___test_LDADD) $(LIBS)
|
|
atf-c++/build_test.$(OBJEXT): atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/build_test$(EXEEXT): $(atf_c___build_test_OBJECTS) $(atf_c___build_test_DEPENDENCIES) $(EXTRA_atf_c___build_test_DEPENDENCIES) atf-c++/$(am__dirstamp)
|
|
@rm -f atf-c++/build_test$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___build_test_OBJECTS) $(atf_c___build_test_LDADD) $(LIBS)
|
|
atf-c++/check_test.$(OBJEXT): atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/check_test$(EXEEXT): $(atf_c___check_test_OBJECTS) $(atf_c___check_test_DEPENDENCIES) $(EXTRA_atf_c___check_test_DEPENDENCIES) atf-c++/$(am__dirstamp)
|
|
@rm -f atf-c++/check_test$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___check_test_OBJECTS) $(atf_c___check_test_LDADD) $(LIBS)
|
|
atf-c++/detail/application_test.$(OBJEXT): \
|
|
atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/detail/application_test$(EXEEXT): $(atf_c___detail_application_test_OBJECTS) $(atf_c___detail_application_test_DEPENDENCIES) $(EXTRA_atf_c___detail_application_test_DEPENDENCIES) atf-c++/detail/$(am__dirstamp)
|
|
@rm -f atf-c++/detail/application_test$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___detail_application_test_OBJECTS) $(atf_c___detail_application_test_LDADD) $(LIBS)
|
|
atf-c++/detail/auto_array_test.$(OBJEXT): \
|
|
atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/detail/auto_array_test$(EXEEXT): $(atf_c___detail_auto_array_test_OBJECTS) $(atf_c___detail_auto_array_test_DEPENDENCIES) $(EXTRA_atf_c___detail_auto_array_test_DEPENDENCIES) atf-c++/detail/$(am__dirstamp)
|
|
@rm -f atf-c++/detail/auto_array_test$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___detail_auto_array_test_OBJECTS) $(atf_c___detail_auto_array_test_LDADD) $(LIBS)
|
|
atf-c++/detail/env_test.$(OBJEXT): atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/detail/env_test$(EXEEXT): $(atf_c___detail_env_test_OBJECTS) $(atf_c___detail_env_test_DEPENDENCIES) $(EXTRA_atf_c___detail_env_test_DEPENDENCIES) atf-c++/detail/$(am__dirstamp)
|
|
@rm -f atf-c++/detail/env_test$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___detail_env_test_OBJECTS) $(atf_c___detail_env_test_LDADD) $(LIBS)
|
|
atf-c++/detail/exceptions_test.$(OBJEXT): \
|
|
atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/detail/exceptions_test$(EXEEXT): $(atf_c___detail_exceptions_test_OBJECTS) $(atf_c___detail_exceptions_test_DEPENDENCIES) $(EXTRA_atf_c___detail_exceptions_test_DEPENDENCIES) atf-c++/detail/$(am__dirstamp)
|
|
@rm -f atf-c++/detail/exceptions_test$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___detail_exceptions_test_OBJECTS) $(atf_c___detail_exceptions_test_LDADD) $(LIBS)
|
|
atf-c++/detail/fs_test.$(OBJEXT): atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/detail/fs_test$(EXEEXT): $(atf_c___detail_fs_test_OBJECTS) $(atf_c___detail_fs_test_DEPENDENCIES) $(EXTRA_atf_c___detail_fs_test_DEPENDENCIES) atf-c++/detail/$(am__dirstamp)
|
|
@rm -f atf-c++/detail/fs_test$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___detail_fs_test_OBJECTS) $(atf_c___detail_fs_test_LDADD) $(LIBS)
|
|
atf-c++/detail/process_test.$(OBJEXT): atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/detail/process_test$(EXEEXT): $(atf_c___detail_process_test_OBJECTS) $(atf_c___detail_process_test_DEPENDENCIES) $(EXTRA_atf_c___detail_process_test_DEPENDENCIES) atf-c++/detail/$(am__dirstamp)
|
|
@rm -f atf-c++/detail/process_test$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___detail_process_test_OBJECTS) $(atf_c___detail_process_test_LDADD) $(LIBS)
|
|
atf-c++/detail/text_test.$(OBJEXT): atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/detail/text_test$(EXEEXT): $(atf_c___detail_text_test_OBJECTS) $(atf_c___detail_text_test_DEPENDENCIES) $(EXTRA_atf_c___detail_text_test_DEPENDENCIES) atf-c++/detail/$(am__dirstamp)
|
|
@rm -f atf-c++/detail/text_test$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___detail_text_test_OBJECTS) $(atf_c___detail_text_test_LDADD) $(LIBS)
|
|
atf-c++/detail/version_helper.$(OBJEXT): \
|
|
atf-c++/detail/$(am__dirstamp) \
|
|
atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/detail/version_helper$(EXEEXT): $(atf_c___detail_version_helper_OBJECTS) $(atf_c___detail_version_helper_DEPENDENCIES) $(EXTRA_atf_c___detail_version_helper_DEPENDENCIES) atf-c++/detail/$(am__dirstamp)
|
|
@rm -f atf-c++/detail/version_helper$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___detail_version_helper_OBJECTS) $(atf_c___detail_version_helper_LDADD) $(LIBS)
|
|
atf-c++/macros_test.$(OBJEXT): atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/macros_test$(EXEEXT): $(atf_c___macros_test_OBJECTS) $(atf_c___macros_test_DEPENDENCIES) $(EXTRA_atf_c___macros_test_DEPENDENCIES) atf-c++/$(am__dirstamp)
|
|
@rm -f atf-c++/macros_test$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___macros_test_OBJECTS) $(atf_c___macros_test_LDADD) $(LIBS)
|
|
atf-c++/tests_test.$(OBJEXT): atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/tests_test$(EXEEXT): $(atf_c___tests_test_OBJECTS) $(atf_c___tests_test_DEPENDENCIES) $(EXTRA_atf_c___tests_test_DEPENDENCIES) atf-c++/$(am__dirstamp)
|
|
@rm -f atf-c++/tests_test$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___tests_test_OBJECTS) $(atf_c___tests_test_LDADD) $(LIBS)
|
|
atf-c++/utils_test.$(OBJEXT): atf-c++/$(am__dirstamp) \
|
|
atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c++/utils_test$(EXEEXT): $(atf_c___utils_test_OBJECTS) $(atf_c___utils_test_DEPENDENCIES) $(EXTRA_atf_c___utils_test_DEPENDENCIES) atf-c++/$(am__dirstamp)
|
|
@rm -f atf-c++/utils_test$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_c___utils_test_OBJECTS) $(atf_c___utils_test_LDADD) $(LIBS)
|
|
atf-c/atf_c_test.$(OBJEXT): atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/atf_c_test$(EXEEXT): $(atf_c_atf_c_test_OBJECTS) $(atf_c_atf_c_test_DEPENDENCIES) $(EXTRA_atf_c_atf_c_test_DEPENDENCIES) atf-c/$(am__dirstamp)
|
|
@rm -f atf-c/atf_c_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_atf_c_test_OBJECTS) $(atf_c_atf_c_test_LDADD) $(LIBS)
|
|
atf-c/build_test.$(OBJEXT): atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/build_test$(EXEEXT): $(atf_c_build_test_OBJECTS) $(atf_c_build_test_DEPENDENCIES) $(EXTRA_atf_c_build_test_DEPENDENCIES) atf-c/$(am__dirstamp)
|
|
@rm -f atf-c/build_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_build_test_OBJECTS) $(atf_c_build_test_LDADD) $(LIBS)
|
|
atf-c/check_test.$(OBJEXT): atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/check_test$(EXEEXT): $(atf_c_check_test_OBJECTS) $(atf_c_check_test_DEPENDENCIES) $(EXTRA_atf_c_check_test_DEPENDENCIES) atf-c/$(am__dirstamp)
|
|
@rm -f atf-c/check_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_check_test_OBJECTS) $(atf_c_check_test_LDADD) $(LIBS)
|
|
atf-c/detail/dynstr_test.$(OBJEXT): atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/detail/dynstr_test$(EXEEXT): $(atf_c_detail_dynstr_test_OBJECTS) $(atf_c_detail_dynstr_test_DEPENDENCIES) $(EXTRA_atf_c_detail_dynstr_test_DEPENDENCIES) atf-c/detail/$(am__dirstamp)
|
|
@rm -f atf-c/detail/dynstr_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_detail_dynstr_test_OBJECTS) $(atf_c_detail_dynstr_test_LDADD) $(LIBS)
|
|
atf-c/detail/env_test.$(OBJEXT): atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/detail/env_test$(EXEEXT): $(atf_c_detail_env_test_OBJECTS) $(atf_c_detail_env_test_DEPENDENCIES) $(EXTRA_atf_c_detail_env_test_DEPENDENCIES) atf-c/detail/$(am__dirstamp)
|
|
@rm -f atf-c/detail/env_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_detail_env_test_OBJECTS) $(atf_c_detail_env_test_LDADD) $(LIBS)
|
|
atf-c/detail/fs_test.$(OBJEXT): atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/detail/fs_test$(EXEEXT): $(atf_c_detail_fs_test_OBJECTS) $(atf_c_detail_fs_test_DEPENDENCIES) $(EXTRA_atf_c_detail_fs_test_DEPENDENCIES) atf-c/detail/$(am__dirstamp)
|
|
@rm -f atf-c/detail/fs_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_detail_fs_test_OBJECTS) $(atf_c_detail_fs_test_LDADD) $(LIBS)
|
|
atf-c/detail/list_test.$(OBJEXT): atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/detail/list_test$(EXEEXT): $(atf_c_detail_list_test_OBJECTS) $(atf_c_detail_list_test_DEPENDENCIES) $(EXTRA_atf_c_detail_list_test_DEPENDENCIES) atf-c/detail/$(am__dirstamp)
|
|
@rm -f atf-c/detail/list_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_detail_list_test_OBJECTS) $(atf_c_detail_list_test_LDADD) $(LIBS)
|
|
atf-c/detail/map_test.$(OBJEXT): atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/detail/map_test$(EXEEXT): $(atf_c_detail_map_test_OBJECTS) $(atf_c_detail_map_test_DEPENDENCIES) $(EXTRA_atf_c_detail_map_test_DEPENDENCIES) atf-c/detail/$(am__dirstamp)
|
|
@rm -f atf-c/detail/map_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_detail_map_test_OBJECTS) $(atf_c_detail_map_test_LDADD) $(LIBS)
|
|
atf-c/detail/process_helpers.$(OBJEXT): atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/detail/process_helpers$(EXEEXT): $(atf_c_detail_process_helpers_OBJECTS) $(atf_c_detail_process_helpers_DEPENDENCIES) $(EXTRA_atf_c_detail_process_helpers_DEPENDENCIES) atf-c/detail/$(am__dirstamp)
|
|
@rm -f atf-c/detail/process_helpers$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_detail_process_helpers_OBJECTS) $(atf_c_detail_process_helpers_LDADD) $(LIBS)
|
|
atf-c/detail/process_test.$(OBJEXT): atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/detail/process_test$(EXEEXT): $(atf_c_detail_process_test_OBJECTS) $(atf_c_detail_process_test_DEPENDENCIES) $(EXTRA_atf_c_detail_process_test_DEPENDENCIES) atf-c/detail/$(am__dirstamp)
|
|
@rm -f atf-c/detail/process_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_detail_process_test_OBJECTS) $(atf_c_detail_process_test_LDADD) $(LIBS)
|
|
atf-c/detail/sanity_test.$(OBJEXT): atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/detail/sanity_test$(EXEEXT): $(atf_c_detail_sanity_test_OBJECTS) $(atf_c_detail_sanity_test_DEPENDENCIES) $(EXTRA_atf_c_detail_sanity_test_DEPENDENCIES) atf-c/detail/$(am__dirstamp)
|
|
@rm -f atf-c/detail/sanity_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_detail_sanity_test_OBJECTS) $(atf_c_detail_sanity_test_LDADD) $(LIBS)
|
|
atf-c/detail/text_test.$(OBJEXT): atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/detail/text_test$(EXEEXT): $(atf_c_detail_text_test_OBJECTS) $(atf_c_detail_text_test_DEPENDENCIES) $(EXTRA_atf_c_detail_text_test_DEPENDENCIES) atf-c/detail/$(am__dirstamp)
|
|
@rm -f atf-c/detail/text_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_detail_text_test_OBJECTS) $(atf_c_detail_text_test_LDADD) $(LIBS)
|
|
atf-c/detail/user_test.$(OBJEXT): atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/detail/user_test$(EXEEXT): $(atf_c_detail_user_test_OBJECTS) $(atf_c_detail_user_test_DEPENDENCIES) $(EXTRA_atf_c_detail_user_test_DEPENDENCIES) atf-c/detail/$(am__dirstamp)
|
|
@rm -f atf-c/detail/user_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_detail_user_test_OBJECTS) $(atf_c_detail_user_test_LDADD) $(LIBS)
|
|
atf-c/detail/version_helper.$(OBJEXT): atf-c/detail/$(am__dirstamp) \
|
|
atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/detail/version_helper$(EXEEXT): $(atf_c_detail_version_helper_OBJECTS) $(atf_c_detail_version_helper_DEPENDENCIES) $(EXTRA_atf_c_detail_version_helper_DEPENDENCIES) atf-c/detail/$(am__dirstamp)
|
|
@rm -f atf-c/detail/version_helper$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_detail_version_helper_OBJECTS) $(atf_c_detail_version_helper_LDADD) $(LIBS)
|
|
atf-c/error_test.$(OBJEXT): atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/error_test$(EXEEXT): $(atf_c_error_test_OBJECTS) $(atf_c_error_test_DEPENDENCIES) $(EXTRA_atf_c_error_test_DEPENDENCIES) atf-c/$(am__dirstamp)
|
|
@rm -f atf-c/error_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_error_test_OBJECTS) $(atf_c_error_test_LDADD) $(LIBS)
|
|
atf-c/macros_test.$(OBJEXT): atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/macros_test$(EXEEXT): $(atf_c_macros_test_OBJECTS) $(atf_c_macros_test_DEPENDENCIES) $(EXTRA_atf_c_macros_test_DEPENDENCIES) atf-c/$(am__dirstamp)
|
|
@rm -f atf-c/macros_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_macros_test_OBJECTS) $(atf_c_macros_test_LDADD) $(LIBS)
|
|
atf-c/tc_test.$(OBJEXT): atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/tc_test$(EXEEXT): $(atf_c_tc_test_OBJECTS) $(atf_c_tc_test_DEPENDENCIES) $(EXTRA_atf_c_tc_test_DEPENDENCIES) atf-c/$(am__dirstamp)
|
|
@rm -f atf-c/tc_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_tc_test_OBJECTS) $(atf_c_tc_test_LDADD) $(LIBS)
|
|
atf-c/tp_test.$(OBJEXT): atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/tp_test$(EXEEXT): $(atf_c_tp_test_OBJECTS) $(atf_c_tp_test_DEPENDENCIES) $(EXTRA_atf_c_tp_test_DEPENDENCIES) atf-c/$(am__dirstamp)
|
|
@rm -f atf-c/tp_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_tp_test_OBJECTS) $(atf_c_tp_test_LDADD) $(LIBS)
|
|
atf-c/utils_test.$(OBJEXT): atf-c/$(am__dirstamp) \
|
|
atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-c/utils_test$(EXEEXT): $(atf_c_utils_test_OBJECTS) $(atf_c_utils_test_DEPENDENCIES) $(EXTRA_atf_c_utils_test_DEPENDENCIES) atf-c/$(am__dirstamp)
|
|
@rm -f atf-c/utils_test$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(atf_c_utils_test_OBJECTS) $(atf_c_utils_test_LDADD) $(LIBS)
|
|
atf-sh/$(am__dirstamp):
|
|
@$(MKDIR_P) atf-sh
|
|
@: > atf-sh/$(am__dirstamp)
|
|
atf-sh/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) atf-sh/$(DEPDIR)
|
|
@: > atf-sh/$(DEPDIR)/$(am__dirstamp)
|
|
atf-sh/atf_sh_atf_check-atf-check.$(OBJEXT): atf-sh/$(am__dirstamp) \
|
|
atf-sh/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-sh/atf-check$(EXEEXT): $(atf_sh_atf_check_OBJECTS) $(atf_sh_atf_check_DEPENDENCIES) $(EXTRA_atf_sh_atf_check_DEPENDENCIES) atf-sh/$(am__dirstamp)
|
|
@rm -f atf-sh/atf-check$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_sh_atf_check_OBJECTS) $(atf_sh_atf_check_LDADD) $(LIBS)
|
|
atf-sh/atf_sh_atf_sh-atf-sh.$(OBJEXT): atf-sh/$(am__dirstamp) \
|
|
atf-sh/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
atf-sh/atf-sh$(EXEEXT): $(atf_sh_atf_sh_OBJECTS) $(atf_sh_atf_sh_DEPENDENCIES) $(EXTRA_atf_sh_atf_sh_DEPENDENCIES) atf-sh/$(am__dirstamp)
|
|
@rm -f atf-sh/atf-sh$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(atf_sh_atf_sh_OBJECTS) $(atf_sh_atf_sh_LDADD) $(LIBS)
|
|
bootstrap/$(am__dirstamp):
|
|
@$(MKDIR_P) bootstrap
|
|
@: > bootstrap/$(am__dirstamp)
|
|
bootstrap/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) bootstrap/$(DEPDIR)
|
|
@: > bootstrap/$(DEPDIR)/$(am__dirstamp)
|
|
bootstrap/h_tp_basic_c.$(OBJEXT): bootstrap/$(am__dirstamp) \
|
|
bootstrap/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
bootstrap/h_tp_basic_c$(EXEEXT): $(bootstrap_h_tp_basic_c_OBJECTS) $(bootstrap_h_tp_basic_c_DEPENDENCIES) $(EXTRA_bootstrap_h_tp_basic_c_DEPENDENCIES) bootstrap/$(am__dirstamp)
|
|
@rm -f bootstrap/h_tp_basic_c$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(bootstrap_h_tp_basic_c_OBJECTS) $(bootstrap_h_tp_basic_c_LDADD) $(LIBS)
|
|
bootstrap/h_tp_basic_cpp.$(OBJEXT): bootstrap/$(am__dirstamp) \
|
|
bootstrap/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
bootstrap/h_tp_basic_cpp$(EXEEXT): $(bootstrap_h_tp_basic_cpp_OBJECTS) $(bootstrap_h_tp_basic_cpp_DEPENDENCIES) $(EXTRA_bootstrap_h_tp_basic_cpp_DEPENDENCIES) bootstrap/$(am__dirstamp)
|
|
@rm -f bootstrap/h_tp_basic_cpp$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(bootstrap_h_tp_basic_cpp_OBJECTS) $(bootstrap_h_tp_basic_cpp_LDADD) $(LIBS)
|
|
test-programs/$(am__dirstamp):
|
|
@$(MKDIR_P) test-programs
|
|
@: > test-programs/$(am__dirstamp)
|
|
test-programs/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) test-programs/$(DEPDIR)
|
|
@: > test-programs/$(DEPDIR)/$(am__dirstamp)
|
|
test-programs/c_helpers.$(OBJEXT): test-programs/$(am__dirstamp) \
|
|
test-programs/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
test-programs/c_helpers$(EXEEXT): $(test_programs_c_helpers_OBJECTS) $(test_programs_c_helpers_DEPENDENCIES) $(EXTRA_test_programs_c_helpers_DEPENDENCIES) test-programs/$(am__dirstamp)
|
|
@rm -f test-programs/c_helpers$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_programs_c_helpers_OBJECTS) $(test_programs_c_helpers_LDADD) $(LIBS)
|
|
test-programs/cpp_helpers.$(OBJEXT): test-programs/$(am__dirstamp) \
|
|
test-programs/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
test-programs/cpp_helpers$(EXEEXT): $(test_programs_cpp_helpers_OBJECTS) $(test_programs_cpp_helpers_DEPENDENCIES) $(EXTRA_test_programs_cpp_helpers_DEPENDENCIES) test-programs/$(am__dirstamp)
|
|
@rm -f test-programs/cpp_helpers$(EXEEXT)
|
|
$(AM_V_CXXLD)$(CXXLINK) $(test_programs_cpp_helpers_OBJECTS) $(test_programs_cpp_helpers_LDADD) $(LIBS)
|
|
install-tests_atf_cSCRIPTS: $(tests_atf_c_SCRIPTS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_atf_c_SCRIPTS)'; test -n "$(tests_atf_cdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_atf_cdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_atf_cdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
|
|
done | \
|
|
sed -e 'p;s,.*/,,;n' \
|
|
-e 'h;s|.*|.|' \
|
|
-e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
if ($$2 == $$4) { files[d] = files[d] " " $$1; \
|
|
if (++n[d] == $(am__install_max)) { \
|
|
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
|
|
else { print "f", d "/" $$4, $$1 } } \
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
while read type dir files; do \
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(tests_atf_cdir)$$dir'"; \
|
|
$(INSTALL_SCRIPT) $$files "$(DESTDIR)$(tests_atf_cdir)$$dir" || exit $$?; \
|
|
} \
|
|
; done
|
|
|
|
uninstall-tests_atf_cSCRIPTS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_atf_c_SCRIPTS)'; test -n "$(tests_atf_cdir)" || exit 0; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 's,.*/,,;$(transform)'`; \
|
|
dir='$(DESTDIR)$(tests_atf_cdir)'; $(am__uninstall_files_from_dir)
|
|
install-tests_atf_c__SCRIPTS: $(tests_atf_c___SCRIPTS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_atf_c___SCRIPTS)'; test -n "$(tests_atf_c__dir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_atf_c__dir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_atf_c__dir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
|
|
done | \
|
|
sed -e 'p;s,.*/,,;n' \
|
|
-e 'h;s|.*|.|' \
|
|
-e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
if ($$2 == $$4) { files[d] = files[d] " " $$1; \
|
|
if (++n[d] == $(am__install_max)) { \
|
|
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
|
|
else { print "f", d "/" $$4, $$1 } } \
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
while read type dir files; do \
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(tests_atf_c__dir)$$dir'"; \
|
|
$(INSTALL_SCRIPT) $$files "$(DESTDIR)$(tests_atf_c__dir)$$dir" || exit $$?; \
|
|
} \
|
|
; done
|
|
|
|
uninstall-tests_atf_c__SCRIPTS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_atf_c___SCRIPTS)'; test -n "$(tests_atf_c__dir)" || exit 0; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 's,.*/,,;$(transform)'`; \
|
|
dir='$(DESTDIR)$(tests_atf_c__dir)'; $(am__uninstall_files_from_dir)
|
|
install-tests_atf_shSCRIPTS: $(tests_atf_sh_SCRIPTS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_atf_sh_SCRIPTS)'; test -n "$(tests_atf_shdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_atf_shdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_atf_shdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
|
|
done | \
|
|
sed -e 'p;s,.*/,,;n' \
|
|
-e 'h;s|.*|.|' \
|
|
-e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
if ($$2 == $$4) { files[d] = files[d] " " $$1; \
|
|
if (++n[d] == $(am__install_max)) { \
|
|
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
|
|
else { print "f", d "/" $$4, $$1 } } \
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
while read type dir files; do \
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(tests_atf_shdir)$$dir'"; \
|
|
$(INSTALL_SCRIPT) $$files "$(DESTDIR)$(tests_atf_shdir)$$dir" || exit $$?; \
|
|
} \
|
|
; done
|
|
|
|
uninstall-tests_atf_shSCRIPTS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_atf_sh_SCRIPTS)'; test -n "$(tests_atf_shdir)" || exit 0; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 's,.*/,,;$(transform)'`; \
|
|
dir='$(DESTDIR)$(tests_atf_shdir)'; $(am__uninstall_files_from_dir)
|
|
install-tests_test_programsSCRIPTS: $(tests_test_programs_SCRIPTS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_test_programs_SCRIPTS)'; test -n "$(tests_test_programsdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_test_programsdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_test_programsdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
|
|
done | \
|
|
sed -e 'p;s,.*/,,;n' \
|
|
-e 'h;s|.*|.|' \
|
|
-e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
if ($$2 == $$4) { files[d] = files[d] " " $$1; \
|
|
if (++n[d] == $(am__install_max)) { \
|
|
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
|
|
else { print "f", d "/" $$4, $$1 } } \
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
while read type dir files; do \
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(tests_test_programsdir)$$dir'"; \
|
|
$(INSTALL_SCRIPT) $$files "$(DESTDIR)$(tests_test_programsdir)$$dir" || exit $$?; \
|
|
} \
|
|
; done
|
|
|
|
uninstall-tests_test_programsSCRIPTS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_test_programs_SCRIPTS)'; test -n "$(tests_test_programsdir)" || exit 0; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 's,.*/,,;$(transform)'`; \
|
|
dir='$(DESTDIR)$(tests_test_programsdir)'; $(am__uninstall_files_from_dir)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|
|
-rm -f atf-c++/*.$(OBJEXT)
|
|
-rm -f atf-c++/*.lo
|
|
-rm -f atf-c++/detail/*.$(OBJEXT)
|
|
-rm -f atf-c++/detail/*.lo
|
|
-rm -f atf-c/*.$(OBJEXT)
|
|
-rm -f atf-c/*.lo
|
|
-rm -f atf-c/detail/*.$(OBJEXT)
|
|
-rm -f atf-c/detail/*.lo
|
|
-rm -f atf-sh/*.$(OBJEXT)
|
|
-rm -f bootstrap/*.$(OBJEXT)
|
|
-rm -f test-programs/*.$(OBJEXT)
|
|
|
|
distclean-compile:
|
|
-rm -f *.tab.c
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/atf_c++_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/build.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/build_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/check.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/check_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/macros_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/tests.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/tests_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/utils.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/utils_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/application.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/application_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/atf_c___detail_libtest_helpers_la-test_helpers.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/auto_array_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/env.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/env_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/exceptions.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/exceptions_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/fs.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/fs_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/process.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/process_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/text.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/text_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c++/detail/$(DEPDIR)/version_helper.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/atf_c_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/build_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/check_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/error_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/libatf_c_la-build.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/libatf_c_la-check.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/libatf_c_la-error.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/libatf_c_la-tc.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/libatf_c_la-tp.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/libatf_c_la-utils.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/macros_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/tc_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/tp_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/utils_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/atf_c_detail_libtest_helpers_la-test_helpers.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/dynstr_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/env_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/fs_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/libatf_c_la-dynstr.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/libatf_c_la-env.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/libatf_c_la-fs.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/libatf_c_la-list.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/libatf_c_la-map.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/libatf_c_la-process.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/libatf_c_la-sanity.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/libatf_c_la-text.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/libatf_c_la-tp_main.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/libatf_c_la-user.Plo@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/list_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/map_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/process_helpers.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/process_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/sanity_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/text_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/user_test.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-c/detail/$(DEPDIR)/version_helper.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-sh/$(DEPDIR)/atf_sh_atf_check-atf-check.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@atf-sh/$(DEPDIR)/atf_sh_atf_sh-atf-sh.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@bootstrap/$(DEPDIR)/h_tp_basic_c.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@bootstrap/$(DEPDIR)/h_tp_basic_cpp.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@test-programs/$(DEPDIR)/c_helpers.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@test-programs/$(DEPDIR)/cpp_helpers.Po@am__quote@
|
|
|
|
.c.o:
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
|
|
|
|
.c.obj:
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
|
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
|
.c.lo:
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
|
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
|
|
|
|
atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo: atf-c/detail/test_helpers.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(atf_c_detail_libtest_helpers_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo -MD -MP -MF atf-c/detail/$(DEPDIR)/atf_c_detail_libtest_helpers_la-test_helpers.Tpo -c -o atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo `test -f 'atf-c/detail/test_helpers.c' || echo '$(srcdir)/'`atf-c/detail/test_helpers.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/detail/$(DEPDIR)/atf_c_detail_libtest_helpers_la-test_helpers.Tpo atf-c/detail/$(DEPDIR)/atf_c_detail_libtest_helpers_la-test_helpers.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/detail/test_helpers.c' object='atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(atf_c_detail_libtest_helpers_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo `test -f 'atf-c/detail/test_helpers.c' || echo '$(srcdir)/'`atf-c/detail/test_helpers.c
|
|
|
|
atf-c/libatf_c_la-build.lo: atf-c/build.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/libatf_c_la-build.lo -MD -MP -MF atf-c/$(DEPDIR)/libatf_c_la-build.Tpo -c -o atf-c/libatf_c_la-build.lo `test -f 'atf-c/build.c' || echo '$(srcdir)/'`atf-c/build.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/$(DEPDIR)/libatf_c_la-build.Tpo atf-c/$(DEPDIR)/libatf_c_la-build.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/build.c' object='atf-c/libatf_c_la-build.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/libatf_c_la-build.lo `test -f 'atf-c/build.c' || echo '$(srcdir)/'`atf-c/build.c
|
|
|
|
atf-c/libatf_c_la-check.lo: atf-c/check.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/libatf_c_la-check.lo -MD -MP -MF atf-c/$(DEPDIR)/libatf_c_la-check.Tpo -c -o atf-c/libatf_c_la-check.lo `test -f 'atf-c/check.c' || echo '$(srcdir)/'`atf-c/check.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/$(DEPDIR)/libatf_c_la-check.Tpo atf-c/$(DEPDIR)/libatf_c_la-check.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/check.c' object='atf-c/libatf_c_la-check.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/libatf_c_la-check.lo `test -f 'atf-c/check.c' || echo '$(srcdir)/'`atf-c/check.c
|
|
|
|
atf-c/libatf_c_la-error.lo: atf-c/error.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/libatf_c_la-error.lo -MD -MP -MF atf-c/$(DEPDIR)/libatf_c_la-error.Tpo -c -o atf-c/libatf_c_la-error.lo `test -f 'atf-c/error.c' || echo '$(srcdir)/'`atf-c/error.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/$(DEPDIR)/libatf_c_la-error.Tpo atf-c/$(DEPDIR)/libatf_c_la-error.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/error.c' object='atf-c/libatf_c_la-error.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/libatf_c_la-error.lo `test -f 'atf-c/error.c' || echo '$(srcdir)/'`atf-c/error.c
|
|
|
|
atf-c/libatf_c_la-tc.lo: atf-c/tc.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/libatf_c_la-tc.lo -MD -MP -MF atf-c/$(DEPDIR)/libatf_c_la-tc.Tpo -c -o atf-c/libatf_c_la-tc.lo `test -f 'atf-c/tc.c' || echo '$(srcdir)/'`atf-c/tc.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/$(DEPDIR)/libatf_c_la-tc.Tpo atf-c/$(DEPDIR)/libatf_c_la-tc.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/tc.c' object='atf-c/libatf_c_la-tc.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/libatf_c_la-tc.lo `test -f 'atf-c/tc.c' || echo '$(srcdir)/'`atf-c/tc.c
|
|
|
|
atf-c/libatf_c_la-tp.lo: atf-c/tp.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/libatf_c_la-tp.lo -MD -MP -MF atf-c/$(DEPDIR)/libatf_c_la-tp.Tpo -c -o atf-c/libatf_c_la-tp.lo `test -f 'atf-c/tp.c' || echo '$(srcdir)/'`atf-c/tp.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/$(DEPDIR)/libatf_c_la-tp.Tpo atf-c/$(DEPDIR)/libatf_c_la-tp.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/tp.c' object='atf-c/libatf_c_la-tp.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/libatf_c_la-tp.lo `test -f 'atf-c/tp.c' || echo '$(srcdir)/'`atf-c/tp.c
|
|
|
|
atf-c/libatf_c_la-utils.lo: atf-c/utils.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/libatf_c_la-utils.lo -MD -MP -MF atf-c/$(DEPDIR)/libatf_c_la-utils.Tpo -c -o atf-c/libatf_c_la-utils.lo `test -f 'atf-c/utils.c' || echo '$(srcdir)/'`atf-c/utils.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/$(DEPDIR)/libatf_c_la-utils.Tpo atf-c/$(DEPDIR)/libatf_c_la-utils.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/utils.c' object='atf-c/libatf_c_la-utils.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/libatf_c_la-utils.lo `test -f 'atf-c/utils.c' || echo '$(srcdir)/'`atf-c/utils.c
|
|
|
|
atf-c/detail/libatf_c_la-dynstr.lo: atf-c/detail/dynstr.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/detail/libatf_c_la-dynstr.lo -MD -MP -MF atf-c/detail/$(DEPDIR)/libatf_c_la-dynstr.Tpo -c -o atf-c/detail/libatf_c_la-dynstr.lo `test -f 'atf-c/detail/dynstr.c' || echo '$(srcdir)/'`atf-c/detail/dynstr.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/detail/$(DEPDIR)/libatf_c_la-dynstr.Tpo atf-c/detail/$(DEPDIR)/libatf_c_la-dynstr.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/detail/dynstr.c' object='atf-c/detail/libatf_c_la-dynstr.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/detail/libatf_c_la-dynstr.lo `test -f 'atf-c/detail/dynstr.c' || echo '$(srcdir)/'`atf-c/detail/dynstr.c
|
|
|
|
atf-c/detail/libatf_c_la-env.lo: atf-c/detail/env.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/detail/libatf_c_la-env.lo -MD -MP -MF atf-c/detail/$(DEPDIR)/libatf_c_la-env.Tpo -c -o atf-c/detail/libatf_c_la-env.lo `test -f 'atf-c/detail/env.c' || echo '$(srcdir)/'`atf-c/detail/env.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/detail/$(DEPDIR)/libatf_c_la-env.Tpo atf-c/detail/$(DEPDIR)/libatf_c_la-env.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/detail/env.c' object='atf-c/detail/libatf_c_la-env.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/detail/libatf_c_la-env.lo `test -f 'atf-c/detail/env.c' || echo '$(srcdir)/'`atf-c/detail/env.c
|
|
|
|
atf-c/detail/libatf_c_la-fs.lo: atf-c/detail/fs.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/detail/libatf_c_la-fs.lo -MD -MP -MF atf-c/detail/$(DEPDIR)/libatf_c_la-fs.Tpo -c -o atf-c/detail/libatf_c_la-fs.lo `test -f 'atf-c/detail/fs.c' || echo '$(srcdir)/'`atf-c/detail/fs.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/detail/$(DEPDIR)/libatf_c_la-fs.Tpo atf-c/detail/$(DEPDIR)/libatf_c_la-fs.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/detail/fs.c' object='atf-c/detail/libatf_c_la-fs.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/detail/libatf_c_la-fs.lo `test -f 'atf-c/detail/fs.c' || echo '$(srcdir)/'`atf-c/detail/fs.c
|
|
|
|
atf-c/detail/libatf_c_la-list.lo: atf-c/detail/list.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/detail/libatf_c_la-list.lo -MD -MP -MF atf-c/detail/$(DEPDIR)/libatf_c_la-list.Tpo -c -o atf-c/detail/libatf_c_la-list.lo `test -f 'atf-c/detail/list.c' || echo '$(srcdir)/'`atf-c/detail/list.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/detail/$(DEPDIR)/libatf_c_la-list.Tpo atf-c/detail/$(DEPDIR)/libatf_c_la-list.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/detail/list.c' object='atf-c/detail/libatf_c_la-list.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/detail/libatf_c_la-list.lo `test -f 'atf-c/detail/list.c' || echo '$(srcdir)/'`atf-c/detail/list.c
|
|
|
|
atf-c/detail/libatf_c_la-map.lo: atf-c/detail/map.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/detail/libatf_c_la-map.lo -MD -MP -MF atf-c/detail/$(DEPDIR)/libatf_c_la-map.Tpo -c -o atf-c/detail/libatf_c_la-map.lo `test -f 'atf-c/detail/map.c' || echo '$(srcdir)/'`atf-c/detail/map.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/detail/$(DEPDIR)/libatf_c_la-map.Tpo atf-c/detail/$(DEPDIR)/libatf_c_la-map.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/detail/map.c' object='atf-c/detail/libatf_c_la-map.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/detail/libatf_c_la-map.lo `test -f 'atf-c/detail/map.c' || echo '$(srcdir)/'`atf-c/detail/map.c
|
|
|
|
atf-c/detail/libatf_c_la-process.lo: atf-c/detail/process.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/detail/libatf_c_la-process.lo -MD -MP -MF atf-c/detail/$(DEPDIR)/libatf_c_la-process.Tpo -c -o atf-c/detail/libatf_c_la-process.lo `test -f 'atf-c/detail/process.c' || echo '$(srcdir)/'`atf-c/detail/process.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/detail/$(DEPDIR)/libatf_c_la-process.Tpo atf-c/detail/$(DEPDIR)/libatf_c_la-process.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/detail/process.c' object='atf-c/detail/libatf_c_la-process.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/detail/libatf_c_la-process.lo `test -f 'atf-c/detail/process.c' || echo '$(srcdir)/'`atf-c/detail/process.c
|
|
|
|
atf-c/detail/libatf_c_la-sanity.lo: atf-c/detail/sanity.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/detail/libatf_c_la-sanity.lo -MD -MP -MF atf-c/detail/$(DEPDIR)/libatf_c_la-sanity.Tpo -c -o atf-c/detail/libatf_c_la-sanity.lo `test -f 'atf-c/detail/sanity.c' || echo '$(srcdir)/'`atf-c/detail/sanity.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/detail/$(DEPDIR)/libatf_c_la-sanity.Tpo atf-c/detail/$(DEPDIR)/libatf_c_la-sanity.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/detail/sanity.c' object='atf-c/detail/libatf_c_la-sanity.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/detail/libatf_c_la-sanity.lo `test -f 'atf-c/detail/sanity.c' || echo '$(srcdir)/'`atf-c/detail/sanity.c
|
|
|
|
atf-c/detail/libatf_c_la-text.lo: atf-c/detail/text.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/detail/libatf_c_la-text.lo -MD -MP -MF atf-c/detail/$(DEPDIR)/libatf_c_la-text.Tpo -c -o atf-c/detail/libatf_c_la-text.lo `test -f 'atf-c/detail/text.c' || echo '$(srcdir)/'`atf-c/detail/text.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/detail/$(DEPDIR)/libatf_c_la-text.Tpo atf-c/detail/$(DEPDIR)/libatf_c_la-text.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/detail/text.c' object='atf-c/detail/libatf_c_la-text.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/detail/libatf_c_la-text.lo `test -f 'atf-c/detail/text.c' || echo '$(srcdir)/'`atf-c/detail/text.c
|
|
|
|
atf-c/detail/libatf_c_la-tp_main.lo: atf-c/detail/tp_main.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/detail/libatf_c_la-tp_main.lo -MD -MP -MF atf-c/detail/$(DEPDIR)/libatf_c_la-tp_main.Tpo -c -o atf-c/detail/libatf_c_la-tp_main.lo `test -f 'atf-c/detail/tp_main.c' || echo '$(srcdir)/'`atf-c/detail/tp_main.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/detail/$(DEPDIR)/libatf_c_la-tp_main.Tpo atf-c/detail/$(DEPDIR)/libatf_c_la-tp_main.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/detail/tp_main.c' object='atf-c/detail/libatf_c_la-tp_main.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/detail/libatf_c_la-tp_main.lo `test -f 'atf-c/detail/tp_main.c' || echo '$(srcdir)/'`atf-c/detail/tp_main.c
|
|
|
|
atf-c/detail/libatf_c_la-user.lo: atf-c/detail/user.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atf-c/detail/libatf_c_la-user.lo -MD -MP -MF atf-c/detail/$(DEPDIR)/libatf_c_la-user.Tpo -c -o atf-c/detail/libatf_c_la-user.lo `test -f 'atf-c/detail/user.c' || echo '$(srcdir)/'`atf-c/detail/user.c
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) atf-c/detail/$(DEPDIR)/libatf_c_la-user.Tpo atf-c/detail/$(DEPDIR)/libatf_c_la-user.Plo
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atf-c/detail/user.c' object='atf-c/detail/libatf_c_la-user.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libatf_c_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atf-c/detail/libatf_c_la-user.lo `test -f 'atf-c/detail/user.c' || echo '$(srcdir)/'`atf-c/detail/user.c
|
|
|
|
.cpp.o:
|
|
@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
|
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
|
|
|
|
.cpp.obj:
|
|
@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
|
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
|
@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
|
.cpp.lo:
|
|
@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
|
@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
|
|
|
|
atf-c++/detail/atf_c___detail_libtest_helpers_la-test_helpers.lo: atf-c++/detail/test_helpers.cpp
|
|
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(atf_c___detail_libtest_helpers_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT atf-c++/detail/atf_c___detail_libtest_helpers_la-test_helpers.lo -MD -MP -MF atf-c++/detail/$(DEPDIR)/atf_c___detail_libtest_helpers_la-test_helpers.Tpo -c -o atf-c++/detail/atf_c___detail_libtest_helpers_la-test_helpers.lo `test -f 'atf-c++/detail/test_helpers.cpp' || echo '$(srcdir)/'`atf-c++/detail/test_helpers.cpp
|
|
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) atf-c++/detail/$(DEPDIR)/atf_c___detail_libtest_helpers_la-test_helpers.Tpo atf-c++/detail/$(DEPDIR)/atf_c___detail_libtest_helpers_la-test_helpers.Plo
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='atf-c++/detail/test_helpers.cpp' object='atf-c++/detail/atf_c___detail_libtest_helpers_la-test_helpers.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(atf_c___detail_libtest_helpers_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atf-c++/detail/atf_c___detail_libtest_helpers_la-test_helpers.lo `test -f 'atf-c++/detail/test_helpers.cpp' || echo '$(srcdir)/'`atf-c++/detail/test_helpers.cpp
|
|
|
|
atf-sh/atf_sh_atf_check-atf-check.o: atf-sh/atf-check.cpp
|
|
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(atf_sh_atf_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT atf-sh/atf_sh_atf_check-atf-check.o -MD -MP -MF atf-sh/$(DEPDIR)/atf_sh_atf_check-atf-check.Tpo -c -o atf-sh/atf_sh_atf_check-atf-check.o `test -f 'atf-sh/atf-check.cpp' || echo '$(srcdir)/'`atf-sh/atf-check.cpp
|
|
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) atf-sh/$(DEPDIR)/atf_sh_atf_check-atf-check.Tpo atf-sh/$(DEPDIR)/atf_sh_atf_check-atf-check.Po
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='atf-sh/atf-check.cpp' object='atf-sh/atf_sh_atf_check-atf-check.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(atf_sh_atf_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atf-sh/atf_sh_atf_check-atf-check.o `test -f 'atf-sh/atf-check.cpp' || echo '$(srcdir)/'`atf-sh/atf-check.cpp
|
|
|
|
atf-sh/atf_sh_atf_check-atf-check.obj: atf-sh/atf-check.cpp
|
|
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(atf_sh_atf_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT atf-sh/atf_sh_atf_check-atf-check.obj -MD -MP -MF atf-sh/$(DEPDIR)/atf_sh_atf_check-atf-check.Tpo -c -o atf-sh/atf_sh_atf_check-atf-check.obj `if test -f 'atf-sh/atf-check.cpp'; then $(CYGPATH_W) 'atf-sh/atf-check.cpp'; else $(CYGPATH_W) '$(srcdir)/atf-sh/atf-check.cpp'; fi`
|
|
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) atf-sh/$(DEPDIR)/atf_sh_atf_check-atf-check.Tpo atf-sh/$(DEPDIR)/atf_sh_atf_check-atf-check.Po
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='atf-sh/atf-check.cpp' object='atf-sh/atf_sh_atf_check-atf-check.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(atf_sh_atf_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atf-sh/atf_sh_atf_check-atf-check.obj `if test -f 'atf-sh/atf-check.cpp'; then $(CYGPATH_W) 'atf-sh/atf-check.cpp'; else $(CYGPATH_W) '$(srcdir)/atf-sh/atf-check.cpp'; fi`
|
|
|
|
atf-sh/atf_sh_atf_sh-atf-sh.o: atf-sh/atf-sh.cpp
|
|
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(atf_sh_atf_sh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT atf-sh/atf_sh_atf_sh-atf-sh.o -MD -MP -MF atf-sh/$(DEPDIR)/atf_sh_atf_sh-atf-sh.Tpo -c -o atf-sh/atf_sh_atf_sh-atf-sh.o `test -f 'atf-sh/atf-sh.cpp' || echo '$(srcdir)/'`atf-sh/atf-sh.cpp
|
|
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) atf-sh/$(DEPDIR)/atf_sh_atf_sh-atf-sh.Tpo atf-sh/$(DEPDIR)/atf_sh_atf_sh-atf-sh.Po
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='atf-sh/atf-sh.cpp' object='atf-sh/atf_sh_atf_sh-atf-sh.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(atf_sh_atf_sh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atf-sh/atf_sh_atf_sh-atf-sh.o `test -f 'atf-sh/atf-sh.cpp' || echo '$(srcdir)/'`atf-sh/atf-sh.cpp
|
|
|
|
atf-sh/atf_sh_atf_sh-atf-sh.obj: atf-sh/atf-sh.cpp
|
|
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(atf_sh_atf_sh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT atf-sh/atf_sh_atf_sh-atf-sh.obj -MD -MP -MF atf-sh/$(DEPDIR)/atf_sh_atf_sh-atf-sh.Tpo -c -o atf-sh/atf_sh_atf_sh-atf-sh.obj `if test -f 'atf-sh/atf-sh.cpp'; then $(CYGPATH_W) 'atf-sh/atf-sh.cpp'; else $(CYGPATH_W) '$(srcdir)/atf-sh/atf-sh.cpp'; fi`
|
|
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) atf-sh/$(DEPDIR)/atf_sh_atf_sh-atf-sh.Tpo atf-sh/$(DEPDIR)/atf_sh_atf_sh-atf-sh.Po
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='atf-sh/atf-sh.cpp' object='atf-sh/atf_sh_atf_sh-atf-sh.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(atf_sh_atf_sh_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atf-sh/atf_sh_atf_sh-atf-sh.obj `if test -f 'atf-sh/atf-sh.cpp'; then $(CYGPATH_W) 'atf-sh/atf-sh.cpp'; else $(CYGPATH_W) '$(srcdir)/atf-sh/atf-sh.cpp'; fi`
|
|
|
|
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 atf-c++/detail/.libs atf-c++/detail/_libs
|
|
-rm -rf atf-c/detail/.libs atf-c/detail/_libs
|
|
-rm -rf atf-sh/.libs atf-sh/_libs
|
|
-rm -rf bootstrap/.libs bootstrap/_libs
|
|
-rm -rf test-programs/.libs test-programs/_libs
|
|
|
|
distclean-libtool:
|
|
-rm -f libtool config.lt
|
|
install-man1: $(dist_man_MANS) $(man_MANS)
|
|
@$(NORMAL_INSTALL)
|
|
@list1=''; \
|
|
list2='$(dist_man_MANS) $(man_MANS)'; \
|
|
test -n "$(man1dir)" \
|
|
&& test -n "`echo $$list1$$list2`" \
|
|
|| exit 0; \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
|
|
{ for i in $$list1; do echo "$$i"; done; \
|
|
if test -n "$$list2"; then \
|
|
for i in $$list2; do echo "$$i"; done \
|
|
| sed -n '/\.1[a-z]*$$/p'; \
|
|
fi; \
|
|
} | while read p; do \
|
|
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; echo "$$p"; \
|
|
done | \
|
|
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
|
sed 'N;N;s,\n, ,g' | { \
|
|
list=; while read file base inst; do \
|
|
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
|
|
fi; \
|
|
done; \
|
|
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
|
while read files; do \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
|
|
done; }
|
|
|
|
uninstall-man1:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list=''; test -n "$(man1dir)" || exit 0; \
|
|
files=`{ for i in $$list; do echo "$$i"; done; \
|
|
l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
|
sed -n '/\.1[a-z]*$$/p'; \
|
|
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
|
dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
|
|
install-man3: $(dist_man_MANS) $(man_MANS)
|
|
@$(NORMAL_INSTALL)
|
|
@list1=''; \
|
|
list2='$(dist_man_MANS) $(man_MANS)'; \
|
|
test -n "$(man3dir)" \
|
|
&& test -n "`echo $$list1$$list2`" \
|
|
|| exit 0; \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
|
|
{ for i in $$list1; do echo "$$i"; done; \
|
|
if test -n "$$list2"; then \
|
|
for i in $$list2; do echo "$$i"; done \
|
|
| sed -n '/\.3[a-z]*$$/p'; \
|
|
fi; \
|
|
} | while read p; do \
|
|
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; echo "$$p"; \
|
|
done | \
|
|
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
|
sed 'N;N;s,\n, ,g' | { \
|
|
list=; while read file base inst; do \
|
|
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
|
|
fi; \
|
|
done; \
|
|
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
|
while read files; do \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
|
|
done; }
|
|
|
|
uninstall-man3:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list=''; test -n "$(man3dir)" || exit 0; \
|
|
files=`{ for i in $$list; do echo "$$i"; done; \
|
|
l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
|
sed -n '/\.3[a-z]*$$/p'; \
|
|
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
|
dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
|
|
install-man4: $(dist_man_MANS) $(man_MANS)
|
|
@$(NORMAL_INSTALL)
|
|
@list1=''; \
|
|
list2='$(dist_man_MANS) $(man_MANS)'; \
|
|
test -n "$(man4dir)" \
|
|
&& test -n "`echo $$list1$$list2`" \
|
|
|| exit 0; \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(man4dir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(man4dir)" || exit 1; \
|
|
{ for i in $$list1; do echo "$$i"; done; \
|
|
if test -n "$$list2"; then \
|
|
for i in $$list2; do echo "$$i"; done \
|
|
| sed -n '/\.4[a-z]*$$/p'; \
|
|
fi; \
|
|
} | while read p; do \
|
|
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; echo "$$p"; \
|
|
done | \
|
|
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^4][0-9a-z]*$$,4,;x' \
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
|
sed 'N;N;s,\n, ,g' | { \
|
|
list=; while read file base inst; do \
|
|
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man4dir)/$$inst'"; \
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man4dir)/$$inst" || exit $$?; \
|
|
fi; \
|
|
done; \
|
|
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
|
while read files; do \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man4dir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(man4dir)" || exit $$?; }; \
|
|
done; }
|
|
|
|
uninstall-man4:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list=''; test -n "$(man4dir)" || exit 0; \
|
|
files=`{ for i in $$list; do echo "$$i"; done; \
|
|
l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
|
sed -n '/\.4[a-z]*$$/p'; \
|
|
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^4][0-9a-z]*$$,4,;x' \
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
|
dir='$(DESTDIR)$(man4dir)'; $(am__uninstall_files_from_dir)
|
|
install-man7: $(dist_man_MANS) $(man_MANS)
|
|
@$(NORMAL_INSTALL)
|
|
@list1=''; \
|
|
list2='$(dist_man_MANS) $(man_MANS)'; \
|
|
test -n "$(man7dir)" \
|
|
&& test -n "`echo $$list1$$list2`" \
|
|
|| exit 0; \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(man7dir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(man7dir)" || exit 1; \
|
|
{ for i in $$list1; do echo "$$i"; done; \
|
|
if test -n "$$list2"; then \
|
|
for i in $$list2; do echo "$$i"; done \
|
|
| sed -n '/\.7[a-z]*$$/p'; \
|
|
fi; \
|
|
} | while read p; do \
|
|
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; echo "$$p"; \
|
|
done | \
|
|
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
|
sed 'N;N;s,\n, ,g' | { \
|
|
list=; while read file base inst; do \
|
|
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \
|
|
fi; \
|
|
done; \
|
|
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
|
while read files; do \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \
|
|
done; }
|
|
|
|
uninstall-man7:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list=''; test -n "$(man7dir)" || exit 0; \
|
|
files=`{ for i in $$list; do echo "$$i"; done; \
|
|
l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
|
sed -n '/\.7[a-z]*$$/p'; \
|
|
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
|
dir='$(DESTDIR)$(man7dir)'; $(am__uninstall_files_from_dir)
|
|
install-atf_aclocalDATA: $(atf_aclocal_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(atf_aclocal_DATA)'; test -n "$(atf_aclocaldir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(atf_aclocaldir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(atf_aclocaldir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(atf_aclocaldir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(atf_aclocaldir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-atf_aclocalDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_aclocal_DATA)'; test -n "$(atf_aclocaldir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(atf_aclocaldir)'; $(am__uninstall_files_from_dir)
|
|
install-atf_c__dirpkgconfigDATA: $(atf_c__dirpkgconfig_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(atf_c__dirpkgconfig_DATA)'; test -n "$(atf_c__dirpkgconfigdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(atf_c__dirpkgconfigdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(atf_c__dirpkgconfigdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(atf_c__dirpkgconfigdir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(atf_c__dirpkgconfigdir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-atf_c__dirpkgconfigDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_c__dirpkgconfig_DATA)'; test -n "$(atf_c__dirpkgconfigdir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(atf_c__dirpkgconfigdir)'; $(am__uninstall_files_from_dir)
|
|
install-atf_cpkgconfigDATA: $(atf_cpkgconfig_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(atf_cpkgconfig_DATA)'; test -n "$(atf_cpkgconfigdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(atf_cpkgconfigdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(atf_cpkgconfigdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(atf_cpkgconfigdir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(atf_cpkgconfigdir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-atf_cpkgconfigDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_cpkgconfig_DATA)'; test -n "$(atf_cpkgconfigdir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(atf_cpkgconfigdir)'; $(am__uninstall_files_from_dir)
|
|
install-atf_shDATA: $(atf_sh_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(atf_sh_DATA)'; test -n "$(atf_shdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(atf_shdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(atf_shdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(atf_shdir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(atf_shdir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-atf_shDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_sh_DATA)'; test -n "$(atf_shdir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(atf_shdir)'; $(am__uninstall_files_from_dir)
|
|
install-atf_shpkgconfigDATA: $(atf_shpkgconfig_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(atf_shpkgconfig_DATA)'; test -n "$(atf_shpkgconfigdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(atf_shpkgconfigdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(atf_shpkgconfigdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(atf_shpkgconfigdir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(atf_shpkgconfigdir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-atf_shpkgconfigDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_shpkgconfig_DATA)'; test -n "$(atf_shpkgconfigdir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(atf_shpkgconfigdir)'; $(am__uninstall_files_from_dir)
|
|
install-docDATA: $(doc_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-docDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
|
|
install-pkgtestsDATA: $(pkgtests_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(pkgtests_DATA)'; test -n "$(pkgtestsdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(pkgtestsdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(pkgtestsdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgtestsdir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(pkgtestsdir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-pkgtestsDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(pkgtests_DATA)'; test -n "$(pkgtestsdir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(pkgtestsdir)'; $(am__uninstall_files_from_dir)
|
|
install-tests_atf_cDATA: $(tests_atf_c_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_atf_c_DATA)'; test -n "$(tests_atf_cdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_atf_cdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_atf_cdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tests_atf_cdir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(tests_atf_cdir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-tests_atf_cDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_atf_c_DATA)'; test -n "$(tests_atf_cdir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(tests_atf_cdir)'; $(am__uninstall_files_from_dir)
|
|
install-tests_atf_c__DATA: $(tests_atf_c___DATA)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_atf_c___DATA)'; test -n "$(tests_atf_c__dir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_atf_c__dir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_atf_c__dir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tests_atf_c__dir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(tests_atf_c__dir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-tests_atf_c__DATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_atf_c___DATA)'; test -n "$(tests_atf_c__dir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(tests_atf_c__dir)'; $(am__uninstall_files_from_dir)
|
|
install-tests_atf_c___detailDATA: $(tests_atf_c___detail_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_atf_c___detail_DATA)'; test -n "$(tests_atf_c___detaildir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_atf_c___detaildir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_atf_c___detaildir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tests_atf_c___detaildir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(tests_atf_c___detaildir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-tests_atf_c___detailDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_atf_c___detail_DATA)'; test -n "$(tests_atf_c___detaildir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(tests_atf_c___detaildir)'; $(am__uninstall_files_from_dir)
|
|
install-tests_atf_c_detailDATA: $(tests_atf_c_detail_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_atf_c_detail_DATA)'; test -n "$(tests_atf_c_detaildir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_atf_c_detaildir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_atf_c_detaildir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tests_atf_c_detaildir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(tests_atf_c_detaildir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-tests_atf_c_detailDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_atf_c_detail_DATA)'; test -n "$(tests_atf_c_detaildir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(tests_atf_c_detaildir)'; $(am__uninstall_files_from_dir)
|
|
install-tests_atf_shDATA: $(tests_atf_sh_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_atf_sh_DATA)'; test -n "$(tests_atf_shdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_atf_shdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_atf_shdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tests_atf_shdir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(tests_atf_shdir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-tests_atf_shDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_atf_sh_DATA)'; test -n "$(tests_atf_shdir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(tests_atf_shdir)'; $(am__uninstall_files_from_dir)
|
|
install-tests_test_programsDATA: $(tests_test_programs_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(tests_test_programs_DATA)'; test -n "$(tests_test_programsdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(tests_test_programsdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(tests_test_programsdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tests_test_programsdir)'"; \
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(tests_test_programsdir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-tests_test_programsDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tests_test_programs_DATA)'; test -n "$(tests_test_programsdir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(tests_test_programsdir)'; $(am__uninstall_files_from_dir)
|
|
install-atf_cHEADERS: $(atf_c_HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(atf_c_HEADERS)'; test -n "$(atf_cdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(atf_cdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(atf_cdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(atf_cdir)'"; \
|
|
$(INSTALL_HEADER) $$files "$(DESTDIR)$(atf_cdir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-atf_cHEADERS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_c_HEADERS)'; test -n "$(atf_cdir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(atf_cdir)'; $(am__uninstall_files_from_dir)
|
|
install-atf_c__HEADERS: $(atf_c___HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(atf_c___HEADERS)'; test -n "$(atf_c__dir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(atf_c__dir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(atf_c__dir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(atf_c__dir)'"; \
|
|
$(INSTALL_HEADER) $$files "$(DESTDIR)$(atf_c__dir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-atf_c__HEADERS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(atf_c___HEADERS)'; test -n "$(atf_c__dir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(atf_c__dir)'; $(am__uninstall_files_from_dir)
|
|
install-includeHEADERS: $(include_HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
|
|
$(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-includeHEADERS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
|
|
install-nodist_atf_cHEADERS: $(nodist_atf_c_HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(nodist_atf_c_HEADERS)'; test -n "$(atf_cdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(atf_cdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(atf_cdir)" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(atf_cdir)'"; \
|
|
$(INSTALL_HEADER) $$files "$(DESTDIR)$(atf_cdir)" || exit $$?; \
|
|
done
|
|
|
|
uninstall-nodist_atf_cHEADERS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(nodist_atf_c_HEADERS)'; test -n "$(atf_cdir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
dir='$(DESTDIR)$(atf_cdir)'; $(am__uninstall_files_from_dir)
|
|
|
|
ID: $(am__tagged_files)
|
|
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
tags: tags-am
|
|
TAGS: tags
|
|
|
|
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
set x; \
|
|
here=`pwd`; \
|
|
$(am__define_uniq_tagged_files); \
|
|
shift; \
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
if test $$# -gt 0; then \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
"$$@" $$unique; \
|
|
else \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
$$unique; \
|
|
fi; \
|
|
fi
|
|
ctags: ctags-am
|
|
|
|
CTAGS: ctags
|
|
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
$(am__define_uniq_tagged_files); \
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
$$unique
|
|
|
|
GTAGS:
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
&& $(am__cd) $(top_srcdir) \
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
|
cscope: cscope.files
|
|
test ! -s cscope.files \
|
|
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
|
|
clean-cscope:
|
|
-rm -f cscope.files
|
|
cscope.files: clean-cscope cscopelist
|
|
cscopelist: cscopelist-am
|
|
|
|
cscopelist-am: $(am__tagged_files)
|
|
list='$(am__tagged_files)'; \
|
|
case "$(srcdir)" in \
|
|
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
|
*) sdir=$(subdir)/$(srcdir) ;; \
|
|
esac; \
|
|
for i in $$list; do \
|
|
if test -f "$$i"; then \
|
|
echo "$(subdir)/$$i"; \
|
|
else \
|
|
echo "$$sdir/$$i"; \
|
|
fi; \
|
|
done >> $(top_builddir)/cscope.files
|
|
|
|
distclean-tags:
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
|
|
|
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 "$(distdir)/$$file"; then \
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
fi; \
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
fi; \
|
|
cp -fpR $$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
|
|
-test -n "$(am__skip_mode_fix)" \
|
|
|| find "$(distdir)" -type d ! -perm -755 \
|
|
-exec chmod u+rwx,go+rx {} \; -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__post_remove_distdir)
|
|
|
|
dist-bzip2: distdir
|
|
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
|
$(am__post_remove_distdir)
|
|
|
|
dist-lzip: distdir
|
|
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
|
$(am__post_remove_distdir)
|
|
|
|
dist-xz: distdir
|
|
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
|
$(am__post_remove_distdir)
|
|
|
|
dist-tarZ: distdir
|
|
@echo WARNING: "Support for shar distribution archives is" \
|
|
"deprecated." >&2
|
|
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
|
$(am__post_remove_distdir)
|
|
|
|
dist-shar: distdir
|
|
@echo WARNING: "Support for distribution archives compressed with" \
|
|
"legacy program 'compress' is deprecated." >&2
|
|
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
|
$(am__post_remove_distdir)
|
|
|
|
dist-zip: distdir
|
|
-rm -f $(distdir).zip
|
|
zip -rq $(distdir).zip $(distdir)
|
|
$(am__post_remove_distdir)
|
|
|
|
dist dist-all:
|
|
$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
|
|
$(am__post_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) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
|
*.tar.bz2*) \
|
|
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
*.tar.lz*) \
|
|
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
|
*.tar.xz*) \
|
|
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
|
*.tar.Z*) \
|
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
|
*.shar.gz*) \
|
|
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
|
*.zip*) \
|
|
unzip $(distdir).zip ;;\
|
|
esac
|
|
chmod -R a-w $(distdir)
|
|
chmod u+w $(distdir)
|
|
mkdir $(distdir)/_build $(distdir)/_inst
|
|
chmod a-w $(distdir)
|
|
test -d $(distdir)/_build || exit 0; \
|
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
|
&& am__cwd=`pwd` \
|
|
&& $(am__cd) $(distdir)/_build \
|
|
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
|
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
|
$(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 \
|
|
&& cd "$$am__cwd" \
|
|
|| exit 1
|
|
$(am__post_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:
|
|
@test -n '$(distuninstallcheck_dir)' || { \
|
|
echo 'ERROR: trying to run $@ with an empty' \
|
|
'$$(distuninstallcheck_dir)' >&2; \
|
|
exit 1; \
|
|
}; \
|
|
$(am__cd) '$(distuninstallcheck_dir)' || { \
|
|
echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
|
|
exit 1; \
|
|
}; \
|
|
test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|
|
|| { 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_PROGRAMS) $(check_SCRIPTS)
|
|
check: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) check-am
|
|
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
|
|
$(HEADERS) config.h
|
|
install-binPROGRAMS: install-libLTLIBRARIES
|
|
|
|
installdirs:
|
|
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(tests_atf_cdir)" "$(DESTDIR)$(tests_atf_c__dir)" "$(DESTDIR)$(tests_atf_c___detaildir)" "$(DESTDIR)$(tests_atf_c_detaildir)" "$(DESTDIR)$(tests_test_programsdir)" "$(DESTDIR)$(tests_atf_cdir)" "$(DESTDIR)$(tests_atf_c__dir)" "$(DESTDIR)$(tests_atf_shdir)" "$(DESTDIR)$(tests_test_programsdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man4dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(atf_aclocaldir)" "$(DESTDIR)$(atf_c__dirpkgconfigdir)" "$(DESTDIR)$(atf_cpkgconfigdir)" "$(DESTDIR)$(atf_shdir)" "$(DESTDIR)$(atf_shpkgconfigdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgtestsdir)" "$(DESTDIR)$(tests_atf_cdir)" "$(DESTDIR)$(tests_atf_c__dir)" "$(DESTDIR)$(tests_atf_c___detaildir)" "$(DESTDIR)$(tests_atf_c_detaildir)" "$(DESTDIR)$(tests_atf_shdir)" "$(DESTDIR)$(tests_test_programsdir)" "$(DESTDIR)$(atf_cdir)" "$(DESTDIR)$(atf_c__dir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(atf_cdir)"; 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:
|
|
if test -z '$(STRIP)'; then \
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
install; \
|
|
else \
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
|
fi
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
|
|
distclean-generic:
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
-rm -f atf-c++/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f atf-c++/$(am__dirstamp)
|
|
-rm -f atf-c++/detail/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f atf-c++/detail/$(am__dirstamp)
|
|
-rm -f atf-c/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f atf-c/$(am__dirstamp)
|
|
-rm -f atf-c/detail/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f atf-c/detail/$(am__dirstamp)
|
|
-rm -f atf-sh/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f atf-sh/$(am__dirstamp)
|
|
-rm -f bootstrap/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f bootstrap/$(am__dirstamp)
|
|
-rm -f test-programs/$(DEPDIR)/$(am__dirstamp)
|
|
-rm -f test-programs/$(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-binPROGRAMS clean-checkPROGRAMS clean-generic \
|
|
clean-libLTLIBRARIES clean-libexecPROGRAMS clean-libtool \
|
|
clean-noinstLTLIBRARIES clean-tests_atf_cPROGRAMS \
|
|
clean-tests_atf_c__PROGRAMS clean-tests_atf_c___detailPROGRAMS \
|
|
clean-tests_atf_c_detailPROGRAMS \
|
|
clean-tests_test_programsPROGRAMS mostlyclean-am
|
|
|
|
distclean: distclean-am
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
-rm -rf atf-c++/$(DEPDIR) atf-c++/detail/$(DEPDIR) atf-c/$(DEPDIR) atf-c/detail/$(DEPDIR) atf-sh/$(DEPDIR) bootstrap/$(DEPDIR) test-programs/$(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
|
|
|
|
html-am:
|
|
|
|
info: info-am
|
|
|
|
info-am:
|
|
|
|
install-data-am: install-atf_aclocalDATA install-atf_cHEADERS \
|
|
install-atf_c__HEADERS install-atf_c__dirpkgconfigDATA \
|
|
install-atf_cpkgconfigDATA install-atf_shDATA \
|
|
install-atf_shpkgconfigDATA install-docDATA \
|
|
install-includeHEADERS install-man install-nodist_atf_cHEADERS \
|
|
install-pkgtestsDATA install-tests_atf_cDATA \
|
|
install-tests_atf_cPROGRAMS install-tests_atf_cSCRIPTS \
|
|
install-tests_atf_c__DATA install-tests_atf_c__PROGRAMS \
|
|
install-tests_atf_c__SCRIPTS install-tests_atf_c___detailDATA \
|
|
install-tests_atf_c___detailPROGRAMS \
|
|
install-tests_atf_c_detailDATA \
|
|
install-tests_atf_c_detailPROGRAMS install-tests_atf_shDATA \
|
|
install-tests_atf_shSCRIPTS install-tests_test_programsDATA \
|
|
install-tests_test_programsPROGRAMS \
|
|
install-tests_test_programsSCRIPTS
|
|
@$(NORMAL_INSTALL)
|
|
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
|
install-dvi: install-dvi-am
|
|
|
|
install-dvi-am:
|
|
|
|
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES \
|
|
install-libexecPROGRAMS
|
|
|
|
install-html: install-html-am
|
|
|
|
install-html-am:
|
|
|
|
install-info: install-info-am
|
|
|
|
install-info-am:
|
|
|
|
install-man: install-man1 install-man3 install-man4 install-man7
|
|
|
|
install-pdf: install-pdf-am
|
|
|
|
install-pdf-am:
|
|
|
|
install-ps: install-ps-am
|
|
|
|
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++/detail/$(DEPDIR) atf-c/$(DEPDIR) atf-c/detail/$(DEPDIR) atf-sh/$(DEPDIR) bootstrap/$(DEPDIR) test-programs/$(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_aclocalDATA uninstall-atf_cHEADERS \
|
|
uninstall-atf_c__HEADERS uninstall-atf_c__dirpkgconfigDATA \
|
|
uninstall-atf_cpkgconfigDATA uninstall-atf_shDATA \
|
|
uninstall-atf_shpkgconfigDATA uninstall-binPROGRAMS \
|
|
uninstall-docDATA uninstall-includeHEADERS \
|
|
uninstall-libLTLIBRARIES uninstall-libexecPROGRAMS \
|
|
uninstall-man uninstall-nodist_atf_cHEADERS \
|
|
uninstall-pkgtestsDATA uninstall-tests_atf_cDATA \
|
|
uninstall-tests_atf_cPROGRAMS uninstall-tests_atf_cSCRIPTS \
|
|
uninstall-tests_atf_c__DATA uninstall-tests_atf_c__PROGRAMS \
|
|
uninstall-tests_atf_c__SCRIPTS \
|
|
uninstall-tests_atf_c___detailDATA \
|
|
uninstall-tests_atf_c___detailPROGRAMS \
|
|
uninstall-tests_atf_c_detailDATA \
|
|
uninstall-tests_atf_c_detailPROGRAMS \
|
|
uninstall-tests_atf_shDATA uninstall-tests_atf_shSCRIPTS \
|
|
uninstall-tests_test_programsDATA \
|
|
uninstall-tests_test_programsPROGRAMS \
|
|
uninstall-tests_test_programsSCRIPTS
|
|
|
|
uninstall-man: uninstall-man1 uninstall-man3 uninstall-man4 \
|
|
uninstall-man7
|
|
|
|
.MAKE: all check check-am install install-am install-data-am \
|
|
install-strip
|
|
|
|
.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
|
|
clean-binPROGRAMS clean-checkPROGRAMS clean-cscope \
|
|
clean-generic clean-libLTLIBRARIES clean-libexecPROGRAMS \
|
|
clean-libtool clean-noinstLTLIBRARIES \
|
|
clean-tests_atf_cPROGRAMS clean-tests_atf_c__PROGRAMS \
|
|
clean-tests_atf_c___detailPROGRAMS \
|
|
clean-tests_atf_c_detailPROGRAMS \
|
|
clean-tests_test_programsPROGRAMS cscope cscopelist-am ctags \
|
|
ctags-am dist dist-all dist-bzip2 dist-gzip dist-hook \
|
|
dist-lzip dist-shar dist-tarZ dist-xz 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_aclocalDATA install-atf_cHEADERS \
|
|
install-atf_c__HEADERS install-atf_c__dirpkgconfigDATA \
|
|
install-atf_cpkgconfigDATA install-atf_shDATA \
|
|
install-atf_shpkgconfigDATA install-binPROGRAMS install-data \
|
|
install-data-am install-data-hook install-docDATA install-dvi \
|
|
install-dvi-am install-exec install-exec-am 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-man7 install-nodist_atf_cHEADERS install-pdf \
|
|
install-pdf-am install-pkgtestsDATA install-ps install-ps-am \
|
|
install-strip install-tests_atf_cDATA \
|
|
install-tests_atf_cPROGRAMS install-tests_atf_cSCRIPTS \
|
|
install-tests_atf_c__DATA install-tests_atf_c__PROGRAMS \
|
|
install-tests_atf_c__SCRIPTS install-tests_atf_c___detailDATA \
|
|
install-tests_atf_c___detailPROGRAMS \
|
|
install-tests_atf_c_detailDATA \
|
|
install-tests_atf_c_detailPROGRAMS install-tests_atf_shDATA \
|
|
install-tests_atf_shSCRIPTS install-tests_test_programsDATA \
|
|
install-tests_test_programsPROGRAMS \
|
|
install-tests_test_programsSCRIPTS 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 tags-am uninstall uninstall-am \
|
|
uninstall-atf_aclocalDATA uninstall-atf_cHEADERS \
|
|
uninstall-atf_c__HEADERS uninstall-atf_c__dirpkgconfigDATA \
|
|
uninstall-atf_cpkgconfigDATA uninstall-atf_shDATA \
|
|
uninstall-atf_shpkgconfigDATA uninstall-binPROGRAMS \
|
|
uninstall-docDATA uninstall-includeHEADERS \
|
|
uninstall-libLTLIBRARIES uninstall-libexecPROGRAMS \
|
|
uninstall-man uninstall-man1 uninstall-man3 uninstall-man4 \
|
|
uninstall-man7 uninstall-nodist_atf_cHEADERS \
|
|
uninstall-pkgtestsDATA uninstall-tests_atf_cDATA \
|
|
uninstall-tests_atf_cPROGRAMS uninstall-tests_atf_cSCRIPTS \
|
|
uninstall-tests_atf_c__DATA uninstall-tests_atf_c__PROGRAMS \
|
|
uninstall-tests_atf_c__SCRIPTS \
|
|
uninstall-tests_atf_c___detailDATA \
|
|
uninstall-tests_atf_c___detailPROGRAMS \
|
|
uninstall-tests_atf_c_detailDATA \
|
|
uninstall-tests_atf_c_detailPROGRAMS \
|
|
uninstall-tests_atf_shDATA uninstall-tests_atf_shSCRIPTS \
|
|
uninstall-tests_test_programsDATA \
|
|
uninstall-tests_test_programsPROGRAMS \
|
|
uninstall-tests_test_programsSCRIPTS
|
|
|
|
|
|
dist-hook: check-style
|
|
check-style:
|
|
$(srcdir)/admin/check-style.sh
|
|
|
|
# vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8
|
|
atf-c/atf-c.pc: $(srcdir)/atf-c/atf-c.pc.in Makefile
|
|
$(AM_V_GEN)test -d atf-c || mkdir -p atf-c; \
|
|
sed -e 's#__ATF_VERSION__#$(PACKAGE_VERSION)#g' \
|
|
-e 's#__CC__#$(CC)#g' \
|
|
-e 's#__INCLUDEDIR__#$(includedir)#g' \
|
|
-e 's#__LIBDIR__#$(libdir)#g' \
|
|
<$(srcdir)/atf-c/atf-c.pc.in >atf-c/atf-c.pc.tmp; \
|
|
mv atf-c/atf-c.pc.tmp atf-c/atf-c.pc
|
|
atf-c/pkg_config_test: $(srcdir)/atf-c/pkg_config_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/atf-c/pkg_config_test.sh"; \
|
|
dst="atf-c/pkg_config_test"; $(BUILD_SH_TP)
|
|
|
|
# vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8
|
|
|
|
# vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8
|
|
atf-c++/atf-c++.pc: $(srcdir)/atf-c++/atf-c++.pc.in Makefile
|
|
$(AM_V_GEN)test -d atf-c++ || mkdir -p atf-c++; \
|
|
sed -e 's#__ATF_VERSION__#$(PACKAGE_VERSION)#g' \
|
|
-e 's#__CXX__#$(CXX)#g' \
|
|
-e 's#__INCLUDEDIR__#$(includedir)#g' \
|
|
-e 's#__LIBDIR__#$(libdir)#g' \
|
|
<$(srcdir)/atf-c++/atf-c++.pc.in >atf-c++/atf-c++.pc.tmp; \
|
|
mv atf-c++/atf-c++.pc.tmp atf-c++/atf-c++.pc
|
|
atf-c++/pkg_config_test: $(srcdir)/atf-c++/pkg_config_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/atf-c++/pkg_config_test.sh"; \
|
|
dst="atf-c++/pkg_config_test"; $(BUILD_SH_TP)
|
|
|
|
# vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8
|
|
|
|
# vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8
|
|
atf-sh/atf-sh.pc: $(srcdir)/atf-sh/atf-sh.pc.in Makefile
|
|
$(AM_V_GEN)test -d atf-sh || mkdir -p atf-sh; \
|
|
sed -e 's#__ATF_VERSION__#$(PACKAGE_VERSION)#g' \
|
|
-e 's#__EXEC_PREFIX__#$(exec_prefix)#g' \
|
|
<$(srcdir)/atf-sh/atf-sh.pc.in >atf-sh/atf-sh.pc.tmp; \
|
|
mv atf-sh/atf-sh.pc.tmp atf-sh/atf-sh.pc
|
|
atf-sh/misc_helpers: $(srcdir)/atf-sh/misc_helpers.sh
|
|
$(AM_V_GEN)src="$(srcdir)/atf-sh/misc_helpers.sh"; \
|
|
dst="atf-sh/misc_helpers"; $(BUILD_SH_TP)
|
|
atf-sh/atf_check_test: $(srcdir)/atf-sh/atf_check_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/atf-sh/atf_check_test.sh"; \
|
|
dst="atf-sh/atf_check_test"; $(BUILD_SH_TP)
|
|
atf-sh/atf-check_test: $(srcdir)/atf-sh/atf-check_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/atf-sh/atf-check_test.sh"; \
|
|
dst="atf-sh/atf-check_test"; $(BUILD_SH_TP)
|
|
atf-sh/config_test: $(srcdir)/atf-sh/config_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/atf-sh/config_test.sh"; \
|
|
dst="atf-sh/config_test"; $(BUILD_SH_TP)
|
|
atf-sh/integration_test: $(srcdir)/atf-sh/integration_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/atf-sh/integration_test.sh"; \
|
|
dst="atf-sh/integration_test"; \
|
|
substs="s,__ATF_SH__,$(exec_prefix)/bin/atf-sh,g"; $(BUILD_SH_TP)
|
|
atf-sh/normalize_test: $(srcdir)/atf-sh/normalize_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/atf-sh/normalize_test.sh"; \
|
|
dst="atf-sh/normalize_test"; $(BUILD_SH_TP)
|
|
atf-sh/tc_test: $(srcdir)/atf-sh/tc_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/atf-sh/tc_test.sh"; \
|
|
dst="atf-sh/tc_test"; $(BUILD_SH_TP)
|
|
atf-sh/tp_test: $(srcdir)/atf-sh/tp_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/atf-sh/tp_test.sh"; \
|
|
dst="atf-sh/tp_test"; $(BUILD_SH_TP)
|
|
|
|
# vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8
|
|
bootstrap/h_tp_basic_sh: $(srcdir)/bootstrap/h_tp_basic_sh.sh
|
|
$(AM_V_GEN)src=$(srcdir)/bootstrap/h_tp_basic_sh.sh; dst=$@; $(BUILD_SH_TP)
|
|
bootstrap/h_tp_atf_check_sh: \
|
|
$(srcdir)/bootstrap/h_tp_atf_check_sh.sh
|
|
$(AM_V_GEN)src=$(srcdir)/bootstrap/h_tp_atf_check_sh.sh; dst=$@; $(BUILD_SH_TP)
|
|
bootstrap/h_tp_fail: $(srcdir)/bootstrap/h_tp_fail.sh
|
|
$(AM_V_GEN)src=$(srcdir)/bootstrap/h_tp_fail.sh; dst=$@; $(BUILD_SH_TP)
|
|
bootstrap/h_tp_pass: $(srcdir)/bootstrap/h_tp_pass.sh
|
|
$(AM_V_GEN)src=$(srcdir)/bootstrap/h_tp_pass.sh; dst=$@; $(BUILD_SH_TP)
|
|
|
|
distclean-local:
|
|
-rm -rf testsuite.dir
|
|
|
|
@target_srcdir@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)/bootstrap/package.m4
|
|
|
|
@target_srcdir@bootstrap/testsuite: $(srcdir)/bootstrap/testsuite.at \
|
|
$(testsuite_incs) \
|
|
@target_srcdir@bootstrap/package.m4
|
|
autom4te --language=Autotest -I $(srcdir) \
|
|
-I $(srcdir)/bootstrap \
|
|
$(srcdir)/bootstrap/testsuite.at -o $@.tmp
|
|
mv $@.tmp $@
|
|
installcheck-bootstrap: @target_srcdir@bootstrap/testsuite check
|
|
$(TESTS_ENVIRONMENT) $(srcdir)/bootstrap/testsuite
|
|
|
|
# vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8
|
|
|
|
doc/atf.7: $(srcdir)/doc/atf.7.in
|
|
$(AM_V_GEN)test -d doc || mkdir -p doc; \
|
|
sed -e 's#__DOCDIR__#$(docdir)#g' \
|
|
-e 's#__TESTSDIR__#$(testsdir)#g' \
|
|
<$(srcdir)/doc/atf.7.in >doc/atf.7.tmp; \
|
|
mv doc/atf.7.tmp doc/atf.7
|
|
|
|
# vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8
|
|
test-programs/sh_helpers: $(srcdir)/test-programs/sh_helpers.sh
|
|
$(AM_V_GEN)src="$(srcdir)/test-programs/sh_helpers.sh $(common_sh)"; \
|
|
dst="test-programs/sh_helpers"; $(BUILD_SH_TP)
|
|
test-programs/config_test: $(srcdir)/test-programs/config_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/test-programs/config_test.sh $(common_sh)"; \
|
|
dst="test-programs/config_test"; $(BUILD_SH_TP)
|
|
test-programs/expect_test: $(srcdir)/test-programs/expect_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/test-programs/expect_test.sh $(common_sh)"; \
|
|
dst="test-programs/expect_test"; $(BUILD_SH_TP)
|
|
test-programs/meta_data_test: $(srcdir)/test-programs/meta_data_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/test-programs/meta_data_test.sh $(common_sh)"; \
|
|
dst="test-programs/meta_data_test"; $(BUILD_SH_TP)
|
|
test-programs/result_test: $(srcdir)/test-programs/result_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/test-programs/result_test.sh $(common_sh)"; \
|
|
dst="test-programs/result_test"; $(BUILD_SH_TP)
|
|
test-programs/srcdir_test: $(srcdir)/test-programs/srcdir_test.sh
|
|
$(AM_V_GEN)src="$(srcdir)/test-programs/srcdir_test.sh $(common_sh)"; \
|
|
dst="test-programs/srcdir_test"; $(BUILD_SH_TP)
|
|
|
|
# vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8
|
|
@HAVE_KYUA_TRUE@installcheck-kyua:
|
|
@HAVE_KYUA_TRUE@ cd $(pkgtestsdir) && $(TESTS_ENVIRONMENT) \
|
|
@HAVE_KYUA_TRUE@ $(KYUA) --config='$(KYUA_TEST_CONFIG_FILE)' test
|
|
|
|
installcheck-local: $(INSTALLCHECK_TARGETS)
|
|
clean-all:
|
|
GIT="$(GIT)" $(SH) $(srcdir)/admin/clean-all.sh
|
|
|
|
.PHONY: $(PHONY_TARGETS)
|
|
|
|
# TODO(jmmv): Remove after atf 0.22.
|
|
install-data-hook:
|
|
cd $(DESTDIR)$(man3dir) && \
|
|
for binding in c c++ sh; do \
|
|
rm -f "atf-$${binding}-api.3"; \
|
|
$(LN_S) "atf-$${binding}.3" "atf-$${binding}-api.3"; \
|
|
done
|
|
|
|
# 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:
|