Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / atf / dist / Makefile.in
blob38a2f17263c921c0dbe12c519f66c1eb44e4cf30
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
19 # DO NOT EDIT! DO NOT EDIT! DO NOT EDIT! DO NOT EDIT! DO NOT EDIT!
21 # This file is automatically generated by admin/generate-makefile.sh.
22 # Edit its source version, Makefile.am.m4, instead or your changes will
23 # be lost.
25 # DO NOT EDIT! DO NOT EDIT! DO NOT EDIT! DO NOT EDIT! DO NOT EDIT!
29 # Automated Testing Framework (atf)
31 # Copyright (c) 2007, 2008, 2009 The NetBSD Foundation, Inc.
32 # All rights reserved.
34 # Redistribution and use in source and binary forms, with or without
35 # modification, are permitted provided that the following conditions
36 # are met:
37 # 1. Redistributions of source code must retain the above copyright
38 # notice, this list of conditions and the following disclaimer.
39 # 2. Redistributions in binary form must reproduce the above copyright
40 # notice, this list of conditions and the following disclaimer in the
41 # documentation and/or other materials provided with the distribution.
43 # THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
44 # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
45 # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
46 # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
47 # IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
48 # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
49 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
50 # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
51 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
52 # IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
53 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
54 # IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
57 # -------------------------------------------------------------------------
58 # Generic macros.
59 # -------------------------------------------------------------------------
61 # AUTOMAKE_ID filename
63 # Converts a filename to an Automake identifier, i.e. a string that can be
64 # used as part of a variable name.
66 # DO_ONCE id what
68 # Do 'what' only once, even if called multiple times. Uses 'id' to identify
69 # this specific 'what'.
71 # INIT_VAR var
73 # Initializes a variable to the empty string the first time it is called.
79 VPATH = @srcdir@
80 pkgdatadir = $(datadir)/@PACKAGE@
81 pkgincludedir = $(includedir)/@PACKAGE@
82 pkglibdir = $(libdir)/@PACKAGE@
83 pkglibexecdir = $(libexecdir)/@PACKAGE@
84 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85 install_sh_DATA = $(install_sh) -c -m 644
86 install_sh_PROGRAM = $(install_sh) -c
87 install_sh_SCRIPT = $(install_sh) -c
88 INSTALL_HEADER = $(INSTALL_DATA)
89 transform = $(program_transform_name)
90 NORMAL_INSTALL = :
91 PRE_INSTALL = :
92 POST_INSTALL = :
93 NORMAL_UNINSTALL = :
94 PRE_UNINSTALL = :
95 POST_UNINSTALL = :
96 build_triplet = @build@
97 host_triplet = @host@
98 target_triplet = @target@
99 check_PROGRAMS = tests/bootstrap/h_app_empty$(EXEEXT) \
100 tests/bootstrap/h_app_opts_args$(EXEEXT) \
101 tests/bootstrap/h_tp_basic_c$(EXEEXT) \
102 tests/bootstrap/h_tp_basic_cpp$(EXEEXT)
103 atf_atf_c_PROGRAMS = tests/atf/atf-c/t_atf_c$(EXEEXT) \
104 tests/atf/atf-c/t_build$(EXEEXT) \
105 tests/atf/atf-c/t_check$(EXEEXT) \
106 tests/atf/atf-c/t_config$(EXEEXT) \
107 tests/atf/atf-c/t_dynstr$(EXEEXT) \
108 tests/atf/atf-c/t_env$(EXEEXT) \
109 tests/atf/atf-c/t_error$(EXEEXT) \
110 tests/atf/atf-c/t_expand$(EXEEXT) \
111 tests/atf/atf-c/t_fs$(EXEEXT) tests/atf/atf-c/t_h_lib$(EXEEXT) \
112 tests/atf/atf-c/t_io$(EXEEXT) tests/atf/atf-c/t_list$(EXEEXT) \
113 tests/atf/atf-c/t_macros$(EXEEXT) \
114 tests/atf/atf-c/t_map$(EXEEXT) \
115 tests/atf/atf-c/t_process$(EXEEXT) \
116 tests/atf/atf-c/t_signals$(EXEEXT) \
117 tests/atf/atf-c/t_tc$(EXEEXT) tests/atf/atf-c/t_tcr$(EXEEXT) \
118 tests/atf/atf-c/t_sanity$(EXEEXT) \
119 tests/atf/atf-c/t_text$(EXEEXT) tests/atf/atf-c/t_ui$(EXEEXT) \
120 tests/atf/atf-c/t_user$(EXEEXT) \
121 tests/atf/atf-c/h_processes$(EXEEXT)
122 atf_atf_c___PROGRAMS = tests/atf/atf-c++/t_atf_c++$(EXEEXT) \
123 tests/atf/atf-c++/t_application$(EXEEXT) \
124 tests/atf/atf-c++/t_atffile$(EXEEXT) \
125 tests/atf/atf-c++/t_build$(EXEEXT) \
126 tests/atf/atf-c++/t_check$(EXEEXT) \
127 tests/atf/atf-c++/t_config$(EXEEXT) \
128 tests/atf/atf-c++/t_env$(EXEEXT) \
129 tests/atf/atf-c++/t_exceptions$(EXEEXT) \
130 tests/atf/atf-c++/t_expand$(EXEEXT) \
131 tests/atf/atf-c++/t_formats$(EXEEXT) \
132 tests/atf/atf-c++/t_fs$(EXEEXT) \
133 tests/atf/atf-c++/t_io$(EXEEXT) \
134 tests/atf/atf-c++/t_macros$(EXEEXT) \
135 tests/atf/atf-c++/t_parser$(EXEEXT) \
136 tests/atf/atf-c++/t_process$(EXEEXT) \
137 tests/atf/atf-c++/t_sanity$(EXEEXT) \
138 tests/atf/atf-c++/t_signals$(EXEEXT) \
139 tests/atf/atf-c++/t_tests$(EXEEXT) \
140 tests/atf/atf-c++/t_text$(EXEEXT) \
141 tests/atf/atf-c++/t_ui$(EXEEXT) \
142 tests/atf/atf-c++/t_user$(EXEEXT) \
143 tests/atf/atf-c++/t_utils$(EXEEXT)
144 atf_formats_PROGRAMS = tests/atf/formats/h_parser$(EXEEXT) \
145 tests/atf/formats/t_writers$(EXEEXT)
146 atf_test_programs_PROGRAMS = tests/atf/test_programs/h_c$(EXEEXT) \
147 tests/atf/test_programs/h_cpp$(EXEEXT)
148 atf_tools_PROGRAMS = tests/atf/tools/h_fail$(EXEEXT) \
149 tests/atf/tools/h_misc$(EXEEXT) \
150 tests/atf/tools/h_mode$(EXEEXT) \
151 tests/atf/tools/h_pass$(EXEEXT)
152 bin_PROGRAMS = tools/atf-check$(EXEEXT) tools/atf-config$(EXEEXT) \
153 tools/atf-compile$(EXEEXT) tools/atf-report$(EXEEXT) \
154 tools/atf-run$(EXEEXT) tools/atf-version$(EXEEXT)
155 libexec_PROGRAMS = tools/atf-cleanup$(EXEEXT) tools/atf-exec$(EXEEXT) \
156 tools/atf-format$(EXEEXT)
157 subdir = .
158 DIST_COMMON = README $(am__configure_deps) $(atf_c_HEADERS) \
159 $(atf_c___HEADERS) $(dist_man_MANS) $(include_HEADERS) \
160 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
161 $(srcdir)/bconfig.h.in $(top_srcdir)/atf-c/defs.h.in \
162 $(top_srcdir)/configure AUTHORS COPYING INSTALL NEWS \
163 admin/compile admin/config.guess admin/config.sub \
164 admin/depcomp admin/install-sh admin/ltmain.sh admin/missing
165 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
166 am__aclocal_m4_deps = $(top_srcdir)/m4/compiler-flags.m4 \
167 $(top_srcdir)/m4/cxx-std-funcs.m4 \
168 $(top_srcdir)/m4/developer-mode.m4 \
169 $(top_srcdir)/m4/doc-build.m4 $(top_srcdir)/m4/libtool.m4 \
170 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
171 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
172 $(top_srcdir)/m4/module-application.m4 \
173 $(top_srcdir)/m4/module-defs.m4 $(top_srcdir)/m4/module-env.m4 \
174 $(top_srcdir)/m4/module-fs.m4 \
175 $(top_srcdir)/m4/module-sanity.m4 \
176 $(top_srcdir)/m4/module-signals.m4 \
177 $(top_srcdir)/m4/runtime-tool.m4 $(top_srcdir)/configure.ac
178 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
179 $(ACLOCAL_M4)
180 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
181 configure.lineno config.status.lineno
182 mkinstalldirs = $(install_sh) -d
183 CONFIG_HEADER = bconfig.h
184 CONFIG_CLEAN_FILES = atf-c/defs.h
185 CONFIG_CLEAN_VPATH_FILES =
186 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
187 am__vpath_adj = case $$p in \
188 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
189 *) f=$$p;; \
190 esac;
191 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
192 am__install_max = 40
193 am__nobase_strip_setup = \
194 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
195 am__nobase_strip = \
196 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
197 am__nobase_list = $(am__nobase_strip_setup); \
198 for p in $$list; do echo "$$p $$p"; done | \
199 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
200 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
201 if (++n[$$2] == $(am__install_max)) \
202 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
203 END { for (dir in files) print dir, files[dir] }'
204 am__base_list = \
205 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
206 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
207 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(atf_atf_cdir)" \
208 "$(DESTDIR)$(atf_atf_c__dir)" "$(DESTDIR)$(atf_formatsdir)" \
209 "$(DESTDIR)$(atf_test_programsdir)" \
210 "$(DESTDIR)$(atf_toolsdir)" "$(DESTDIR)$(bindir)" \
211 "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(atf_atf_shdir)" \
212 "$(DESTDIR)$(atf_datadir)" "$(DESTDIR)$(atf_formatsdir)" \
213 "$(DESTDIR)$(atf_test_programsdir)" \
214 "$(DESTDIR)$(atf_toolsdir)" "$(DESTDIR)$(man1dir)" \
215 "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man4dir)" \
216 "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man7dir)" \
217 "$(DESTDIR)$(atf_atf_cdir)" "$(DESTDIR)$(atf_atf_c__dir)" \
218 "$(DESTDIR)$(atf_atf_shdir)" "$(DESTDIR)$(atf_datadir)" \
219 "$(DESTDIR)$(atf_formatsdir)" "$(DESTDIR)$(atf_shdir)" \
220 "$(DESTDIR)$(atf_test_programsdir)" \
221 "$(DESTDIR)$(atf_toolsdir)" "$(DESTDIR)$(cssdir)" \
222 "$(DESTDIR)$(docdir)" "$(DESTDIR)$(dtddir)" \
223 "$(DESTDIR)$(egdir)" "$(DESTDIR)$(hooksdir)" \
224 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgtestsdir)" \
225 "$(DESTDIR)$(xsldir)" "$(DESTDIR)$(atf_cdir)" \
226 "$(DESTDIR)$(atf_c__dir)" "$(DESTDIR)$(includedir)"
227 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
228 libatf_c___la_DEPENDENCIES = libatf-c.la
229 am__dirstamp = $(am__leading_dot)dirstamp
230 am_libatf_c___la_OBJECTS = atf-c++/application.lo atf-c++/atffile.lo \
231 atf-c++/build.lo atf-c++/check.lo atf-c++/config.lo \
232 atf-c++/env.lo atf-c++/exceptions.lo atf-c++/expand.lo \
233 atf-c++/formats.lo atf-c++/fs.lo atf-c++/io.lo \
234 atf-c++/parser.lo atf-c++/process.lo atf-c++/signals.lo \
235 atf-c++/tests.lo atf-c++/text.lo atf-c++/ui.lo atf-c++/user.lo
236 libatf_c___la_OBJECTS = $(am_libatf_c___la_OBJECTS)
237 libatf_c_la_LIBADD =
238 am_libatf_c_la_OBJECTS = atf-c/build.lo atf-c/check.lo atf-c/config.lo \
239 atf-c/dynstr.lo atf-c/env.lo atf-c/error.lo atf-c/expand.lo \
240 atf-c/fs.lo atf-c/io.lo atf-c/list.lo atf-c/map.lo \
241 atf-c/object.lo atf-c/process.lo atf-c/sanity.lo \
242 atf-c/signals.lo atf-c/text.lo atf-c/ui.lo atf-c/user.lo \
243 atf-c/tc.lo atf-c/tcr.lo atf-c/tp.lo atf-c/tp_main.lo
244 nodist_libatf_c_la_OBJECTS =
245 libatf_c_la_OBJECTS = $(am_libatf_c_la_OBJECTS) \
246 $(nodist_libatf_c_la_OBJECTS)
247 tests_atf_atf_c___libh_la_LIBADD =
248 am_tests_atf_atf_c___libh_la_OBJECTS = tests/atf/atf-c++/h_lib.lo
249 tests_atf_atf_c___libh_la_OBJECTS = \
250 $(am_tests_atf_atf_c___libh_la_OBJECTS)
251 tests_atf_atf_c_libh_la_LIBADD =
252 am_tests_atf_atf_c_libh_la_OBJECTS = tests/atf/atf-c/h_lib.lo
253 tests_atf_atf_c_libh_la_OBJECTS = \
254 $(am_tests_atf_atf_c_libh_la_OBJECTS)
255 PROGRAMS = $(atf_atf_c_PROGRAMS) $(atf_atf_c___PROGRAMS) \
256 $(atf_formats_PROGRAMS) $(atf_test_programs_PROGRAMS) \
257 $(atf_tools_PROGRAMS) $(bin_PROGRAMS) $(libexec_PROGRAMS)
258 am_tests_atf_atf_c___t_application_OBJECTS = \
259 tests/atf/atf-c++/t_application.$(OBJEXT)
260 tests_atf_atf_c___t_application_OBJECTS = \
261 $(am_tests_atf_atf_c___t_application_OBJECTS)
262 tests_atf_atf_c___t_application_DEPENDENCIES = \
263 tests/atf/atf-c++/libh.la libatf-c++.la
264 am_tests_atf_atf_c___t_atf_c___OBJECTS = \
265 tests/atf/atf-c++/t_atf_c++.$(OBJEXT)
266 tests_atf_atf_c___t_atf_c___OBJECTS = \
267 $(am_tests_atf_atf_c___t_atf_c___OBJECTS)
268 tests_atf_atf_c___t_atf_c___DEPENDENCIES = tests/atf/atf-c++/libh.la \
269 libatf-c++.la
270 am_tests_atf_atf_c___t_atffile_OBJECTS = \
271 tests/atf/atf-c++/t_atffile.$(OBJEXT)
272 tests_atf_atf_c___t_atffile_OBJECTS = \
273 $(am_tests_atf_atf_c___t_atffile_OBJECTS)
274 tests_atf_atf_c___t_atffile_DEPENDENCIES = tests/atf/atf-c++/libh.la \
275 libatf-c++.la
276 am_tests_atf_atf_c___t_build_OBJECTS = \
277 tests/atf/atf-c++/t_build.$(OBJEXT)
278 tests_atf_atf_c___t_build_OBJECTS = \
279 $(am_tests_atf_atf_c___t_build_OBJECTS)
280 tests_atf_atf_c___t_build_DEPENDENCIES = tests/atf/atf-c++/libh.la \
281 libatf-c++.la
282 am_tests_atf_atf_c___t_check_OBJECTS = \
283 tests/atf/atf-c++/t_check.$(OBJEXT)
284 tests_atf_atf_c___t_check_OBJECTS = \
285 $(am_tests_atf_atf_c___t_check_OBJECTS)
286 tests_atf_atf_c___t_check_DEPENDENCIES = tests/atf/atf-c++/libh.la \
287 libatf-c++.la
288 am_tests_atf_atf_c___t_config_OBJECTS = \
289 tests/atf/atf-c++/t_config.$(OBJEXT)
290 tests_atf_atf_c___t_config_OBJECTS = \
291 $(am_tests_atf_atf_c___t_config_OBJECTS)
292 tests_atf_atf_c___t_config_DEPENDENCIES = tests/atf/atf-c++/libh.la \
293 libatf-c++.la
294 am_tests_atf_atf_c___t_env_OBJECTS = \
295 tests/atf/atf-c++/t_env.$(OBJEXT)
296 tests_atf_atf_c___t_env_OBJECTS = \
297 $(am_tests_atf_atf_c___t_env_OBJECTS)
298 tests_atf_atf_c___t_env_DEPENDENCIES = tests/atf/atf-c++/libh.la \
299 libatf-c++.la
300 am_tests_atf_atf_c___t_exceptions_OBJECTS = \
301 tests/atf/atf-c++/t_exceptions.$(OBJEXT)
302 tests_atf_atf_c___t_exceptions_OBJECTS = \
303 $(am_tests_atf_atf_c___t_exceptions_OBJECTS)
304 tests_atf_atf_c___t_exceptions_DEPENDENCIES = \
305 tests/atf/atf-c++/libh.la libatf-c++.la
306 am_tests_atf_atf_c___t_expand_OBJECTS = \
307 tests/atf/atf-c++/t_expand.$(OBJEXT)
308 tests_atf_atf_c___t_expand_OBJECTS = \
309 $(am_tests_atf_atf_c___t_expand_OBJECTS)
310 tests_atf_atf_c___t_expand_DEPENDENCIES = tests/atf/atf-c++/libh.la \
311 libatf-c++.la
312 am_tests_atf_atf_c___t_formats_OBJECTS = \
313 tests/atf/atf-c++/t_formats.$(OBJEXT)
314 tests_atf_atf_c___t_formats_OBJECTS = \
315 $(am_tests_atf_atf_c___t_formats_OBJECTS)
316 tests_atf_atf_c___t_formats_DEPENDENCIES = tests/atf/atf-c++/libh.la \
317 libatf-c++.la
318 am_tests_atf_atf_c___t_fs_OBJECTS = tests/atf/atf-c++/t_fs.$(OBJEXT)
319 tests_atf_atf_c___t_fs_OBJECTS = $(am_tests_atf_atf_c___t_fs_OBJECTS)
320 tests_atf_atf_c___t_fs_DEPENDENCIES = tests/atf/atf-c++/libh.la \
321 libatf-c++.la
322 am_tests_atf_atf_c___t_io_OBJECTS = tests/atf/atf-c++/t_io.$(OBJEXT)
323 tests_atf_atf_c___t_io_OBJECTS = $(am_tests_atf_atf_c___t_io_OBJECTS)
324 tests_atf_atf_c___t_io_DEPENDENCIES = tests/atf/atf-c++/libh.la \
325 libatf-c++.la
326 am_tests_atf_atf_c___t_macros_OBJECTS = \
327 tests/atf/atf-c++/t_macros.$(OBJEXT)
328 tests_atf_atf_c___t_macros_OBJECTS = \
329 $(am_tests_atf_atf_c___t_macros_OBJECTS)
330 tests_atf_atf_c___t_macros_DEPENDENCIES = tests/atf/atf-c++/libh.la \
331 libatf-c++.la
332 am_tests_atf_atf_c___t_parser_OBJECTS = \
333 tests/atf/atf-c++/t_parser.$(OBJEXT)
334 tests_atf_atf_c___t_parser_OBJECTS = \
335 $(am_tests_atf_atf_c___t_parser_OBJECTS)
336 tests_atf_atf_c___t_parser_DEPENDENCIES = tests/atf/atf-c++/libh.la \
337 libatf-c++.la
338 am_tests_atf_atf_c___t_process_OBJECTS = \
339 tests/atf/atf-c++/t_process.$(OBJEXT)
340 tests_atf_atf_c___t_process_OBJECTS = \
341 $(am_tests_atf_atf_c___t_process_OBJECTS)
342 tests_atf_atf_c___t_process_DEPENDENCIES = tests/atf/atf-c++/libh.la \
343 libatf-c++.la
344 am_tests_atf_atf_c___t_sanity_OBJECTS = \
345 tests/atf/atf-c++/t_sanity.$(OBJEXT)
346 tests_atf_atf_c___t_sanity_OBJECTS = \
347 $(am_tests_atf_atf_c___t_sanity_OBJECTS)
348 tests_atf_atf_c___t_sanity_DEPENDENCIES = tests/atf/atf-c++/libh.la \
349 libatf-c++.la
350 am_tests_atf_atf_c___t_signals_OBJECTS = \
351 tests/atf/atf-c++/t_signals.$(OBJEXT)
352 tests_atf_atf_c___t_signals_OBJECTS = \
353 $(am_tests_atf_atf_c___t_signals_OBJECTS)
354 tests_atf_atf_c___t_signals_DEPENDENCIES = tests/atf/atf-c++/libh.la \
355 libatf-c++.la
356 am_tests_atf_atf_c___t_tests_OBJECTS = \
357 tests/atf/atf-c++/t_tests.$(OBJEXT)
358 tests_atf_atf_c___t_tests_OBJECTS = \
359 $(am_tests_atf_atf_c___t_tests_OBJECTS)
360 tests_atf_atf_c___t_tests_DEPENDENCIES = tests/atf/atf-c++/libh.la \
361 libatf-c++.la
362 am_tests_atf_atf_c___t_text_OBJECTS = \
363 tests/atf/atf-c++/t_text.$(OBJEXT)
364 tests_atf_atf_c___t_text_OBJECTS = \
365 $(am_tests_atf_atf_c___t_text_OBJECTS)
366 tests_atf_atf_c___t_text_DEPENDENCIES = tests/atf/atf-c++/libh.la \
367 libatf-c++.la
368 am_tests_atf_atf_c___t_ui_OBJECTS = tests/atf/atf-c++/t_ui.$(OBJEXT)
369 tests_atf_atf_c___t_ui_OBJECTS = $(am_tests_atf_atf_c___t_ui_OBJECTS)
370 tests_atf_atf_c___t_ui_DEPENDENCIES = tests/atf/atf-c++/libh.la \
371 libatf-c++.la
372 am_tests_atf_atf_c___t_user_OBJECTS = \
373 tests/atf/atf-c++/t_user.$(OBJEXT)
374 tests_atf_atf_c___t_user_OBJECTS = \
375 $(am_tests_atf_atf_c___t_user_OBJECTS)
376 tests_atf_atf_c___t_user_DEPENDENCIES = tests/atf/atf-c++/libh.la \
377 libatf-c++.la
378 am_tests_atf_atf_c___t_utils_OBJECTS = \
379 tests/atf/atf-c++/t_utils.$(OBJEXT)
380 tests_atf_atf_c___t_utils_OBJECTS = \
381 $(am_tests_atf_atf_c___t_utils_OBJECTS)
382 tests_atf_atf_c___t_utils_DEPENDENCIES = tests/atf/atf-c++/libh.la \
383 libatf-c++.la
384 am_tests_atf_atf_c_h_processes_OBJECTS = \
385 tests/atf/atf-c/h_processes.$(OBJEXT)
386 tests_atf_atf_c_h_processes_OBJECTS = \
387 $(am_tests_atf_atf_c_h_processes_OBJECTS)
388 tests_atf_atf_c_h_processes_LDADD = $(LDADD)
389 am_tests_atf_atf_c_t_atf_c_OBJECTS = \
390 tests/atf/atf-c/t_atf_c.$(OBJEXT)
391 tests_atf_atf_c_t_atf_c_OBJECTS = \
392 $(am_tests_atf_atf_c_t_atf_c_OBJECTS)
393 tests_atf_atf_c_t_atf_c_DEPENDENCIES = tests/atf/atf-c/libh.la \
394 libatf-c.la
395 am_tests_atf_atf_c_t_build_OBJECTS = \
396 tests/atf/atf-c/t_build.$(OBJEXT)
397 tests_atf_atf_c_t_build_OBJECTS = \
398 $(am_tests_atf_atf_c_t_build_OBJECTS)
399 tests_atf_atf_c_t_build_DEPENDENCIES = tests/atf/atf-c/libh.la \
400 libatf-c.la
401 am_tests_atf_atf_c_t_check_OBJECTS = \
402 tests/atf/atf-c/t_check.$(OBJEXT)
403 tests_atf_atf_c_t_check_OBJECTS = \
404 $(am_tests_atf_atf_c_t_check_OBJECTS)
405 tests_atf_atf_c_t_check_DEPENDENCIES = tests/atf/atf-c/libh.la \
406 libatf-c.la
407 am_tests_atf_atf_c_t_config_OBJECTS = \
408 tests/atf/atf-c/t_config.$(OBJEXT)
409 tests_atf_atf_c_t_config_OBJECTS = \
410 $(am_tests_atf_atf_c_t_config_OBJECTS)
411 tests_atf_atf_c_t_config_DEPENDENCIES = tests/atf/atf-c/libh.la \
412 libatf-c.la
413 am_tests_atf_atf_c_t_dynstr_OBJECTS = \
414 tests/atf/atf-c/t_dynstr.$(OBJEXT)
415 tests_atf_atf_c_t_dynstr_OBJECTS = \
416 $(am_tests_atf_atf_c_t_dynstr_OBJECTS)
417 tests_atf_atf_c_t_dynstr_DEPENDENCIES = tests/atf/atf-c/libh.la \
418 libatf-c.la
419 am_tests_atf_atf_c_t_env_OBJECTS = tests/atf/atf-c/t_env.$(OBJEXT)
420 tests_atf_atf_c_t_env_OBJECTS = $(am_tests_atf_atf_c_t_env_OBJECTS)
421 tests_atf_atf_c_t_env_DEPENDENCIES = tests/atf/atf-c/libh.la \
422 libatf-c.la
423 am_tests_atf_atf_c_t_error_OBJECTS = \
424 tests/atf/atf-c/t_error.$(OBJEXT)
425 tests_atf_atf_c_t_error_OBJECTS = \
426 $(am_tests_atf_atf_c_t_error_OBJECTS)
427 tests_atf_atf_c_t_error_DEPENDENCIES = tests/atf/atf-c/libh.la \
428 libatf-c.la
429 am_tests_atf_atf_c_t_expand_OBJECTS = \
430 tests/atf/atf-c/t_expand.$(OBJEXT)
431 tests_atf_atf_c_t_expand_OBJECTS = \
432 $(am_tests_atf_atf_c_t_expand_OBJECTS)
433 tests_atf_atf_c_t_expand_DEPENDENCIES = tests/atf/atf-c/libh.la \
434 libatf-c.la
435 am_tests_atf_atf_c_t_fs_OBJECTS = tests/atf/atf-c/t_fs.$(OBJEXT)
436 tests_atf_atf_c_t_fs_OBJECTS = $(am_tests_atf_atf_c_t_fs_OBJECTS)
437 tests_atf_atf_c_t_fs_DEPENDENCIES = tests/atf/atf-c/libh.la \
438 libatf-c.la
439 am_tests_atf_atf_c_t_h_lib_OBJECTS = \
440 tests/atf/atf-c/t_h_lib.$(OBJEXT)
441 tests_atf_atf_c_t_h_lib_OBJECTS = \
442 $(am_tests_atf_atf_c_t_h_lib_OBJECTS)
443 tests_atf_atf_c_t_h_lib_DEPENDENCIES = tests/atf/atf-c/libh.la \
444 libatf-c.la
445 am_tests_atf_atf_c_t_io_OBJECTS = tests/atf/atf-c/t_io.$(OBJEXT)
446 tests_atf_atf_c_t_io_OBJECTS = $(am_tests_atf_atf_c_t_io_OBJECTS)
447 tests_atf_atf_c_t_io_DEPENDENCIES = tests/atf/atf-c/libh.la \
448 libatf-c.la
449 am_tests_atf_atf_c_t_list_OBJECTS = tests/atf/atf-c/t_list.$(OBJEXT)
450 tests_atf_atf_c_t_list_OBJECTS = $(am_tests_atf_atf_c_t_list_OBJECTS)
451 tests_atf_atf_c_t_list_DEPENDENCIES = tests/atf/atf-c/libh.la \
452 libatf-c.la
453 am_tests_atf_atf_c_t_macros_OBJECTS = \
454 tests/atf/atf-c/t_macros.$(OBJEXT)
455 tests_atf_atf_c_t_macros_OBJECTS = \
456 $(am_tests_atf_atf_c_t_macros_OBJECTS)
457 tests_atf_atf_c_t_macros_DEPENDENCIES = tests/atf/atf-c/libh.la \
458 libatf-c.la
459 am_tests_atf_atf_c_t_map_OBJECTS = tests/atf/atf-c/t_map.$(OBJEXT)
460 tests_atf_atf_c_t_map_OBJECTS = $(am_tests_atf_atf_c_t_map_OBJECTS)
461 tests_atf_atf_c_t_map_DEPENDENCIES = tests/atf/atf-c/libh.la \
462 libatf-c.la
463 am_tests_atf_atf_c_t_process_OBJECTS = \
464 tests/atf/atf-c/t_process.$(OBJEXT)
465 tests_atf_atf_c_t_process_OBJECTS = \
466 $(am_tests_atf_atf_c_t_process_OBJECTS)
467 tests_atf_atf_c_t_process_DEPENDENCIES = tests/atf/atf-c/libh.la \
468 libatf-c.la
469 am_tests_atf_atf_c_t_sanity_OBJECTS = \
470 tests/atf/atf-c/t_sanity.$(OBJEXT)
471 tests_atf_atf_c_t_sanity_OBJECTS = \
472 $(am_tests_atf_atf_c_t_sanity_OBJECTS)
473 tests_atf_atf_c_t_sanity_DEPENDENCIES = tests/atf/atf-c/libh.la \
474 libatf-c.la
475 am_tests_atf_atf_c_t_signals_OBJECTS = \
476 tests/atf/atf-c/t_signals.$(OBJEXT)
477 tests_atf_atf_c_t_signals_OBJECTS = \
478 $(am_tests_atf_atf_c_t_signals_OBJECTS)
479 tests_atf_atf_c_t_signals_DEPENDENCIES = tests/atf/atf-c/libh.la \
480 libatf-c.la
481 am_tests_atf_atf_c_t_tc_OBJECTS = tests/atf/atf-c/t_tc.$(OBJEXT)
482 tests_atf_atf_c_t_tc_OBJECTS = $(am_tests_atf_atf_c_t_tc_OBJECTS)
483 tests_atf_atf_c_t_tc_DEPENDENCIES = tests/atf/atf-c/libh.la \
484 libatf-c.la
485 am_tests_atf_atf_c_t_tcr_OBJECTS = tests/atf/atf-c/t_tcr.$(OBJEXT)
486 tests_atf_atf_c_t_tcr_OBJECTS = $(am_tests_atf_atf_c_t_tcr_OBJECTS)
487 tests_atf_atf_c_t_tcr_DEPENDENCIES = tests/atf/atf-c/libh.la \
488 libatf-c.la
489 am_tests_atf_atf_c_t_text_OBJECTS = tests/atf/atf-c/t_text.$(OBJEXT)
490 tests_atf_atf_c_t_text_OBJECTS = $(am_tests_atf_atf_c_t_text_OBJECTS)
491 tests_atf_atf_c_t_text_DEPENDENCIES = tests/atf/atf-c/libh.la \
492 libatf-c.la
493 am_tests_atf_atf_c_t_ui_OBJECTS = tests/atf/atf-c/t_ui.$(OBJEXT)
494 tests_atf_atf_c_t_ui_OBJECTS = $(am_tests_atf_atf_c_t_ui_OBJECTS)
495 tests_atf_atf_c_t_ui_DEPENDENCIES = tests/atf/atf-c/libh.la \
496 libatf-c.la
497 am_tests_atf_atf_c_t_user_OBJECTS = tests/atf/atf-c/t_user.$(OBJEXT)
498 tests_atf_atf_c_t_user_OBJECTS = $(am_tests_atf_atf_c_t_user_OBJECTS)
499 tests_atf_atf_c_t_user_DEPENDENCIES = tests/atf/atf-c/libh.la \
500 libatf-c.la
501 am_tests_atf_formats_h_parser_OBJECTS = \
502 tests/atf/formats/h_parser.$(OBJEXT)
503 tests_atf_formats_h_parser_OBJECTS = \
504 $(am_tests_atf_formats_h_parser_OBJECTS)
505 tests_atf_formats_h_parser_DEPENDENCIES = libatf-c++.la
506 am_tests_atf_formats_t_writers_OBJECTS = \
507 tests/atf/formats/t_writers.$(OBJEXT)
508 tests_atf_formats_t_writers_OBJECTS = \
509 $(am_tests_atf_formats_t_writers_OBJECTS)
510 tests_atf_formats_t_writers_DEPENDENCIES = libatf-c++.la
511 am_tests_atf_test_programs_h_c_OBJECTS = \
512 tests/atf/test_programs/h_c.$(OBJEXT)
513 tests_atf_test_programs_h_c_OBJECTS = \
514 $(am_tests_atf_test_programs_h_c_OBJECTS)
515 tests_atf_test_programs_h_c_DEPENDENCIES = tests/atf/atf-c/libh.la \
516 libatf-c.la
517 am_tests_atf_test_programs_h_cpp_OBJECTS = \
518 tests/atf/test_programs/h_cpp.$(OBJEXT)
519 tests_atf_test_programs_h_cpp_OBJECTS = \
520 $(am_tests_atf_test_programs_h_cpp_OBJECTS)
521 tests_atf_test_programs_h_cpp_DEPENDENCIES = \
522 tests/atf/atf-c++/libh.la libatf-c++.la
523 am_tests_atf_tools_h_fail_OBJECTS = tests/atf/tools/h_fail.$(OBJEXT)
524 tests_atf_tools_h_fail_OBJECTS = $(am_tests_atf_tools_h_fail_OBJECTS)
525 tests_atf_tools_h_fail_DEPENDENCIES = libatf-c++.la
526 am_tests_atf_tools_h_misc_OBJECTS = tests/atf/tools/h_misc.$(OBJEXT)
527 tests_atf_tools_h_misc_OBJECTS = $(am_tests_atf_tools_h_misc_OBJECTS)
528 tests_atf_tools_h_misc_DEPENDENCIES = libatf-c++.la
529 am_tests_atf_tools_h_mode_OBJECTS = tests/atf/tools/h_mode.$(OBJEXT)
530 tests_atf_tools_h_mode_OBJECTS = $(am_tests_atf_tools_h_mode_OBJECTS)
531 tests_atf_tools_h_mode_DEPENDENCIES = libatf-c++.la
532 am_tests_atf_tools_h_pass_OBJECTS = tests/atf/tools/h_pass.$(OBJEXT)
533 tests_atf_tools_h_pass_OBJECTS = $(am_tests_atf_tools_h_pass_OBJECTS)
534 tests_atf_tools_h_pass_DEPENDENCIES = libatf-c++.la
535 am_tests_bootstrap_h_app_empty_OBJECTS = \
536 tests/bootstrap/h_app_empty.$(OBJEXT)
537 tests_bootstrap_h_app_empty_OBJECTS = \
538 $(am_tests_bootstrap_h_app_empty_OBJECTS)
539 tests_bootstrap_h_app_empty_DEPENDENCIES = libatf-c++.la
540 am_tests_bootstrap_h_app_opts_args_OBJECTS = \
541 tests/bootstrap/h_app_opts_args.$(OBJEXT)
542 tests_bootstrap_h_app_opts_args_OBJECTS = \
543 $(am_tests_bootstrap_h_app_opts_args_OBJECTS)
544 tests_bootstrap_h_app_opts_args_DEPENDENCIES = libatf-c++.la
545 am_tests_bootstrap_h_tp_basic_c_OBJECTS = \
546 tests/bootstrap/h_tp_basic_c.$(OBJEXT)
547 tests_bootstrap_h_tp_basic_c_OBJECTS = \
548 $(am_tests_bootstrap_h_tp_basic_c_OBJECTS)
549 tests_bootstrap_h_tp_basic_c_DEPENDENCIES = libatf-c.la
550 am_tests_bootstrap_h_tp_basic_cpp_OBJECTS = \
551 tests/bootstrap/h_tp_basic_cpp.$(OBJEXT)
552 tests_bootstrap_h_tp_basic_cpp_OBJECTS = \
553 $(am_tests_bootstrap_h_tp_basic_cpp_OBJECTS)
554 tests_bootstrap_h_tp_basic_cpp_DEPENDENCIES = libatf-c++.la
555 am_tools_atf_check_OBJECTS = tools/atf-check.$(OBJEXT)
556 tools_atf_check_OBJECTS = $(am_tools_atf_check_OBJECTS)
557 tools_atf_check_DEPENDENCIES = libatf-c++.la
558 am_tools_atf_cleanup_OBJECTS = tools/atf-cleanup.$(OBJEXT)
559 tools_atf_cleanup_OBJECTS = $(am_tools_atf_cleanup_OBJECTS)
560 tools_atf_cleanup_DEPENDENCIES = libatf-c++.la
561 am_tools_atf_compile_OBJECTS = tools/atf-compile.$(OBJEXT)
562 tools_atf_compile_OBJECTS = $(am_tools_atf_compile_OBJECTS)
563 tools_atf_compile_DEPENDENCIES = libatf-c++.la
564 am_tools_atf_config_OBJECTS = tools/atf-config.$(OBJEXT)
565 tools_atf_config_OBJECTS = $(am_tools_atf_config_OBJECTS)
566 tools_atf_config_DEPENDENCIES = libatf-c++.la
567 am_tools_atf_exec_OBJECTS = tools/atf-exec.$(OBJEXT)
568 tools_atf_exec_OBJECTS = $(am_tools_atf_exec_OBJECTS)
569 tools_atf_exec_DEPENDENCIES = libatf-c++.la
570 am_tools_atf_format_OBJECTS = tools/atf-format.$(OBJEXT)
571 tools_atf_format_OBJECTS = $(am_tools_atf_format_OBJECTS)
572 tools_atf_format_DEPENDENCIES = libatf-c++.la
573 am_tools_atf_report_OBJECTS = tools/atf-report.$(OBJEXT)
574 tools_atf_report_OBJECTS = $(am_tools_atf_report_OBJECTS)
575 tools_atf_report_DEPENDENCIES = libatf-c++.la
576 am_tools_atf_run_OBJECTS = tools/atf-run.$(OBJEXT)
577 tools_atf_run_OBJECTS = $(am_tools_atf_run_OBJECTS)
578 tools_atf_run_DEPENDENCIES = libatf-c++.la
579 am_tools_atf_version_OBJECTS = tools/atf-version.$(OBJEXT)
580 tools_atf_version_OBJECTS = $(am_tools_atf_version_OBJECTS)
581 tools_atf_version_DEPENDENCIES = libatf-c++.la
582 SCRIPTS = $(atf_atf_sh_SCRIPTS) $(atf_data_SCRIPTS) \
583 $(atf_formats_SCRIPTS) $(atf_test_programs_SCRIPTS) \
584 $(atf_tools_SCRIPTS)
585 DEFAULT_INCLUDES = -I.@am__isrc@
586 depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
587 am__depfiles_maybe = depfiles
588 am__mv = mv -f
589 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
590 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
591 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
592 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
593 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
594 CCLD = $(CC)
595 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
596 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
597 $(LDFLAGS) -o $@
598 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
599 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
600 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
601 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
602 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
603 CXXLD = $(CXX)
604 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
605 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
606 $(LDFLAGS) -o $@
607 SOURCES = $(libatf_c___la_SOURCES) $(libatf_c_la_SOURCES) \
608 $(nodist_libatf_c_la_SOURCES) \
609 $(tests_atf_atf_c___libh_la_SOURCES) \
610 $(tests_atf_atf_c_libh_la_SOURCES) \
611 $(tests_atf_atf_c___t_application_SOURCES) \
612 $(tests_atf_atf_c___t_atf_c___SOURCES) \
613 $(tests_atf_atf_c___t_atffile_SOURCES) \
614 $(tests_atf_atf_c___t_build_SOURCES) \
615 $(tests_atf_atf_c___t_check_SOURCES) \
616 $(tests_atf_atf_c___t_config_SOURCES) \
617 $(tests_atf_atf_c___t_env_SOURCES) \
618 $(tests_atf_atf_c___t_exceptions_SOURCES) \
619 $(tests_atf_atf_c___t_expand_SOURCES) \
620 $(tests_atf_atf_c___t_formats_SOURCES) \
621 $(tests_atf_atf_c___t_fs_SOURCES) \
622 $(tests_atf_atf_c___t_io_SOURCES) \
623 $(tests_atf_atf_c___t_macros_SOURCES) \
624 $(tests_atf_atf_c___t_parser_SOURCES) \
625 $(tests_atf_atf_c___t_process_SOURCES) \
626 $(tests_atf_atf_c___t_sanity_SOURCES) \
627 $(tests_atf_atf_c___t_signals_SOURCES) \
628 $(tests_atf_atf_c___t_tests_SOURCES) \
629 $(tests_atf_atf_c___t_text_SOURCES) \
630 $(tests_atf_atf_c___t_ui_SOURCES) \
631 $(tests_atf_atf_c___t_user_SOURCES) \
632 $(tests_atf_atf_c___t_utils_SOURCES) \
633 $(tests_atf_atf_c_h_processes_SOURCES) \
634 $(tests_atf_atf_c_t_atf_c_SOURCES) \
635 $(tests_atf_atf_c_t_build_SOURCES) \
636 $(tests_atf_atf_c_t_check_SOURCES) \
637 $(tests_atf_atf_c_t_config_SOURCES) \
638 $(tests_atf_atf_c_t_dynstr_SOURCES) \
639 $(tests_atf_atf_c_t_env_SOURCES) \
640 $(tests_atf_atf_c_t_error_SOURCES) \
641 $(tests_atf_atf_c_t_expand_SOURCES) \
642 $(tests_atf_atf_c_t_fs_SOURCES) \
643 $(tests_atf_atf_c_t_h_lib_SOURCES) \
644 $(tests_atf_atf_c_t_io_SOURCES) \
645 $(tests_atf_atf_c_t_list_SOURCES) \
646 $(tests_atf_atf_c_t_macros_SOURCES) \
647 $(tests_atf_atf_c_t_map_SOURCES) \
648 $(tests_atf_atf_c_t_process_SOURCES) \
649 $(tests_atf_atf_c_t_sanity_SOURCES) \
650 $(tests_atf_atf_c_t_signals_SOURCES) \
651 $(tests_atf_atf_c_t_tc_SOURCES) \
652 $(tests_atf_atf_c_t_tcr_SOURCES) \
653 $(tests_atf_atf_c_t_text_SOURCES) \
654 $(tests_atf_atf_c_t_ui_SOURCES) \
655 $(tests_atf_atf_c_t_user_SOURCES) \
656 $(tests_atf_formats_h_parser_SOURCES) \
657 $(tests_atf_formats_t_writers_SOURCES) \
658 $(tests_atf_test_programs_h_c_SOURCES) \
659 $(tests_atf_test_programs_h_cpp_SOURCES) \
660 $(tests_atf_tools_h_fail_SOURCES) \
661 $(tests_atf_tools_h_misc_SOURCES) \
662 $(tests_atf_tools_h_mode_SOURCES) \
663 $(tests_atf_tools_h_pass_SOURCES) \
664 $(tests_bootstrap_h_app_empty_SOURCES) \
665 $(tests_bootstrap_h_app_opts_args_SOURCES) \
666 $(tests_bootstrap_h_tp_basic_c_SOURCES) \
667 $(tests_bootstrap_h_tp_basic_cpp_SOURCES) \
668 $(tools_atf_check_SOURCES) $(tools_atf_cleanup_SOURCES) \
669 $(tools_atf_compile_SOURCES) $(tools_atf_config_SOURCES) \
670 $(tools_atf_exec_SOURCES) $(tools_atf_format_SOURCES) \
671 $(tools_atf_report_SOURCES) $(tools_atf_run_SOURCES) \
672 $(tools_atf_version_SOURCES)
673 DIST_SOURCES = $(libatf_c___la_SOURCES) $(libatf_c_la_SOURCES) \
674 $(tests_atf_atf_c___libh_la_SOURCES) \
675 $(tests_atf_atf_c_libh_la_SOURCES) \
676 $(tests_atf_atf_c___t_application_SOURCES) \
677 $(tests_atf_atf_c___t_atf_c___SOURCES) \
678 $(tests_atf_atf_c___t_atffile_SOURCES) \
679 $(tests_atf_atf_c___t_build_SOURCES) \
680 $(tests_atf_atf_c___t_check_SOURCES) \
681 $(tests_atf_atf_c___t_config_SOURCES) \
682 $(tests_atf_atf_c___t_env_SOURCES) \
683 $(tests_atf_atf_c___t_exceptions_SOURCES) \
684 $(tests_atf_atf_c___t_expand_SOURCES) \
685 $(tests_atf_atf_c___t_formats_SOURCES) \
686 $(tests_atf_atf_c___t_fs_SOURCES) \
687 $(tests_atf_atf_c___t_io_SOURCES) \
688 $(tests_atf_atf_c___t_macros_SOURCES) \
689 $(tests_atf_atf_c___t_parser_SOURCES) \
690 $(tests_atf_atf_c___t_process_SOURCES) \
691 $(tests_atf_atf_c___t_sanity_SOURCES) \
692 $(tests_atf_atf_c___t_signals_SOURCES) \
693 $(tests_atf_atf_c___t_tests_SOURCES) \
694 $(tests_atf_atf_c___t_text_SOURCES) \
695 $(tests_atf_atf_c___t_ui_SOURCES) \
696 $(tests_atf_atf_c___t_user_SOURCES) \
697 $(tests_atf_atf_c___t_utils_SOURCES) \
698 $(tests_atf_atf_c_h_processes_SOURCES) \
699 $(tests_atf_atf_c_t_atf_c_SOURCES) \
700 $(tests_atf_atf_c_t_build_SOURCES) \
701 $(tests_atf_atf_c_t_check_SOURCES) \
702 $(tests_atf_atf_c_t_config_SOURCES) \
703 $(tests_atf_atf_c_t_dynstr_SOURCES) \
704 $(tests_atf_atf_c_t_env_SOURCES) \
705 $(tests_atf_atf_c_t_error_SOURCES) \
706 $(tests_atf_atf_c_t_expand_SOURCES) \
707 $(tests_atf_atf_c_t_fs_SOURCES) \
708 $(tests_atf_atf_c_t_h_lib_SOURCES) \
709 $(tests_atf_atf_c_t_io_SOURCES) \
710 $(tests_atf_atf_c_t_list_SOURCES) \
711 $(tests_atf_atf_c_t_macros_SOURCES) \
712 $(tests_atf_atf_c_t_map_SOURCES) \
713 $(tests_atf_atf_c_t_process_SOURCES) \
714 $(tests_atf_atf_c_t_sanity_SOURCES) \
715 $(tests_atf_atf_c_t_signals_SOURCES) \
716 $(tests_atf_atf_c_t_tc_SOURCES) \
717 $(tests_atf_atf_c_t_tcr_SOURCES) \
718 $(tests_atf_atf_c_t_text_SOURCES) \
719 $(tests_atf_atf_c_t_ui_SOURCES) \
720 $(tests_atf_atf_c_t_user_SOURCES) \
721 $(tests_atf_formats_h_parser_SOURCES) \
722 $(tests_atf_formats_t_writers_SOURCES) \
723 $(tests_atf_test_programs_h_c_SOURCES) \
724 $(tests_atf_test_programs_h_cpp_SOURCES) \
725 $(tests_atf_tools_h_fail_SOURCES) \
726 $(tests_atf_tools_h_misc_SOURCES) \
727 $(tests_atf_tools_h_mode_SOURCES) \
728 $(tests_atf_tools_h_pass_SOURCES) \
729 $(tests_bootstrap_h_app_empty_SOURCES) \
730 $(tests_bootstrap_h_app_opts_args_SOURCES) \
731 $(tests_bootstrap_h_tp_basic_c_SOURCES) \
732 $(tests_bootstrap_h_tp_basic_cpp_SOURCES) \
733 $(tools_atf_check_SOURCES) $(tools_atf_cleanup_SOURCES) \
734 $(tools_atf_compile_SOURCES) $(tools_atf_config_SOURCES) \
735 $(tools_atf_exec_SOURCES) $(tools_atf_format_SOURCES) \
736 $(tools_atf_report_SOURCES) $(tools_atf_run_SOURCES) \
737 $(tools_atf_version_SOURCES)
738 man1dir = $(mandir)/man1
739 man3dir = $(mandir)/man3
740 man4dir = $(mandir)/man4
741 man5dir = $(mandir)/man5
742 man7dir = $(mandir)/man7
743 NROFF = nroff
744 MANS = $(dist_man_MANS) $(man_MANS)
745 DATA = $(atf_atf_c_DATA) $(atf_atf_c___DATA) $(atf_atf_sh_DATA) \
746 $(atf_data_DATA) $(atf_formats_DATA) $(atf_sh_DATA) \
747 $(atf_test_programs_DATA) $(atf_tools_DATA) $(css_DATA) \
748 $(doc_DATA) $(dtd_DATA) $(eg_DATA) $(hooks_DATA) \
749 $(noinst_DATA) $(pkgconfig_DATA) $(pkgtests_DATA) $(xsl_DATA)
750 HEADERS = $(atf_c_HEADERS) $(atf_c___HEADERS) $(include_HEADERS)
751 ETAGS = etags
752 CTAGS = ctags
753 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
754 distdir = $(PACKAGE)-$(VERSION)
755 top_distdir = $(distdir)
756 am__remove_distdir = \
757 { test ! -d "$(distdir)" \
758 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
759 && rm -fr "$(distdir)"; }; }
760 DIST_ARCHIVES = $(distdir).tar.gz
761 GZIP_ENV = --best
762 distuninstallcheck_listfiles = find . -type f -print
763 distcleancheck_listfiles = find . -type f -print
764 ACLOCAL = @ACLOCAL@
765 AMTAR = @AMTAR@
766 AR = @AR@
767 ATF_BUILD_CC = @ATF_BUILD_CC@
768 ATF_BUILD_CFLAGS = @ATF_BUILD_CFLAGS@
769 ATF_BUILD_CPP = @ATF_BUILD_CPP@
770 ATF_BUILD_CPPFLAGS = @ATF_BUILD_CPPFLAGS@
771 ATF_BUILD_CXX = @ATF_BUILD_CXX@
772 ATF_BUILD_CXXFLAGS = @ATF_BUILD_CXXFLAGS@
773 ATF_CONFSUBDIR = @ATF_CONFSUBDIR@
774 ATF_M4 = @ATF_M4@
775 ATF_SHELL = @ATF_SHELL@
776 ATF_WORKDIR = @ATF_WORKDIR@
777 ATTRIBUTE_NORETURN = @ATTRIBUTE_NORETURN@
778 AUTOCONF = @AUTOCONF@
779 AUTOHEADER = @AUTOHEADER@
780 AUTOMAKE = @AUTOMAKE@
781 AWK = @AWK@
782 CC = @CC@
783 CCDEPMODE = @CCDEPMODE@
784 CFLAGS = @CFLAGS@
785 CPP = @CPP@
786 CPPFLAGS = @CPPFLAGS@
787 CXX = @CXX@
788 CXXCPP = @CXXCPP@
789 CXXDEPMODE = @CXXDEPMODE@
790 CXXFLAGS = @CXXFLAGS@
791 CYGPATH_W = @CYGPATH_W@
792 DEFS = @DEFS@
793 DEPDIR = @DEPDIR@
794 DOC_BUILD = @DOC_BUILD@
795 DSYMUTIL = @DSYMUTIL@
796 DUMPBIN = @DUMPBIN@
797 ECHO_C = @ECHO_C@
798 ECHO_N = @ECHO_N@
799 ECHO_T = @ECHO_T@
800 EGREP = @EGREP@
801 EXEEXT = @EXEEXT@
802 FGREP = @FGREP@
803 GREP = @GREP@
804 INSTALL = @INSTALL@
805 INSTALL_DATA = @INSTALL_DATA@
806 INSTALL_PROGRAM = @INSTALL_PROGRAM@
807 INSTALL_SCRIPT = @INSTALL_SCRIPT@
808 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
809 LD = @LD@
810 LDFLAGS = @LDFLAGS@
811 LIBOBJS = @LIBOBJS@
812 LIBS = @LIBS@
813 LIBTOOL = @LIBTOOL@
814 LINKS = @LINKS@
815 LIPO = @LIPO@
816 LN_S = @LN_S@
817 LTLIBOBJS = @LTLIBOBJS@
818 MAKEINFO = @MAKEINFO@
819 MKDIR_P = @MKDIR_P@
820 MTN = @MTN@
821 NM = @NM@
822 NMEDIT = @NMEDIT@
823 OBJDUMP = @OBJDUMP@
824 OBJEXT = @OBJEXT@
825 OTOOL = @OTOOL@
826 OTOOL64 = @OTOOL64@
827 PACKAGE = @PACKAGE@
828 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
829 PACKAGE_NAME = @PACKAGE_NAME@
830 PACKAGE_STRING = @PACKAGE_STRING@
831 PACKAGE_TARNAME = @PACKAGE_TARNAME@
832 PACKAGE_URL = @PACKAGE_URL@
833 PACKAGE_VERSION = @PACKAGE_VERSION@
834 PATH_SEPARATOR = @PATH_SEPARATOR@
835 RANLIB = @RANLIB@
836 SED = @SED@
837 SET_MAKE = @SET_MAKE@
838 SHELL = @SHELL@
839 STRIP = @STRIP@
840 TIDY = @TIDY@
841 VERSION = @VERSION@
842 XMLCATALOG = @XMLCATALOG@
843 XMLLINT = @XMLLINT@
844 XML_CATALOG_FILE = @XML_CATALOG_FILE@
845 XSLTPROC = @XSLTPROC@
846 abs_builddir = @abs_builddir@
847 abs_srcdir = @abs_srcdir@
848 abs_top_builddir = @abs_top_builddir@
849 abs_top_srcdir = @abs_top_srcdir@
850 ac_ct_CC = @ac_ct_CC@
851 ac_ct_CXX = @ac_ct_CXX@
852 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
853 am__include = @am__include@
854 am__leading_dot = @am__leading_dot@
855 am__quote = @am__quote@
856 am__tar = @am__tar@
857 am__untar = @am__untar@
858 atf_arch = @atf_arch@
859 atf_confdir = @atf_confdir@
860 atf_cssdir = @atf_cssdir@
861 atf_dtddir = @atf_dtddir@
862 atf_egdir = @atf_egdir@
863 atf_machine = @atf_machine@
864 atf_pkgconfigdir = @atf_pkgconfigdir@
865 atf_xsldir = @atf_xsldir@
866 bindir = @bindir@
867 build = @build@
868 build_alias = @build_alias@
869 build_cpu = @build_cpu@
870 build_os = @build_os@
871 build_vendor = @build_vendor@
872 builddir = @builddir@
873 datadir = @datadir@
874 datarootdir = @datarootdir@
875 docdir = @docdir@
876 dvidir = @dvidir@
877 exec_prefix = @exec_prefix@
878 host = @host@
879 host_alias = @host_alias@
880 host_cpu = @host_cpu@
881 host_os = @host_os@
882 host_vendor = @host_vendor@
883 htmldir = @htmldir@
884 includedir = @includedir@
885 infodir = @infodir@
886 install_sh = @install_sh@
887 libdir = @libdir@
888 libexecdir = @libexecdir@
889 localedir = @localedir@
890 localstatedir = @localstatedir@
891 lt_ECHO = @lt_ECHO@
892 mandir = @mandir@
893 mkdir_p = @mkdir_p@
894 oldincludedir = @oldincludedir@
895 pdfdir = @pdfdir@
896 prefix = @prefix@
897 program_transform_name = @program_transform_name@
898 psdir = @psdir@
899 sbindir = @sbindir@
900 sharedstatedir = @sharedstatedir@
901 srcdir = @srcdir@
902 sysconfdir = @sysconfdir@
903 target = @target@
904 target_alias = @target_alias@
905 target_cpu = @target_cpu@
906 target_os = @target_os@
907 target_vendor = @target_vendor@
908 top_build_prefix = @top_build_prefix@
909 top_builddir = @top_builddir@
910 top_srcdir = @top_srcdir@
912 # Explicitly initialize some variables so that we can use += later on
913 # without making Automake complain.
914 CLEANFILES = admin/revision.h data/atf-c.pc data/atf-c++.pc doc/atf.7 \
915 tests/bootstrap/h_tp_basic_sh \
916 tests/bootstrap/h_tp_atf_check_sh installcheck.log \
917 tests/atf/atf-sh/h_misc tests/atf/atf-sh/t_atf_check \
918 tests/atf/atf-sh/t_config tests/atf/atf-sh/t_normalize \
919 tests/atf/atf-sh/t_tc tests/atf/atf-sh/t_tp \
920 tests/atf/data/t_pkg_config tests/atf/formats/t_parsers \
921 tests/atf/test_programs/h_sh tests/atf/test_programs/t_cleanup \
922 tests/atf/test_programs/t_config tests/atf/test_programs/t_env \
923 tests/atf/test_programs/t_fork \
924 tests/atf/test_programs/t_meta_data \
925 tests/atf/test_programs/t_srcdir \
926 tests/atf/test_programs/t_status \
927 tests/atf/test_programs/t_workdir tests/atf/tools/t_atf_check \
928 tests/atf/tools/t_atf_cleanup tests/atf/tools/t_atf_compile \
929 tests/atf/tools/t_atf_config tests/atf/tools/t_atf_exec \
930 tests/atf/tools/t_atf_report tests/atf/tools/t_atf_run \
931 tools/atf-host-compile tools/atf-host-compile.tmp revision.h
933 # -------------------------------------------------------------------------
934 # Top directory.
935 # -------------------------------------------------------------------------
937 # XML_DOC basename
939 # Formats doc/<basename>.xml into HTML and plain text versions.
940 EXTRA_DIST = Makefile.am.m4 $(doc_DATA) admin/check-install.sh \
941 admin/check-style-common.awk admin/check-style-c.awk \
942 admin/check-style-cpp.awk admin/check-style-man.awk \
943 admin/check-style-shell.awk admin/check-style.sh \
944 admin/choose-revision.sh admin/generate-makefile.sh \
945 admin/generate-revision.sh admin/generate-revision-dist.sh \
946 admin/revision-dist.h $(atf_sh_DATA) $(css_DATA) $(dtd_DATA) \
947 $(eg_DATA) data/atf-c.pc.in data/atf-c++.pc.in $(xsl_DATA) \
948 doc/atf.7.in doc/build-xml.sh doc/standalone/standalone.css \
949 $(_STANDALONE_XSLT) doc/authors.xml \
950 doc/standalone/authors.html doc/text/authors.txt \
951 doc/copying.xml doc/standalone/copying.html \
952 doc/text/copying.txt doc/install.xml \
953 doc/standalone/install.html doc/text/install.txt doc/news.xml \
954 doc/standalone/news.html doc/text/news.txt doc/readme.xml \
955 doc/standalone/readme.html doc/text/readme.txt doc/roadmap.xml \
956 doc/standalone/roadmap.html doc/text/roadmap.txt \
957 doc/specification.xml doc/standalone/specification.html \
958 doc/text/specification.txt tests/bootstrap/h_tp_basic_sh.sh \
959 tests/bootstrap/h_tp_atf_check_sh.sh tests/bootstrap/testsuite \
960 tests/bootstrap/package.m4 tests/bootstrap/testsuite.at \
961 $(testsuite_incs) $(pkgtests_DATA) $(atf_atf_c_DATA) \
962 $(atf_atf_c___DATA) $(atf_atf_sh_DATA) \
963 tests/atf/atf-sh/h_misc.sh tests/atf/atf-sh/t_atf_check.sh \
964 tests/atf/atf-sh/t_config.sh tests/atf/atf-sh/t_normalize.sh \
965 tests/atf/atf-sh/t_tc.sh tests/atf/atf-sh/t_tp.sh \
966 $(atf_data_DATA) tests/atf/data/t_pkg_config.sh \
967 $(atf_formats_DATA) tests/atf/formats/t_parsers.sh \
968 $(atf_test_programs_DATA) tests/atf/test_programs/common.sh \
969 tests/atf/test_programs/h_sh.sh \
970 tests/atf/test_programs/t_cleanup.sh \
971 tests/atf/test_programs/t_config.sh \
972 tests/atf/test_programs/t_env.sh \
973 tests/atf/test_programs/t_fork.sh \
974 tests/atf/test_programs/t_meta_data.sh \
975 tests/atf/test_programs/t_srcdir.sh \
976 tests/atf/test_programs/t_status.sh \
977 tests/atf/test_programs/t_workdir.sh $(atf_tools_DATA) \
978 tests/atf/tools/t_atf_check.sh \
979 tests/atf/tools/t_atf_cleanup.sh \
980 tests/atf/tools/t_atf_compile.sh \
981 tests/atf/tools/t_atf_config.sh tests/atf/tools/t_atf_exec.sh \
982 tests/atf/tools/t_atf_report.sh tests/atf/tools/t_atf_run.sh \
983 tools/atf-host-compile.sh $(hooks_DATA)
984 doc_DATA = AUTHORS COPYING NEWS README
985 noinst_DATA = INSTALL doc/standalone/authors.html doc/text/authors.txt \
986 doc/standalone/copying.html doc/text/copying.txt \
987 doc/standalone/install.html doc/text/install.txt \
988 doc/standalone/news.html doc/text/news.txt \
989 doc/standalone/readme.html doc/text/readme.txt \
990 doc/standalone/roadmap.html doc/text/roadmap.txt \
991 doc/standalone/specification.html doc/text/specification.txt
992 AM_CPPFLAGS = "-DATF_ARCH=\"$(atf_arch)\"" \
993 "-DATF_BUILD_CC=\"$(ATF_BUILD_CC)\"" \
994 "-DATF_BUILD_CFLAGS=\"$(ATF_BUILD_CFLAGS)\"" \
995 "-DATF_BUILD_CPP=\"$(ATF_BUILD_CPP)\"" \
996 "-DATF_BUILD_CPPFLAGS=\"$(ATF_BUILD_CPPFLAGS)\"" \
997 "-DATF_BUILD_CXX=\"$(ATF_BUILD_CXX)\"" \
998 "-DATF_BUILD_CXXFLAGS=\"$(ATF_BUILD_CXXFLAGS)\"" \
999 "-DATF_CONFDIR=\"$(atf_confdir)\"" \
1000 "-DATF_INCLUDEDIR=\"$(includedir)\"" \
1001 "-DATF_LIBDIR=\"$(libdir)\"" \
1002 "-DATF_LIBEXECDIR=\"$(libexecdir)\"" \
1003 "-DATF_MACHINE=\"$(atf_machine)\"" \
1004 "-DATF_M4=\"$(ATF_M4)\"" \
1005 "-DATF_PKGDATADIR=\"$(pkgdatadir)\"" \
1006 "-DATF_SHELL=\"$(ATF_SHELL)\"" \
1007 "-DATF_WORKDIR=\"$(ATF_WORKDIR)\""
1009 ATF_COMPILE_DEPS = $(srcdir)/atf-sh/atf.init.subr \
1010 tools/atf-host-compile
1011 ATF_COMPILE_SH = ./tools/atf-host-compile
1013 # -------------------------------------------------------------------------
1014 # `atf-c' directory.
1015 # -------------------------------------------------------------------------
1017 # -------------------------------------------------------------------------
1018 # `atf-c++' directory.
1019 # -------------------------------------------------------------------------
1020 lib_LTLIBRARIES = libatf-c.la libatf-c++.la
1021 libatf_c_la_SOURCES = atf-c/build.c \
1022 atf-c/build.h \
1023 atf-c/check.c \
1024 atf-c/check.h \
1025 atf-c/config.c \
1026 atf-c/config.h \
1027 atf-c/dynstr.c \
1028 atf-c/dynstr.h \
1029 atf-c/env.c \
1030 atf-c/env.h \
1031 atf-c/error.c \
1032 atf-c/error.h \
1033 atf-c/error_fwd.h \
1034 atf-c/expand.c \
1035 atf-c/expand.h \
1036 atf-c/fs.c \
1037 atf-c/fs.h \
1038 atf-c/io.c \
1039 atf-c/io.h \
1040 atf-c/list.c \
1041 atf-c/list.h \
1042 atf-c/macros.h \
1043 atf-c/map.c \
1044 atf-c/map.h \
1045 atf-c/object.c \
1046 atf-c/object.h \
1047 atf-c/process.c \
1048 atf-c/process.h \
1049 atf-c/sanity.c \
1050 atf-c/sanity.h \
1051 atf-c/signals.c \
1052 atf-c/signals.h \
1053 atf-c/text.c \
1054 atf-c/text.h \
1055 atf-c/ui.c \
1056 atf-c/ui.h \
1057 atf-c/user.c \
1058 atf-c/user.h \
1059 atf-c/tc.c \
1060 atf-c/tc.h \
1061 atf-c/tcr.c \
1062 atf-c/tcr.h \
1063 atf-c/tp.c \
1064 atf-c/tp.h \
1065 atf-c/tp_main.c
1067 nodist_libatf_c_la_SOURCES = \
1068 atf-c/defs.h
1070 include_HEADERS = atf-c.h atf-c++.hpp
1071 atf_c_HEADERS = atf-c/build.h \
1072 atf-c/check.h \
1073 atf-c/config.h \
1074 atf-c/defs.h \
1075 atf-c/dynstr.h \
1076 atf-c/env.h \
1077 atf-c/error.h \
1078 atf-c/error_fwd.h \
1079 atf-c/expand.h \
1080 atf-c/fs.h \
1081 atf-c/io.h \
1082 atf-c/list.h \
1083 atf-c/macros.h \
1084 atf-c/map.h \
1085 atf-c/object.h \
1086 atf-c/process.h \
1087 atf-c/sanity.h \
1088 atf-c/signals.h \
1089 atf-c/tc.h \
1090 atf-c/tcr.h \
1091 atf-c/text.h \
1092 atf-c/tp.h \
1093 atf-c/ui.h \
1094 atf-c/user.h
1096 atf_cdir = $(includedir)/atf-c
1097 dist_man_MANS = atf-c/atf-c-api.3 atf-c++/atf-c++-api.3 \
1098 atf-sh/atf-sh-api.3 doc/atf-formats.5 doc/atf-test-case.4 \
1099 doc/atf-test-program.1 tools/atf-check.1 tools/atf-config.1 \
1100 tools/atf-cleanup.1 tools/atf-compile.1 tools/atf-exec.1 \
1101 tools/atf-format.1 tools/atf-report.1 tools/atf-run.1 \
1102 tools/atf-version.1
1103 libatf_c___la_LIBADD = libatf-c.la
1104 libatf_c___la_SOURCES = atf-c++/application.cpp \
1105 atf-c++/application.hpp \
1106 atf-c++/atffile.cpp \
1107 atf-c++/atffile.hpp \
1108 atf-c++/build.cpp \
1109 atf-c++/build.hpp \
1110 atf-c++/check.cpp \
1111 atf-c++/check.hpp \
1112 atf-c++/config.cpp \
1113 atf-c++/config.hpp \
1114 atf-c++/env.cpp \
1115 atf-c++/env.hpp \
1116 atf-c++/exceptions.cpp \
1117 atf-c++/exceptions.hpp \
1118 atf-c++/expand.cpp \
1119 atf-c++/expand.hpp \
1120 atf-c++/formats.cpp \
1121 atf-c++/formats.hpp \
1122 atf-c++/fs.cpp \
1123 atf-c++/fs.hpp \
1124 atf-c++/io.cpp \
1125 atf-c++/io.hpp \
1126 atf-c++/macros.hpp \
1127 atf-c++/parser.cpp \
1128 atf-c++/parser.hpp \
1129 atf-c++/process.cpp \
1130 atf-c++/process.hpp \
1131 atf-c++/sanity.hpp \
1132 atf-c++/signals.cpp \
1133 atf-c++/signals.hpp \
1134 atf-c++/tests.cpp \
1135 atf-c++/tests.hpp \
1136 atf-c++/text.cpp \
1137 atf-c++/text.hpp \
1138 atf-c++/ui.cpp \
1139 atf-c++/ui.hpp \
1140 atf-c++/user.cpp \
1141 atf-c++/user.hpp \
1142 atf-c++/utils.hpp
1144 atf_c___HEADERS = atf-c++/application.hpp \
1145 atf-c++/atffile.hpp \
1146 atf-c++/build.hpp \
1147 atf-c++/check.hpp \
1148 atf-c++/config.hpp \
1149 atf-c++/env.hpp \
1150 atf-c++/exceptions.hpp \
1151 atf-c++/expand.hpp \
1152 atf-c++/formats.hpp \
1153 atf-c++/fs.hpp \
1154 atf-c++/io.hpp \
1155 atf-c++/macros.hpp \
1156 atf-c++/parser.hpp \
1157 atf-c++/process.hpp \
1158 atf-c++/sanity.hpp \
1159 atf-c++/signals.hpp \
1160 atf-c++/tests.hpp \
1161 atf-c++/text.hpp \
1162 atf-c++/ui.hpp \
1163 atf-c++/user.hpp \
1164 atf-c++/utils.hpp
1166 atf_c__dir = $(includedir)/atf-c++
1168 # -------------------------------------------------------------------------
1169 # `atf-sh' directory.
1170 # -------------------------------------------------------------------------
1171 atf_sh_DATA = atf-sh/atf.footer.subr \
1172 atf-sh/atf.header.subr \
1173 atf-sh/atf.init.subr
1175 atf_shdir = $(pkgdatadir)
1177 # -------------------------------------------------------------------------
1178 # `data' directory.
1179 # -------------------------------------------------------------------------
1180 cssdir = $(atf_cssdir)
1181 css_DATA = data/tests-results.css
1182 dtddir = $(atf_dtddir)
1183 dtd_DATA = data/tests-results.dtd
1184 egdir = $(atf_egdir)
1185 eg_DATA = data/atf-run.hooks
1186 pkgconfigdir = $(atf_pkgconfigdir)
1187 pkgconfig_DATA = data/atf-c.pc data/atf-c++.pc
1188 xsldir = $(atf_xsldir)
1189 xsl_DATA = data/tests-results.xsl
1191 # -------------------------------------------------------------------------
1192 # `doc' directory.
1193 # -------------------------------------------------------------------------
1194 man_MANS = doc/atf.7
1195 _STANDALONE_XSLT = doc/standalone/sdocbook.xsl
1196 BUILD_XML_ENV = DOC_BUILD=$(DOC_BUILD) \
1197 LINKS=$(LINKS) \
1198 TIDY=$(TIDY) \
1199 XML_CATALOG_FILE=$(XML_CATALOG_FILE) \
1200 XMLLINT=$(XMLLINT) \
1201 XSLTPROC=$(XSLTPROC)
1204 # -------------------------------------------------------------------------
1205 # `m4' directory.
1206 # -------------------------------------------------------------------------
1207 ACLOCAL_AMFLAGS = -I m4
1208 tests_bootstrap_h_app_empty_SOURCES = tests/bootstrap/h_app_empty.cpp
1209 tests_bootstrap_h_app_empty_LDADD = libatf-c++.la
1210 tests_bootstrap_h_app_opts_args_SOURCES = tests/bootstrap/h_app_opts_args.cpp
1211 tests_bootstrap_h_app_opts_args_LDADD = libatf-c++.la
1212 tests_bootstrap_h_tp_basic_c_SOURCES = tests/bootstrap/h_tp_basic_c.c
1213 tests_bootstrap_h_tp_basic_c_LDADD = libatf-c.la
1214 tests_bootstrap_h_tp_basic_cpp_SOURCES = tests/bootstrap/h_tp_basic_cpp.cpp
1215 tests_bootstrap_h_tp_basic_cpp_LDADD = libatf-c++.la
1216 check_SCRIPTS = tests/bootstrap/h_tp_basic_sh \
1217 tests/bootstrap/h_tp_atf_check_sh
1218 DISTCLEANFILES = \
1219 tests/bootstrap/atconfig \
1220 testsuite.lineno \
1221 testsuite.log
1223 testsuite_incs = $(srcdir)/tests/bootstrap/t_application_help.at \
1224 $(srcdir)/tests/bootstrap/t_application_opts_args.at \
1225 $(srcdir)/tests/bootstrap/t_atf_config.at \
1226 $(srcdir)/tests/bootstrap/t_atf_format.at \
1227 $(srcdir)/tests/bootstrap/t_atf_run.at \
1228 $(srcdir)/tests/bootstrap/t_subr_atf_check.at \
1229 $(srcdir)/tests/bootstrap/t_test_program_compare.at \
1230 $(srcdir)/tests/bootstrap/t_test_program_filter.at \
1231 $(srcdir)/tests/bootstrap/t_test_program_list.at \
1232 $(srcdir)/tests/bootstrap/t_test_program_run.at
1235 # -------------------------------------------------------------------------
1236 # `tests/atf' directory.
1237 # -------------------------------------------------------------------------
1238 testsdir = $(exec_prefix)/tests
1239 pkgtestsdir = $(exec_prefix)/tests/atf
1240 TESTS_ENVIRONMENT = PATH=$(prefix)/bin:$${PATH} \
1241 PKG_CONFIG_PATH=$(prefix)/lib/pkgconfig
1243 pkgtests_DATA = tests/atf/Atffile
1244 atf_atf_c_DATA = tests/atf/atf-c/Atffile \
1245 tests/atf/atf-c/d_include_atf_c_h.c \
1246 tests/atf/atf-c/d_include_build_h.c \
1247 tests/atf/atf-c/d_include_check_h.c \
1248 tests/atf/atf-c/d_include_config_h.c \
1249 tests/atf/atf-c/d_include_dynstr_h.c \
1250 tests/atf/atf-c/d_include_env_h.c \
1251 tests/atf/atf-c/d_include_error_fwd_h.c \
1252 tests/atf/atf-c/d_include_error_h.c \
1253 tests/atf/atf-c/d_include_expand_h.c \
1254 tests/atf/atf-c/d_include_fs_h.c \
1255 tests/atf/atf-c/d_include_io_h.c \
1256 tests/atf/atf-c/d_include_list_h.c \
1257 tests/atf/atf-c/d_include_macros_h.c \
1258 tests/atf/atf-c/d_include_map_h.c \
1259 tests/atf/atf-c/d_include_object_h.c \
1260 tests/atf/atf-c/d_include_process_h.c \
1261 tests/atf/atf-c/d_include_sanity_h.c \
1262 tests/atf/atf-c/d_include_signals_h.c \
1263 tests/atf/atf-c/d_include_tc_h.c \
1264 tests/atf/atf-c/d_include_tcr_h.c \
1265 tests/atf/atf-c/d_include_text_h.c \
1266 tests/atf/atf-c/d_include_tp_h.c \
1267 tests/atf/atf-c/d_include_ui_h.c \
1268 tests/atf/atf-c/d_include_user_h.c \
1269 tests/atf/atf-c/d_use_macros_h.c
1271 atf_atf_cdir = $(pkgtestsdir)/atf-c
1272 noinst_LTLIBRARIES = tests/atf/atf-c/libh.la tests/atf/atf-c++/libh.la
1273 tests_atf_atf_c_libh_la_SOURCES = tests/atf/atf-c/h_lib.c \
1274 tests/atf/atf-c/h_lib.h
1276 tests_atf_atf_c_t_atf_c_SOURCES = tests/atf/atf-c/t_atf_c.c
1277 tests_atf_atf_c_t_atf_c_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1278 tests_atf_atf_c_t_build_SOURCES = tests/atf/atf-c/t_build.c tests/atf/atf-c/h_build.h
1279 tests_atf_atf_c_t_build_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1280 tests_atf_atf_c_t_check_SOURCES = tests/atf/atf-c/t_check.c
1281 tests_atf_atf_c_t_check_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1282 tests_atf_atf_c_t_config_SOURCES = tests/atf/atf-c/t_config.c
1283 tests_atf_atf_c_t_config_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1284 tests_atf_atf_c_t_dynstr_SOURCES = tests/atf/atf-c/t_dynstr.c
1285 tests_atf_atf_c_t_dynstr_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1286 tests_atf_atf_c_t_env_SOURCES = tests/atf/atf-c/t_env.c
1287 tests_atf_atf_c_t_env_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1288 tests_atf_atf_c_t_error_SOURCES = tests/atf/atf-c/t_error.c
1289 tests_atf_atf_c_t_error_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1290 tests_atf_atf_c_t_expand_SOURCES = tests/atf/atf-c/t_expand.c
1291 tests_atf_atf_c_t_expand_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1292 tests_atf_atf_c_t_fs_SOURCES = tests/atf/atf-c/t_fs.c
1293 tests_atf_atf_c_t_fs_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1294 tests_atf_atf_c_t_h_lib_SOURCES = tests/atf/atf-c/t_h_lib.c
1295 tests_atf_atf_c_t_h_lib_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1296 tests_atf_atf_c_t_io_SOURCES = tests/atf/atf-c/t_io.c
1297 tests_atf_atf_c_t_io_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1298 tests_atf_atf_c_t_list_SOURCES = tests/atf/atf-c/t_list.c
1299 tests_atf_atf_c_t_list_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1300 tests_atf_atf_c_t_macros_SOURCES = tests/atf/atf-c/t_macros.c
1301 tests_atf_atf_c_t_macros_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1302 tests_atf_atf_c_t_map_SOURCES = tests/atf/atf-c/t_map.c
1303 tests_atf_atf_c_t_map_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1304 tests_atf_atf_c_t_process_SOURCES = tests/atf/atf-c/t_process.c
1305 tests_atf_atf_c_t_process_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1306 tests_atf_atf_c_t_signals_SOURCES = tests/atf/atf-c/t_signals.c
1307 tests_atf_atf_c_t_signals_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1308 tests_atf_atf_c_t_tc_SOURCES = tests/atf/atf-c/t_tc.c
1309 tests_atf_atf_c_t_tc_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1310 tests_atf_atf_c_t_tcr_SOURCES = tests/atf/atf-c/t_tcr.c
1311 tests_atf_atf_c_t_tcr_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1312 tests_atf_atf_c_t_sanity_SOURCES = tests/atf/atf-c/t_sanity.c
1313 tests_atf_atf_c_t_sanity_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1314 tests_atf_atf_c_t_text_SOURCES = tests/atf/atf-c/t_text.c
1315 tests_atf_atf_c_t_text_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1316 tests_atf_atf_c_t_ui_SOURCES = tests/atf/atf-c/t_ui.c
1317 tests_atf_atf_c_t_ui_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1318 tests_atf_atf_c_t_user_SOURCES = tests/atf/atf-c/t_user.c
1319 tests_atf_atf_c_t_user_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1320 tests_atf_atf_c_h_processes_SOURCES = tests/atf/atf-c/h_processes.c
1321 atf_atf_c___DATA = tests/atf/atf-c++/Atffile \
1322 tests/atf/atf-c++/d_include_application_hpp.cpp \
1323 tests/atf/atf-c++/d_include_atf_c++_hpp.cpp \
1324 tests/atf/atf-c++/d_include_atffile_hpp.cpp \
1325 tests/atf/atf-c++/d_include_build_hpp.cpp \
1326 tests/atf/atf-c++/d_include_check_hpp.cpp \
1327 tests/atf/atf-c++/d_include_config_hpp.cpp \
1328 tests/atf/atf-c++/d_include_env_hpp.cpp \
1329 tests/atf/atf-c++/d_include_exceptions_hpp.cpp \
1330 tests/atf/atf-c++/d_include_expand_hpp.cpp \
1331 tests/atf/atf-c++/d_include_formats_hpp.cpp \
1332 tests/atf/atf-c++/d_include_fs_hpp.cpp \
1333 tests/atf/atf-c++/d_include_io_hpp.cpp \
1334 tests/atf/atf-c++/d_include_macros_hpp.cpp \
1335 tests/atf/atf-c++/d_include_parser_hpp.cpp \
1336 tests/atf/atf-c++/d_include_process_hpp.cpp \
1337 tests/atf/atf-c++/d_include_sanity_hpp.cpp \
1338 tests/atf/atf-c++/d_include_signals_hpp.cpp \
1339 tests/atf/atf-c++/d_include_tests_hpp.cpp \
1340 tests/atf/atf-c++/d_include_text_hpp.cpp \
1341 tests/atf/atf-c++/d_include_ui_hpp.cpp \
1342 tests/atf/atf-c++/d_include_user_hpp.cpp \
1343 tests/atf/atf-c++/d_include_utils_hpp.cpp \
1344 tests/atf/atf-c++/d_use_macros_hpp.cpp
1346 atf_atf_c__dir = $(pkgtestsdir)/atf-c++
1347 tests_atf_atf_c___libh_la_SOURCES = tests/atf/atf-c++/h_lib.cpp \
1348 tests/atf/atf-c++/h_lib.hpp
1350 tests_atf_atf_c___t_atf_c___SOURCES = tests/atf/atf-c++/t_atf_c++.cpp
1351 tests_atf_atf_c___t_atf_c___LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1352 tests_atf_atf_c___t_application_SOURCES = tests/atf/atf-c++/t_application.cpp
1353 tests_atf_atf_c___t_application_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1354 tests_atf_atf_c___t_atffile_SOURCES = tests/atf/atf-c++/t_atffile.cpp
1355 tests_atf_atf_c___t_atffile_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1356 tests_atf_atf_c___t_build_SOURCES = tests/atf/atf-c++/t_build.cpp tests/atf/atf-c/h_build.h
1357 tests_atf_atf_c___t_build_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1358 tests_atf_atf_c___t_check_SOURCES = tests/atf/atf-c++/t_check.cpp
1359 tests_atf_atf_c___t_check_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1360 tests_atf_atf_c___t_config_SOURCES = tests/atf/atf-c++/t_config.cpp
1361 tests_atf_atf_c___t_config_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1362 tests_atf_atf_c___t_env_SOURCES = tests/atf/atf-c++/t_env.cpp
1363 tests_atf_atf_c___t_env_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1364 tests_atf_atf_c___t_exceptions_SOURCES = tests/atf/atf-c++/t_exceptions.cpp
1365 tests_atf_atf_c___t_exceptions_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1366 tests_atf_atf_c___t_expand_SOURCES = tests/atf/atf-c++/t_expand.cpp
1367 tests_atf_atf_c___t_expand_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1368 tests_atf_atf_c___t_formats_SOURCES = tests/atf/atf-c++/t_formats.cpp
1369 tests_atf_atf_c___t_formats_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1370 tests_atf_atf_c___t_fs_SOURCES = tests/atf/atf-c++/t_fs.cpp
1371 tests_atf_atf_c___t_fs_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1372 tests_atf_atf_c___t_io_SOURCES = tests/atf/atf-c++/t_io.cpp
1373 tests_atf_atf_c___t_io_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1374 tests_atf_atf_c___t_macros_SOURCES = tests/atf/atf-c++/t_macros.cpp
1375 tests_atf_atf_c___t_macros_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1376 tests_atf_atf_c___t_parser_SOURCES = tests/atf/atf-c++/t_parser.cpp
1377 tests_atf_atf_c___t_parser_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1378 tests_atf_atf_c___t_process_SOURCES = tests/atf/atf-c++/t_process.cpp
1379 tests_atf_atf_c___t_process_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1380 tests_atf_atf_c___t_sanity_SOURCES = tests/atf/atf-c++/t_sanity.cpp
1381 tests_atf_atf_c___t_sanity_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1382 tests_atf_atf_c___t_signals_SOURCES = tests/atf/atf-c++/t_signals.cpp
1383 tests_atf_atf_c___t_signals_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1384 tests_atf_atf_c___t_tests_SOURCES = tests/atf/atf-c++/t_tests.cpp
1385 tests_atf_atf_c___t_tests_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1386 tests_atf_atf_c___t_text_SOURCES = tests/atf/atf-c++/t_text.cpp
1387 tests_atf_atf_c___t_text_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1388 tests_atf_atf_c___t_ui_SOURCES = tests/atf/atf-c++/t_ui.cpp
1389 tests_atf_atf_c___t_ui_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1390 tests_atf_atf_c___t_user_SOURCES = tests/atf/atf-c++/t_user.cpp
1391 tests_atf_atf_c___t_user_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1392 tests_atf_atf_c___t_utils_SOURCES = tests/atf/atf-c++/t_utils.cpp
1393 tests_atf_atf_c___t_utils_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1394 atf_atf_sh_DATA = tests/atf/atf-sh/Atffile
1395 atf_atf_shdir = $(pkgtestsdir)/atf-sh
1396 atf_atf_sh_SCRIPTS = tests/atf/atf-sh/h_misc \
1397 tests/atf/atf-sh/t_atf_check tests/atf/atf-sh/t_config \
1398 tests/atf/atf-sh/t_normalize tests/atf/atf-sh/t_tc \
1399 tests/atf/atf-sh/t_tp
1400 atf_data_DATA = tests/atf/data/Atffile
1401 atf_datadir = $(pkgtestsdir)/data
1402 atf_data_SCRIPTS = tests/atf/data/t_pkg_config
1403 atf_formats_DATA = tests/atf/formats/Atffile \
1404 tests/atf/formats/d_atffile_1 \
1405 tests/atf/formats/d_atffile_1.expout \
1406 tests/atf/formats/d_atffile_2 \
1407 tests/atf/formats/d_atffile_2.expout \
1408 tests/atf/formats/d_atffile_3 \
1409 tests/atf/formats/d_atffile_3.expout \
1410 tests/atf/formats/d_atffile_4 \
1411 tests/atf/formats/d_atffile_4.expout \
1412 tests/atf/formats/d_atffile_5 \
1413 tests/atf/formats/d_atffile_5.expout \
1414 tests/atf/formats/d_atffile_50 \
1415 tests/atf/formats/d_atffile_50.experr \
1416 tests/atf/formats/d_atffile_51 \
1417 tests/atf/formats/d_atffile_51.experr \
1418 tests/atf/formats/d_atffile_52 \
1419 tests/atf/formats/d_atffile_52.experr \
1420 tests/atf/formats/d_atffile_53 \
1421 tests/atf/formats/d_atffile_53.experr \
1422 tests/atf/formats/d_atffile_53.expout \
1423 tests/atf/formats/d_atffile_54 \
1424 tests/atf/formats/d_atffile_54.experr \
1425 tests/atf/formats/d_atffile_6 \
1426 tests/atf/formats/d_atffile_6.expout \
1427 tests/atf/formats/d_config_1 \
1428 tests/atf/formats/d_config_1.expout \
1429 tests/atf/formats/d_config_2 \
1430 tests/atf/formats/d_config_2.expout \
1431 tests/atf/formats/d_config_3 \
1432 tests/atf/formats/d_config_3.expout \
1433 tests/atf/formats/d_config_4 \
1434 tests/atf/formats/d_config_4.expout \
1435 tests/atf/formats/d_config_50 \
1436 tests/atf/formats/d_config_50.experr \
1437 tests/atf/formats/d_config_51 \
1438 tests/atf/formats/d_config_51.experr \
1439 tests/atf/formats/d_config_52 \
1440 tests/atf/formats/d_config_52.experr \
1441 tests/atf/formats/d_config_53 \
1442 tests/atf/formats/d_config_53.experr \
1443 tests/atf/formats/d_config_53.expout \
1444 tests/atf/formats/d_config_54 \
1445 tests/atf/formats/d_config_54.experr \
1446 tests/atf/formats/d_headers_1 \
1447 tests/atf/formats/d_headers_1.experr \
1448 tests/atf/formats/d_headers_10 \
1449 tests/atf/formats/d_headers_10.experr \
1450 tests/atf/formats/d_headers_11 \
1451 tests/atf/formats/d_headers_11.experr \
1452 tests/atf/formats/d_headers_12 \
1453 tests/atf/formats/d_headers_12.experr \
1454 tests/atf/formats/d_headers_2 \
1455 tests/atf/formats/d_headers_2.experr \
1456 tests/atf/formats/d_headers_3 \
1457 tests/atf/formats/d_headers_3.experr \
1458 tests/atf/formats/d_headers_4 \
1459 tests/atf/formats/d_headers_4.experr \
1460 tests/atf/formats/d_headers_5 \
1461 tests/atf/formats/d_headers_5.experr \
1462 tests/atf/formats/d_headers_6 \
1463 tests/atf/formats/d_headers_6.experr \
1464 tests/atf/formats/d_headers_7 \
1465 tests/atf/formats/d_headers_7.experr \
1466 tests/atf/formats/d_headers_8 \
1467 tests/atf/formats/d_headers_8.experr \
1468 tests/atf/formats/d_headers_9 \
1469 tests/atf/formats/d_headers_9.experr \
1470 tests/atf/formats/d_tcs_1 \
1471 tests/atf/formats/d_tcs_1.errin \
1472 tests/atf/formats/d_tcs_1.expout \
1473 tests/atf/formats/d_tcs_1.outin \
1474 tests/atf/formats/d_tcs_2 \
1475 tests/atf/formats/d_tcs_2.errin \
1476 tests/atf/formats/d_tcs_2.expout \
1477 tests/atf/formats/d_tcs_2.outin \
1478 tests/atf/formats/d_tcs_3 \
1479 tests/atf/formats/d_tcs_3.errin \
1480 tests/atf/formats/d_tcs_3.expout \
1481 tests/atf/formats/d_tcs_3.outin \
1482 tests/atf/formats/d_tcs_4 \
1483 tests/atf/formats/d_tcs_4.errin \
1484 tests/atf/formats/d_tcs_4.expout \
1485 tests/atf/formats/d_tcs_4.outin \
1486 tests/atf/formats/d_tcs_5 \
1487 tests/atf/formats/d_tcs_5.errin \
1488 tests/atf/formats/d_tcs_5.expout \
1489 tests/atf/formats/d_tcs_5.outin \
1490 tests/atf/formats/d_tcs_50 \
1491 tests/atf/formats/d_tcs_50.experr \
1492 tests/atf/formats/d_tcs_51 \
1493 tests/atf/formats/d_tcs_51.experr \
1494 tests/atf/formats/d_tcs_52 \
1495 tests/atf/formats/d_tcs_52.experr \
1496 tests/atf/formats/d_tcs_53 \
1497 tests/atf/formats/d_tcs_53.experr \
1498 tests/atf/formats/d_tcs_53.expout \
1499 tests/atf/formats/d_tcs_54 \
1500 tests/atf/formats/d_tcs_54.experr \
1501 tests/atf/formats/d_tcs_54.expout \
1502 tests/atf/formats/d_tcs_55 \
1503 tests/atf/formats/d_tcs_55.experr \
1504 tests/atf/formats/d_tcs_55.expout \
1505 tests/atf/formats/d_tcs_56 \
1506 tests/atf/formats/d_tcs_56.errin \
1507 tests/atf/formats/d_tcs_56.experr \
1508 tests/atf/formats/d_tcs_56.expout \
1509 tests/atf/formats/d_tcs_56.outin \
1510 tests/atf/formats/d_tcs_57 \
1511 tests/atf/formats/d_tcs_57.errin \
1512 tests/atf/formats/d_tcs_57.experr \
1513 tests/atf/formats/d_tcs_57.expout \
1514 tests/atf/formats/d_tcs_57.outin \
1515 tests/atf/formats/d_tps_1 \
1516 tests/atf/formats/d_tps_1.expout \
1517 tests/atf/formats/d_tps_2 \
1518 tests/atf/formats/d_tps_2.expout \
1519 tests/atf/formats/d_tps_3 \
1520 tests/atf/formats/d_tps_3.expout \
1521 tests/atf/formats/d_tps_4 \
1522 tests/atf/formats/d_tps_4.expout \
1523 tests/atf/formats/d_tps_5 \
1524 tests/atf/formats/d_tps_5.expout \
1525 tests/atf/formats/d_tps_50 \
1526 tests/atf/formats/d_tps_50.experr \
1527 tests/atf/formats/d_tps_51 \
1528 tests/atf/formats/d_tps_51.experr \
1529 tests/atf/formats/d_tps_52 \
1530 tests/atf/formats/d_tps_52.experr \
1531 tests/atf/formats/d_tps_53 \
1532 tests/atf/formats/d_tps_53.experr \
1533 tests/atf/formats/d_tps_53.expout \
1534 tests/atf/formats/d_tps_54 \
1535 tests/atf/formats/d_tps_54.experr \
1536 tests/atf/formats/d_tps_54.expout \
1537 tests/atf/formats/d_tps_55 \
1538 tests/atf/formats/d_tps_55.experr \
1539 tests/atf/formats/d_tps_55.expout \
1540 tests/atf/formats/d_tps_56 \
1541 tests/atf/formats/d_tps_56.experr \
1542 tests/atf/formats/d_tps_56.expout \
1543 tests/atf/formats/d_tps_57 \
1544 tests/atf/formats/d_tps_57.experr \
1545 tests/atf/formats/d_tps_57.expout \
1546 tests/atf/formats/d_tps_58 \
1547 tests/atf/formats/d_tps_58.experr \
1548 tests/atf/formats/d_tps_58.expout \
1549 tests/atf/formats/d_tps_59 \
1550 tests/atf/formats/d_tps_59.experr \
1551 tests/atf/formats/d_tps_60 \
1552 tests/atf/formats/d_tps_60.experr \
1553 tests/atf/formats/d_tps_61 \
1554 tests/atf/formats/d_tps_61.experr \
1555 tests/atf/formats/d_tps_62 \
1556 tests/atf/formats/d_tps_62.experr \
1557 tests/atf/formats/d_tps_62.expout \
1558 tests/atf/formats/d_tps_63 \
1559 tests/atf/formats/d_tps_63.experr \
1560 tests/atf/formats/d_tps_63.expout \
1561 tests/atf/formats/d_tps_64 \
1562 tests/atf/formats/d_tps_64.experr \
1563 tests/atf/formats/d_tps_64.expout \
1564 tests/atf/formats/d_tps_65 \
1565 tests/atf/formats/d_tps_65.experr \
1566 tests/atf/formats/d_tps_65.expout \
1567 tests/atf/formats/d_tps_66 \
1568 tests/atf/formats/d_tps_66.experr \
1569 tests/atf/formats/d_tps_66.expout
1571 atf_formatsdir = $(pkgtestsdir)/formats
1572 tests_atf_formats_h_parser_SOURCES = tests/atf/formats/h_parser.cpp
1573 tests_atf_formats_h_parser_LDADD = libatf-c++.la
1574 tests_atf_formats_t_writers_SOURCES = tests/atf/formats/t_writers.cpp
1575 tests_atf_formats_t_writers_LDADD = libatf-c++.la
1576 atf_formats_SCRIPTS = tests/atf/formats/t_parsers
1577 atf_test_programs_DATA = tests/atf/test_programs/Atffile
1578 atf_test_programsdir = $(pkgtestsdir)/test_programs
1579 tests_atf_test_programs_h_c_SOURCES = tests/atf/test_programs/h_c.c
1580 tests_atf_test_programs_h_c_LDADD = tests/atf/atf-c/libh.la libatf-c.la
1581 tests_atf_test_programs_h_cpp_SOURCES = tests/atf/test_programs/h_cpp.cpp
1582 tests_atf_test_programs_h_cpp_LDADD = tests/atf/atf-c++/libh.la libatf-c++.la
1583 atf_test_programs_SCRIPTS = tests/atf/test_programs/h_sh \
1584 tests/atf/test_programs/t_cleanup \
1585 tests/atf/test_programs/t_config tests/atf/test_programs/t_env \
1586 tests/atf/test_programs/t_fork \
1587 tests/atf/test_programs/t_meta_data \
1588 tests/atf/test_programs/t_srcdir \
1589 tests/atf/test_programs/t_status \
1590 tests/atf/test_programs/t_workdir
1591 atf_tools_DATA = tests/atf/tools/Atffile
1592 atf_toolsdir = $(pkgtestsdir)/tools
1593 tests_atf_tools_h_fail_SOURCES = tests/atf/tools/h_fail.cpp
1594 tests_atf_tools_h_fail_LDADD = libatf-c++.la
1595 tests_atf_tools_h_misc_SOURCES = tests/atf/tools/h_misc.cpp
1596 tests_atf_tools_h_misc_LDADD = libatf-c++.la
1597 tests_atf_tools_h_mode_SOURCES = tests/atf/tools/h_mode.cpp
1598 tests_atf_tools_h_mode_LDADD = libatf-c++.la
1599 tests_atf_tools_h_pass_SOURCES = tests/atf/tools/h_pass.cpp
1600 tests_atf_tools_h_pass_LDADD = libatf-c++.la
1601 atf_tools_SCRIPTS = tests/atf/tools/t_atf_check \
1602 tests/atf/tools/t_atf_cleanup tests/atf/tools/t_atf_compile \
1603 tests/atf/tools/t_atf_config tests/atf/tools/t_atf_exec \
1604 tests/atf/tools/t_atf_report tests/atf/tools/t_atf_run
1605 tools_atf_check_SOURCES = tools/atf-check.cpp
1606 tools_atf_check_LDADD = libatf-c++.la
1607 tools_atf_config_SOURCES = tools/atf-config.cpp
1608 tools_atf_config_LDADD = libatf-c++.la
1609 tools_atf_cleanup_SOURCES = tools/atf-cleanup.cpp
1610 tools_atf_cleanup_LDADD = libatf-c++.la
1611 tools_atf_compile_SOURCES = tools/atf-compile.cpp
1612 tools_atf_compile_LDADD = libatf-c++.la
1613 tools_atf_exec_SOURCES = tools/atf-exec.cpp
1614 tools_atf_exec_LDADD = libatf-c++.la
1615 tools_atf_format_SOURCES = tools/atf-format.cpp
1616 tools_atf_format_LDADD = libatf-c++.la
1617 tools_atf_report_SOURCES = tools/atf-report.cpp
1618 tools_atf_report_LDADD = libatf-c++.la
1619 tools_atf_run_SOURCES = tools/atf-run.cpp
1620 tools_atf_run_LDADD = libatf-c++.la
1621 tools_atf_version_SOURCES = tools/atf-version.cpp revision.h
1622 tools_atf_version_LDADD = libatf-c++.la
1623 BUILT_SOURCES = revision.h
1624 hooksdir = $(pkgdatadir)
1625 hooks_DATA = tools/atf-run.hooks
1626 all: $(BUILT_SOURCES) bconfig.h
1627 $(MAKE) $(AM_MAKEFLAGS) all-am
1629 .SUFFIXES:
1630 .SUFFIXES: .c .cpp .lo .o .obj
1631 am--refresh:
1633 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
1634 @for dep in $?; do \
1635 case '$(am__configure_deps)' in \
1636 *$$dep*) \
1637 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1638 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1639 && exit 0; \
1640 exit 1;; \
1641 esac; \
1642 done; \
1643 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1644 $(am__cd) $(top_srcdir) && \
1645 $(AUTOMAKE) --foreign Makefile
1646 .PRECIOUS: Makefile
1647 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1648 @case '$?' in \
1649 *config.status*) \
1650 echo ' $(SHELL) ./config.status'; \
1651 $(SHELL) ./config.status;; \
1652 *) \
1653 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1654 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1655 esac;
1657 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1658 $(SHELL) ./config.status --recheck
1660 $(top_srcdir)/configure: $(am__configure_deps)
1661 $(am__cd) $(srcdir) && $(AUTOCONF)
1662 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
1663 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1664 $(am__aclocal_m4_deps):
1666 bconfig.h: stamp-h1
1667 @if test ! -f $@; then \
1668 rm -f stamp-h1; \
1669 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
1670 else :; fi
1672 stamp-h1: $(srcdir)/bconfig.h.in $(top_builddir)/config.status
1673 @rm -f stamp-h1
1674 cd $(top_builddir) && $(SHELL) ./config.status bconfig.h
1675 $(srcdir)/bconfig.h.in: $(am__configure_deps)
1676 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1677 rm -f stamp-h1
1678 touch $@
1680 distclean-hdr:
1681 -rm -f bconfig.h stamp-h1
1682 atf-c/defs.h: $(top_builddir)/config.status $(top_srcdir)/atf-c/defs.h.in
1683 cd $(top_builddir) && $(SHELL) ./config.status $@
1684 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1685 @$(NORMAL_INSTALL)
1686 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
1687 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1688 list2=; for p in $$list; do \
1689 if test -f $$p; then \
1690 list2="$$list2 $$p"; \
1691 else :; fi; \
1692 done; \
1693 test -z "$$list2" || { \
1694 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1695 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1698 uninstall-libLTLIBRARIES:
1699 @$(NORMAL_UNINSTALL)
1700 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1701 for p in $$list; do \
1702 $(am__strip_dir) \
1703 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1704 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1705 done
1707 clean-libLTLIBRARIES:
1708 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1709 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
1710 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1711 test "$$dir" != "$$p" || dir=.; \
1712 echo "rm -f \"$${dir}/so_locations\""; \
1713 rm -f "$${dir}/so_locations"; \
1714 done
1716 clean-noinstLTLIBRARIES:
1717 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1718 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1719 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1720 test "$$dir" != "$$p" || dir=.; \
1721 echo "rm -f \"$${dir}/so_locations\""; \
1722 rm -f "$${dir}/so_locations"; \
1723 done
1724 atf-c++/$(am__dirstamp):
1725 @$(MKDIR_P) atf-c++
1726 @: > atf-c++/$(am__dirstamp)
1727 atf-c++/$(DEPDIR)/$(am__dirstamp):
1728 @$(MKDIR_P) atf-c++/$(DEPDIR)
1729 @: > atf-c++/$(DEPDIR)/$(am__dirstamp)
1730 atf-c++/application.lo: atf-c++/$(am__dirstamp) \
1731 atf-c++/$(DEPDIR)/$(am__dirstamp)
1732 atf-c++/atffile.lo: atf-c++/$(am__dirstamp) \
1733 atf-c++/$(DEPDIR)/$(am__dirstamp)
1734 atf-c++/build.lo: atf-c++/$(am__dirstamp) \
1735 atf-c++/$(DEPDIR)/$(am__dirstamp)
1736 atf-c++/check.lo: atf-c++/$(am__dirstamp) \
1737 atf-c++/$(DEPDIR)/$(am__dirstamp)
1738 atf-c++/config.lo: atf-c++/$(am__dirstamp) \
1739 atf-c++/$(DEPDIR)/$(am__dirstamp)
1740 atf-c++/env.lo: atf-c++/$(am__dirstamp) \
1741 atf-c++/$(DEPDIR)/$(am__dirstamp)
1742 atf-c++/exceptions.lo: atf-c++/$(am__dirstamp) \
1743 atf-c++/$(DEPDIR)/$(am__dirstamp)
1744 atf-c++/expand.lo: atf-c++/$(am__dirstamp) \
1745 atf-c++/$(DEPDIR)/$(am__dirstamp)
1746 atf-c++/formats.lo: atf-c++/$(am__dirstamp) \
1747 atf-c++/$(DEPDIR)/$(am__dirstamp)
1748 atf-c++/fs.lo: atf-c++/$(am__dirstamp) \
1749 atf-c++/$(DEPDIR)/$(am__dirstamp)
1750 atf-c++/io.lo: atf-c++/$(am__dirstamp) \
1751 atf-c++/$(DEPDIR)/$(am__dirstamp)
1752 atf-c++/parser.lo: atf-c++/$(am__dirstamp) \
1753 atf-c++/$(DEPDIR)/$(am__dirstamp)
1754 atf-c++/process.lo: atf-c++/$(am__dirstamp) \
1755 atf-c++/$(DEPDIR)/$(am__dirstamp)
1756 atf-c++/signals.lo: atf-c++/$(am__dirstamp) \
1757 atf-c++/$(DEPDIR)/$(am__dirstamp)
1758 atf-c++/tests.lo: atf-c++/$(am__dirstamp) \
1759 atf-c++/$(DEPDIR)/$(am__dirstamp)
1760 atf-c++/text.lo: atf-c++/$(am__dirstamp) \
1761 atf-c++/$(DEPDIR)/$(am__dirstamp)
1762 atf-c++/ui.lo: atf-c++/$(am__dirstamp) \
1763 atf-c++/$(DEPDIR)/$(am__dirstamp)
1764 atf-c++/user.lo: atf-c++/$(am__dirstamp) \
1765 atf-c++/$(DEPDIR)/$(am__dirstamp)
1766 libatf-c++.la: $(libatf_c___la_OBJECTS) $(libatf_c___la_DEPENDENCIES)
1767 $(CXXLINK) -rpath $(libdir) $(libatf_c___la_OBJECTS) $(libatf_c___la_LIBADD) $(LIBS)
1768 atf-c/$(am__dirstamp):
1769 @$(MKDIR_P) atf-c
1770 @: > atf-c/$(am__dirstamp)
1771 atf-c/$(DEPDIR)/$(am__dirstamp):
1772 @$(MKDIR_P) atf-c/$(DEPDIR)
1773 @: > atf-c/$(DEPDIR)/$(am__dirstamp)
1774 atf-c/build.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1775 atf-c/check.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1776 atf-c/config.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1777 atf-c/dynstr.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1778 atf-c/env.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1779 atf-c/error.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1780 atf-c/expand.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1781 atf-c/fs.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1782 atf-c/io.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1783 atf-c/list.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1784 atf-c/map.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1785 atf-c/object.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1786 atf-c/process.lo: atf-c/$(am__dirstamp) \
1787 atf-c/$(DEPDIR)/$(am__dirstamp)
1788 atf-c/sanity.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1789 atf-c/signals.lo: atf-c/$(am__dirstamp) \
1790 atf-c/$(DEPDIR)/$(am__dirstamp)
1791 atf-c/text.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1792 atf-c/ui.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1793 atf-c/user.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1794 atf-c/tc.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1795 atf-c/tcr.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1796 atf-c/tp.lo: atf-c/$(am__dirstamp) atf-c/$(DEPDIR)/$(am__dirstamp)
1797 atf-c/tp_main.lo: atf-c/$(am__dirstamp) \
1798 atf-c/$(DEPDIR)/$(am__dirstamp)
1799 libatf-c.la: $(libatf_c_la_OBJECTS) $(libatf_c_la_DEPENDENCIES)
1800 $(LINK) -rpath $(libdir) $(libatf_c_la_OBJECTS) $(libatf_c_la_LIBADD) $(LIBS)
1801 tests/atf/atf-c++/$(am__dirstamp):
1802 @$(MKDIR_P) tests/atf/atf-c++
1803 @: > tests/atf/atf-c++/$(am__dirstamp)
1804 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp):
1805 @$(MKDIR_P) tests/atf/atf-c++/$(DEPDIR)
1806 @: > tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
1807 tests/atf/atf-c++/h_lib.lo: tests/atf/atf-c++/$(am__dirstamp) \
1808 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
1809 tests/atf/atf-c++/libh.la: $(tests_atf_atf_c___libh_la_OBJECTS) $(tests_atf_atf_c___libh_la_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
1810 $(CXXLINK) $(tests_atf_atf_c___libh_la_OBJECTS) $(tests_atf_atf_c___libh_la_LIBADD) $(LIBS)
1811 tests/atf/atf-c/$(am__dirstamp):
1812 @$(MKDIR_P) tests/atf/atf-c
1813 @: > tests/atf/atf-c/$(am__dirstamp)
1814 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp):
1815 @$(MKDIR_P) tests/atf/atf-c/$(DEPDIR)
1816 @: > tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
1817 tests/atf/atf-c/h_lib.lo: tests/atf/atf-c/$(am__dirstamp) \
1818 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
1819 tests/atf/atf-c/libh.la: $(tests_atf_atf_c_libh_la_OBJECTS) $(tests_atf_atf_c_libh_la_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
1820 $(LINK) $(tests_atf_atf_c_libh_la_OBJECTS) $(tests_atf_atf_c_libh_la_LIBADD) $(LIBS)
1821 install-atf_atf_cPROGRAMS: $(atf_atf_c_PROGRAMS)
1822 @$(NORMAL_INSTALL)
1823 test -z "$(atf_atf_cdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_atf_cdir)"
1824 @list='$(atf_atf_c_PROGRAMS)'; test -n "$(atf_atf_cdir)" || list=; \
1825 for p in $$list; do echo "$$p $$p"; done | \
1826 sed 's/$(EXEEXT)$$//' | \
1827 while read p p1; do if test -f $$p || test -f $$p1; \
1828 then echo "$$p"; echo "$$p"; else :; fi; \
1829 done | \
1830 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
1831 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1832 sed 'N;N;N;s,\n, ,g' | \
1833 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1834 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1835 if ($$2 == $$4) files[d] = files[d] " " $$1; \
1836 else { print "f", $$3 "/" $$4, $$1; } } \
1837 END { for (d in files) print "f", d, files[d] }' | \
1838 while read type dir files; do \
1839 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1840 test -z "$$files" || { \
1841 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(atf_atf_cdir)$$dir'"; \
1842 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(atf_atf_cdir)$$dir" || exit $$?; \
1844 ; done
1846 uninstall-atf_atf_cPROGRAMS:
1847 @$(NORMAL_UNINSTALL)
1848 @list='$(atf_atf_c_PROGRAMS)'; test -n "$(atf_atf_cdir)" || list=; \
1849 files=`for p in $$list; do echo "$$p"; done | \
1850 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1851 -e 's/$$/$(EXEEXT)/' `; \
1852 test -n "$$list" || exit 0; \
1853 echo " ( cd '$(DESTDIR)$(atf_atf_cdir)' && rm -f" $$files ")"; \
1854 cd "$(DESTDIR)$(atf_atf_cdir)" && rm -f $$files
1856 clean-atf_atf_cPROGRAMS:
1857 @list='$(atf_atf_c_PROGRAMS)'; test -n "$$list" || exit 0; \
1858 echo " rm -f" $$list; \
1859 rm -f $$list || exit $$?; \
1860 test -n "$(EXEEXT)" || exit 0; \
1861 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1862 echo " rm -f" $$list; \
1863 rm -f $$list
1864 install-atf_atf_c__PROGRAMS: $(atf_atf_c___PROGRAMS)
1865 @$(NORMAL_INSTALL)
1866 test -z "$(atf_atf_c__dir)" || $(MKDIR_P) "$(DESTDIR)$(atf_atf_c__dir)"
1867 @list='$(atf_atf_c___PROGRAMS)'; test -n "$(atf_atf_c__dir)" || list=; \
1868 for p in $$list; do echo "$$p $$p"; done | \
1869 sed 's/$(EXEEXT)$$//' | \
1870 while read p p1; do if test -f $$p || test -f $$p1; \
1871 then echo "$$p"; echo "$$p"; else :; fi; \
1872 done | \
1873 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
1874 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1875 sed 'N;N;N;s,\n, ,g' | \
1876 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1877 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1878 if ($$2 == $$4) files[d] = files[d] " " $$1; \
1879 else { print "f", $$3 "/" $$4, $$1; } } \
1880 END { for (d in files) print "f", d, files[d] }' | \
1881 while read type dir files; do \
1882 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1883 test -z "$$files" || { \
1884 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(atf_atf_c__dir)$$dir'"; \
1885 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(atf_atf_c__dir)$$dir" || exit $$?; \
1887 ; done
1889 uninstall-atf_atf_c__PROGRAMS:
1890 @$(NORMAL_UNINSTALL)
1891 @list='$(atf_atf_c___PROGRAMS)'; test -n "$(atf_atf_c__dir)" || list=; \
1892 files=`for p in $$list; do echo "$$p"; done | \
1893 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1894 -e 's/$$/$(EXEEXT)/' `; \
1895 test -n "$$list" || exit 0; \
1896 echo " ( cd '$(DESTDIR)$(atf_atf_c__dir)' && rm -f" $$files ")"; \
1897 cd "$(DESTDIR)$(atf_atf_c__dir)" && rm -f $$files
1899 clean-atf_atf_c__PROGRAMS:
1900 @list='$(atf_atf_c___PROGRAMS)'; test -n "$$list" || exit 0; \
1901 echo " rm -f" $$list; \
1902 rm -f $$list || exit $$?; \
1903 test -n "$(EXEEXT)" || exit 0; \
1904 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1905 echo " rm -f" $$list; \
1906 rm -f $$list
1907 install-atf_formatsPROGRAMS: $(atf_formats_PROGRAMS)
1908 @$(NORMAL_INSTALL)
1909 test -z "$(atf_formatsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_formatsdir)"
1910 @list='$(atf_formats_PROGRAMS)'; test -n "$(atf_formatsdir)" || list=; \
1911 for p in $$list; do echo "$$p $$p"; done | \
1912 sed 's/$(EXEEXT)$$//' | \
1913 while read p p1; do if test -f $$p || test -f $$p1; \
1914 then echo "$$p"; echo "$$p"; else :; fi; \
1915 done | \
1916 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
1917 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1918 sed 'N;N;N;s,\n, ,g' | \
1919 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1920 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1921 if ($$2 == $$4) files[d] = files[d] " " $$1; \
1922 else { print "f", $$3 "/" $$4, $$1; } } \
1923 END { for (d in files) print "f", d, files[d] }' | \
1924 while read type dir files; do \
1925 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1926 test -z "$$files" || { \
1927 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(atf_formatsdir)$$dir'"; \
1928 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(atf_formatsdir)$$dir" || exit $$?; \
1930 ; done
1932 uninstall-atf_formatsPROGRAMS:
1933 @$(NORMAL_UNINSTALL)
1934 @list='$(atf_formats_PROGRAMS)'; test -n "$(atf_formatsdir)" || list=; \
1935 files=`for p in $$list; do echo "$$p"; done | \
1936 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1937 -e 's/$$/$(EXEEXT)/' `; \
1938 test -n "$$list" || exit 0; \
1939 echo " ( cd '$(DESTDIR)$(atf_formatsdir)' && rm -f" $$files ")"; \
1940 cd "$(DESTDIR)$(atf_formatsdir)" && rm -f $$files
1942 clean-atf_formatsPROGRAMS:
1943 @list='$(atf_formats_PROGRAMS)'; test -n "$$list" || exit 0; \
1944 echo " rm -f" $$list; \
1945 rm -f $$list || exit $$?; \
1946 test -n "$(EXEEXT)" || exit 0; \
1947 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1948 echo " rm -f" $$list; \
1949 rm -f $$list
1950 install-atf_test_programsPROGRAMS: $(atf_test_programs_PROGRAMS)
1951 @$(NORMAL_INSTALL)
1952 test -z "$(atf_test_programsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_test_programsdir)"
1953 @list='$(atf_test_programs_PROGRAMS)'; test -n "$(atf_test_programsdir)" || list=; \
1954 for p in $$list; do echo "$$p $$p"; done | \
1955 sed 's/$(EXEEXT)$$//' | \
1956 while read p p1; do if test -f $$p || test -f $$p1; \
1957 then echo "$$p"; echo "$$p"; else :; fi; \
1958 done | \
1959 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
1960 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1961 sed 'N;N;N;s,\n, ,g' | \
1962 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1963 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1964 if ($$2 == $$4) files[d] = files[d] " " $$1; \
1965 else { print "f", $$3 "/" $$4, $$1; } } \
1966 END { for (d in files) print "f", d, files[d] }' | \
1967 while read type dir files; do \
1968 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1969 test -z "$$files" || { \
1970 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(atf_test_programsdir)$$dir'"; \
1971 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(atf_test_programsdir)$$dir" || exit $$?; \
1973 ; done
1975 uninstall-atf_test_programsPROGRAMS:
1976 @$(NORMAL_UNINSTALL)
1977 @list='$(atf_test_programs_PROGRAMS)'; test -n "$(atf_test_programsdir)" || list=; \
1978 files=`for p in $$list; do echo "$$p"; done | \
1979 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1980 -e 's/$$/$(EXEEXT)/' `; \
1981 test -n "$$list" || exit 0; \
1982 echo " ( cd '$(DESTDIR)$(atf_test_programsdir)' && rm -f" $$files ")"; \
1983 cd "$(DESTDIR)$(atf_test_programsdir)" && rm -f $$files
1985 clean-atf_test_programsPROGRAMS:
1986 @list='$(atf_test_programs_PROGRAMS)'; test -n "$$list" || exit 0; \
1987 echo " rm -f" $$list; \
1988 rm -f $$list || exit $$?; \
1989 test -n "$(EXEEXT)" || exit 0; \
1990 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1991 echo " rm -f" $$list; \
1992 rm -f $$list
1993 install-atf_toolsPROGRAMS: $(atf_tools_PROGRAMS)
1994 @$(NORMAL_INSTALL)
1995 test -z "$(atf_toolsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_toolsdir)"
1996 @list='$(atf_tools_PROGRAMS)'; test -n "$(atf_toolsdir)" || list=; \
1997 for p in $$list; do echo "$$p $$p"; done | \
1998 sed 's/$(EXEEXT)$$//' | \
1999 while read p p1; do if test -f $$p || test -f $$p1; \
2000 then echo "$$p"; echo "$$p"; else :; fi; \
2001 done | \
2002 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
2003 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
2004 sed 'N;N;N;s,\n, ,g' | \
2005 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
2006 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
2007 if ($$2 == $$4) files[d] = files[d] " " $$1; \
2008 else { print "f", $$3 "/" $$4, $$1; } } \
2009 END { for (d in files) print "f", d, files[d] }' | \
2010 while read type dir files; do \
2011 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
2012 test -z "$$files" || { \
2013 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(atf_toolsdir)$$dir'"; \
2014 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(atf_toolsdir)$$dir" || exit $$?; \
2016 ; done
2018 uninstall-atf_toolsPROGRAMS:
2019 @$(NORMAL_UNINSTALL)
2020 @list='$(atf_tools_PROGRAMS)'; test -n "$(atf_toolsdir)" || list=; \
2021 files=`for p in $$list; do echo "$$p"; done | \
2022 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
2023 -e 's/$$/$(EXEEXT)/' `; \
2024 test -n "$$list" || exit 0; \
2025 echo " ( cd '$(DESTDIR)$(atf_toolsdir)' && rm -f" $$files ")"; \
2026 cd "$(DESTDIR)$(atf_toolsdir)" && rm -f $$files
2028 clean-atf_toolsPROGRAMS:
2029 @list='$(atf_tools_PROGRAMS)'; test -n "$$list" || exit 0; \
2030 echo " rm -f" $$list; \
2031 rm -f $$list || exit $$?; \
2032 test -n "$(EXEEXT)" || exit 0; \
2033 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
2034 echo " rm -f" $$list; \
2035 rm -f $$list
2036 install-binPROGRAMS: $(bin_PROGRAMS)
2037 @$(NORMAL_INSTALL)
2038 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
2039 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
2040 for p in $$list; do echo "$$p $$p"; done | \
2041 sed 's/$(EXEEXT)$$//' | \
2042 while read p p1; do if test -f $$p || test -f $$p1; \
2043 then echo "$$p"; echo "$$p"; else :; fi; \
2044 done | \
2045 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
2046 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
2047 sed 'N;N;N;s,\n, ,g' | \
2048 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
2049 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
2050 if ($$2 == $$4) files[d] = files[d] " " $$1; \
2051 else { print "f", $$3 "/" $$4, $$1; } } \
2052 END { for (d in files) print "f", d, files[d] }' | \
2053 while read type dir files; do \
2054 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
2055 test -z "$$files" || { \
2056 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
2057 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
2059 ; done
2061 uninstall-binPROGRAMS:
2062 @$(NORMAL_UNINSTALL)
2063 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
2064 files=`for p in $$list; do echo "$$p"; done | \
2065 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
2066 -e 's/$$/$(EXEEXT)/' `; \
2067 test -n "$$list" || exit 0; \
2068 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
2069 cd "$(DESTDIR)$(bindir)" && rm -f $$files
2071 clean-binPROGRAMS:
2072 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
2073 echo " rm -f" $$list; \
2074 rm -f $$list || exit $$?; \
2075 test -n "$(EXEEXT)" || exit 0; \
2076 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
2077 echo " rm -f" $$list; \
2078 rm -f $$list
2080 clean-checkPROGRAMS:
2081 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
2082 echo " rm -f" $$list; \
2083 rm -f $$list || exit $$?; \
2084 test -n "$(EXEEXT)" || exit 0; \
2085 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
2086 echo " rm -f" $$list; \
2087 rm -f $$list
2088 install-libexecPROGRAMS: $(libexec_PROGRAMS)
2089 @$(NORMAL_INSTALL)
2090 test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
2091 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
2092 for p in $$list; do echo "$$p $$p"; done | \
2093 sed 's/$(EXEEXT)$$//' | \
2094 while read p p1; do if test -f $$p || test -f $$p1; \
2095 then echo "$$p"; echo "$$p"; else :; fi; \
2096 done | \
2097 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
2098 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
2099 sed 'N;N;N;s,\n, ,g' | \
2100 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
2101 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
2102 if ($$2 == $$4) files[d] = files[d] " " $$1; \
2103 else { print "f", $$3 "/" $$4, $$1; } } \
2104 END { for (d in files) print "f", d, files[d] }' | \
2105 while read type dir files; do \
2106 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
2107 test -z "$$files" || { \
2108 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
2109 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
2111 ; done
2113 uninstall-libexecPROGRAMS:
2114 @$(NORMAL_UNINSTALL)
2115 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
2116 files=`for p in $$list; do echo "$$p"; done | \
2117 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
2118 -e 's/$$/$(EXEEXT)/' `; \
2119 test -n "$$list" || exit 0; \
2120 echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
2121 cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
2123 clean-libexecPROGRAMS:
2124 @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
2125 echo " rm -f" $$list; \
2126 rm -f $$list || exit $$?; \
2127 test -n "$(EXEEXT)" || exit 0; \
2128 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
2129 echo " rm -f" $$list; \
2130 rm -f $$list
2131 tests/atf/atf-c++/t_application.$(OBJEXT): \
2132 tests/atf/atf-c++/$(am__dirstamp) \
2133 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2134 tests/atf/atf-c++/t_application$(EXEEXT): $(tests_atf_atf_c___t_application_OBJECTS) $(tests_atf_atf_c___t_application_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2135 @rm -f tests/atf/atf-c++/t_application$(EXEEXT)
2136 $(CXXLINK) $(tests_atf_atf_c___t_application_OBJECTS) $(tests_atf_atf_c___t_application_LDADD) $(LIBS)
2137 tests/atf/atf-c++/t_atf_c++.$(OBJEXT): \
2138 tests/atf/atf-c++/$(am__dirstamp) \
2139 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2140 tests/atf/atf-c++/t_atf_c++$(EXEEXT): $(tests_atf_atf_c___t_atf_c___OBJECTS) $(tests_atf_atf_c___t_atf_c___DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2141 @rm -f tests/atf/atf-c++/t_atf_c++$(EXEEXT)
2142 $(CXXLINK) $(tests_atf_atf_c___t_atf_c___OBJECTS) $(tests_atf_atf_c___t_atf_c___LDADD) $(LIBS)
2143 tests/atf/atf-c++/t_atffile.$(OBJEXT): \
2144 tests/atf/atf-c++/$(am__dirstamp) \
2145 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2146 tests/atf/atf-c++/t_atffile$(EXEEXT): $(tests_atf_atf_c___t_atffile_OBJECTS) $(tests_atf_atf_c___t_atffile_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2147 @rm -f tests/atf/atf-c++/t_atffile$(EXEEXT)
2148 $(CXXLINK) $(tests_atf_atf_c___t_atffile_OBJECTS) $(tests_atf_atf_c___t_atffile_LDADD) $(LIBS)
2149 tests/atf/atf-c++/t_build.$(OBJEXT): \
2150 tests/atf/atf-c++/$(am__dirstamp) \
2151 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2152 tests/atf/atf-c++/t_build$(EXEEXT): $(tests_atf_atf_c___t_build_OBJECTS) $(tests_atf_atf_c___t_build_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2153 @rm -f tests/atf/atf-c++/t_build$(EXEEXT)
2154 $(CXXLINK) $(tests_atf_atf_c___t_build_OBJECTS) $(tests_atf_atf_c___t_build_LDADD) $(LIBS)
2155 tests/atf/atf-c++/t_check.$(OBJEXT): \
2156 tests/atf/atf-c++/$(am__dirstamp) \
2157 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2158 tests/atf/atf-c++/t_check$(EXEEXT): $(tests_atf_atf_c___t_check_OBJECTS) $(tests_atf_atf_c___t_check_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2159 @rm -f tests/atf/atf-c++/t_check$(EXEEXT)
2160 $(CXXLINK) $(tests_atf_atf_c___t_check_OBJECTS) $(tests_atf_atf_c___t_check_LDADD) $(LIBS)
2161 tests/atf/atf-c++/t_config.$(OBJEXT): \
2162 tests/atf/atf-c++/$(am__dirstamp) \
2163 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2164 tests/atf/atf-c++/t_config$(EXEEXT): $(tests_atf_atf_c___t_config_OBJECTS) $(tests_atf_atf_c___t_config_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2165 @rm -f tests/atf/atf-c++/t_config$(EXEEXT)
2166 $(CXXLINK) $(tests_atf_atf_c___t_config_OBJECTS) $(tests_atf_atf_c___t_config_LDADD) $(LIBS)
2167 tests/atf/atf-c++/t_env.$(OBJEXT): tests/atf/atf-c++/$(am__dirstamp) \
2168 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2169 tests/atf/atf-c++/t_env$(EXEEXT): $(tests_atf_atf_c___t_env_OBJECTS) $(tests_atf_atf_c___t_env_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2170 @rm -f tests/atf/atf-c++/t_env$(EXEEXT)
2171 $(CXXLINK) $(tests_atf_atf_c___t_env_OBJECTS) $(tests_atf_atf_c___t_env_LDADD) $(LIBS)
2172 tests/atf/atf-c++/t_exceptions.$(OBJEXT): \
2173 tests/atf/atf-c++/$(am__dirstamp) \
2174 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2175 tests/atf/atf-c++/t_exceptions$(EXEEXT): $(tests_atf_atf_c___t_exceptions_OBJECTS) $(tests_atf_atf_c___t_exceptions_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2176 @rm -f tests/atf/atf-c++/t_exceptions$(EXEEXT)
2177 $(CXXLINK) $(tests_atf_atf_c___t_exceptions_OBJECTS) $(tests_atf_atf_c___t_exceptions_LDADD) $(LIBS)
2178 tests/atf/atf-c++/t_expand.$(OBJEXT): \
2179 tests/atf/atf-c++/$(am__dirstamp) \
2180 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2181 tests/atf/atf-c++/t_expand$(EXEEXT): $(tests_atf_atf_c___t_expand_OBJECTS) $(tests_atf_atf_c___t_expand_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2182 @rm -f tests/atf/atf-c++/t_expand$(EXEEXT)
2183 $(CXXLINK) $(tests_atf_atf_c___t_expand_OBJECTS) $(tests_atf_atf_c___t_expand_LDADD) $(LIBS)
2184 tests/atf/atf-c++/t_formats.$(OBJEXT): \
2185 tests/atf/atf-c++/$(am__dirstamp) \
2186 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2187 tests/atf/atf-c++/t_formats$(EXEEXT): $(tests_atf_atf_c___t_formats_OBJECTS) $(tests_atf_atf_c___t_formats_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2188 @rm -f tests/atf/atf-c++/t_formats$(EXEEXT)
2189 $(CXXLINK) $(tests_atf_atf_c___t_formats_OBJECTS) $(tests_atf_atf_c___t_formats_LDADD) $(LIBS)
2190 tests/atf/atf-c++/t_fs.$(OBJEXT): tests/atf/atf-c++/$(am__dirstamp) \
2191 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2192 tests/atf/atf-c++/t_fs$(EXEEXT): $(tests_atf_atf_c___t_fs_OBJECTS) $(tests_atf_atf_c___t_fs_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2193 @rm -f tests/atf/atf-c++/t_fs$(EXEEXT)
2194 $(CXXLINK) $(tests_atf_atf_c___t_fs_OBJECTS) $(tests_atf_atf_c___t_fs_LDADD) $(LIBS)
2195 tests/atf/atf-c++/t_io.$(OBJEXT): tests/atf/atf-c++/$(am__dirstamp) \
2196 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2197 tests/atf/atf-c++/t_io$(EXEEXT): $(tests_atf_atf_c___t_io_OBJECTS) $(tests_atf_atf_c___t_io_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2198 @rm -f tests/atf/atf-c++/t_io$(EXEEXT)
2199 $(CXXLINK) $(tests_atf_atf_c___t_io_OBJECTS) $(tests_atf_atf_c___t_io_LDADD) $(LIBS)
2200 tests/atf/atf-c++/t_macros.$(OBJEXT): \
2201 tests/atf/atf-c++/$(am__dirstamp) \
2202 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2203 tests/atf/atf-c++/t_macros$(EXEEXT): $(tests_atf_atf_c___t_macros_OBJECTS) $(tests_atf_atf_c___t_macros_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2204 @rm -f tests/atf/atf-c++/t_macros$(EXEEXT)
2205 $(CXXLINK) $(tests_atf_atf_c___t_macros_OBJECTS) $(tests_atf_atf_c___t_macros_LDADD) $(LIBS)
2206 tests/atf/atf-c++/t_parser.$(OBJEXT): \
2207 tests/atf/atf-c++/$(am__dirstamp) \
2208 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2209 tests/atf/atf-c++/t_parser$(EXEEXT): $(tests_atf_atf_c___t_parser_OBJECTS) $(tests_atf_atf_c___t_parser_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2210 @rm -f tests/atf/atf-c++/t_parser$(EXEEXT)
2211 $(CXXLINK) $(tests_atf_atf_c___t_parser_OBJECTS) $(tests_atf_atf_c___t_parser_LDADD) $(LIBS)
2212 tests/atf/atf-c++/t_process.$(OBJEXT): \
2213 tests/atf/atf-c++/$(am__dirstamp) \
2214 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2215 tests/atf/atf-c++/t_process$(EXEEXT): $(tests_atf_atf_c___t_process_OBJECTS) $(tests_atf_atf_c___t_process_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2216 @rm -f tests/atf/atf-c++/t_process$(EXEEXT)
2217 $(CXXLINK) $(tests_atf_atf_c___t_process_OBJECTS) $(tests_atf_atf_c___t_process_LDADD) $(LIBS)
2218 tests/atf/atf-c++/t_sanity.$(OBJEXT): \
2219 tests/atf/atf-c++/$(am__dirstamp) \
2220 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2221 tests/atf/atf-c++/t_sanity$(EXEEXT): $(tests_atf_atf_c___t_sanity_OBJECTS) $(tests_atf_atf_c___t_sanity_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2222 @rm -f tests/atf/atf-c++/t_sanity$(EXEEXT)
2223 $(CXXLINK) $(tests_atf_atf_c___t_sanity_OBJECTS) $(tests_atf_atf_c___t_sanity_LDADD) $(LIBS)
2224 tests/atf/atf-c++/t_signals.$(OBJEXT): \
2225 tests/atf/atf-c++/$(am__dirstamp) \
2226 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2227 tests/atf/atf-c++/t_signals$(EXEEXT): $(tests_atf_atf_c___t_signals_OBJECTS) $(tests_atf_atf_c___t_signals_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2228 @rm -f tests/atf/atf-c++/t_signals$(EXEEXT)
2229 $(CXXLINK) $(tests_atf_atf_c___t_signals_OBJECTS) $(tests_atf_atf_c___t_signals_LDADD) $(LIBS)
2230 tests/atf/atf-c++/t_tests.$(OBJEXT): \
2231 tests/atf/atf-c++/$(am__dirstamp) \
2232 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2233 tests/atf/atf-c++/t_tests$(EXEEXT): $(tests_atf_atf_c___t_tests_OBJECTS) $(tests_atf_atf_c___t_tests_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2234 @rm -f tests/atf/atf-c++/t_tests$(EXEEXT)
2235 $(CXXLINK) $(tests_atf_atf_c___t_tests_OBJECTS) $(tests_atf_atf_c___t_tests_LDADD) $(LIBS)
2236 tests/atf/atf-c++/t_text.$(OBJEXT): tests/atf/atf-c++/$(am__dirstamp) \
2237 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2238 tests/atf/atf-c++/t_text$(EXEEXT): $(tests_atf_atf_c___t_text_OBJECTS) $(tests_atf_atf_c___t_text_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2239 @rm -f tests/atf/atf-c++/t_text$(EXEEXT)
2240 $(CXXLINK) $(tests_atf_atf_c___t_text_OBJECTS) $(tests_atf_atf_c___t_text_LDADD) $(LIBS)
2241 tests/atf/atf-c++/t_ui.$(OBJEXT): tests/atf/atf-c++/$(am__dirstamp) \
2242 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2243 tests/atf/atf-c++/t_ui$(EXEEXT): $(tests_atf_atf_c___t_ui_OBJECTS) $(tests_atf_atf_c___t_ui_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2244 @rm -f tests/atf/atf-c++/t_ui$(EXEEXT)
2245 $(CXXLINK) $(tests_atf_atf_c___t_ui_OBJECTS) $(tests_atf_atf_c___t_ui_LDADD) $(LIBS)
2246 tests/atf/atf-c++/t_user.$(OBJEXT): tests/atf/atf-c++/$(am__dirstamp) \
2247 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2248 tests/atf/atf-c++/t_user$(EXEEXT): $(tests_atf_atf_c___t_user_OBJECTS) $(tests_atf_atf_c___t_user_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2249 @rm -f tests/atf/atf-c++/t_user$(EXEEXT)
2250 $(CXXLINK) $(tests_atf_atf_c___t_user_OBJECTS) $(tests_atf_atf_c___t_user_LDADD) $(LIBS)
2251 tests/atf/atf-c++/t_utils.$(OBJEXT): \
2252 tests/atf/atf-c++/$(am__dirstamp) \
2253 tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
2254 tests/atf/atf-c++/t_utils$(EXEEXT): $(tests_atf_atf_c___t_utils_OBJECTS) $(tests_atf_atf_c___t_utils_DEPENDENCIES) tests/atf/atf-c++/$(am__dirstamp)
2255 @rm -f tests/atf/atf-c++/t_utils$(EXEEXT)
2256 $(CXXLINK) $(tests_atf_atf_c___t_utils_OBJECTS) $(tests_atf_atf_c___t_utils_LDADD) $(LIBS)
2257 tests/atf/atf-c/h_processes.$(OBJEXT): \
2258 tests/atf/atf-c/$(am__dirstamp) \
2259 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2260 tests/atf/atf-c/h_processes$(EXEEXT): $(tests_atf_atf_c_h_processes_OBJECTS) $(tests_atf_atf_c_h_processes_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2261 @rm -f tests/atf/atf-c/h_processes$(EXEEXT)
2262 $(LINK) $(tests_atf_atf_c_h_processes_OBJECTS) $(tests_atf_atf_c_h_processes_LDADD) $(LIBS)
2263 tests/atf/atf-c/t_atf_c.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2264 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2265 tests/atf/atf-c/t_atf_c$(EXEEXT): $(tests_atf_atf_c_t_atf_c_OBJECTS) $(tests_atf_atf_c_t_atf_c_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2266 @rm -f tests/atf/atf-c/t_atf_c$(EXEEXT)
2267 $(LINK) $(tests_atf_atf_c_t_atf_c_OBJECTS) $(tests_atf_atf_c_t_atf_c_LDADD) $(LIBS)
2268 tests/atf/atf-c/t_build.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2269 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2270 tests/atf/atf-c/t_build$(EXEEXT): $(tests_atf_atf_c_t_build_OBJECTS) $(tests_atf_atf_c_t_build_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2271 @rm -f tests/atf/atf-c/t_build$(EXEEXT)
2272 $(LINK) $(tests_atf_atf_c_t_build_OBJECTS) $(tests_atf_atf_c_t_build_LDADD) $(LIBS)
2273 tests/atf/atf-c/t_check.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2274 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2275 tests/atf/atf-c/t_check$(EXEEXT): $(tests_atf_atf_c_t_check_OBJECTS) $(tests_atf_atf_c_t_check_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2276 @rm -f tests/atf/atf-c/t_check$(EXEEXT)
2277 $(LINK) $(tests_atf_atf_c_t_check_OBJECTS) $(tests_atf_atf_c_t_check_LDADD) $(LIBS)
2278 tests/atf/atf-c/t_config.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2279 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2280 tests/atf/atf-c/t_config$(EXEEXT): $(tests_atf_atf_c_t_config_OBJECTS) $(tests_atf_atf_c_t_config_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2281 @rm -f tests/atf/atf-c/t_config$(EXEEXT)
2282 $(LINK) $(tests_atf_atf_c_t_config_OBJECTS) $(tests_atf_atf_c_t_config_LDADD) $(LIBS)
2283 tests/atf/atf-c/t_dynstr.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2284 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2285 tests/atf/atf-c/t_dynstr$(EXEEXT): $(tests_atf_atf_c_t_dynstr_OBJECTS) $(tests_atf_atf_c_t_dynstr_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2286 @rm -f tests/atf/atf-c/t_dynstr$(EXEEXT)
2287 $(LINK) $(tests_atf_atf_c_t_dynstr_OBJECTS) $(tests_atf_atf_c_t_dynstr_LDADD) $(LIBS)
2288 tests/atf/atf-c/t_env.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2289 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2290 tests/atf/atf-c/t_env$(EXEEXT): $(tests_atf_atf_c_t_env_OBJECTS) $(tests_atf_atf_c_t_env_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2291 @rm -f tests/atf/atf-c/t_env$(EXEEXT)
2292 $(LINK) $(tests_atf_atf_c_t_env_OBJECTS) $(tests_atf_atf_c_t_env_LDADD) $(LIBS)
2293 tests/atf/atf-c/t_error.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2294 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2295 tests/atf/atf-c/t_error$(EXEEXT): $(tests_atf_atf_c_t_error_OBJECTS) $(tests_atf_atf_c_t_error_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2296 @rm -f tests/atf/atf-c/t_error$(EXEEXT)
2297 $(LINK) $(tests_atf_atf_c_t_error_OBJECTS) $(tests_atf_atf_c_t_error_LDADD) $(LIBS)
2298 tests/atf/atf-c/t_expand.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2299 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2300 tests/atf/atf-c/t_expand$(EXEEXT): $(tests_atf_atf_c_t_expand_OBJECTS) $(tests_atf_atf_c_t_expand_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2301 @rm -f tests/atf/atf-c/t_expand$(EXEEXT)
2302 $(LINK) $(tests_atf_atf_c_t_expand_OBJECTS) $(tests_atf_atf_c_t_expand_LDADD) $(LIBS)
2303 tests/atf/atf-c/t_fs.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2304 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2305 tests/atf/atf-c/t_fs$(EXEEXT): $(tests_atf_atf_c_t_fs_OBJECTS) $(tests_atf_atf_c_t_fs_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2306 @rm -f tests/atf/atf-c/t_fs$(EXEEXT)
2307 $(LINK) $(tests_atf_atf_c_t_fs_OBJECTS) $(tests_atf_atf_c_t_fs_LDADD) $(LIBS)
2308 tests/atf/atf-c/t_h_lib.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2309 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2310 tests/atf/atf-c/t_h_lib$(EXEEXT): $(tests_atf_atf_c_t_h_lib_OBJECTS) $(tests_atf_atf_c_t_h_lib_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2311 @rm -f tests/atf/atf-c/t_h_lib$(EXEEXT)
2312 $(LINK) $(tests_atf_atf_c_t_h_lib_OBJECTS) $(tests_atf_atf_c_t_h_lib_LDADD) $(LIBS)
2313 tests/atf/atf-c/t_io.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2314 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2315 tests/atf/atf-c/t_io$(EXEEXT): $(tests_atf_atf_c_t_io_OBJECTS) $(tests_atf_atf_c_t_io_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2316 @rm -f tests/atf/atf-c/t_io$(EXEEXT)
2317 $(LINK) $(tests_atf_atf_c_t_io_OBJECTS) $(tests_atf_atf_c_t_io_LDADD) $(LIBS)
2318 tests/atf/atf-c/t_list.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2319 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2320 tests/atf/atf-c/t_list$(EXEEXT): $(tests_atf_atf_c_t_list_OBJECTS) $(tests_atf_atf_c_t_list_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2321 @rm -f tests/atf/atf-c/t_list$(EXEEXT)
2322 $(LINK) $(tests_atf_atf_c_t_list_OBJECTS) $(tests_atf_atf_c_t_list_LDADD) $(LIBS)
2323 tests/atf/atf-c/t_macros.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2324 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2325 tests/atf/atf-c/t_macros$(EXEEXT): $(tests_atf_atf_c_t_macros_OBJECTS) $(tests_atf_atf_c_t_macros_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2326 @rm -f tests/atf/atf-c/t_macros$(EXEEXT)
2327 $(LINK) $(tests_atf_atf_c_t_macros_OBJECTS) $(tests_atf_atf_c_t_macros_LDADD) $(LIBS)
2328 tests/atf/atf-c/t_map.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2329 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2330 tests/atf/atf-c/t_map$(EXEEXT): $(tests_atf_atf_c_t_map_OBJECTS) $(tests_atf_atf_c_t_map_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2331 @rm -f tests/atf/atf-c/t_map$(EXEEXT)
2332 $(LINK) $(tests_atf_atf_c_t_map_OBJECTS) $(tests_atf_atf_c_t_map_LDADD) $(LIBS)
2333 tests/atf/atf-c/t_process.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2334 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2335 tests/atf/atf-c/t_process$(EXEEXT): $(tests_atf_atf_c_t_process_OBJECTS) $(tests_atf_atf_c_t_process_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2336 @rm -f tests/atf/atf-c/t_process$(EXEEXT)
2337 $(LINK) $(tests_atf_atf_c_t_process_OBJECTS) $(tests_atf_atf_c_t_process_LDADD) $(LIBS)
2338 tests/atf/atf-c/t_sanity.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2339 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2340 tests/atf/atf-c/t_sanity$(EXEEXT): $(tests_atf_atf_c_t_sanity_OBJECTS) $(tests_atf_atf_c_t_sanity_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2341 @rm -f tests/atf/atf-c/t_sanity$(EXEEXT)
2342 $(LINK) $(tests_atf_atf_c_t_sanity_OBJECTS) $(tests_atf_atf_c_t_sanity_LDADD) $(LIBS)
2343 tests/atf/atf-c/t_signals.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2344 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2345 tests/atf/atf-c/t_signals$(EXEEXT): $(tests_atf_atf_c_t_signals_OBJECTS) $(tests_atf_atf_c_t_signals_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2346 @rm -f tests/atf/atf-c/t_signals$(EXEEXT)
2347 $(LINK) $(tests_atf_atf_c_t_signals_OBJECTS) $(tests_atf_atf_c_t_signals_LDADD) $(LIBS)
2348 tests/atf/atf-c/t_tc.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2349 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2350 tests/atf/atf-c/t_tc$(EXEEXT): $(tests_atf_atf_c_t_tc_OBJECTS) $(tests_atf_atf_c_t_tc_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2351 @rm -f tests/atf/atf-c/t_tc$(EXEEXT)
2352 $(LINK) $(tests_atf_atf_c_t_tc_OBJECTS) $(tests_atf_atf_c_t_tc_LDADD) $(LIBS)
2353 tests/atf/atf-c/t_tcr.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2354 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2355 tests/atf/atf-c/t_tcr$(EXEEXT): $(tests_atf_atf_c_t_tcr_OBJECTS) $(tests_atf_atf_c_t_tcr_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2356 @rm -f tests/atf/atf-c/t_tcr$(EXEEXT)
2357 $(LINK) $(tests_atf_atf_c_t_tcr_OBJECTS) $(tests_atf_atf_c_t_tcr_LDADD) $(LIBS)
2358 tests/atf/atf-c/t_text.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2359 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2360 tests/atf/atf-c/t_text$(EXEEXT): $(tests_atf_atf_c_t_text_OBJECTS) $(tests_atf_atf_c_t_text_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2361 @rm -f tests/atf/atf-c/t_text$(EXEEXT)
2362 $(LINK) $(tests_atf_atf_c_t_text_OBJECTS) $(tests_atf_atf_c_t_text_LDADD) $(LIBS)
2363 tests/atf/atf-c/t_ui.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2364 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2365 tests/atf/atf-c/t_ui$(EXEEXT): $(tests_atf_atf_c_t_ui_OBJECTS) $(tests_atf_atf_c_t_ui_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2366 @rm -f tests/atf/atf-c/t_ui$(EXEEXT)
2367 $(LINK) $(tests_atf_atf_c_t_ui_OBJECTS) $(tests_atf_atf_c_t_ui_LDADD) $(LIBS)
2368 tests/atf/atf-c/t_user.$(OBJEXT): tests/atf/atf-c/$(am__dirstamp) \
2369 tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
2370 tests/atf/atf-c/t_user$(EXEEXT): $(tests_atf_atf_c_t_user_OBJECTS) $(tests_atf_atf_c_t_user_DEPENDENCIES) tests/atf/atf-c/$(am__dirstamp)
2371 @rm -f tests/atf/atf-c/t_user$(EXEEXT)
2372 $(LINK) $(tests_atf_atf_c_t_user_OBJECTS) $(tests_atf_atf_c_t_user_LDADD) $(LIBS)
2373 tests/atf/formats/$(am__dirstamp):
2374 @$(MKDIR_P) tests/atf/formats
2375 @: > tests/atf/formats/$(am__dirstamp)
2376 tests/atf/formats/$(DEPDIR)/$(am__dirstamp):
2377 @$(MKDIR_P) tests/atf/formats/$(DEPDIR)
2378 @: > tests/atf/formats/$(DEPDIR)/$(am__dirstamp)
2379 tests/atf/formats/h_parser.$(OBJEXT): \
2380 tests/atf/formats/$(am__dirstamp) \
2381 tests/atf/formats/$(DEPDIR)/$(am__dirstamp)
2382 tests/atf/formats/h_parser$(EXEEXT): $(tests_atf_formats_h_parser_OBJECTS) $(tests_atf_formats_h_parser_DEPENDENCIES) tests/atf/formats/$(am__dirstamp)
2383 @rm -f tests/atf/formats/h_parser$(EXEEXT)
2384 $(CXXLINK) $(tests_atf_formats_h_parser_OBJECTS) $(tests_atf_formats_h_parser_LDADD) $(LIBS)
2385 tests/atf/formats/t_writers.$(OBJEXT): \
2386 tests/atf/formats/$(am__dirstamp) \
2387 tests/atf/formats/$(DEPDIR)/$(am__dirstamp)
2388 tests/atf/formats/t_writers$(EXEEXT): $(tests_atf_formats_t_writers_OBJECTS) $(tests_atf_formats_t_writers_DEPENDENCIES) tests/atf/formats/$(am__dirstamp)
2389 @rm -f tests/atf/formats/t_writers$(EXEEXT)
2390 $(CXXLINK) $(tests_atf_formats_t_writers_OBJECTS) $(tests_atf_formats_t_writers_LDADD) $(LIBS)
2391 tests/atf/test_programs/$(am__dirstamp):
2392 @$(MKDIR_P) tests/atf/test_programs
2393 @: > tests/atf/test_programs/$(am__dirstamp)
2394 tests/atf/test_programs/$(DEPDIR)/$(am__dirstamp):
2395 @$(MKDIR_P) tests/atf/test_programs/$(DEPDIR)
2396 @: > tests/atf/test_programs/$(DEPDIR)/$(am__dirstamp)
2397 tests/atf/test_programs/h_c.$(OBJEXT): \
2398 tests/atf/test_programs/$(am__dirstamp) \
2399 tests/atf/test_programs/$(DEPDIR)/$(am__dirstamp)
2400 tests/atf/test_programs/h_c$(EXEEXT): $(tests_atf_test_programs_h_c_OBJECTS) $(tests_atf_test_programs_h_c_DEPENDENCIES) tests/atf/test_programs/$(am__dirstamp)
2401 @rm -f tests/atf/test_programs/h_c$(EXEEXT)
2402 $(LINK) $(tests_atf_test_programs_h_c_OBJECTS) $(tests_atf_test_programs_h_c_LDADD) $(LIBS)
2403 tests/atf/test_programs/h_cpp.$(OBJEXT): \
2404 tests/atf/test_programs/$(am__dirstamp) \
2405 tests/atf/test_programs/$(DEPDIR)/$(am__dirstamp)
2406 tests/atf/test_programs/h_cpp$(EXEEXT): $(tests_atf_test_programs_h_cpp_OBJECTS) $(tests_atf_test_programs_h_cpp_DEPENDENCIES) tests/atf/test_programs/$(am__dirstamp)
2407 @rm -f tests/atf/test_programs/h_cpp$(EXEEXT)
2408 $(CXXLINK) $(tests_atf_test_programs_h_cpp_OBJECTS) $(tests_atf_test_programs_h_cpp_LDADD) $(LIBS)
2409 tests/atf/tools/$(am__dirstamp):
2410 @$(MKDIR_P) tests/atf/tools
2411 @: > tests/atf/tools/$(am__dirstamp)
2412 tests/atf/tools/$(DEPDIR)/$(am__dirstamp):
2413 @$(MKDIR_P) tests/atf/tools/$(DEPDIR)
2414 @: > tests/atf/tools/$(DEPDIR)/$(am__dirstamp)
2415 tests/atf/tools/h_fail.$(OBJEXT): tests/atf/tools/$(am__dirstamp) \
2416 tests/atf/tools/$(DEPDIR)/$(am__dirstamp)
2417 tests/atf/tools/h_fail$(EXEEXT): $(tests_atf_tools_h_fail_OBJECTS) $(tests_atf_tools_h_fail_DEPENDENCIES) tests/atf/tools/$(am__dirstamp)
2418 @rm -f tests/atf/tools/h_fail$(EXEEXT)
2419 $(CXXLINK) $(tests_atf_tools_h_fail_OBJECTS) $(tests_atf_tools_h_fail_LDADD) $(LIBS)
2420 tests/atf/tools/h_misc.$(OBJEXT): tests/atf/tools/$(am__dirstamp) \
2421 tests/atf/tools/$(DEPDIR)/$(am__dirstamp)
2422 tests/atf/tools/h_misc$(EXEEXT): $(tests_atf_tools_h_misc_OBJECTS) $(tests_atf_tools_h_misc_DEPENDENCIES) tests/atf/tools/$(am__dirstamp)
2423 @rm -f tests/atf/tools/h_misc$(EXEEXT)
2424 $(CXXLINK) $(tests_atf_tools_h_misc_OBJECTS) $(tests_atf_tools_h_misc_LDADD) $(LIBS)
2425 tests/atf/tools/h_mode.$(OBJEXT): tests/atf/tools/$(am__dirstamp) \
2426 tests/atf/tools/$(DEPDIR)/$(am__dirstamp)
2427 tests/atf/tools/h_mode$(EXEEXT): $(tests_atf_tools_h_mode_OBJECTS) $(tests_atf_tools_h_mode_DEPENDENCIES) tests/atf/tools/$(am__dirstamp)
2428 @rm -f tests/atf/tools/h_mode$(EXEEXT)
2429 $(CXXLINK) $(tests_atf_tools_h_mode_OBJECTS) $(tests_atf_tools_h_mode_LDADD) $(LIBS)
2430 tests/atf/tools/h_pass.$(OBJEXT): tests/atf/tools/$(am__dirstamp) \
2431 tests/atf/tools/$(DEPDIR)/$(am__dirstamp)
2432 tests/atf/tools/h_pass$(EXEEXT): $(tests_atf_tools_h_pass_OBJECTS) $(tests_atf_tools_h_pass_DEPENDENCIES) tests/atf/tools/$(am__dirstamp)
2433 @rm -f tests/atf/tools/h_pass$(EXEEXT)
2434 $(CXXLINK) $(tests_atf_tools_h_pass_OBJECTS) $(tests_atf_tools_h_pass_LDADD) $(LIBS)
2435 tests/bootstrap/$(am__dirstamp):
2436 @$(MKDIR_P) tests/bootstrap
2437 @: > tests/bootstrap/$(am__dirstamp)
2438 tests/bootstrap/$(DEPDIR)/$(am__dirstamp):
2439 @$(MKDIR_P) tests/bootstrap/$(DEPDIR)
2440 @: > tests/bootstrap/$(DEPDIR)/$(am__dirstamp)
2441 tests/bootstrap/h_app_empty.$(OBJEXT): \
2442 tests/bootstrap/$(am__dirstamp) \
2443 tests/bootstrap/$(DEPDIR)/$(am__dirstamp)
2444 tests/bootstrap/h_app_empty$(EXEEXT): $(tests_bootstrap_h_app_empty_OBJECTS) $(tests_bootstrap_h_app_empty_DEPENDENCIES) tests/bootstrap/$(am__dirstamp)
2445 @rm -f tests/bootstrap/h_app_empty$(EXEEXT)
2446 $(CXXLINK) $(tests_bootstrap_h_app_empty_OBJECTS) $(tests_bootstrap_h_app_empty_LDADD) $(LIBS)
2447 tests/bootstrap/h_app_opts_args.$(OBJEXT): \
2448 tests/bootstrap/$(am__dirstamp) \
2449 tests/bootstrap/$(DEPDIR)/$(am__dirstamp)
2450 tests/bootstrap/h_app_opts_args$(EXEEXT): $(tests_bootstrap_h_app_opts_args_OBJECTS) $(tests_bootstrap_h_app_opts_args_DEPENDENCIES) tests/bootstrap/$(am__dirstamp)
2451 @rm -f tests/bootstrap/h_app_opts_args$(EXEEXT)
2452 $(CXXLINK) $(tests_bootstrap_h_app_opts_args_OBJECTS) $(tests_bootstrap_h_app_opts_args_LDADD) $(LIBS)
2453 tests/bootstrap/h_tp_basic_c.$(OBJEXT): \
2454 tests/bootstrap/$(am__dirstamp) \
2455 tests/bootstrap/$(DEPDIR)/$(am__dirstamp)
2456 tests/bootstrap/h_tp_basic_c$(EXEEXT): $(tests_bootstrap_h_tp_basic_c_OBJECTS) $(tests_bootstrap_h_tp_basic_c_DEPENDENCIES) tests/bootstrap/$(am__dirstamp)
2457 @rm -f tests/bootstrap/h_tp_basic_c$(EXEEXT)
2458 $(LINK) $(tests_bootstrap_h_tp_basic_c_OBJECTS) $(tests_bootstrap_h_tp_basic_c_LDADD) $(LIBS)
2459 tests/bootstrap/h_tp_basic_cpp.$(OBJEXT): \
2460 tests/bootstrap/$(am__dirstamp) \
2461 tests/bootstrap/$(DEPDIR)/$(am__dirstamp)
2462 tests/bootstrap/h_tp_basic_cpp$(EXEEXT): $(tests_bootstrap_h_tp_basic_cpp_OBJECTS) $(tests_bootstrap_h_tp_basic_cpp_DEPENDENCIES) tests/bootstrap/$(am__dirstamp)
2463 @rm -f tests/bootstrap/h_tp_basic_cpp$(EXEEXT)
2464 $(CXXLINK) $(tests_bootstrap_h_tp_basic_cpp_OBJECTS) $(tests_bootstrap_h_tp_basic_cpp_LDADD) $(LIBS)
2465 tools/$(am__dirstamp):
2466 @$(MKDIR_P) tools
2467 @: > tools/$(am__dirstamp)
2468 tools/$(DEPDIR)/$(am__dirstamp):
2469 @$(MKDIR_P) tools/$(DEPDIR)
2470 @: > tools/$(DEPDIR)/$(am__dirstamp)
2471 tools/atf-check.$(OBJEXT): tools/$(am__dirstamp) \
2472 tools/$(DEPDIR)/$(am__dirstamp)
2473 tools/atf-check$(EXEEXT): $(tools_atf_check_OBJECTS) $(tools_atf_check_DEPENDENCIES) tools/$(am__dirstamp)
2474 @rm -f tools/atf-check$(EXEEXT)
2475 $(CXXLINK) $(tools_atf_check_OBJECTS) $(tools_atf_check_LDADD) $(LIBS)
2476 tools/atf-cleanup.$(OBJEXT): tools/$(am__dirstamp) \
2477 tools/$(DEPDIR)/$(am__dirstamp)
2478 tools/atf-cleanup$(EXEEXT): $(tools_atf_cleanup_OBJECTS) $(tools_atf_cleanup_DEPENDENCIES) tools/$(am__dirstamp)
2479 @rm -f tools/atf-cleanup$(EXEEXT)
2480 $(CXXLINK) $(tools_atf_cleanup_OBJECTS) $(tools_atf_cleanup_LDADD) $(LIBS)
2481 tools/atf-compile.$(OBJEXT): tools/$(am__dirstamp) \
2482 tools/$(DEPDIR)/$(am__dirstamp)
2483 tools/atf-compile$(EXEEXT): $(tools_atf_compile_OBJECTS) $(tools_atf_compile_DEPENDENCIES) tools/$(am__dirstamp)
2484 @rm -f tools/atf-compile$(EXEEXT)
2485 $(CXXLINK) $(tools_atf_compile_OBJECTS) $(tools_atf_compile_LDADD) $(LIBS)
2486 tools/atf-config.$(OBJEXT): tools/$(am__dirstamp) \
2487 tools/$(DEPDIR)/$(am__dirstamp)
2488 tools/atf-config$(EXEEXT): $(tools_atf_config_OBJECTS) $(tools_atf_config_DEPENDENCIES) tools/$(am__dirstamp)
2489 @rm -f tools/atf-config$(EXEEXT)
2490 $(CXXLINK) $(tools_atf_config_OBJECTS) $(tools_atf_config_LDADD) $(LIBS)
2491 tools/atf-exec.$(OBJEXT): tools/$(am__dirstamp) \
2492 tools/$(DEPDIR)/$(am__dirstamp)
2493 tools/atf-exec$(EXEEXT): $(tools_atf_exec_OBJECTS) $(tools_atf_exec_DEPENDENCIES) tools/$(am__dirstamp)
2494 @rm -f tools/atf-exec$(EXEEXT)
2495 $(CXXLINK) $(tools_atf_exec_OBJECTS) $(tools_atf_exec_LDADD) $(LIBS)
2496 tools/atf-format.$(OBJEXT): tools/$(am__dirstamp) \
2497 tools/$(DEPDIR)/$(am__dirstamp)
2498 tools/atf-format$(EXEEXT): $(tools_atf_format_OBJECTS) $(tools_atf_format_DEPENDENCIES) tools/$(am__dirstamp)
2499 @rm -f tools/atf-format$(EXEEXT)
2500 $(CXXLINK) $(tools_atf_format_OBJECTS) $(tools_atf_format_LDADD) $(LIBS)
2501 tools/atf-report.$(OBJEXT): tools/$(am__dirstamp) \
2502 tools/$(DEPDIR)/$(am__dirstamp)
2503 tools/atf-report$(EXEEXT): $(tools_atf_report_OBJECTS) $(tools_atf_report_DEPENDENCIES) tools/$(am__dirstamp)
2504 @rm -f tools/atf-report$(EXEEXT)
2505 $(CXXLINK) $(tools_atf_report_OBJECTS) $(tools_atf_report_LDADD) $(LIBS)
2506 tools/atf-run.$(OBJEXT): tools/$(am__dirstamp) \
2507 tools/$(DEPDIR)/$(am__dirstamp)
2508 tools/atf-run$(EXEEXT): $(tools_atf_run_OBJECTS) $(tools_atf_run_DEPENDENCIES) tools/$(am__dirstamp)
2509 @rm -f tools/atf-run$(EXEEXT)
2510 $(CXXLINK) $(tools_atf_run_OBJECTS) $(tools_atf_run_LDADD) $(LIBS)
2511 tools/atf-version.$(OBJEXT): tools/$(am__dirstamp) \
2512 tools/$(DEPDIR)/$(am__dirstamp)
2513 tools/atf-version$(EXEEXT): $(tools_atf_version_OBJECTS) $(tools_atf_version_DEPENDENCIES) tools/$(am__dirstamp)
2514 @rm -f tools/atf-version$(EXEEXT)
2515 $(CXXLINK) $(tools_atf_version_OBJECTS) $(tools_atf_version_LDADD) $(LIBS)
2516 install-atf_atf_shSCRIPTS: $(atf_atf_sh_SCRIPTS)
2517 @$(NORMAL_INSTALL)
2518 test -z "$(atf_atf_shdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_atf_shdir)"
2519 @list='$(atf_atf_sh_SCRIPTS)'; test -n "$(atf_atf_shdir)" || list=; \
2520 for p in $$list; do \
2521 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2522 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
2523 done | \
2524 sed -e 'p;s,.*/,,;n' \
2525 -e 'h;s|.*|.|' \
2526 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
2527 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
2528 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
2529 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
2530 if (++n[d] == $(am__install_max)) { \
2531 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
2532 else { print "f", d "/" $$4, $$1 } } \
2533 END { for (d in files) print "f", d, files[d] }' | \
2534 while read type dir files; do \
2535 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
2536 test -z "$$files" || { \
2537 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(atf_atf_shdir)$$dir'"; \
2538 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(atf_atf_shdir)$$dir" || exit $$?; \
2540 ; done
2542 uninstall-atf_atf_shSCRIPTS:
2543 @$(NORMAL_UNINSTALL)
2544 @list='$(atf_atf_sh_SCRIPTS)'; test -n "$(atf_atf_shdir)" || exit 0; \
2545 files=`for p in $$list; do echo "$$p"; done | \
2546 sed -e 's,.*/,,;$(transform)'`; \
2547 test -n "$$list" || exit 0; \
2548 echo " ( cd '$(DESTDIR)$(atf_atf_shdir)' && rm -f" $$files ")"; \
2549 cd "$(DESTDIR)$(atf_atf_shdir)" && rm -f $$files
2550 install-atf_dataSCRIPTS: $(atf_data_SCRIPTS)
2551 @$(NORMAL_INSTALL)
2552 test -z "$(atf_datadir)" || $(MKDIR_P) "$(DESTDIR)$(atf_datadir)"
2553 @list='$(atf_data_SCRIPTS)'; test -n "$(atf_datadir)" || list=; \
2554 for p in $$list; do \
2555 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2556 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
2557 done | \
2558 sed -e 'p;s,.*/,,;n' \
2559 -e 'h;s|.*|.|' \
2560 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
2561 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
2562 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
2563 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
2564 if (++n[d] == $(am__install_max)) { \
2565 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
2566 else { print "f", d "/" $$4, $$1 } } \
2567 END { for (d in files) print "f", d, files[d] }' | \
2568 while read type dir files; do \
2569 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
2570 test -z "$$files" || { \
2571 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(atf_datadir)$$dir'"; \
2572 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(atf_datadir)$$dir" || exit $$?; \
2574 ; done
2576 uninstall-atf_dataSCRIPTS:
2577 @$(NORMAL_UNINSTALL)
2578 @list='$(atf_data_SCRIPTS)'; test -n "$(atf_datadir)" || exit 0; \
2579 files=`for p in $$list; do echo "$$p"; done | \
2580 sed -e 's,.*/,,;$(transform)'`; \
2581 test -n "$$list" || exit 0; \
2582 echo " ( cd '$(DESTDIR)$(atf_datadir)' && rm -f" $$files ")"; \
2583 cd "$(DESTDIR)$(atf_datadir)" && rm -f $$files
2584 install-atf_formatsSCRIPTS: $(atf_formats_SCRIPTS)
2585 @$(NORMAL_INSTALL)
2586 test -z "$(atf_formatsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_formatsdir)"
2587 @list='$(atf_formats_SCRIPTS)'; test -n "$(atf_formatsdir)" || list=; \
2588 for p in $$list; do \
2589 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2590 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
2591 done | \
2592 sed -e 'p;s,.*/,,;n' \
2593 -e 'h;s|.*|.|' \
2594 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
2595 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
2596 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
2597 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
2598 if (++n[d] == $(am__install_max)) { \
2599 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
2600 else { print "f", d "/" $$4, $$1 } } \
2601 END { for (d in files) print "f", d, files[d] }' | \
2602 while read type dir files; do \
2603 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
2604 test -z "$$files" || { \
2605 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(atf_formatsdir)$$dir'"; \
2606 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(atf_formatsdir)$$dir" || exit $$?; \
2608 ; done
2610 uninstall-atf_formatsSCRIPTS:
2611 @$(NORMAL_UNINSTALL)
2612 @list='$(atf_formats_SCRIPTS)'; test -n "$(atf_formatsdir)" || exit 0; \
2613 files=`for p in $$list; do echo "$$p"; done | \
2614 sed -e 's,.*/,,;$(transform)'`; \
2615 test -n "$$list" || exit 0; \
2616 echo " ( cd '$(DESTDIR)$(atf_formatsdir)' && rm -f" $$files ")"; \
2617 cd "$(DESTDIR)$(atf_formatsdir)" && rm -f $$files
2618 install-atf_test_programsSCRIPTS: $(atf_test_programs_SCRIPTS)
2619 @$(NORMAL_INSTALL)
2620 test -z "$(atf_test_programsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_test_programsdir)"
2621 @list='$(atf_test_programs_SCRIPTS)'; test -n "$(atf_test_programsdir)" || list=; \
2622 for p in $$list; do \
2623 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2624 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
2625 done | \
2626 sed -e 'p;s,.*/,,;n' \
2627 -e 'h;s|.*|.|' \
2628 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
2629 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
2630 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
2631 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
2632 if (++n[d] == $(am__install_max)) { \
2633 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
2634 else { print "f", d "/" $$4, $$1 } } \
2635 END { for (d in files) print "f", d, files[d] }' | \
2636 while read type dir files; do \
2637 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
2638 test -z "$$files" || { \
2639 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(atf_test_programsdir)$$dir'"; \
2640 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(atf_test_programsdir)$$dir" || exit $$?; \
2642 ; done
2644 uninstall-atf_test_programsSCRIPTS:
2645 @$(NORMAL_UNINSTALL)
2646 @list='$(atf_test_programs_SCRIPTS)'; test -n "$(atf_test_programsdir)" || exit 0; \
2647 files=`for p in $$list; do echo "$$p"; done | \
2648 sed -e 's,.*/,,;$(transform)'`; \
2649 test -n "$$list" || exit 0; \
2650 echo " ( cd '$(DESTDIR)$(atf_test_programsdir)' && rm -f" $$files ")"; \
2651 cd "$(DESTDIR)$(atf_test_programsdir)" && rm -f $$files
2652 install-atf_toolsSCRIPTS: $(atf_tools_SCRIPTS)
2653 @$(NORMAL_INSTALL)
2654 test -z "$(atf_toolsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_toolsdir)"
2655 @list='$(atf_tools_SCRIPTS)'; test -n "$(atf_toolsdir)" || list=; \
2656 for p in $$list; do \
2657 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2658 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
2659 done | \
2660 sed -e 'p;s,.*/,,;n' \
2661 -e 'h;s|.*|.|' \
2662 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
2663 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
2664 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
2665 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
2666 if (++n[d] == $(am__install_max)) { \
2667 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
2668 else { print "f", d "/" $$4, $$1 } } \
2669 END { for (d in files) print "f", d, files[d] }' | \
2670 while read type dir files; do \
2671 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
2672 test -z "$$files" || { \
2673 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(atf_toolsdir)$$dir'"; \
2674 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(atf_toolsdir)$$dir" || exit $$?; \
2676 ; done
2678 uninstall-atf_toolsSCRIPTS:
2679 @$(NORMAL_UNINSTALL)
2680 @list='$(atf_tools_SCRIPTS)'; test -n "$(atf_toolsdir)" || exit 0; \
2681 files=`for p in $$list; do echo "$$p"; done | \
2682 sed -e 's,.*/,,;$(transform)'`; \
2683 test -n "$$list" || exit 0; \
2684 echo " ( cd '$(DESTDIR)$(atf_toolsdir)' && rm -f" $$files ")"; \
2685 cd "$(DESTDIR)$(atf_toolsdir)" && rm -f $$files
2687 mostlyclean-compile:
2688 -rm -f *.$(OBJEXT)
2689 -rm -f atf-c++/application.$(OBJEXT)
2690 -rm -f atf-c++/application.lo
2691 -rm -f atf-c++/atffile.$(OBJEXT)
2692 -rm -f atf-c++/atffile.lo
2693 -rm -f atf-c++/build.$(OBJEXT)
2694 -rm -f atf-c++/build.lo
2695 -rm -f atf-c++/check.$(OBJEXT)
2696 -rm -f atf-c++/check.lo
2697 -rm -f atf-c++/config.$(OBJEXT)
2698 -rm -f atf-c++/config.lo
2699 -rm -f atf-c++/env.$(OBJEXT)
2700 -rm -f atf-c++/env.lo
2701 -rm -f atf-c++/exceptions.$(OBJEXT)
2702 -rm -f atf-c++/exceptions.lo
2703 -rm -f atf-c++/expand.$(OBJEXT)
2704 -rm -f atf-c++/expand.lo
2705 -rm -f atf-c++/formats.$(OBJEXT)
2706 -rm -f atf-c++/formats.lo
2707 -rm -f atf-c++/fs.$(OBJEXT)
2708 -rm -f atf-c++/fs.lo
2709 -rm -f atf-c++/io.$(OBJEXT)
2710 -rm -f atf-c++/io.lo
2711 -rm -f atf-c++/parser.$(OBJEXT)
2712 -rm -f atf-c++/parser.lo
2713 -rm -f atf-c++/process.$(OBJEXT)
2714 -rm -f atf-c++/process.lo
2715 -rm -f atf-c++/signals.$(OBJEXT)
2716 -rm -f atf-c++/signals.lo
2717 -rm -f atf-c++/tests.$(OBJEXT)
2718 -rm -f atf-c++/tests.lo
2719 -rm -f atf-c++/text.$(OBJEXT)
2720 -rm -f atf-c++/text.lo
2721 -rm -f atf-c++/ui.$(OBJEXT)
2722 -rm -f atf-c++/ui.lo
2723 -rm -f atf-c++/user.$(OBJEXT)
2724 -rm -f atf-c++/user.lo
2725 -rm -f atf-c/build.$(OBJEXT)
2726 -rm -f atf-c/build.lo
2727 -rm -f atf-c/check.$(OBJEXT)
2728 -rm -f atf-c/check.lo
2729 -rm -f atf-c/config.$(OBJEXT)
2730 -rm -f atf-c/config.lo
2731 -rm -f atf-c/dynstr.$(OBJEXT)
2732 -rm -f atf-c/dynstr.lo
2733 -rm -f atf-c/env.$(OBJEXT)
2734 -rm -f atf-c/env.lo
2735 -rm -f atf-c/error.$(OBJEXT)
2736 -rm -f atf-c/error.lo
2737 -rm -f atf-c/expand.$(OBJEXT)
2738 -rm -f atf-c/expand.lo
2739 -rm -f atf-c/fs.$(OBJEXT)
2740 -rm -f atf-c/fs.lo
2741 -rm -f atf-c/io.$(OBJEXT)
2742 -rm -f atf-c/io.lo
2743 -rm -f atf-c/list.$(OBJEXT)
2744 -rm -f atf-c/list.lo
2745 -rm -f atf-c/map.$(OBJEXT)
2746 -rm -f atf-c/map.lo
2747 -rm -f atf-c/object.$(OBJEXT)
2748 -rm -f atf-c/object.lo
2749 -rm -f atf-c/process.$(OBJEXT)
2750 -rm -f atf-c/process.lo
2751 -rm -f atf-c/sanity.$(OBJEXT)
2752 -rm -f atf-c/sanity.lo
2753 -rm -f atf-c/signals.$(OBJEXT)
2754 -rm -f atf-c/signals.lo
2755 -rm -f atf-c/tc.$(OBJEXT)
2756 -rm -f atf-c/tc.lo
2757 -rm -f atf-c/tcr.$(OBJEXT)
2758 -rm -f atf-c/tcr.lo
2759 -rm -f atf-c/text.$(OBJEXT)
2760 -rm -f atf-c/text.lo
2761 -rm -f atf-c/tp.$(OBJEXT)
2762 -rm -f atf-c/tp.lo
2763 -rm -f atf-c/tp_main.$(OBJEXT)
2764 -rm -f atf-c/tp_main.lo
2765 -rm -f atf-c/ui.$(OBJEXT)
2766 -rm -f atf-c/ui.lo
2767 -rm -f atf-c/user.$(OBJEXT)
2768 -rm -f atf-c/user.lo
2769 -rm -f tests/atf/atf-c++/h_lib.$(OBJEXT)
2770 -rm -f tests/atf/atf-c++/h_lib.lo
2771 -rm -f tests/atf/atf-c++/t_application.$(OBJEXT)
2772 -rm -f tests/atf/atf-c++/t_atf_c++.$(OBJEXT)
2773 -rm -f tests/atf/atf-c++/t_atffile.$(OBJEXT)
2774 -rm -f tests/atf/atf-c++/t_build.$(OBJEXT)
2775 -rm -f tests/atf/atf-c++/t_check.$(OBJEXT)
2776 -rm -f tests/atf/atf-c++/t_config.$(OBJEXT)
2777 -rm -f tests/atf/atf-c++/t_env.$(OBJEXT)
2778 -rm -f tests/atf/atf-c++/t_exceptions.$(OBJEXT)
2779 -rm -f tests/atf/atf-c++/t_expand.$(OBJEXT)
2780 -rm -f tests/atf/atf-c++/t_formats.$(OBJEXT)
2781 -rm -f tests/atf/atf-c++/t_fs.$(OBJEXT)
2782 -rm -f tests/atf/atf-c++/t_io.$(OBJEXT)
2783 -rm -f tests/atf/atf-c++/t_macros.$(OBJEXT)
2784 -rm -f tests/atf/atf-c++/t_parser.$(OBJEXT)
2785 -rm -f tests/atf/atf-c++/t_process.$(OBJEXT)
2786 -rm -f tests/atf/atf-c++/t_sanity.$(OBJEXT)
2787 -rm -f tests/atf/atf-c++/t_signals.$(OBJEXT)
2788 -rm -f tests/atf/atf-c++/t_tests.$(OBJEXT)
2789 -rm -f tests/atf/atf-c++/t_text.$(OBJEXT)
2790 -rm -f tests/atf/atf-c++/t_ui.$(OBJEXT)
2791 -rm -f tests/atf/atf-c++/t_user.$(OBJEXT)
2792 -rm -f tests/atf/atf-c++/t_utils.$(OBJEXT)
2793 -rm -f tests/atf/atf-c/h_lib.$(OBJEXT)
2794 -rm -f tests/atf/atf-c/h_lib.lo
2795 -rm -f tests/atf/atf-c/h_processes.$(OBJEXT)
2796 -rm -f tests/atf/atf-c/t_atf_c.$(OBJEXT)
2797 -rm -f tests/atf/atf-c/t_build.$(OBJEXT)
2798 -rm -f tests/atf/atf-c/t_check.$(OBJEXT)
2799 -rm -f tests/atf/atf-c/t_config.$(OBJEXT)
2800 -rm -f tests/atf/atf-c/t_dynstr.$(OBJEXT)
2801 -rm -f tests/atf/atf-c/t_env.$(OBJEXT)
2802 -rm -f tests/atf/atf-c/t_error.$(OBJEXT)
2803 -rm -f tests/atf/atf-c/t_expand.$(OBJEXT)
2804 -rm -f tests/atf/atf-c/t_fs.$(OBJEXT)
2805 -rm -f tests/atf/atf-c/t_h_lib.$(OBJEXT)
2806 -rm -f tests/atf/atf-c/t_io.$(OBJEXT)
2807 -rm -f tests/atf/atf-c/t_list.$(OBJEXT)
2808 -rm -f tests/atf/atf-c/t_macros.$(OBJEXT)
2809 -rm -f tests/atf/atf-c/t_map.$(OBJEXT)
2810 -rm -f tests/atf/atf-c/t_process.$(OBJEXT)
2811 -rm -f tests/atf/atf-c/t_sanity.$(OBJEXT)
2812 -rm -f tests/atf/atf-c/t_signals.$(OBJEXT)
2813 -rm -f tests/atf/atf-c/t_tc.$(OBJEXT)
2814 -rm -f tests/atf/atf-c/t_tcr.$(OBJEXT)
2815 -rm -f tests/atf/atf-c/t_text.$(OBJEXT)
2816 -rm -f tests/atf/atf-c/t_ui.$(OBJEXT)
2817 -rm -f tests/atf/atf-c/t_user.$(OBJEXT)
2818 -rm -f tests/atf/formats/h_parser.$(OBJEXT)
2819 -rm -f tests/atf/formats/t_writers.$(OBJEXT)
2820 -rm -f tests/atf/test_programs/h_c.$(OBJEXT)
2821 -rm -f tests/atf/test_programs/h_cpp.$(OBJEXT)
2822 -rm -f tests/atf/tools/h_fail.$(OBJEXT)
2823 -rm -f tests/atf/tools/h_misc.$(OBJEXT)
2824 -rm -f tests/atf/tools/h_mode.$(OBJEXT)
2825 -rm -f tests/atf/tools/h_pass.$(OBJEXT)
2826 -rm -f tests/bootstrap/h_app_empty.$(OBJEXT)
2827 -rm -f tests/bootstrap/h_app_opts_args.$(OBJEXT)
2828 -rm -f tests/bootstrap/h_tp_basic_c.$(OBJEXT)
2829 -rm -f tests/bootstrap/h_tp_basic_cpp.$(OBJEXT)
2830 -rm -f tools/atf-check.$(OBJEXT)
2831 -rm -f tools/atf-cleanup.$(OBJEXT)
2832 -rm -f tools/atf-compile.$(OBJEXT)
2833 -rm -f tools/atf-config.$(OBJEXT)
2834 -rm -f tools/atf-exec.$(OBJEXT)
2835 -rm -f tools/atf-format.$(OBJEXT)
2836 -rm -f tools/atf-report.$(OBJEXT)
2837 -rm -f tools/atf-run.$(OBJEXT)
2838 -rm -f tools/atf-version.$(OBJEXT)
2840 distclean-compile:
2841 -rm -f *.tab.c
2843 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/application.Plo@am__quote@
2844 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/atffile.Plo@am__quote@
2845 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/build.Plo@am__quote@
2846 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/check.Plo@am__quote@
2847 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/config.Plo@am__quote@
2848 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/env.Plo@am__quote@
2849 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/exceptions.Plo@am__quote@
2850 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/expand.Plo@am__quote@
2851 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/formats.Plo@am__quote@
2852 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/fs.Plo@am__quote@
2853 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/io.Plo@am__quote@
2854 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/parser.Plo@am__quote@
2855 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/process.Plo@am__quote@
2856 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/signals.Plo@am__quote@
2857 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/tests.Plo@am__quote@
2858 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/text.Plo@am__quote@
2859 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/ui.Plo@am__quote@
2860 @AMDEP_TRUE@@am__include@ @am__quote@atf-c++/$(DEPDIR)/user.Plo@am__quote@
2861 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/build.Plo@am__quote@
2862 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/check.Plo@am__quote@
2863 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/config.Plo@am__quote@
2864 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/dynstr.Plo@am__quote@
2865 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/env.Plo@am__quote@
2866 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/error.Plo@am__quote@
2867 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/expand.Plo@am__quote@
2868 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/fs.Plo@am__quote@
2869 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/io.Plo@am__quote@
2870 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/list.Plo@am__quote@
2871 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/map.Plo@am__quote@
2872 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/object.Plo@am__quote@
2873 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/process.Plo@am__quote@
2874 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/sanity.Plo@am__quote@
2875 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/signals.Plo@am__quote@
2876 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/tc.Plo@am__quote@
2877 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/tcr.Plo@am__quote@
2878 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/text.Plo@am__quote@
2879 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/tp.Plo@am__quote@
2880 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/tp_main.Plo@am__quote@
2881 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/ui.Plo@am__quote@
2882 @AMDEP_TRUE@@am__include@ @am__quote@atf-c/$(DEPDIR)/user.Plo@am__quote@
2883 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/h_lib.Plo@am__quote@
2884 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_application.Po@am__quote@
2885 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_atf_c++.Po@am__quote@
2886 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_atffile.Po@am__quote@
2887 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_build.Po@am__quote@
2888 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_check.Po@am__quote@
2889 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_config.Po@am__quote@
2890 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_env.Po@am__quote@
2891 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_exceptions.Po@am__quote@
2892 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_expand.Po@am__quote@
2893 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_formats.Po@am__quote@
2894 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_fs.Po@am__quote@
2895 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_io.Po@am__quote@
2896 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_macros.Po@am__quote@
2897 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_parser.Po@am__quote@
2898 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_process.Po@am__quote@
2899 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_sanity.Po@am__quote@
2900 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_signals.Po@am__quote@
2901 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_tests.Po@am__quote@
2902 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_text.Po@am__quote@
2903 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_ui.Po@am__quote@
2904 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_user.Po@am__quote@
2905 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c++/$(DEPDIR)/t_utils.Po@am__quote@
2906 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/h_lib.Plo@am__quote@
2907 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/h_processes.Po@am__quote@
2908 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_atf_c.Po@am__quote@
2909 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_build.Po@am__quote@
2910 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_check.Po@am__quote@
2911 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_config.Po@am__quote@
2912 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_dynstr.Po@am__quote@
2913 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_env.Po@am__quote@
2914 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_error.Po@am__quote@
2915 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_expand.Po@am__quote@
2916 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_fs.Po@am__quote@
2917 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_h_lib.Po@am__quote@
2918 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_io.Po@am__quote@
2919 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_list.Po@am__quote@
2920 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_macros.Po@am__quote@
2921 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_map.Po@am__quote@
2922 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_process.Po@am__quote@
2923 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_sanity.Po@am__quote@
2924 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_signals.Po@am__quote@
2925 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_tc.Po@am__quote@
2926 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_tcr.Po@am__quote@
2927 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_text.Po@am__quote@
2928 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_ui.Po@am__quote@
2929 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/atf-c/$(DEPDIR)/t_user.Po@am__quote@
2930 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/formats/$(DEPDIR)/h_parser.Po@am__quote@
2931 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/formats/$(DEPDIR)/t_writers.Po@am__quote@
2932 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/test_programs/$(DEPDIR)/h_c.Po@am__quote@
2933 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/test_programs/$(DEPDIR)/h_cpp.Po@am__quote@
2934 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/tools/$(DEPDIR)/h_fail.Po@am__quote@
2935 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/tools/$(DEPDIR)/h_misc.Po@am__quote@
2936 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/tools/$(DEPDIR)/h_mode.Po@am__quote@
2937 @AMDEP_TRUE@@am__include@ @am__quote@tests/atf/tools/$(DEPDIR)/h_pass.Po@am__quote@
2938 @AMDEP_TRUE@@am__include@ @am__quote@tests/bootstrap/$(DEPDIR)/h_app_empty.Po@am__quote@
2939 @AMDEP_TRUE@@am__include@ @am__quote@tests/bootstrap/$(DEPDIR)/h_app_opts_args.Po@am__quote@
2940 @AMDEP_TRUE@@am__include@ @am__quote@tests/bootstrap/$(DEPDIR)/h_tp_basic_c.Po@am__quote@
2941 @AMDEP_TRUE@@am__include@ @am__quote@tests/bootstrap/$(DEPDIR)/h_tp_basic_cpp.Po@am__quote@
2942 @AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-check.Po@am__quote@
2943 @AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-cleanup.Po@am__quote@
2944 @AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-compile.Po@am__quote@
2945 @AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-config.Po@am__quote@
2946 @AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-exec.Po@am__quote@
2947 @AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-format.Po@am__quote@
2948 @AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-report.Po@am__quote@
2949 @AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-run.Po@am__quote@
2950 @AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/atf-version.Po@am__quote@
2952 .c.o:
2953 @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
2954 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2955 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
2956 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2957 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2958 @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $<
2960 .c.obj:
2961 @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
2962 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
2963 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
2964 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2965 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2966 @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2968 .c.lo:
2969 @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
2970 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2971 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
2972 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2973 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2974 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
2976 .cpp.o:
2977 @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
2978 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2979 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
2980 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2981 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2982 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
2984 .cpp.obj:
2985 @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
2986 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
2987 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
2988 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2989 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2990 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2992 .cpp.lo:
2993 @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
2994 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2995 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
2996 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2997 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2998 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
3000 mostlyclean-libtool:
3001 -rm -f *.lo
3003 clean-libtool:
3004 -rm -rf .libs _libs
3005 -rm -rf atf-c/.libs atf-c/_libs
3006 -rm -rf atf-c++/.libs atf-c++/_libs
3007 -rm -rf tests/atf/atf-c/.libs tests/atf/atf-c/_libs
3008 -rm -rf tests/atf/atf-c++/.libs tests/atf/atf-c++/_libs
3009 -rm -rf tests/atf/formats/.libs tests/atf/formats/_libs
3010 -rm -rf tests/atf/test_programs/.libs tests/atf/test_programs/_libs
3011 -rm -rf tests/atf/tools/.libs tests/atf/tools/_libs
3012 -rm -rf tests/bootstrap/.libs tests/bootstrap/_libs
3013 -rm -rf tools/.libs tools/_libs
3015 distclean-libtool:
3016 -rm -f libtool config.lt
3017 install-man1: $(dist_man_MANS) $(man_MANS)
3018 @$(NORMAL_INSTALL)
3019 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
3020 @list=''; test -n "$(man1dir)" || exit 0; \
3021 { for i in $$list; do echo "$$i"; done; \
3022 l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
3023 sed -n '/\.1[a-z]*$$/p'; \
3024 } | while read p; do \
3025 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
3026 echo "$$d$$p"; echo "$$p"; \
3027 done | \
3028 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
3029 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
3030 sed 'N;N;s,\n, ,g' | { \
3031 list=; while read file base inst; do \
3032 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
3033 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
3034 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
3035 fi; \
3036 done; \
3037 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
3038 while read files; do \
3039 test -z "$$files" || { \
3040 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
3041 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
3042 done; }
3044 uninstall-man1:
3045 @$(NORMAL_UNINSTALL)
3046 @list=''; test -n "$(man1dir)" || exit 0; \
3047 files=`{ for i in $$list; do echo "$$i"; done; \
3048 l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
3049 sed -n '/\.1[a-z]*$$/p'; \
3050 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
3051 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
3052 test -z "$$files" || { \
3053 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
3054 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
3055 install-man3: $(dist_man_MANS) $(man_MANS)
3056 @$(NORMAL_INSTALL)
3057 test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
3058 @list=''; test -n "$(man3dir)" || exit 0; \
3059 { for i in $$list; do echo "$$i"; done; \
3060 l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
3061 sed -n '/\.3[a-z]*$$/p'; \
3062 } | while read p; do \
3063 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
3064 echo "$$d$$p"; echo "$$p"; \
3065 done | \
3066 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
3067 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
3068 sed 'N;N;s,\n, ,g' | { \
3069 list=; while read file base inst; do \
3070 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
3071 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
3072 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
3073 fi; \
3074 done; \
3075 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
3076 while read files; do \
3077 test -z "$$files" || { \
3078 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
3079 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
3080 done; }
3082 uninstall-man3:
3083 @$(NORMAL_UNINSTALL)
3084 @list=''; test -n "$(man3dir)" || exit 0; \
3085 files=`{ for i in $$list; do echo "$$i"; done; \
3086 l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
3087 sed -n '/\.3[a-z]*$$/p'; \
3088 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
3089 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
3090 test -z "$$files" || { \
3091 echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
3092 cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
3093 install-man4: $(dist_man_MANS) $(man_MANS)
3094 @$(NORMAL_INSTALL)
3095 test -z "$(man4dir)" || $(MKDIR_P) "$(DESTDIR)$(man4dir)"
3096 @list=''; test -n "$(man4dir)" || exit 0; \
3097 { for i in $$list; do echo "$$i"; done; \
3098 l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
3099 sed -n '/\.4[a-z]*$$/p'; \
3100 } | while read p; do \
3101 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
3102 echo "$$d$$p"; echo "$$p"; \
3103 done | \
3104 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^4][0-9a-z]*$$,4,;x' \
3105 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
3106 sed 'N;N;s,\n, ,g' | { \
3107 list=; while read file base inst; do \
3108 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
3109 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man4dir)/$$inst'"; \
3110 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man4dir)/$$inst" || exit $$?; \
3111 fi; \
3112 done; \
3113 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
3114 while read files; do \
3115 test -z "$$files" || { \
3116 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man4dir)'"; \
3117 $(INSTALL_DATA) $$files "$(DESTDIR)$(man4dir)" || exit $$?; }; \
3118 done; }
3120 uninstall-man4:
3121 @$(NORMAL_UNINSTALL)
3122 @list=''; test -n "$(man4dir)" || exit 0; \
3123 files=`{ for i in $$list; do echo "$$i"; done; \
3124 l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
3125 sed -n '/\.4[a-z]*$$/p'; \
3126 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^4][0-9a-z]*$$,4,;x' \
3127 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
3128 test -z "$$files" || { \
3129 echo " ( cd '$(DESTDIR)$(man4dir)' && rm -f" $$files ")"; \
3130 cd "$(DESTDIR)$(man4dir)" && rm -f $$files; }
3131 install-man5: $(dist_man_MANS) $(man_MANS)
3132 @$(NORMAL_INSTALL)
3133 test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
3134 @list=''; test -n "$(man5dir)" || exit 0; \
3135 { for i in $$list; do echo "$$i"; done; \
3136 l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
3137 sed -n '/\.5[a-z]*$$/p'; \
3138 } | while read p; do \
3139 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
3140 echo "$$d$$p"; echo "$$p"; \
3141 done | \
3142 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
3143 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
3144 sed 'N;N;s,\n, ,g' | { \
3145 list=; while read file base inst; do \
3146 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
3147 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
3148 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
3149 fi; \
3150 done; \
3151 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
3152 while read files; do \
3153 test -z "$$files" || { \
3154 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
3155 $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
3156 done; }
3158 uninstall-man5:
3159 @$(NORMAL_UNINSTALL)
3160 @list=''; test -n "$(man5dir)" || exit 0; \
3161 files=`{ for i in $$list; do echo "$$i"; done; \
3162 l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
3163 sed -n '/\.5[a-z]*$$/p'; \
3164 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
3165 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
3166 test -z "$$files" || { \
3167 echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
3168 cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
3169 install-man7: $(dist_man_MANS) $(man_MANS)
3170 @$(NORMAL_INSTALL)
3171 test -z "$(man7dir)" || $(MKDIR_P) "$(DESTDIR)$(man7dir)"
3172 @list=''; test -n "$(man7dir)" || exit 0; \
3173 { for i in $$list; do echo "$$i"; done; \
3174 l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
3175 sed -n '/\.7[a-z]*$$/p'; \
3176 } | while read p; do \
3177 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
3178 echo "$$d$$p"; echo "$$p"; \
3179 done | \
3180 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
3181 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
3182 sed 'N;N;s,\n, ,g' | { \
3183 list=; while read file base inst; do \
3184 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
3185 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
3186 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \
3187 fi; \
3188 done; \
3189 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
3190 while read files; do \
3191 test -z "$$files" || { \
3192 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \
3193 $(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \
3194 done; }
3196 uninstall-man7:
3197 @$(NORMAL_UNINSTALL)
3198 @list=''; test -n "$(man7dir)" || exit 0; \
3199 files=`{ for i in $$list; do echo "$$i"; done; \
3200 l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
3201 sed -n '/\.7[a-z]*$$/p'; \
3202 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
3203 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
3204 test -z "$$files" || { \
3205 echo " ( cd '$(DESTDIR)$(man7dir)' && rm -f" $$files ")"; \
3206 cd "$(DESTDIR)$(man7dir)" && rm -f $$files; }
3207 install-atf_atf_cDATA: $(atf_atf_c_DATA)
3208 @$(NORMAL_INSTALL)
3209 test -z "$(atf_atf_cdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_atf_cdir)"
3210 @list='$(atf_atf_c_DATA)'; test -n "$(atf_atf_cdir)" || list=; \
3211 for p in $$list; do \
3212 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3213 echo "$$d$$p"; \
3214 done | $(am__base_list) | \
3215 while read files; do \
3216 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(atf_atf_cdir)'"; \
3217 $(INSTALL_DATA) $$files "$(DESTDIR)$(atf_atf_cdir)" || exit $$?; \
3218 done
3220 uninstall-atf_atf_cDATA:
3221 @$(NORMAL_UNINSTALL)
3222 @list='$(atf_atf_c_DATA)'; test -n "$(atf_atf_cdir)" || list=; \
3223 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3224 test -n "$$files" || exit 0; \
3225 echo " ( cd '$(DESTDIR)$(atf_atf_cdir)' && rm -f" $$files ")"; \
3226 cd "$(DESTDIR)$(atf_atf_cdir)" && rm -f $$files
3227 install-atf_atf_c__DATA: $(atf_atf_c___DATA)
3228 @$(NORMAL_INSTALL)
3229 test -z "$(atf_atf_c__dir)" || $(MKDIR_P) "$(DESTDIR)$(atf_atf_c__dir)"
3230 @list='$(atf_atf_c___DATA)'; test -n "$(atf_atf_c__dir)" || list=; \
3231 for p in $$list; do \
3232 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3233 echo "$$d$$p"; \
3234 done | $(am__base_list) | \
3235 while read files; do \
3236 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(atf_atf_c__dir)'"; \
3237 $(INSTALL_DATA) $$files "$(DESTDIR)$(atf_atf_c__dir)" || exit $$?; \
3238 done
3240 uninstall-atf_atf_c__DATA:
3241 @$(NORMAL_UNINSTALL)
3242 @list='$(atf_atf_c___DATA)'; test -n "$(atf_atf_c__dir)" || list=; \
3243 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3244 test -n "$$files" || exit 0; \
3245 echo " ( cd '$(DESTDIR)$(atf_atf_c__dir)' && rm -f" $$files ")"; \
3246 cd "$(DESTDIR)$(atf_atf_c__dir)" && rm -f $$files
3247 install-atf_atf_shDATA: $(atf_atf_sh_DATA)
3248 @$(NORMAL_INSTALL)
3249 test -z "$(atf_atf_shdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_atf_shdir)"
3250 @list='$(atf_atf_sh_DATA)'; test -n "$(atf_atf_shdir)" || list=; \
3251 for p in $$list; do \
3252 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3253 echo "$$d$$p"; \
3254 done | $(am__base_list) | \
3255 while read files; do \
3256 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(atf_atf_shdir)'"; \
3257 $(INSTALL_DATA) $$files "$(DESTDIR)$(atf_atf_shdir)" || exit $$?; \
3258 done
3260 uninstall-atf_atf_shDATA:
3261 @$(NORMAL_UNINSTALL)
3262 @list='$(atf_atf_sh_DATA)'; test -n "$(atf_atf_shdir)" || list=; \
3263 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3264 test -n "$$files" || exit 0; \
3265 echo " ( cd '$(DESTDIR)$(atf_atf_shdir)' && rm -f" $$files ")"; \
3266 cd "$(DESTDIR)$(atf_atf_shdir)" && rm -f $$files
3267 install-atf_dataDATA: $(atf_data_DATA)
3268 @$(NORMAL_INSTALL)
3269 test -z "$(atf_datadir)" || $(MKDIR_P) "$(DESTDIR)$(atf_datadir)"
3270 @list='$(atf_data_DATA)'; test -n "$(atf_datadir)" || list=; \
3271 for p in $$list; do \
3272 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3273 echo "$$d$$p"; \
3274 done | $(am__base_list) | \
3275 while read files; do \
3276 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(atf_datadir)'"; \
3277 $(INSTALL_DATA) $$files "$(DESTDIR)$(atf_datadir)" || exit $$?; \
3278 done
3280 uninstall-atf_dataDATA:
3281 @$(NORMAL_UNINSTALL)
3282 @list='$(atf_data_DATA)'; test -n "$(atf_datadir)" || list=; \
3283 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3284 test -n "$$files" || exit 0; \
3285 echo " ( cd '$(DESTDIR)$(atf_datadir)' && rm -f" $$files ")"; \
3286 cd "$(DESTDIR)$(atf_datadir)" && rm -f $$files
3287 install-atf_formatsDATA: $(atf_formats_DATA)
3288 @$(NORMAL_INSTALL)
3289 test -z "$(atf_formatsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_formatsdir)"
3290 @list='$(atf_formats_DATA)'; test -n "$(atf_formatsdir)" || list=; \
3291 for p in $$list; do \
3292 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3293 echo "$$d$$p"; \
3294 done | $(am__base_list) | \
3295 while read files; do \
3296 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(atf_formatsdir)'"; \
3297 $(INSTALL_DATA) $$files "$(DESTDIR)$(atf_formatsdir)" || exit $$?; \
3298 done
3300 uninstall-atf_formatsDATA:
3301 @$(NORMAL_UNINSTALL)
3302 @list='$(atf_formats_DATA)'; test -n "$(atf_formatsdir)" || list=; \
3303 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3304 test -n "$$files" || exit 0; \
3305 echo " ( cd '$(DESTDIR)$(atf_formatsdir)' && rm -f" $$files ")"; \
3306 cd "$(DESTDIR)$(atf_formatsdir)" && rm -f $$files
3307 install-atf_shDATA: $(atf_sh_DATA)
3308 @$(NORMAL_INSTALL)
3309 test -z "$(atf_shdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_shdir)"
3310 @list='$(atf_sh_DATA)'; test -n "$(atf_shdir)" || list=; \
3311 for p in $$list; do \
3312 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3313 echo "$$d$$p"; \
3314 done | $(am__base_list) | \
3315 while read files; do \
3316 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(atf_shdir)'"; \
3317 $(INSTALL_DATA) $$files "$(DESTDIR)$(atf_shdir)" || exit $$?; \
3318 done
3320 uninstall-atf_shDATA:
3321 @$(NORMAL_UNINSTALL)
3322 @list='$(atf_sh_DATA)'; test -n "$(atf_shdir)" || list=; \
3323 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3324 test -n "$$files" || exit 0; \
3325 echo " ( cd '$(DESTDIR)$(atf_shdir)' && rm -f" $$files ")"; \
3326 cd "$(DESTDIR)$(atf_shdir)" && rm -f $$files
3327 install-atf_test_programsDATA: $(atf_test_programs_DATA)
3328 @$(NORMAL_INSTALL)
3329 test -z "$(atf_test_programsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_test_programsdir)"
3330 @list='$(atf_test_programs_DATA)'; test -n "$(atf_test_programsdir)" || list=; \
3331 for p in $$list; do \
3332 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3333 echo "$$d$$p"; \
3334 done | $(am__base_list) | \
3335 while read files; do \
3336 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(atf_test_programsdir)'"; \
3337 $(INSTALL_DATA) $$files "$(DESTDIR)$(atf_test_programsdir)" || exit $$?; \
3338 done
3340 uninstall-atf_test_programsDATA:
3341 @$(NORMAL_UNINSTALL)
3342 @list='$(atf_test_programs_DATA)'; test -n "$(atf_test_programsdir)" || list=; \
3343 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3344 test -n "$$files" || exit 0; \
3345 echo " ( cd '$(DESTDIR)$(atf_test_programsdir)' && rm -f" $$files ")"; \
3346 cd "$(DESTDIR)$(atf_test_programsdir)" && rm -f $$files
3347 install-atf_toolsDATA: $(atf_tools_DATA)
3348 @$(NORMAL_INSTALL)
3349 test -z "$(atf_toolsdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_toolsdir)"
3350 @list='$(atf_tools_DATA)'; test -n "$(atf_toolsdir)" || list=; \
3351 for p in $$list; do \
3352 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3353 echo "$$d$$p"; \
3354 done | $(am__base_list) | \
3355 while read files; do \
3356 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(atf_toolsdir)'"; \
3357 $(INSTALL_DATA) $$files "$(DESTDIR)$(atf_toolsdir)" || exit $$?; \
3358 done
3360 uninstall-atf_toolsDATA:
3361 @$(NORMAL_UNINSTALL)
3362 @list='$(atf_tools_DATA)'; test -n "$(atf_toolsdir)" || list=; \
3363 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3364 test -n "$$files" || exit 0; \
3365 echo " ( cd '$(DESTDIR)$(atf_toolsdir)' && rm -f" $$files ")"; \
3366 cd "$(DESTDIR)$(atf_toolsdir)" && rm -f $$files
3367 install-cssDATA: $(css_DATA)
3368 @$(NORMAL_INSTALL)
3369 test -z "$(cssdir)" || $(MKDIR_P) "$(DESTDIR)$(cssdir)"
3370 @list='$(css_DATA)'; test -n "$(cssdir)" || list=; \
3371 for p in $$list; do \
3372 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3373 echo "$$d$$p"; \
3374 done | $(am__base_list) | \
3375 while read files; do \
3376 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cssdir)'"; \
3377 $(INSTALL_DATA) $$files "$(DESTDIR)$(cssdir)" || exit $$?; \
3378 done
3380 uninstall-cssDATA:
3381 @$(NORMAL_UNINSTALL)
3382 @list='$(css_DATA)'; test -n "$(cssdir)" || list=; \
3383 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3384 test -n "$$files" || exit 0; \
3385 echo " ( cd '$(DESTDIR)$(cssdir)' && rm -f" $$files ")"; \
3386 cd "$(DESTDIR)$(cssdir)" && rm -f $$files
3387 install-docDATA: $(doc_DATA)
3388 @$(NORMAL_INSTALL)
3389 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
3390 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
3391 for p in $$list; do \
3392 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3393 echo "$$d$$p"; \
3394 done | $(am__base_list) | \
3395 while read files; do \
3396 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
3397 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
3398 done
3400 uninstall-docDATA:
3401 @$(NORMAL_UNINSTALL)
3402 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
3403 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3404 test -n "$$files" || exit 0; \
3405 echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
3406 cd "$(DESTDIR)$(docdir)" && rm -f $$files
3407 install-dtdDATA: $(dtd_DATA)
3408 @$(NORMAL_INSTALL)
3409 test -z "$(dtddir)" || $(MKDIR_P) "$(DESTDIR)$(dtddir)"
3410 @list='$(dtd_DATA)'; test -n "$(dtddir)" || list=; \
3411 for p in $$list; do \
3412 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3413 echo "$$d$$p"; \
3414 done | $(am__base_list) | \
3415 while read files; do \
3416 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dtddir)'"; \
3417 $(INSTALL_DATA) $$files "$(DESTDIR)$(dtddir)" || exit $$?; \
3418 done
3420 uninstall-dtdDATA:
3421 @$(NORMAL_UNINSTALL)
3422 @list='$(dtd_DATA)'; test -n "$(dtddir)" || list=; \
3423 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3424 test -n "$$files" || exit 0; \
3425 echo " ( cd '$(DESTDIR)$(dtddir)' && rm -f" $$files ")"; \
3426 cd "$(DESTDIR)$(dtddir)" && rm -f $$files
3427 install-egDATA: $(eg_DATA)
3428 @$(NORMAL_INSTALL)
3429 test -z "$(egdir)" || $(MKDIR_P) "$(DESTDIR)$(egdir)"
3430 @list='$(eg_DATA)'; test -n "$(egdir)" || list=; \
3431 for p in $$list; do \
3432 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3433 echo "$$d$$p"; \
3434 done | $(am__base_list) | \
3435 while read files; do \
3436 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(egdir)'"; \
3437 $(INSTALL_DATA) $$files "$(DESTDIR)$(egdir)" || exit $$?; \
3438 done
3440 uninstall-egDATA:
3441 @$(NORMAL_UNINSTALL)
3442 @list='$(eg_DATA)'; test -n "$(egdir)" || list=; \
3443 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3444 test -n "$$files" || exit 0; \
3445 echo " ( cd '$(DESTDIR)$(egdir)' && rm -f" $$files ")"; \
3446 cd "$(DESTDIR)$(egdir)" && rm -f $$files
3447 install-hooksDATA: $(hooks_DATA)
3448 @$(NORMAL_INSTALL)
3449 test -z "$(hooksdir)" || $(MKDIR_P) "$(DESTDIR)$(hooksdir)"
3450 @list='$(hooks_DATA)'; test -n "$(hooksdir)" || list=; \
3451 for p in $$list; do \
3452 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3453 echo "$$d$$p"; \
3454 done | $(am__base_list) | \
3455 while read files; do \
3456 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hooksdir)'"; \
3457 $(INSTALL_DATA) $$files "$(DESTDIR)$(hooksdir)" || exit $$?; \
3458 done
3460 uninstall-hooksDATA:
3461 @$(NORMAL_UNINSTALL)
3462 @list='$(hooks_DATA)'; test -n "$(hooksdir)" || list=; \
3463 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3464 test -n "$$files" || exit 0; \
3465 echo " ( cd '$(DESTDIR)$(hooksdir)' && rm -f" $$files ")"; \
3466 cd "$(DESTDIR)$(hooksdir)" && rm -f $$files
3467 install-pkgconfigDATA: $(pkgconfig_DATA)
3468 @$(NORMAL_INSTALL)
3469 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
3470 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
3471 for p in $$list; do \
3472 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3473 echo "$$d$$p"; \
3474 done | $(am__base_list) | \
3475 while read files; do \
3476 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
3477 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
3478 done
3480 uninstall-pkgconfigDATA:
3481 @$(NORMAL_UNINSTALL)
3482 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
3483 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3484 test -n "$$files" || exit 0; \
3485 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
3486 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
3487 install-pkgtestsDATA: $(pkgtests_DATA)
3488 @$(NORMAL_INSTALL)
3489 test -z "$(pkgtestsdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgtestsdir)"
3490 @list='$(pkgtests_DATA)'; test -n "$(pkgtestsdir)" || list=; \
3491 for p in $$list; do \
3492 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3493 echo "$$d$$p"; \
3494 done | $(am__base_list) | \
3495 while read files; do \
3496 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgtestsdir)'"; \
3497 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgtestsdir)" || exit $$?; \
3498 done
3500 uninstall-pkgtestsDATA:
3501 @$(NORMAL_UNINSTALL)
3502 @list='$(pkgtests_DATA)'; test -n "$(pkgtestsdir)" || list=; \
3503 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3504 test -n "$$files" || exit 0; \
3505 echo " ( cd '$(DESTDIR)$(pkgtestsdir)' && rm -f" $$files ")"; \
3506 cd "$(DESTDIR)$(pkgtestsdir)" && rm -f $$files
3507 install-xslDATA: $(xsl_DATA)
3508 @$(NORMAL_INSTALL)
3509 test -z "$(xsldir)" || $(MKDIR_P) "$(DESTDIR)$(xsldir)"
3510 @list='$(xsl_DATA)'; test -n "$(xsldir)" || list=; \
3511 for p in $$list; do \
3512 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3513 echo "$$d$$p"; \
3514 done | $(am__base_list) | \
3515 while read files; do \
3516 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xsldir)'"; \
3517 $(INSTALL_DATA) $$files "$(DESTDIR)$(xsldir)" || exit $$?; \
3518 done
3520 uninstall-xslDATA:
3521 @$(NORMAL_UNINSTALL)
3522 @list='$(xsl_DATA)'; test -n "$(xsldir)" || list=; \
3523 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3524 test -n "$$files" || exit 0; \
3525 echo " ( cd '$(DESTDIR)$(xsldir)' && rm -f" $$files ")"; \
3526 cd "$(DESTDIR)$(xsldir)" && rm -f $$files
3527 install-atf_cHEADERS: $(atf_c_HEADERS)
3528 @$(NORMAL_INSTALL)
3529 test -z "$(atf_cdir)" || $(MKDIR_P) "$(DESTDIR)$(atf_cdir)"
3530 @list='$(atf_c_HEADERS)'; test -n "$(atf_cdir)" || list=; \
3531 for p in $$list; do \
3532 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3533 echo "$$d$$p"; \
3534 done | $(am__base_list) | \
3535 while read files; do \
3536 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(atf_cdir)'"; \
3537 $(INSTALL_HEADER) $$files "$(DESTDIR)$(atf_cdir)" || exit $$?; \
3538 done
3540 uninstall-atf_cHEADERS:
3541 @$(NORMAL_UNINSTALL)
3542 @list='$(atf_c_HEADERS)'; test -n "$(atf_cdir)" || list=; \
3543 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3544 test -n "$$files" || exit 0; \
3545 echo " ( cd '$(DESTDIR)$(atf_cdir)' && rm -f" $$files ")"; \
3546 cd "$(DESTDIR)$(atf_cdir)" && rm -f $$files
3547 install-atf_c__HEADERS: $(atf_c___HEADERS)
3548 @$(NORMAL_INSTALL)
3549 test -z "$(atf_c__dir)" || $(MKDIR_P) "$(DESTDIR)$(atf_c__dir)"
3550 @list='$(atf_c___HEADERS)'; test -n "$(atf_c__dir)" || list=; \
3551 for p in $$list; do \
3552 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3553 echo "$$d$$p"; \
3554 done | $(am__base_list) | \
3555 while read files; do \
3556 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(atf_c__dir)'"; \
3557 $(INSTALL_HEADER) $$files "$(DESTDIR)$(atf_c__dir)" || exit $$?; \
3558 done
3560 uninstall-atf_c__HEADERS:
3561 @$(NORMAL_UNINSTALL)
3562 @list='$(atf_c___HEADERS)'; test -n "$(atf_c__dir)" || list=; \
3563 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3564 test -n "$$files" || exit 0; \
3565 echo " ( cd '$(DESTDIR)$(atf_c__dir)' && rm -f" $$files ")"; \
3566 cd "$(DESTDIR)$(atf_c__dir)" && rm -f $$files
3567 install-includeHEADERS: $(include_HEADERS)
3568 @$(NORMAL_INSTALL)
3569 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
3570 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
3571 for p in $$list; do \
3572 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3573 echo "$$d$$p"; \
3574 done | $(am__base_list) | \
3575 while read files; do \
3576 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
3577 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
3578 done
3580 uninstall-includeHEADERS:
3581 @$(NORMAL_UNINSTALL)
3582 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
3583 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3584 test -n "$$files" || exit 0; \
3585 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
3586 cd "$(DESTDIR)$(includedir)" && rm -f $$files
3588 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3589 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3590 unique=`for i in $$list; do \
3591 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3592 done | \
3593 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3594 END { if (nonempty) { for (i in files) print i; }; }'`; \
3595 mkid -fID $$unique
3596 tags: TAGS
3598 TAGS: $(HEADERS) $(SOURCES) bconfig.h.in $(TAGS_DEPENDENCIES) \
3599 $(TAGS_FILES) $(LISP)
3600 set x; \
3601 here=`pwd`; \
3602 list='$(SOURCES) $(HEADERS) bconfig.h.in $(LISP) $(TAGS_FILES)'; \
3603 unique=`for i in $$list; do \
3604 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3605 done | \
3606 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3607 END { if (nonempty) { for (i in files) print i; }; }'`; \
3608 shift; \
3609 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3610 test -n "$$unique" || unique=$$empty_fix; \
3611 if test $$# -gt 0; then \
3612 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3613 "$$@" $$unique; \
3614 else \
3615 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3616 $$unique; \
3617 fi; \
3619 ctags: CTAGS
3620 CTAGS: $(HEADERS) $(SOURCES) bconfig.h.in $(TAGS_DEPENDENCIES) \
3621 $(TAGS_FILES) $(LISP)
3622 list='$(SOURCES) $(HEADERS) bconfig.h.in $(LISP) $(TAGS_FILES)'; \
3623 unique=`for i in $$list; do \
3624 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3625 done | \
3626 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3627 END { if (nonempty) { for (i in files) print i; }; }'`; \
3628 test -z "$(CTAGS_ARGS)$$unique" \
3629 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3630 $$unique
3632 GTAGS:
3633 here=`$(am__cd) $(top_builddir) && pwd` \
3634 && $(am__cd) $(top_srcdir) \
3635 && gtags -i $(GTAGS_ARGS) "$$here"
3637 distclean-tags:
3638 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
3640 distdir: $(DISTFILES)
3641 @case `sed 15q $(srcdir)/NEWS` in \
3642 *"$(VERSION)"*) : ;; \
3643 *) \
3644 echo "NEWS not updated; not releasing" 1>&2; \
3645 exit 1;; \
3646 esac
3647 @list='$(MANS)'; if test -n "$$list"; then \
3648 list=`for p in $$list; do \
3649 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
3650 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
3651 if test -n "$$list" && \
3652 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
3653 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
3654 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
3655 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
3656 echo " typically \`make maintainer-clean' will remove them" >&2; \
3657 exit 1; \
3658 else :; fi; \
3659 else :; fi
3660 $(am__remove_distdir)
3661 test -d "$(distdir)" || mkdir "$(distdir)"
3662 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3663 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3664 list='$(DISTFILES)'; \
3665 dist_files=`for file in $$list; do echo $$file; done | \
3666 sed -e "s|^$$srcdirstrip/||;t" \
3667 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
3668 case $$dist_files in \
3669 */*) $(MKDIR_P) `echo "$$dist_files" | \
3670 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
3671 sort -u` ;; \
3672 esac; \
3673 for file in $$dist_files; do \
3674 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
3675 if test -d $$d/$$file; then \
3676 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
3677 if test -d "$(distdir)/$$file"; then \
3678 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3679 fi; \
3680 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
3681 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
3682 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3683 fi; \
3684 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
3685 else \
3686 test -f "$(distdir)/$$file" \
3687 || cp -p $$d/$$file "$(distdir)/$$file" \
3688 || exit 1; \
3689 fi; \
3690 done
3691 $(MAKE) $(AM_MAKEFLAGS) \
3692 top_distdir="$(top_distdir)" distdir="$(distdir)" \
3693 dist-hook
3694 -test -n "$(am__skip_mode_fix)" \
3695 || find "$(distdir)" -type d ! -perm -755 \
3696 -exec chmod u+rwx,go+rx {} \; -o \
3697 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
3698 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
3699 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
3700 || chmod -R a+r "$(distdir)"
3701 dist-gzip: distdir
3702 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
3703 $(am__remove_distdir)
3705 dist-bzip2: distdir
3706 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
3707 $(am__remove_distdir)
3709 dist-lzma: distdir
3710 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
3711 $(am__remove_distdir)
3713 dist-xz: distdir
3714 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
3715 $(am__remove_distdir)
3717 dist-tarZ: distdir
3718 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
3719 $(am__remove_distdir)
3721 dist-shar: distdir
3722 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
3723 $(am__remove_distdir)
3725 dist-zip: distdir
3726 -rm -f $(distdir).zip
3727 zip -rq $(distdir).zip $(distdir)
3728 $(am__remove_distdir)
3730 dist dist-all: distdir
3731 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
3732 $(am__remove_distdir)
3734 # This target untars the dist file and tries a VPATH configuration. Then
3735 # it guarantees that the distribution is self-contained by making another
3736 # tarfile.
3737 distcheck: dist
3738 case '$(DIST_ARCHIVES)' in \
3739 *.tar.gz*) \
3740 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
3741 *.tar.bz2*) \
3742 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
3743 *.tar.lzma*) \
3744 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
3745 *.tar.xz*) \
3746 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
3747 *.tar.Z*) \
3748 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
3749 *.shar.gz*) \
3750 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
3751 *.zip*) \
3752 unzip $(distdir).zip ;;\
3753 esac
3754 chmod -R a-w $(distdir); chmod a+w $(distdir)
3755 mkdir $(distdir)/_build
3756 mkdir $(distdir)/_inst
3757 chmod a-w $(distdir)
3758 test -d $(distdir)/_build || exit 0; \
3759 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
3760 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
3761 && am__cwd=`pwd` \
3762 && $(am__cd) $(distdir)/_build \
3763 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
3764 $(DISTCHECK_CONFIGURE_FLAGS) \
3765 && $(MAKE) $(AM_MAKEFLAGS) \
3766 && $(MAKE) $(AM_MAKEFLAGS) dvi \
3767 && $(MAKE) $(AM_MAKEFLAGS) check \
3768 && $(MAKE) $(AM_MAKEFLAGS) install \
3769 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
3770 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
3771 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
3772 distuninstallcheck \
3773 && chmod -R a-w "$$dc_install_base" \
3774 && ({ \
3775 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
3776 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
3777 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
3778 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
3779 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
3780 } || { rm -rf "$$dc_destdir"; exit 1; }) \
3781 && rm -rf "$$dc_destdir" \
3782 && $(MAKE) $(AM_MAKEFLAGS) dist \
3783 && rm -rf $(DIST_ARCHIVES) \
3784 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
3785 && cd "$$am__cwd" \
3786 || exit 1
3787 $(am__remove_distdir)
3788 @(echo "$(distdir) archives ready for distribution: "; \
3789 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
3790 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
3791 distuninstallcheck:
3792 @$(am__cd) '$(distuninstallcheck_dir)' \
3793 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
3794 || { echo "ERROR: files left after uninstall:" ; \
3795 if test -n "$(DESTDIR)"; then \
3796 echo " (check DESTDIR support)"; \
3797 fi ; \
3798 $(distuninstallcheck_listfiles) ; \
3799 exit 1; } >&2
3800 distcleancheck: distclean
3801 @if test '$(srcdir)' = . ; then \
3802 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
3803 exit 1 ; \
3805 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
3806 || { echo "ERROR: files left in build directory after distclean:" ; \
3807 $(distcleancheck_listfiles) ; \
3808 exit 1; } >&2
3809 check-am: all-am
3810 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_SCRIPTS)
3811 check: $(BUILT_SOURCES)
3812 $(MAKE) $(AM_MAKEFLAGS) check-am
3813 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
3814 $(HEADERS) bconfig.h
3815 install-binPROGRAMS: install-libLTLIBRARIES
3817 installdirs:
3818 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(atf_atf_cdir)" "$(DESTDIR)$(atf_atf_c__dir)" "$(DESTDIR)$(atf_formatsdir)" "$(DESTDIR)$(atf_test_programsdir)" "$(DESTDIR)$(atf_toolsdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(atf_atf_shdir)" "$(DESTDIR)$(atf_datadir)" "$(DESTDIR)$(atf_formatsdir)" "$(DESTDIR)$(atf_test_programsdir)" "$(DESTDIR)$(atf_toolsdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man4dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(atf_atf_cdir)" "$(DESTDIR)$(atf_atf_c__dir)" "$(DESTDIR)$(atf_atf_shdir)" "$(DESTDIR)$(atf_datadir)" "$(DESTDIR)$(atf_formatsdir)" "$(DESTDIR)$(atf_shdir)" "$(DESTDIR)$(atf_test_programsdir)" "$(DESTDIR)$(atf_toolsdir)" "$(DESTDIR)$(cssdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(dtddir)" "$(DESTDIR)$(egdir)" "$(DESTDIR)$(hooksdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgtestsdir)" "$(DESTDIR)$(xsldir)" "$(DESTDIR)$(atf_cdir)" "$(DESTDIR)$(atf_c__dir)" "$(DESTDIR)$(includedir)"; do \
3819 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
3820 done
3821 install: $(BUILT_SOURCES)
3822 $(MAKE) $(AM_MAKEFLAGS) install-am
3823 install-exec: install-exec-am
3824 install-data: install-data-am
3825 uninstall: uninstall-am
3827 install-am: all-am
3828 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3830 installcheck: installcheck-am
3831 install-strip:
3832 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3833 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3834 `test -z '$(STRIP)' || \
3835 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
3836 mostlyclean-generic:
3838 clean-generic:
3839 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
3841 distclean-generic:
3842 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3843 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
3844 -rm -f atf-c++/$(DEPDIR)/$(am__dirstamp)
3845 -rm -f atf-c++/$(am__dirstamp)
3846 -rm -f atf-c/$(DEPDIR)/$(am__dirstamp)
3847 -rm -f atf-c/$(am__dirstamp)
3848 -rm -f tests/atf/atf-c++/$(DEPDIR)/$(am__dirstamp)
3849 -rm -f tests/atf/atf-c++/$(am__dirstamp)
3850 -rm -f tests/atf/atf-c/$(DEPDIR)/$(am__dirstamp)
3851 -rm -f tests/atf/atf-c/$(am__dirstamp)
3852 -rm -f tests/atf/formats/$(DEPDIR)/$(am__dirstamp)
3853 -rm -f tests/atf/formats/$(am__dirstamp)
3854 -rm -f tests/atf/test_programs/$(DEPDIR)/$(am__dirstamp)
3855 -rm -f tests/atf/test_programs/$(am__dirstamp)
3856 -rm -f tests/atf/tools/$(DEPDIR)/$(am__dirstamp)
3857 -rm -f tests/atf/tools/$(am__dirstamp)
3858 -rm -f tests/bootstrap/$(DEPDIR)/$(am__dirstamp)
3859 -rm -f tests/bootstrap/$(am__dirstamp)
3860 -rm -f tools/$(DEPDIR)/$(am__dirstamp)
3861 -rm -f tools/$(am__dirstamp)
3862 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
3864 maintainer-clean-generic:
3865 @echo "This command is intended for maintainers to use"
3866 @echo "it deletes files that may require special tools to rebuild."
3867 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
3868 clean: clean-am
3870 clean-am: clean-atf_atf_cPROGRAMS clean-atf_atf_c__PROGRAMS \
3871 clean-atf_formatsPROGRAMS clean-atf_test_programsPROGRAMS \
3872 clean-atf_toolsPROGRAMS clean-binPROGRAMS clean-checkPROGRAMS \
3873 clean-generic clean-libLTLIBRARIES clean-libexecPROGRAMS \
3874 clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
3876 distclean: distclean-am
3877 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
3878 -rm -rf atf-c++/$(DEPDIR) atf-c/$(DEPDIR) tests/atf/atf-c++/$(DEPDIR) tests/atf/atf-c/$(DEPDIR) tests/atf/formats/$(DEPDIR) tests/atf/test_programs/$(DEPDIR) tests/atf/tools/$(DEPDIR) tests/bootstrap/$(DEPDIR) tools/$(DEPDIR)
3879 -rm -f Makefile
3880 distclean-am: clean-am distclean-compile distclean-generic \
3881 distclean-hdr distclean-libtool distclean-local distclean-tags
3883 dvi: dvi-am
3885 dvi-am:
3887 html: html-am
3889 html-am:
3891 info: info-am
3893 info-am:
3895 install-data-am: install-atf_atf_cDATA install-atf_atf_cPROGRAMS \
3896 install-atf_atf_c__DATA install-atf_atf_c__PROGRAMS \
3897 install-atf_atf_shDATA install-atf_atf_shSCRIPTS \
3898 install-atf_cHEADERS install-atf_c__HEADERS \
3899 install-atf_dataDATA install-atf_dataSCRIPTS \
3900 install-atf_formatsDATA install-atf_formatsPROGRAMS \
3901 install-atf_formatsSCRIPTS install-atf_shDATA \
3902 install-atf_test_programsDATA \
3903 install-atf_test_programsPROGRAMS \
3904 install-atf_test_programsSCRIPTS install-atf_toolsDATA \
3905 install-atf_toolsPROGRAMS install-atf_toolsSCRIPTS \
3906 install-cssDATA install-docDATA install-dtdDATA install-egDATA \
3907 install-hooksDATA install-includeHEADERS install-man \
3908 install-pkgconfigDATA install-pkgtestsDATA install-xslDATA
3910 install-dvi: install-dvi-am
3912 install-dvi-am:
3914 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES \
3915 install-libexecPROGRAMS
3917 install-html: install-html-am
3919 install-html-am:
3921 install-info: install-info-am
3923 install-info-am:
3925 install-man: install-man1 install-man3 install-man4 install-man5 \
3926 install-man7
3928 install-pdf: install-pdf-am
3930 install-pdf-am:
3932 install-ps: install-ps-am
3934 install-ps-am:
3936 installcheck-am: installcheck-local
3938 maintainer-clean: maintainer-clean-am
3939 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
3940 -rm -rf $(top_srcdir)/autom4te.cache
3941 -rm -rf atf-c++/$(DEPDIR) atf-c/$(DEPDIR) tests/atf/atf-c++/$(DEPDIR) tests/atf/atf-c/$(DEPDIR) tests/atf/formats/$(DEPDIR) tests/atf/test_programs/$(DEPDIR) tests/atf/tools/$(DEPDIR) tests/bootstrap/$(DEPDIR) tools/$(DEPDIR)
3942 -rm -f Makefile
3943 maintainer-clean-am: distclean-am maintainer-clean-generic
3945 mostlyclean: mostlyclean-am
3947 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
3948 mostlyclean-libtool
3950 pdf: pdf-am
3952 pdf-am:
3954 ps: ps-am
3956 ps-am:
3958 uninstall-am: uninstall-atf_atf_cDATA uninstall-atf_atf_cPROGRAMS \
3959 uninstall-atf_atf_c__DATA uninstall-atf_atf_c__PROGRAMS \
3960 uninstall-atf_atf_shDATA uninstall-atf_atf_shSCRIPTS \
3961 uninstall-atf_cHEADERS uninstall-atf_c__HEADERS \
3962 uninstall-atf_dataDATA uninstall-atf_dataSCRIPTS \
3963 uninstall-atf_formatsDATA uninstall-atf_formatsPROGRAMS \
3964 uninstall-atf_formatsSCRIPTS uninstall-atf_shDATA \
3965 uninstall-atf_test_programsDATA \
3966 uninstall-atf_test_programsPROGRAMS \
3967 uninstall-atf_test_programsSCRIPTS uninstall-atf_toolsDATA \
3968 uninstall-atf_toolsPROGRAMS uninstall-atf_toolsSCRIPTS \
3969 uninstall-binPROGRAMS uninstall-cssDATA uninstall-docDATA \
3970 uninstall-dtdDATA uninstall-egDATA uninstall-hooksDATA \
3971 uninstall-includeHEADERS uninstall-libLTLIBRARIES \
3972 uninstall-libexecPROGRAMS uninstall-man \
3973 uninstall-pkgconfigDATA uninstall-pkgtestsDATA \
3974 uninstall-xslDATA
3976 uninstall-man: uninstall-man1 uninstall-man3 uninstall-man4 \
3977 uninstall-man5 uninstall-man7
3979 .MAKE: all check check-am install install-am install-strip
3981 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
3982 clean-atf_atf_cPROGRAMS clean-atf_atf_c__PROGRAMS \
3983 clean-atf_formatsPROGRAMS clean-atf_test_programsPROGRAMS \
3984 clean-atf_toolsPROGRAMS clean-binPROGRAMS clean-checkPROGRAMS \
3985 clean-generic clean-libLTLIBRARIES clean-libexecPROGRAMS \
3986 clean-libtool clean-noinstLTLIBRARIES ctags dist dist-all \
3987 dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ \
3988 dist-xz dist-zip distcheck distclean distclean-compile \
3989 distclean-generic distclean-hdr distclean-libtool \
3990 distclean-local distclean-tags distcleancheck distdir \
3991 distuninstallcheck dvi dvi-am html html-am info info-am \
3992 install install-am install-atf_atf_cDATA \
3993 install-atf_atf_cPROGRAMS install-atf_atf_c__DATA \
3994 install-atf_atf_c__PROGRAMS install-atf_atf_shDATA \
3995 install-atf_atf_shSCRIPTS install-atf_cHEADERS \
3996 install-atf_c__HEADERS install-atf_dataDATA \
3997 install-atf_dataSCRIPTS install-atf_formatsDATA \
3998 install-atf_formatsPROGRAMS install-atf_formatsSCRIPTS \
3999 install-atf_shDATA install-atf_test_programsDATA \
4000 install-atf_test_programsPROGRAMS \
4001 install-atf_test_programsSCRIPTS install-atf_toolsDATA \
4002 install-atf_toolsPROGRAMS install-atf_toolsSCRIPTS \
4003 install-binPROGRAMS install-cssDATA install-data \
4004 install-data-am install-docDATA install-dtdDATA install-dvi \
4005 install-dvi-am install-egDATA install-exec install-exec-am \
4006 install-hooksDATA install-html install-html-am \
4007 install-includeHEADERS install-info install-info-am \
4008 install-libLTLIBRARIES install-libexecPROGRAMS install-man \
4009 install-man1 install-man3 install-man4 install-man5 \
4010 install-man7 install-pdf install-pdf-am install-pkgconfigDATA \
4011 install-pkgtestsDATA install-ps install-ps-am install-strip \
4012 install-xslDATA installcheck installcheck-am \
4013 installcheck-local installdirs maintainer-clean \
4014 maintainer-clean-generic mostlyclean mostlyclean-compile \
4015 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
4016 tags uninstall uninstall-am uninstall-atf_atf_cDATA \
4017 uninstall-atf_atf_cPROGRAMS uninstall-atf_atf_c__DATA \
4018 uninstall-atf_atf_c__PROGRAMS uninstall-atf_atf_shDATA \
4019 uninstall-atf_atf_shSCRIPTS uninstall-atf_cHEADERS \
4020 uninstall-atf_c__HEADERS uninstall-atf_dataDATA \
4021 uninstall-atf_dataSCRIPTS uninstall-atf_formatsDATA \
4022 uninstall-atf_formatsPROGRAMS uninstall-atf_formatsSCRIPTS \
4023 uninstall-atf_shDATA uninstall-atf_test_programsDATA \
4024 uninstall-atf_test_programsPROGRAMS \
4025 uninstall-atf_test_programsSCRIPTS uninstall-atf_toolsDATA \
4026 uninstall-atf_toolsPROGRAMS uninstall-atf_toolsSCRIPTS \
4027 uninstall-binPROGRAMS uninstall-cssDATA uninstall-docDATA \
4028 uninstall-dtdDATA uninstall-egDATA uninstall-hooksDATA \
4029 uninstall-includeHEADERS uninstall-libLTLIBRARIES \
4030 uninstall-libexecPROGRAMS uninstall-man uninstall-man1 \
4031 uninstall-man3 uninstall-man4 uninstall-man5 uninstall-man7 \
4032 uninstall-pkgconfigDATA uninstall-pkgtestsDATA \
4033 uninstall-xslDATA
4035 $(srcdir)/Makefile.am: $(srcdir)/admin/generate-makefile.sh \
4036 $(srcdir)/Makefile.am.m4
4037 $(srcdir)/admin/generate-makefile.sh \
4038 $(srcdir)/Makefile.am.m4 $(srcdir)/Makefile.am
4040 dist-hook: $(srcdir)/admin/revision-dist.h check-install check-style
4042 # DISTFILE_DOC name src
4044 # Generates a rule to generate the prebuilt copy of the top-level document
4045 # indicated in 'name' based on a generated document pointed to by 'src'.
4047 $(srcdir)/AUTHORS: $(srcdir)/doc/text/authors.txt
4048 @if cmp -s $(srcdir)/doc/text/authors.txt $(srcdir)/AUTHORS; then \
4049 :; \
4050 else \
4051 echo cp $(srcdir)/doc/text/authors.txt $(srcdir)/AUTHORS; \
4052 cp $(srcdir)/doc/text/authors.txt $(srcdir)/AUTHORS; \
4055 $(srcdir)/COPYING: $(srcdir)/doc/text/copying.txt
4056 @if cmp -s $(srcdir)/doc/text/copying.txt $(srcdir)/COPYING; then \
4057 :; \
4058 else \
4059 echo cp $(srcdir)/doc/text/copying.txt $(srcdir)/COPYING; \
4060 cp $(srcdir)/doc/text/copying.txt $(srcdir)/COPYING; \
4063 $(srcdir)/INSTALL: $(srcdir)/doc/text/install.txt
4064 @if cmp -s $(srcdir)/doc/text/install.txt $(srcdir)/INSTALL; then \
4065 :; \
4066 else \
4067 echo cp $(srcdir)/doc/text/install.txt $(srcdir)/INSTALL; \
4068 cp $(srcdir)/doc/text/install.txt $(srcdir)/INSTALL; \
4071 $(srcdir)/NEWS: $(srcdir)/doc/text/news.txt
4072 @if cmp -s $(srcdir)/doc/text/news.txt $(srcdir)/NEWS; then \
4073 :; \
4074 else \
4075 echo cp $(srcdir)/doc/text/news.txt $(srcdir)/NEWS; \
4076 cp $(srcdir)/doc/text/news.txt $(srcdir)/NEWS; \
4079 $(srcdir)/README: $(srcdir)/doc/text/readme.txt
4080 @if cmp -s $(srcdir)/doc/text/readme.txt $(srcdir)/README; then \
4081 :; \
4082 else \
4083 echo cp $(srcdir)/doc/text/readme.txt $(srcdir)/README; \
4084 cp $(srcdir)/doc/text/readme.txt $(srcdir)/README; \
4087 # -------------------------------------------------------------------------
4088 # `admin' directory.
4089 # -------------------------------------------------------------------------
4091 .PHONY: check-install
4092 check-install:
4093 $(srcdir)/admin/check-install.sh $(srcdir)/INSTALL
4095 .PHONY: check-style
4096 check-style:
4097 $(srcdir)/admin/check-style.sh
4099 # REVISION_FILE fmt
4101 # Generates rules to create the revision files for the given format.
4102 # These create admin/revision.<fmt> and $(srcdir)/admin/revision-dist.<fmt>
4104 .PHONY: admin/revision.h
4105 admin/revision.h:
4106 @$(top_srcdir)/admin/generate-revision.sh \
4107 -f h -m "$(MTN)" -r $(top_srcdir) -o admin/revision.h \
4108 -v $(PACKAGE_VERSION)
4110 $(srcdir)/admin/revision-dist.h: admin/revision.h
4111 @$(top_srcdir)/admin/generate-revision-dist.sh \
4112 -f h -i admin/revision.h -o $(srcdir)/admin/revision-dist.h
4114 # XXX For some reason, the nodist line above does not work as expected.
4115 # Work this problem around.
4116 dist-hook: kill-defs-h
4117 kill-defs-h:
4118 rm -f $(distdir)/atf-c/defs.h
4119 data/atf-c.pc: $(srcdir)/data/atf-c.pc.in
4120 test -d data || mkdir -p data
4121 sed -e 's,__ATF_VERSION__,@PACKAGE_VERSION@,g' \
4122 -e 's,__CC__,$(CC),g' \
4123 -e 's,__INCLUDEDIR__,$(includedir),g' \
4124 -e 's,__LIBDIR__,$(libdir),g' \
4125 <$(srcdir)/data/atf-c.pc.in >data/atf-c.pc.tmp
4126 mv data/atf-c.pc.tmp data/atf-c.pc
4127 data/atf-c++.pc: $(srcdir)/data/atf-c++.pc.in
4128 test -d data || mkdir -p data
4129 sed -e 's,__ATF_VERSION__,@PACKAGE_VERSION@,g' \
4130 -e 's,__CXX__,$(CXX),g' \
4131 -e 's,__INCLUDEDIR__,$(includedir),g' \
4132 -e 's,__LIBDIR__,$(libdir),g' \
4133 <$(srcdir)/data/atf-c++.pc.in >data/atf-c++.pc.tmp
4134 mv data/atf-c++.pc.tmp data/atf-c++.pc
4136 doc/atf.7: $(srcdir)/doc/atf.7.in
4137 test -d doc || mkdir -p doc
4138 sed -e 's,__DOCDIR__,$(docdir),g' \
4139 <$(srcdir)/doc/atf.7.in >doc/atf.7.tmp
4140 mv doc/atf.7.tmp doc/atf.7
4141 doc/standalone/authors.html: $(srcdir)/doc/authors.xml doc/build-xml.sh \
4142 $(_STANDALONE_XSLT)
4143 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4144 $(srcdir)/doc/authors.xml $(srcdir)/$(_STANDALONE_XSLT) \
4145 html:$(srcdir)/doc/standalone/authors.html
4146 doc/text/authors.txt: $(srcdir)/doc/authors.xml doc/build-xml.sh $(_STANDALONE_XSLT)
4147 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4148 $(srcdir)/doc/authors.xml $(srcdir)/$(_STANDALONE_XSLT) \
4149 txt:$(srcdir)/doc/text/authors.txt
4150 doc/standalone/copying.html: $(srcdir)/doc/copying.xml doc/build-xml.sh \
4151 $(_STANDALONE_XSLT)
4152 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4153 $(srcdir)/doc/copying.xml $(srcdir)/$(_STANDALONE_XSLT) \
4154 html:$(srcdir)/doc/standalone/copying.html
4155 doc/text/copying.txt: $(srcdir)/doc/copying.xml doc/build-xml.sh $(_STANDALONE_XSLT)
4156 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4157 $(srcdir)/doc/copying.xml $(srcdir)/$(_STANDALONE_XSLT) \
4158 txt:$(srcdir)/doc/text/copying.txt
4159 doc/standalone/install.html: $(srcdir)/doc/install.xml doc/build-xml.sh \
4160 $(_STANDALONE_XSLT)
4161 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4162 $(srcdir)/doc/install.xml $(srcdir)/$(_STANDALONE_XSLT) \
4163 html:$(srcdir)/doc/standalone/install.html
4164 doc/text/install.txt: $(srcdir)/doc/install.xml doc/build-xml.sh $(_STANDALONE_XSLT)
4165 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4166 $(srcdir)/doc/install.xml $(srcdir)/$(_STANDALONE_XSLT) \
4167 txt:$(srcdir)/doc/text/install.txt
4168 doc/standalone/news.html: $(srcdir)/doc/news.xml doc/build-xml.sh \
4169 $(_STANDALONE_XSLT)
4170 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4171 $(srcdir)/doc/news.xml $(srcdir)/$(_STANDALONE_XSLT) \
4172 html:$(srcdir)/doc/standalone/news.html
4173 doc/text/news.txt: $(srcdir)/doc/news.xml doc/build-xml.sh $(_STANDALONE_XSLT)
4174 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4175 $(srcdir)/doc/news.xml $(srcdir)/$(_STANDALONE_XSLT) \
4176 txt:$(srcdir)/doc/text/news.txt
4177 doc/standalone/readme.html: $(srcdir)/doc/readme.xml doc/build-xml.sh \
4178 $(_STANDALONE_XSLT)
4179 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4180 $(srcdir)/doc/readme.xml $(srcdir)/$(_STANDALONE_XSLT) \
4181 html:$(srcdir)/doc/standalone/readme.html
4182 doc/text/readme.txt: $(srcdir)/doc/readme.xml doc/build-xml.sh $(_STANDALONE_XSLT)
4183 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4184 $(srcdir)/doc/readme.xml $(srcdir)/$(_STANDALONE_XSLT) \
4185 txt:$(srcdir)/doc/text/readme.txt
4186 doc/standalone/roadmap.html: $(srcdir)/doc/roadmap.xml doc/build-xml.sh \
4187 $(_STANDALONE_XSLT)
4188 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4189 $(srcdir)/doc/roadmap.xml $(srcdir)/$(_STANDALONE_XSLT) \
4190 html:$(srcdir)/doc/standalone/roadmap.html
4191 doc/text/roadmap.txt: $(srcdir)/doc/roadmap.xml doc/build-xml.sh $(_STANDALONE_XSLT)
4192 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4193 $(srcdir)/doc/roadmap.xml $(srcdir)/$(_STANDALONE_XSLT) \
4194 txt:$(srcdir)/doc/text/roadmap.txt
4195 doc/standalone/specification.html: $(srcdir)/doc/specification.xml doc/build-xml.sh \
4196 $(_STANDALONE_XSLT)
4197 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4198 $(srcdir)/doc/specification.xml $(srcdir)/$(_STANDALONE_XSLT) \
4199 html:$(srcdir)/doc/standalone/specification.html
4200 doc/text/specification.txt: $(srcdir)/doc/specification.xml doc/build-xml.sh $(_STANDALONE_XSLT)
4201 $(BUILD_XML_ENV) $(ATF_SHELL) doc/build-xml.sh \
4202 $(srcdir)/doc/specification.xml $(srcdir)/$(_STANDALONE_XSLT) \
4203 txt:$(srcdir)/doc/text/specification.txt
4204 tests/bootstrap/h_tp_basic_sh: $(srcdir)/tests/bootstrap/h_tp_basic_sh.sh \
4205 $(ATF_COMPILE_DEPS)
4206 test -d tests/bootstrap || mkdir -p tests/bootstrap
4207 $(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/bootstrap/h_tp_basic_sh.sh
4208 tests/bootstrap/h_tp_atf_check_sh: \
4209 $(srcdir)/tests/bootstrap/h_tp_atf_check_sh.sh \
4210 $(ATF_COMPILE_DEPS)
4211 test -d tests/bootstrap || mkdir -p tests/bootstrap
4212 $(ATF_COMPILE_SH) -o $@ $(srcdir)/tests/bootstrap/h_tp_atf_check_sh.sh
4214 distclean-local:
4215 -rm -rf testsuite.dir
4217 $(srcdir)/tests/bootstrap/package.m4: $(top_srcdir)/configure.ac
4219 echo '# Signature of the current package.'; \
4220 echo 'm4_define(AT_PACKAGE_NAME, @PACKAGE_NAME@)'; \
4221 echo 'm4_define(AT_PACKAGE_TARNAME, @PACKAGE_TARNAME@)'; \
4222 echo 'm4_define(AT_PACKAGE_VERSION, @PACKAGE_VERSION@)'; \
4223 echo 'm4_define(AT_PACKAGE_STRING, @PACKAGE_STRING@)'; \
4224 echo 'm4_define(AT_PACKAGE_BUGREPORT, @PACKAGE_BUGREPORT@)'; \
4225 } >$(srcdir)/tests/bootstrap/package.m4
4227 $(srcdir)/tests/bootstrap/testsuite: $(srcdir)/tests/bootstrap/testsuite.at \
4228 $(testsuite_incs) \
4229 $(srcdir)/tests/bootstrap/package.m4
4230 autom4te --language=Autotest -I $(srcdir) \
4231 -I $(srcdir)/tests/bootstrap \
4232 $(srcdir)/tests/bootstrap/testsuite.at -o $@.tmp
4233 mv $@.tmp $@
4235 installcheck-local: installcheck-bootstrap installcheck-atf
4237 # TODO: This really needs to be a 'check' target and not 'installcheck', but
4238 # these bootstrap tests don't currently work without atf being installed.
4239 .PHONY: installcheck-bootstrap
4240 installcheck-bootstrap: $(srcdir)/tests/bootstrap/testsuite check
4241 $(TESTS_ENVIRONMENT) $(srcdir)/tests/bootstrap/testsuite
4243 .PHONY: installcheck-atf
4244 installcheck-atf:
4245 logfile=$$(pwd)/installcheck.log; \
4246 cd $(pkgtestsdir); \
4247 $(TESTS_ENVIRONMENT) atf-run | tee $${logfile} | atf-report; \
4248 res=$${?}; \
4249 echo; \
4250 echo "The verbatim output of atf-run has been saved to" \
4251 "installcheck.log"; \
4252 exit $${res}
4253 tests/atf/atf-sh/h_misc: $(srcdir)/tests/atf/atf-sh/h_misc.sh $(ATF_COMPILE_DEPS)
4254 test -d tests/atf/atf-sh || mkdir -p tests/atf/atf-sh
4255 $(ATF_COMPILE_SH) -o tests/atf/atf-sh/h_misc $(srcdir)/tests/atf/atf-sh/h_misc.sh
4256 tests/atf/atf-sh/t_atf_check: $(srcdir)/tests/atf/atf-sh/t_atf_check.sh $(ATF_COMPILE_DEPS)
4257 test -d tests/atf/atf-sh || mkdir -p tests/atf/atf-sh
4258 $(ATF_COMPILE_SH) -o tests/atf/atf-sh/t_atf_check $(srcdir)/tests/atf/atf-sh/t_atf_check.sh
4259 tests/atf/atf-sh/t_config: $(srcdir)/tests/atf/atf-sh/t_config.sh $(ATF_COMPILE_DEPS)
4260 test -d tests/atf/atf-sh || mkdir -p tests/atf/atf-sh
4261 $(ATF_COMPILE_SH) -o tests/atf/atf-sh/t_config $(srcdir)/tests/atf/atf-sh/t_config.sh
4262 tests/atf/atf-sh/t_normalize: $(srcdir)/tests/atf/atf-sh/t_normalize.sh $(ATF_COMPILE_DEPS)
4263 test -d tests/atf/atf-sh || mkdir -p tests/atf/atf-sh
4264 $(ATF_COMPILE_SH) -o tests/atf/atf-sh/t_normalize $(srcdir)/tests/atf/atf-sh/t_normalize.sh
4265 tests/atf/atf-sh/t_tc: $(srcdir)/tests/atf/atf-sh/t_tc.sh $(ATF_COMPILE_DEPS)
4266 test -d tests/atf/atf-sh || mkdir -p tests/atf/atf-sh
4267 $(ATF_COMPILE_SH) -o tests/atf/atf-sh/t_tc $(srcdir)/tests/atf/atf-sh/t_tc.sh
4268 tests/atf/atf-sh/t_tp: $(srcdir)/tests/atf/atf-sh/t_tp.sh $(ATF_COMPILE_DEPS)
4269 test -d tests/atf/atf-sh || mkdir -p tests/atf/atf-sh
4270 $(ATF_COMPILE_SH) -o tests/atf/atf-sh/t_tp $(srcdir)/tests/atf/atf-sh/t_tp.sh
4271 tests/atf/data/t_pkg_config: $(srcdir)/tests/atf/data/t_pkg_config.sh $(ATF_COMPILE_DEPS)
4272 test -d tests/atf/data || mkdir -p tests/atf/data
4273 $(ATF_COMPILE_SH) -o tests/atf/data/t_pkg_config $(srcdir)/tests/atf/data/t_pkg_config.sh
4274 tests/atf/formats/t_parsers: $(srcdir)/tests/atf/formats/t_parsers.sh $(ATF_COMPILE_DEPS)
4275 test -d tests/atf/formats || mkdir -p tests/atf/formats
4276 $(ATF_COMPILE_SH) -o tests/atf/formats/t_parsers $(srcdir)/tests/atf/formats/t_parsers.sh
4277 tests/atf/test_programs/h_sh: $(srcdir)/tests/atf/test_programs/h_sh.sh $(ATF_COMPILE_DEPS)
4278 test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
4279 $(ATF_COMPILE_SH) -o tests/atf/test_programs/h_sh $(srcdir)/tests/atf/test_programs/h_sh.sh
4280 tests/atf/test_programs/t_cleanup: $(srcdir)/tests/atf/test_programs/t_cleanup.sh $(ATF_COMPILE_DEPS)
4281 test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
4282 $(ATF_COMPILE_SH) -o tests/atf/test_programs/t_cleanup $(srcdir)/tests/atf/test_programs/t_cleanup.sh
4283 tests/atf/test_programs/t_config: $(srcdir)/tests/atf/test_programs/t_config.sh $(ATF_COMPILE_DEPS)
4284 test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
4285 $(ATF_COMPILE_SH) -o tests/atf/test_programs/t_config $(srcdir)/tests/atf/test_programs/t_config.sh
4286 tests/atf/test_programs/t_env: $(srcdir)/tests/atf/test_programs/t_env.sh $(ATF_COMPILE_DEPS)
4287 test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
4288 $(ATF_COMPILE_SH) -o tests/atf/test_programs/t_env $(srcdir)/tests/atf/test_programs/t_env.sh
4289 tests/atf/test_programs/t_fork: $(srcdir)/tests/atf/test_programs/t_fork.sh $(ATF_COMPILE_DEPS)
4290 test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
4291 $(ATF_COMPILE_SH) -o tests/atf/test_programs/t_fork $(srcdir)/tests/atf/test_programs/t_fork.sh
4292 tests/atf/test_programs/t_meta_data: $(srcdir)/tests/atf/test_programs/t_meta_data.sh $(ATF_COMPILE_DEPS)
4293 test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
4294 $(ATF_COMPILE_SH) -o tests/atf/test_programs/t_meta_data $(srcdir)/tests/atf/test_programs/t_meta_data.sh
4295 tests/atf/test_programs/t_srcdir: $(srcdir)/tests/atf/test_programs/t_srcdir.sh $(ATF_COMPILE_DEPS)
4296 test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
4297 $(ATF_COMPILE_SH) -o tests/atf/test_programs/t_srcdir $(srcdir)/tests/atf/test_programs/t_srcdir.sh
4298 tests/atf/test_programs/t_status: $(srcdir)/tests/atf/test_programs/t_status.sh $(ATF_COMPILE_DEPS)
4299 test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
4300 $(ATF_COMPILE_SH) -o tests/atf/test_programs/t_status $(srcdir)/tests/atf/test_programs/t_status.sh
4301 tests/atf/test_programs/t_workdir: $(srcdir)/tests/atf/test_programs/t_workdir.sh $(ATF_COMPILE_DEPS)
4302 test -d tests/atf/test_programs || mkdir -p tests/atf/test_programs
4303 $(ATF_COMPILE_SH) -o tests/atf/test_programs/t_workdir $(srcdir)/tests/atf/test_programs/t_workdir.sh
4304 tests/atf/tools/t_atf_check: $(srcdir)/tests/atf/tools/t_atf_check.sh $(ATF_COMPILE_DEPS)
4305 test -d tests/atf/tools || mkdir -p tests/atf/tools
4306 $(ATF_COMPILE_SH) -o tests/atf/tools/t_atf_check $(srcdir)/tests/atf/tools/t_atf_check.sh
4307 tests/atf/tools/t_atf_cleanup: $(srcdir)/tests/atf/tools/t_atf_cleanup.sh $(ATF_COMPILE_DEPS)
4308 test -d tests/atf/tools || mkdir -p tests/atf/tools
4309 $(ATF_COMPILE_SH) -o tests/atf/tools/t_atf_cleanup $(srcdir)/tests/atf/tools/t_atf_cleanup.sh
4310 tests/atf/tools/t_atf_compile: $(srcdir)/tests/atf/tools/t_atf_compile.sh $(ATF_COMPILE_DEPS)
4311 test -d tests/atf/tools || mkdir -p tests/atf/tools
4312 $(ATF_COMPILE_SH) -o tests/atf/tools/t_atf_compile $(srcdir)/tests/atf/tools/t_atf_compile.sh
4313 tests/atf/tools/t_atf_config: $(srcdir)/tests/atf/tools/t_atf_config.sh $(ATF_COMPILE_DEPS)
4314 test -d tests/atf/tools || mkdir -p tests/atf/tools
4315 $(ATF_COMPILE_SH) -o tests/atf/tools/t_atf_config $(srcdir)/tests/atf/tools/t_atf_config.sh
4316 tests/atf/tools/t_atf_exec: $(srcdir)/tests/atf/tools/t_atf_exec.sh $(ATF_COMPILE_DEPS)
4317 test -d tests/atf/tools || mkdir -p tests/atf/tools
4318 $(ATF_COMPILE_SH) -o tests/atf/tools/t_atf_exec $(srcdir)/tests/atf/tools/t_atf_exec.sh
4319 tests/atf/tools/t_atf_report: $(srcdir)/tests/atf/tools/t_atf_report.sh $(ATF_COMPILE_DEPS)
4320 test -d tests/atf/tools || mkdir -p tests/atf/tools
4321 $(ATF_COMPILE_SH) -o tests/atf/tools/t_atf_report $(srcdir)/tests/atf/tools/t_atf_report.sh
4322 tests/atf/tools/t_atf_run: $(srcdir)/tests/atf/tools/t_atf_run.sh $(ATF_COMPILE_DEPS)
4323 test -d tests/atf/tools || mkdir -p tests/atf/tools
4324 $(ATF_COMPILE_SH) -o tests/atf/tools/t_atf_run $(srcdir)/tests/atf/tools/t_atf_run.sh
4326 tools/atf-host-compile: $(srcdir)/tools/atf-host-compile.sh
4327 sed -e 's,__ATF_PKGDATADIR__,$(srcdir)/atf-sh,g' \
4328 -e 's,__ATF_SHELL__,$(ATF_SHELL),g' \
4329 <$(srcdir)/tools/atf-host-compile.sh \
4330 >tools/atf-host-compile.tmp
4331 chmod +x tools/atf-host-compile.tmp
4332 mv tools/atf-host-compile.tmp tools/atf-host-compile
4333 revision.h: admin/revision.h $(srcdir)/admin/revision-dist.h
4334 @$(top_srcdir)/admin/choose-revision.sh \
4335 admin/revision.h $(srcdir)/admin/revision-dist.h revision.h
4337 # vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8
4339 # Tell versions [3.59,3.63) of GNU make to not export all variables.
4340 # Otherwise a system limit (for SysV at least) may be exceeded.
4341 .NOEXPORT: