Fix tests that attempt to determine if target_alias has been set
[dejagnu.git] / Makefile.in
blobf6965a59f2068221677801d7bfe67c451c30e2d8
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 # Copyright (C) 1992-2019, 2020, 2022 Free Software Foundation, Inc.
19 # This file is part of DejaGnu.
21 # DejaGnu is free software; you can redistribute it and/or modify it
22 # under the terms of the GNU General Public License as published by
23 # the Free Software Foundation; either version 3 of the License, or
24 # (at your option) any later version.
26 # DejaGnu is distributed in the hope that it will be useful, but
27 # WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
29 # General Public License for more details.
31 # You should have received a copy of the GNU General Public License
32 # along with DejaGnu; if not, write to the Free Software Foundation,
33 # Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
35 # Process this file with automake to generate Makefile.in
39 VPATH = @srcdir@
40 am__is_gnu_make = { \
41 if test -z '$(MAKELEVEL)'; then \
42 false; \
43 elif test -n '$(MAKE_HOST)'; then \
44 true; \
45 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
46 true; \
47 else \
48 false; \
49 fi; \
51 am__make_running_with_option = \
52 case $${target_option-} in \
53 ?) ;; \
54 *) echo "am__make_running_with_option: internal error: invalid" \
55 "target option '$${target_option-}' specified" >&2; \
56 exit 1;; \
57 esac; \
58 has_opt=no; \
59 sane_makeflags=$$MAKEFLAGS; \
60 if $(am__is_gnu_make); then \
61 sane_makeflags=$$MFLAGS; \
62 else \
63 case $$MAKEFLAGS in \
64 *\\[\ \ ]*) \
65 bs=\\; \
66 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
67 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
68 esac; \
69 fi; \
70 skip_next=no; \
71 strip_trailopt () \
72 { \
73 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
74 }; \
75 for flg in $$sane_makeflags; do \
76 test $$skip_next = yes && { skip_next=no; continue; }; \
77 case $$flg in \
78 *=*|--*) continue;; \
79 -*I) strip_trailopt 'I'; skip_next=yes;; \
80 -*I?*) strip_trailopt 'I';; \
81 -*O) strip_trailopt 'O'; skip_next=yes;; \
82 -*O?*) strip_trailopt 'O';; \
83 -*l) strip_trailopt 'l'; skip_next=yes;; \
84 -*l?*) strip_trailopt 'l';; \
85 -[dEDm]) skip_next=yes;; \
86 -[JT]) skip_next=yes;; \
87 esac; \
88 case $$flg in \
89 *$$target_option*) has_opt=yes; break;; \
90 esac; \
91 done; \
92 test $$has_opt = yes
93 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
94 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
95 pkgdatadir = $(datadir)/@PACKAGE@
96 pkgincludedir = $(includedir)/@PACKAGE@
97 pkglibdir = $(libdir)/@PACKAGE@
98 pkglibexecdir = $(libexecdir)/@PACKAGE@
99 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
100 install_sh_DATA = $(install_sh) -c -m 644
101 install_sh_PROGRAM = $(install_sh) -c
102 install_sh_SCRIPT = $(install_sh) -c
103 INSTALL_HEADER = $(INSTALL_DATA)
104 transform = $(program_transform_name)
105 NORMAL_INSTALL = :
106 PRE_INSTALL = :
107 POST_INSTALL = :
108 NORMAL_UNINSTALL = :
109 PRE_UNINSTALL = :
110 POST_UNINSTALL = :
111 check_PROGRAMS = testsuite/libdejagnu/unit-c$(EXEEXT) \
112 testsuite/libdejagnu/unit-cxx$(EXEEXT) \
113 testsuite/libdejagnu/unit-ccxxmix$(EXEEXT)
114 subdir = .
115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
117 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118 $(ACLOCAL_M4)
119 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
120 $(am__configure_deps) $(srcdir)/doc/version.texi \
121 $(srcdir)/doc/stamp-vti $(include_HEADERS) $(am__DIST_COMMON)
122 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
123 configure.lineno config.status.lineno
124 mkinstalldirs = $(install_sh) -d
125 CONFIG_CLEAN_FILES =
126 CONFIG_CLEAN_VPATH_FILES =
127 am__dirstamp = $(am__leading_dot)dirstamp
128 am_testsuite_libdejagnu_unit_c_OBJECTS = \
129 testsuite/libdejagnu/unit-c.$(OBJEXT)
130 testsuite_libdejagnu_unit_c_OBJECTS = \
131 $(am_testsuite_libdejagnu_unit_c_OBJECTS)
132 testsuite_libdejagnu_unit_c_LDADD = $(LDADD)
133 am_testsuite_libdejagnu_unit_ccxxmix_OBJECTS = \
134 testsuite/libdejagnu/unit-ccxxmix.$(OBJEXT)
135 testsuite_libdejagnu_unit_ccxxmix_OBJECTS = \
136 $(am_testsuite_libdejagnu_unit_ccxxmix_OBJECTS)
137 testsuite_libdejagnu_unit_ccxxmix_LDADD = $(LDADD)
138 am_testsuite_libdejagnu_unit_cxx_OBJECTS = \
139 testsuite/libdejagnu/unit-cxx.$(OBJEXT)
140 testsuite_libdejagnu_unit_cxx_OBJECTS = \
141 $(am_testsuite_libdejagnu_unit_cxx_OBJECTS)
142 testsuite_libdejagnu_unit_cxx_LDADD = $(LDADD)
143 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
144 am__vpath_adj = case $$p in \
145 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
146 *) f=$$p;; \
147 esac;
148 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
149 am__install_max = 40
150 am__nobase_strip_setup = \
151 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
152 am__nobase_strip = \
153 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
154 am__nobase_list = $(am__nobase_strip_setup); \
155 for p in $$list; do echo "$$p $$p"; done | \
156 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
157 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
158 if (++n[$$2] == $(am__install_max)) \
159 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
160 END { for (dir in files) print dir, files[dir] }'
161 am__base_list = \
162 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
163 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
164 am__uninstall_files_from_dir = { \
165 test -z "$$files" \
166 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
167 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
168 $(am__cd) "$$dir" && rm -f $$files; }; \
170 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(djlibexecdir)" \
171 "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" \
172 "$(DESTDIR)$(baseboarddir)" "$(DESTDIR)$(commandsdir)" \
173 "$(DESTDIR)$(configdir)" "$(DESTDIR)$(pkgdatadir)" \
174 "$(DESTDIR)$(includedir)"
175 SCRIPTS = $(bin_SCRIPTS) $(djlibexec_SCRIPTS)
176 AM_V_P = $(am__v_P_@AM_V@)
177 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
178 am__v_P_0 = false
179 am__v_P_1 = :
180 AM_V_GEN = $(am__v_GEN_@AM_V@)
181 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
182 am__v_GEN_0 = @echo " GEN " $@;
183 am__v_GEN_1 =
184 AM_V_at = $(am__v_at_@AM_V@)
185 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
186 am__v_at_0 = @
187 am__v_at_1 =
188 DEFAULT_INCLUDES = -I.@am__isrc@
189 depcomp = $(SHELL) $(top_srcdir)/depcomp
190 am__depfiles_maybe = depfiles
191 am__mv = mv -f
192 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
193 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
194 AM_V_CC = $(am__v_CC_@AM_V@)
195 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
196 am__v_CC_0 = @echo " CC " $@;
197 am__v_CC_1 =
198 CCLD = $(CC)
199 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
200 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
201 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
202 am__v_CCLD_0 = @echo " CCLD " $@;
203 am__v_CCLD_1 =
204 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
205 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
206 AM_V_CXX = $(am__v_CXX_@AM_V@)
207 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
208 am__v_CXX_0 = @echo " CXX " $@;
209 am__v_CXX_1 =
210 CXXLD = $(CXX)
211 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
212 -o $@
213 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
214 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
215 am__v_CXXLD_0 = @echo " CXXLD " $@;
216 am__v_CXXLD_1 =
217 SOURCES = $(testsuite_libdejagnu_unit_c_SOURCES) \
218 $(testsuite_libdejagnu_unit_ccxxmix_SOURCES) \
219 $(testsuite_libdejagnu_unit_cxx_SOURCES)
220 DIST_SOURCES = $(testsuite_libdejagnu_unit_c_SOURCES) \
221 $(testsuite_libdejagnu_unit_ccxxmix_SOURCES) \
222 $(testsuite_libdejagnu_unit_cxx_SOURCES)
223 AM_V_DVIPS = $(am__v_DVIPS_@AM_V@)
224 am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@)
225 am__v_DVIPS_0 = @echo " DVIPS " $@;
226 am__v_DVIPS_1 =
227 AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@)
228 am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@)
229 am__v_MAKEINFO_0 = @echo " MAKEINFO" $@;
230 am__v_MAKEINFO_1 =
231 AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@)
232 am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@)
233 am__v_INFOHTML_0 = @echo " INFOHTML" $@;
234 am__v_INFOHTML_1 =
235 AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@)
236 am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@)
237 am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@;
238 am__v_TEXI2DVI_1 =
239 AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@)
240 am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@)
241 am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@;
242 am__v_TEXI2PDF_1 =
243 AM_V_texinfo = $(am__v_texinfo_@AM_V@)
244 am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@)
245 am__v_texinfo_0 = -q
246 am__v_texinfo_1 =
247 AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
248 am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
249 am__v_texidevnull_0 = > /dev/null
250 am__v_texidevnull_1 =
251 INFO_DEPS = $(srcdir)/doc/dejagnu.info
252 am__TEXINFO_TEX_DIR = $(srcdir)/doc
253 DVIS = doc/dejagnu.dvi
254 PDFS = doc/dejagnu.pdf
255 PSS = doc/dejagnu.ps
256 HTMLS = doc/dejagnu.html
257 TEXINFOS = doc/dejagnu.texi
258 TEXI2DVI = texi2dvi
259 TEXI2PDF = $(TEXI2DVI) --pdf --batch
260 MAKEINFOHTML = $(MAKEINFO) --html
261 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
262 DVIPS = dvips
263 am__can_run_installinfo = \
264 case $$AM_UPDATE_INFO_DIR in \
265 n|no|NO) false;; \
266 *) (install-info --version) >/dev/null 2>&1;; \
267 esac
268 man1dir = $(mandir)/man1
269 NROFF = nroff
270 MANS = $(dist_man_MANS)
271 DATA = $(baseboard_DATA) $(commands_DATA) $(config_DATA) \
272 $(pkgdata_DATA)
273 HEADERS = $(include_HEADERS)
274 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
275 # Read a list of newline-separated strings from the standard input,
276 # and print each of them once, without duplicates. Input order is
277 # *not* preserved.
278 am__uniquify_input = $(AWK) '\
279 BEGIN { nonempty = 0; } \
280 { items[$$0] = 1; nonempty = 1; } \
281 END { if (nonempty) { for (i in items) print i; }; } \
283 # Make sure the list of sources is unique. This is necessary because,
284 # e.g., the same source file might be shared among _SOURCES variables
285 # for different programs/libraries.
286 am__define_uniq_tagged_files = \
287 list='$(am__tagged_files)'; \
288 unique=`for i in $$list; do \
289 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290 done | $(am__uniquify_input)`
291 ETAGS = etags
292 CTAGS = ctags
293 CSCOPE = cscope
294 AM_RECURSIVE_TARGETS = cscope
295 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
296 EXPECT = expect
297 am__DIST_COMMON = $(dist_man_MANS) $(doc_dejagnu_TEXINFOS) \
298 $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog INSTALL NEWS \
299 README TODO compile config.guess config.sub depcomp install-sh \
300 mdate-sh missing
301 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
302 distdir = $(PACKAGE)-$(VERSION)
303 top_distdir = $(distdir)
304 am__remove_distdir = \
305 if test -d "$(distdir)"; then \
306 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
307 && rm -rf "$(distdir)" \
308 || { sleep 5 && rm -rf "$(distdir)"; }; \
309 else :; fi
310 am__post_remove_distdir = $(am__remove_distdir)
311 DIST_ARCHIVES = $(distdir).tar.gz
312 GZIP_ENV = --best
313 DIST_TARGETS = dist-gzip
314 distuninstallcheck_listfiles = find . -type f -print
315 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
316 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
317 distcleancheck_listfiles = find . -type f -print
318 ACLOCAL = @ACLOCAL@
319 AMTAR = @AMTAR@
320 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
321 AUTOCONF = @AUTOCONF@
322 AUTOHEADER = @AUTOHEADER@
323 AUTOMAKE = @AUTOMAKE@
324 AWK = @AWK@
325 CC = @CC@
326 CCDEPMODE = @CCDEPMODE@
327 CFLAGS = @CFLAGS@
328 CPPFLAGS = @CPPFLAGS@
329 CXX = @CXX@
330 CXXDEPMODE = @CXXDEPMODE@
331 CXXFLAGS = @CXXFLAGS@
332 CYGPATH_W = @CYGPATH_W@
333 DEFS = @DEFS@
334 DEJAGNU = @DEJAGNU@
335 DEPDIR = @DEPDIR@
336 ECHO_C = @ECHO_C@
337 ECHO_N = @ECHO_N@
338 ECHO_T = @ECHO_T@
339 EXEEXT = @EXEEXT@
340 INSTALL = @INSTALL@
341 INSTALL_DATA = @INSTALL_DATA@
342 INSTALL_PROGRAM = @INSTALL_PROGRAM@
343 INSTALL_SCRIPT = @INSTALL_SCRIPT@
344 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
345 LDFLAGS = @LDFLAGS@
346 LIBOBJS = @LIBOBJS@
347 LIBS = @LIBS@
348 LTLIBOBJS = @LTLIBOBJS@
349 MAINT = @MAINT@
350 MAKEINFO = @MAKEINFO@
351 MKDIR_P = @MKDIR_P@
352 OBJEXT = @OBJEXT@
353 PACKAGE = @PACKAGE@
354 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
355 PACKAGE_NAME = @PACKAGE_NAME@
356 PACKAGE_STRING = @PACKAGE_STRING@
357 PACKAGE_TARNAME = @PACKAGE_TARNAME@
358 PACKAGE_URL = @PACKAGE_URL@
359 PACKAGE_VERSION = @PACKAGE_VERSION@
360 PATH_SEPARATOR = @PATH_SEPARATOR@
361 SET_MAKE = @SET_MAKE@
362 SHELL = @SHELL@
363 STRIP = @STRIP@
364 VERSION = @VERSION@
365 abs_builddir = @abs_builddir@
366 abs_srcdir = @abs_srcdir@
367 abs_top_builddir = @abs_top_builddir@
368 abs_top_srcdir = @abs_top_srcdir@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_CXX = @ac_ct_CXX@
371 am__include = @am__include@
372 am__leading_dot = @am__leading_dot@
373 am__quote = @am__quote@
374 am__tar = @am__tar@
375 am__untar = @am__untar@
376 bindir = @bindir@
377 build_alias = @build_alias@
378 builddir = @builddir@
379 datadir = @datadir@
380 datarootdir = @datarootdir@
381 docdir = @docdir@
382 dvidir = @dvidir@
383 exec_prefix = @exec_prefix@
384 host_alias = @host_alias@
385 htmldir = @htmldir@
386 includedir = @includedir@
387 infodir = @infodir@
388 install_sh = @install_sh@
389 libdir = @libdir@
390 libexecdir = @libexecdir@
391 localedir = @localedir@
392 localstatedir = @localstatedir@
393 mandir = @mandir@
394 mkdir_p = @mkdir_p@
395 oldincludedir = @oldincludedir@
396 pdfdir = @pdfdir@
397 prefix = @prefix@
398 program_transform_name = @program_transform_name@
399 psdir = @psdir@
400 runstatedir = @runstatedir@
401 sbindir = @sbindir@
402 sharedstatedir = @sharedstatedir@
403 srcdir = @srcdir@
404 sysconfdir = @sysconfdir@
405 target_alias = @target_alias@
406 top_build_prefix = @top_build_prefix@
407 top_builddir = @top_builddir@
408 top_srcdir = @top_srcdir@
409 AUTOMAKE_OPTIONS = dejagnu
411 # record all files in the distribution tarball as owned by root
412 TAR_OPTIONS = --format=v7 --owner=0 --group=0
413 EXTRA_DIST = ChangeLog-1992 MAINTAINERS dejagnu runtest \
414 $(pkgdata_DATA) $(config_DATA) $(baseboard_DATA) \
415 $(commands_DATA) $(TESTSUITE_FILES) $(TEXINFO_TEX)\
416 $(CONTRIB)
418 CLEANFILES = dbg.log nested-init.exp pr48155-init.exp
419 bin_SCRIPTS = dejagnu runtest
420 include_HEADERS = dejagnu.h
421 pkgdata_DATA = \
422 stub-loader.c \
423 testglue.c \
424 runtest.exp \
425 lib/debugger.exp \
426 lib/dejagnu.exp \
427 lib/dg.exp \
428 lib/dmucs.exp \
429 lib/framework.exp \
430 lib/ftp.exp \
431 lib/kermit.exp \
432 lib/libgloss.exp \
433 lib/remote.exp \
434 lib/rlogin.exp \
435 lib/rsh.exp \
436 lib/ssh.exp \
437 lib/standard.exp \
438 lib/target.exp \
439 lib/targetdb.exp \
440 lib/telnet.exp \
441 lib/tip.exp \
442 lib/utils.exp
444 commandsdir = $(pkgdatadir)/commands
445 commands_DATA = \
446 commands/help.sh \
447 commands/report-card.awk
449 configdir = $(pkgdatadir)/config
450 config_DATA = \
451 config/README \
452 config/adb.exp \
453 config/aarch64-fv8.exp \
454 config/default.exp \
455 config/gdb-comm.exp \
456 config/gdb_stub.exp \
457 config/sid.exp \
458 config/sim.exp \
459 config/unix.exp \
460 config/vxworks.exp
462 baseboarddir = $(pkgdatadir)/baseboards
463 baseboard_DATA = \
464 baseboards/README \
465 baseboards/aarch64-sim.exp \
466 baseboards/am33_2.0-libremote.exp \
467 baseboards/androideabi.exp \
468 baseboards/arm-ice.exp \
469 baseboards/arm-sid.exp \
470 baseboards/arm-sim.exp \
471 baseboards/basic-sid.exp \
472 baseboards/basic-sim.exp \
473 baseboards/cris-sim.exp \
474 baseboards/d30v-sim.exp \
475 baseboards/fr30-sim.exp \
476 baseboards/frv-sim.exp \
477 baseboards/gdbserver-sample.exp \
478 baseboards/generic-sim.exp \
479 baseboards/i386-sid.exp \
480 baseboards/iq2000-sim.exp \
481 baseboards/jmr3904-sim.exp \
482 baseboards/linux-gdbserver.exp \
483 baseboards/linux-libremote.exp \
484 baseboards/m68k-sid.exp \
485 baseboards/mcore-moto-sim.exp \
486 baseboards/mcore-sim.exp \
487 baseboards/mips-lnews-sim.exp \
488 baseboards/mips-lsi-sim.exp \
489 baseboards/mips-sim-idt32.exp \
490 baseboards/mips-sim-idt64.exp \
491 baseboards/mips-sim-mti32.exp \
492 baseboards/mips-sim-mti64.exp \
493 baseboards/mips-sim-mti64_64.exp \
494 baseboards/mips-sim-mti64_n32.exp \
495 baseboards/mips-sim-sde32.exp \
496 baseboards/mips-sim-sde64.exp \
497 baseboards/mips-sim.exp \
498 baseboards/mmixware-sim.exp \
499 baseboards/mn10200-sim.exp \
500 baseboards/mn10300-sim.exp \
501 baseboards/moxie-sim.exp \
502 baseboards/msp430-sim.exp \
503 baseboards/mt-sid.exp \
504 baseboards/multi-sim.exp \
505 baseboards/pi.exp \
506 baseboards/powerpc-sim.exp \
507 baseboards/powerpcle-sim.exp \
508 baseboards/pru-sim.exp \
509 baseboards/qemu.exp \
510 baseboards/riscv-sim.exp \
511 baseboards/rx-sim.exp \
512 baseboards/sh-sid.exp \
513 baseboards/sh-sim.exp \
514 baseboards/sparc-sim.exp \
515 baseboards/sparc64-sim.exp \
516 baseboards/sparclite-sim-le.exp \
517 baseboards/sparclite-sim.exp \
518 baseboards/tx39-sim.exp \
519 baseboards/unix.exp \
520 baseboards/v850-sim.exp \
521 baseboards/visium-sim.exp \
522 baseboards/vr4100-sim.exp \
523 baseboards/vr4111-sim.exp \
524 baseboards/vr4300-sim.exp \
525 baseboards/xtensa-sim.exp
527 djlibexecdir = $(pkgdatadir)/libexec
528 djlibexec_SCRIPTS = config.guess
530 # Contributed scripts, etc.
531 CONTRIB = contrib/sum2junit.sh \
532 contrib/mysql/create-db.sql contrib/mysql/importxml.sh \
533 contrib/mysql/make-datafile.sh contrib/mysql/plot.sh \
534 contrib/mysql/README contrib/mysql/sum2xml.sh \
535 contrib/dejagnu.py
538 # Testsuite.
539 TESTSUITE_FILES = \
540 testsuite/launcher.all/command.exp \
541 testsuite/launcher.all/command/commands/bar-baz.awk \
542 testsuite/launcher.all/command/commands/bar.awk \
543 testsuite/launcher.all/command/commands/bar.sh \
544 testsuite/launcher.all/command/commands/baz-quux.gawk \
545 testsuite/launcher.all/command/commands/foo.sh \
546 testsuite/launcher.all/command/commands/foo.tcl \
547 testsuite/launcher.all/help.exp \
548 testsuite/launcher.all/interp.exp \
549 testsuite/launcher.all/verbose.exp \
550 testsuite/report-card.all/onetest.exp \
551 testsuite/report-card.all/passes.exp \
552 testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1 \
553 testsuite/runtest.libs/topdir/subdir1/subfile1 \
554 testsuite/runtest.libs/topdir/subdir1/subfile2 \
555 testsuite/runtest.libs/topdir/subdir2/subfile2 \
556 testsuite/runtest.libs/libs.exp \
557 testsuite/runtest.libs/default_procs.tcl \
558 testsuite/runtest.libs/mockutil.tcl \
559 testsuite/runtest.libs/clone_output.test \
560 testsuite/runtest.libs/config.test \
561 testsuite/runtest.libs/remote.test \
562 testsuite/runtest.libs/target.test \
563 testsuite/runtest.libs/testcase_group.test \
564 testsuite/runtest.libs/testsuite_can.test \
565 testsuite/runtest.libs/testsuite_file.test \
566 testsuite/runtest.libs/utils.test \
567 testsuite/runtest.main/error.exp \
568 testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp \
569 testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp \
570 testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp \
571 testsuite/runtest.main/nested/testsuite/error.test/simple.exp \
572 testsuite/runtest.main/options.exp \
573 testsuite/runtest.main/nested/testsuite/null.test/null.exp \
574 testsuite/runtest.main/stats.exp \
575 testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp \
576 testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk \
577 testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp \
578 testsuite/runtest.main/pr42399.exp \
579 testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk \
580 testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp \
581 testsuite/runtest.main/pr48155-csh.sh \
582 testsuite/runtest.main/pr48155.exp \
583 testsuite/runtest.main/pr53427.exp \
584 testsuite/runtest.main/nested/testsuite/pr53427.test/a.exp \
585 testsuite/runtest.main/nested/testsuite/pr53427.test/b.exp \
586 testsuite/lib/bohman_ssd.exp \
587 testsuite/lib/launcher.exp \
588 testsuite/lib/libdejagnu.exp \
589 testsuite/lib/libsup.exp \
590 testsuite/lib/report-card.exp \
591 testsuite/lib/runtest.exp \
592 testsuite/lib/util-defs.exp \
593 testsuite/libdejagnu/unit.exp \
594 testsuite/libdejagnu/tunit.exp
596 DEJATOOL = launcher libdejagnu report-card runtest
598 # We override runtest so that the testsuite is run with this version
599 # of DejaGnu instead of an installed version.
600 RUNTEST = ${top_srcdir}/runtest
601 AM_CPPFLAGS = -I$(top_srcdir)
602 testsuite_libdejagnu_unit_c_SOURCES = testsuite/libdejagnu/unit-c.c
603 testsuite_libdejagnu_unit_cxx_SOURCES = testsuite/libdejagnu/unit-cxx.cxx
604 testsuite_libdejagnu_unit_ccxxmix_SOURCES = testsuite/libdejagnu/unit-ccxxmix.cxx
606 # Documentation.
607 TEXINFO_TEX = doc/texinfo.tex
608 dist_man_MANS = doc/dejagnu.1 \
609 doc/dejagnu-help.1 \
610 doc/dejagnu-report-card.1 \
611 doc/runtest.1
613 info_TEXINFOS = doc/dejagnu.texi
614 doc_dejagnu_TEXINFOS = doc/fdl.texi
615 all: all-am
617 .SUFFIXES:
618 .SUFFIXES: .c .cxx .dvi .o .obj .ps
619 am--refresh: Makefile
621 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
622 @for dep in $?; do \
623 case '$(am__configure_deps)' in \
624 *$$dep*) \
625 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
626 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
627 && exit 0; \
628 exit 1;; \
629 esac; \
630 done; \
631 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
632 $(am__cd) $(top_srcdir) && \
633 $(AUTOMAKE) --gnu Makefile
634 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
635 @case '$?' in \
636 *config.status*) \
637 echo ' $(SHELL) ./config.status'; \
638 $(SHELL) ./config.status;; \
639 *) \
640 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
641 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
642 esac;
644 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
645 $(SHELL) ./config.status --recheck
647 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
648 $(am__cd) $(srcdir) && $(AUTOCONF)
649 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
650 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
651 $(am__aclocal_m4_deps):
653 clean-checkPROGRAMS:
654 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
655 testsuite/libdejagnu/$(am__dirstamp):
656 @$(MKDIR_P) testsuite/libdejagnu
657 @: > testsuite/libdejagnu/$(am__dirstamp)
658 testsuite/libdejagnu/$(DEPDIR)/$(am__dirstamp):
659 @$(MKDIR_P) testsuite/libdejagnu/$(DEPDIR)
660 @: > testsuite/libdejagnu/$(DEPDIR)/$(am__dirstamp)
661 testsuite/libdejagnu/unit-c.$(OBJEXT): \
662 testsuite/libdejagnu/$(am__dirstamp) \
663 testsuite/libdejagnu/$(DEPDIR)/$(am__dirstamp)
665 testsuite/libdejagnu/unit-c$(EXEEXT): $(testsuite_libdejagnu_unit_c_OBJECTS) $(testsuite_libdejagnu_unit_c_DEPENDENCIES) $(EXTRA_testsuite_libdejagnu_unit_c_DEPENDENCIES) testsuite/libdejagnu/$(am__dirstamp)
666 @rm -f testsuite/libdejagnu/unit-c$(EXEEXT)
667 $(AM_V_CCLD)$(LINK) $(testsuite_libdejagnu_unit_c_OBJECTS) $(testsuite_libdejagnu_unit_c_LDADD) $(LIBS)
668 testsuite/libdejagnu/unit-ccxxmix.$(OBJEXT): \
669 testsuite/libdejagnu/$(am__dirstamp) \
670 testsuite/libdejagnu/$(DEPDIR)/$(am__dirstamp)
672 testsuite/libdejagnu/unit-ccxxmix$(EXEEXT): $(testsuite_libdejagnu_unit_ccxxmix_OBJECTS) $(testsuite_libdejagnu_unit_ccxxmix_DEPENDENCIES) $(EXTRA_testsuite_libdejagnu_unit_ccxxmix_DEPENDENCIES) testsuite/libdejagnu/$(am__dirstamp)
673 @rm -f testsuite/libdejagnu/unit-ccxxmix$(EXEEXT)
674 $(AM_V_CXXLD)$(CXXLINK) $(testsuite_libdejagnu_unit_ccxxmix_OBJECTS) $(testsuite_libdejagnu_unit_ccxxmix_LDADD) $(LIBS)
675 testsuite/libdejagnu/unit-cxx.$(OBJEXT): \
676 testsuite/libdejagnu/$(am__dirstamp) \
677 testsuite/libdejagnu/$(DEPDIR)/$(am__dirstamp)
679 testsuite/libdejagnu/unit-cxx$(EXEEXT): $(testsuite_libdejagnu_unit_cxx_OBJECTS) $(testsuite_libdejagnu_unit_cxx_DEPENDENCIES) $(EXTRA_testsuite_libdejagnu_unit_cxx_DEPENDENCIES) testsuite/libdejagnu/$(am__dirstamp)
680 @rm -f testsuite/libdejagnu/unit-cxx$(EXEEXT)
681 $(AM_V_CXXLD)$(CXXLINK) $(testsuite_libdejagnu_unit_cxx_OBJECTS) $(testsuite_libdejagnu_unit_cxx_LDADD) $(LIBS)
682 install-binSCRIPTS: $(bin_SCRIPTS)
683 @$(NORMAL_INSTALL)
684 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
685 if test -n "$$list"; then \
686 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
687 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
688 fi; \
689 for p in $$list; do \
690 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
691 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
692 done | \
693 sed -e 'p;s,.*/,,;n' \
694 -e 'h;s|.*|.|' \
695 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
696 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
697 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
698 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
699 if (++n[d] == $(am__install_max)) { \
700 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
701 else { print "f", d "/" $$4, $$1 } } \
702 END { for (d in files) print "f", d, files[d] }' | \
703 while read type dir files; do \
704 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
705 test -z "$$files" || { \
706 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
707 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
709 ; done
711 uninstall-binSCRIPTS:
712 @$(NORMAL_UNINSTALL)
713 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
714 files=`for p in $$list; do echo "$$p"; done | \
715 sed -e 's,.*/,,;$(transform)'`; \
716 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
717 install-djlibexecSCRIPTS: $(djlibexec_SCRIPTS)
718 @$(NORMAL_INSTALL)
719 @list='$(djlibexec_SCRIPTS)'; test -n "$(djlibexecdir)" || list=; \
720 if test -n "$$list"; then \
721 echo " $(MKDIR_P) '$(DESTDIR)$(djlibexecdir)'"; \
722 $(MKDIR_P) "$(DESTDIR)$(djlibexecdir)" || exit 1; \
723 fi; \
724 for p in $$list; do \
725 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
726 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
727 done | \
728 sed -e 'p;s,.*/,,;n' \
729 -e 'h;s|.*|.|' \
730 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
731 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
732 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
733 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
734 if (++n[d] == $(am__install_max)) { \
735 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
736 else { print "f", d "/" $$4, $$1 } } \
737 END { for (d in files) print "f", d, files[d] }' | \
738 while read type dir files; do \
739 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
740 test -z "$$files" || { \
741 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(djlibexecdir)$$dir'"; \
742 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(djlibexecdir)$$dir" || exit $$?; \
744 ; done
746 uninstall-djlibexecSCRIPTS:
747 @$(NORMAL_UNINSTALL)
748 @list='$(djlibexec_SCRIPTS)'; test -n "$(djlibexecdir)" || exit 0; \
749 files=`for p in $$list; do echo "$$p"; done | \
750 sed -e 's,.*/,,;$(transform)'`; \
751 dir='$(DESTDIR)$(djlibexecdir)'; $(am__uninstall_files_from_dir)
753 mostlyclean-compile:
754 -rm -f *.$(OBJEXT)
755 -rm -f testsuite/libdejagnu/*.$(OBJEXT)
757 distclean-compile:
758 -rm -f *.tab.c
760 @AMDEP_TRUE@@am__include@ @am__quote@testsuite/libdejagnu/$(DEPDIR)/unit-c.Po@am__quote@
761 @AMDEP_TRUE@@am__include@ @am__quote@testsuite/libdejagnu/$(DEPDIR)/unit-ccxxmix.Po@am__quote@
762 @AMDEP_TRUE@@am__include@ @am__quote@testsuite/libdejagnu/$(DEPDIR)/unit-cxx.Po@am__quote@
764 .c.o:
765 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
766 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
767 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
768 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
769 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
770 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
772 .c.obj:
773 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
774 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
775 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
776 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
777 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
778 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
780 .cxx.o:
781 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
782 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
783 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
784 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
785 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
786 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
788 .cxx.obj:
789 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
790 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
791 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
792 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
793 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
794 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
795 doc/$(am__dirstamp):
796 @$(MKDIR_P) doc
797 @: > doc/$(am__dirstamp)
799 $(srcdir)/doc/dejagnu.info: doc/dejagnu.texi $(srcdir)/doc/version.texi $(doc_dejagnu_TEXINFOS)
800 $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
801 am__cwd=`pwd` && $(am__cd) $(srcdir) && \
802 rm -rf $$backupdir && mkdir $$backupdir && \
803 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
804 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
805 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
806 done; \
807 else :; fi && \
808 cd "$$am__cwd"; \
809 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
810 -o $@ $(srcdir)/doc/dejagnu.texi; \
811 then \
812 rc=0; \
813 $(am__cd) $(srcdir); \
814 else \
815 rc=$$?; \
816 $(am__cd) $(srcdir) && \
817 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
818 fi; \
819 rm -rf $$backupdir; exit $$rc
821 doc/dejagnu.dvi: doc/dejagnu.texi $(srcdir)/doc/version.texi $(doc_dejagnu_TEXINFOS) doc/$(am__dirstamp)
822 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
823 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
824 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
825 `test -f 'doc/dejagnu.texi' || echo '$(srcdir)/'`doc/dejagnu.texi
827 doc/dejagnu.pdf: doc/dejagnu.texi $(srcdir)/doc/version.texi $(doc_dejagnu_TEXINFOS) doc/$(am__dirstamp)
828 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
829 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
830 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
831 `test -f 'doc/dejagnu.texi' || echo '$(srcdir)/'`doc/dejagnu.texi
833 doc/dejagnu.html: doc/dejagnu.texi $(srcdir)/doc/version.texi $(doc_dejagnu_TEXINFOS) doc/$(am__dirstamp)
834 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
835 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
836 -o $(@:.html=.htp) `test -f 'doc/dejagnu.texi' || echo '$(srcdir)/'`doc/dejagnu.texi; \
837 then \
838 rm -rf $@ && mv $(@:.html=.htp) $@; \
839 else \
840 rm -rf $(@:.html=.htp); exit 1; \
842 $(srcdir)/doc/version.texi: @MAINTAINER_MODE_TRUE@ $(srcdir)/doc/stamp-vti
843 $(srcdir)/doc/stamp-vti: doc/dejagnu.texi $(top_srcdir)/configure
844 @test -f doc/$(am__dirstamp) || $(MAKE) $(AM_MAKEFLAGS) doc/$(am__dirstamp)
845 @(dir=.; test -f ./doc/dejagnu.texi || dir=$(srcdir); \
846 set `$(SHELL) $(srcdir)/mdate-sh $$dir/doc/dejagnu.texi`; \
847 echo "@set UPDATED $$1 $$2 $$3"; \
848 echo "@set UPDATED-MONTH $$2 $$3"; \
849 echo "@set EDITION $(VERSION)"; \
850 echo "@set VERSION $(VERSION)") > vti.tmp$$$$ && \
851 (cmp -s vti.tmp$$$$ $(srcdir)/doc/version.texi \
852 || (echo "Updating $(srcdir)/doc/version.texi" && \
853 cp vti.tmp$$$$ $(srcdir)/doc/version.texi.tmp$$$$ && \
854 mv $(srcdir)/doc/version.texi.tmp$$$$ $(srcdir)/doc/version.texi)) && \
855 rm -f vti.tmp$$$$ $(srcdir)/doc/version.texi.$$$$
856 @cp $(srcdir)/doc/version.texi $@
858 mostlyclean-vti:
859 -rm -f vti.tmp* $(srcdir)/doc/version.texi.tmp*
861 maintainer-clean-vti:
862 @MAINTAINER_MODE_TRUE@ -rm -f $(srcdir)/doc/stamp-vti $(srcdir)/doc/version.texi
863 .dvi.ps:
864 $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
865 $(DVIPS) $(AM_V_texinfo) -o $@ $<
867 uninstall-dvi-am:
868 @$(NORMAL_UNINSTALL)
869 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
870 for p in $$list; do \
871 $(am__strip_dir) \
872 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
873 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
874 done
876 uninstall-html-am:
877 @$(NORMAL_UNINSTALL)
878 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
879 for p in $$list; do \
880 $(am__strip_dir) \
881 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
882 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
883 done
885 uninstall-info-am:
886 @$(PRE_UNINSTALL)
887 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
888 list='$(INFO_DEPS)'; \
889 for file in $$list; do \
890 relfile=`echo "$$file" | sed 's|^.*/||'`; \
891 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
892 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
893 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
894 done; \
895 else :; fi
896 @$(NORMAL_UNINSTALL)
897 @list='$(INFO_DEPS)'; \
898 for file in $$list; do \
899 relfile=`echo "$$file" | sed 's|^.*/||'`; \
900 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
901 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
902 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
903 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
904 else :; fi); \
905 done
907 uninstall-pdf-am:
908 @$(NORMAL_UNINSTALL)
909 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
910 for p in $$list; do \
911 $(am__strip_dir) \
912 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
913 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
914 done
916 uninstall-ps-am:
917 @$(NORMAL_UNINSTALL)
918 @list='$(PSS)'; test -n "$(psdir)" || list=; \
919 for p in $$list; do \
920 $(am__strip_dir) \
921 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
922 rm -f "$(DESTDIR)$(psdir)/$$f"; \
923 done
925 dist-info: $(INFO_DEPS)
926 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
927 list='$(INFO_DEPS)'; \
928 for base in $$list; do \
929 case $$base in \
930 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
931 esac; \
932 if test -f $$base; then d=.; else d=$(srcdir); fi; \
933 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
934 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
935 if test -f $$file; then \
936 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
937 test -f "$(distdir)/$$relfile" || \
938 cp -p $$file "$(distdir)/$$relfile"; \
939 else :; fi; \
940 done; \
941 done
943 mostlyclean-aminfo:
944 -rm -rf doc/dejagnu.t2d doc/dejagnu.t2p
946 clean-aminfo:
947 -test -z "doc/dejagnu.dvi doc/dejagnu.pdf doc/dejagnu.ps doc/dejagnu.html" \
948 || rm -rf doc/dejagnu.dvi doc/dejagnu.pdf doc/dejagnu.ps doc/dejagnu.html
950 maintainer-clean-aminfo:
951 @list='$(INFO_DEPS)'; for i in $$list; do \
952 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
953 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
954 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
955 done
956 install-man1: $(dist_man_MANS)
957 @$(NORMAL_INSTALL)
958 @list1=''; \
959 list2='$(dist_man_MANS)'; \
960 test -n "$(man1dir)" \
961 && test -n "`echo $$list1$$list2`" \
962 || exit 0; \
963 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
964 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
965 { for i in $$list1; do echo "$$i"; done; \
966 if test -n "$$list2"; then \
967 for i in $$list2; do echo "$$i"; done \
968 | sed -n '/\.1[a-z]*$$/p'; \
969 fi; \
970 } | while read p; do \
971 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
972 echo "$$d$$p"; echo "$$p"; \
973 done | \
974 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
975 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
976 sed 'N;N;s,\n, ,g' | { \
977 list=; while read file base inst; do \
978 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
979 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
980 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
981 fi; \
982 done; \
983 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
984 while read files; do \
985 test -z "$$files" || { \
986 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
987 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
988 done; }
990 uninstall-man1:
991 @$(NORMAL_UNINSTALL)
992 @list=''; test -n "$(man1dir)" || exit 0; \
993 files=`{ for i in $$list; do echo "$$i"; done; \
994 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
995 sed -n '/\.1[a-z]*$$/p'; \
996 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
997 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
998 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
999 install-baseboardDATA: $(baseboard_DATA)
1000 @$(NORMAL_INSTALL)
1001 @list='$(baseboard_DATA)'; test -n "$(baseboarddir)" || list=; \
1002 if test -n "$$list"; then \
1003 echo " $(MKDIR_P) '$(DESTDIR)$(baseboarddir)'"; \
1004 $(MKDIR_P) "$(DESTDIR)$(baseboarddir)" || exit 1; \
1005 fi; \
1006 for p in $$list; do \
1007 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1008 echo "$$d$$p"; \
1009 done | $(am__base_list) | \
1010 while read files; do \
1011 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(baseboarddir)'"; \
1012 $(INSTALL_DATA) $$files "$(DESTDIR)$(baseboarddir)" || exit $$?; \
1013 done
1015 uninstall-baseboardDATA:
1016 @$(NORMAL_UNINSTALL)
1017 @list='$(baseboard_DATA)'; test -n "$(baseboarddir)" || list=; \
1018 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1019 dir='$(DESTDIR)$(baseboarddir)'; $(am__uninstall_files_from_dir)
1020 install-commandsDATA: $(commands_DATA)
1021 @$(NORMAL_INSTALL)
1022 @list='$(commands_DATA)'; test -n "$(commandsdir)" || list=; \
1023 if test -n "$$list"; then \
1024 echo " $(MKDIR_P) '$(DESTDIR)$(commandsdir)'"; \
1025 $(MKDIR_P) "$(DESTDIR)$(commandsdir)" || exit 1; \
1026 fi; \
1027 for p in $$list; do \
1028 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1029 echo "$$d$$p"; \
1030 done | $(am__base_list) | \
1031 while read files; do \
1032 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(commandsdir)'"; \
1033 $(INSTALL_DATA) $$files "$(DESTDIR)$(commandsdir)" || exit $$?; \
1034 done
1036 uninstall-commandsDATA:
1037 @$(NORMAL_UNINSTALL)
1038 @list='$(commands_DATA)'; test -n "$(commandsdir)" || list=; \
1039 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1040 dir='$(DESTDIR)$(commandsdir)'; $(am__uninstall_files_from_dir)
1041 install-configDATA: $(config_DATA)
1042 @$(NORMAL_INSTALL)
1043 @list='$(config_DATA)'; test -n "$(configdir)" || list=; \
1044 if test -n "$$list"; then \
1045 echo " $(MKDIR_P) '$(DESTDIR)$(configdir)'"; \
1046 $(MKDIR_P) "$(DESTDIR)$(configdir)" || exit 1; \
1047 fi; \
1048 for p in $$list; do \
1049 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1050 echo "$$d$$p"; \
1051 done | $(am__base_list) | \
1052 while read files; do \
1053 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(configdir)'"; \
1054 $(INSTALL_DATA) $$files "$(DESTDIR)$(configdir)" || exit $$?; \
1055 done
1057 uninstall-configDATA:
1058 @$(NORMAL_UNINSTALL)
1059 @list='$(config_DATA)'; test -n "$(configdir)" || list=; \
1060 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1061 dir='$(DESTDIR)$(configdir)'; $(am__uninstall_files_from_dir)
1062 install-pkgdataDATA: $(pkgdata_DATA)
1063 @$(NORMAL_INSTALL)
1064 @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1065 if test -n "$$list"; then \
1066 echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
1067 $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
1068 fi; \
1069 for p in $$list; do \
1070 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1071 echo "$$d$$p"; \
1072 done | $(am__base_list) | \
1073 while read files; do \
1074 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
1075 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
1076 done
1078 uninstall-pkgdataDATA:
1079 @$(NORMAL_UNINSTALL)
1080 @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1081 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1082 dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
1083 install-includeHEADERS: $(include_HEADERS)
1084 @$(NORMAL_INSTALL)
1085 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1086 if test -n "$$list"; then \
1087 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
1088 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
1089 fi; \
1090 for p in $$list; do \
1091 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1092 echo "$$d$$p"; \
1093 done | $(am__base_list) | \
1094 while read files; do \
1095 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
1096 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
1097 done
1099 uninstall-includeHEADERS:
1100 @$(NORMAL_UNINSTALL)
1101 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1102 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1103 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
1105 ID: $(am__tagged_files)
1106 $(am__define_uniq_tagged_files); mkid -fID $$unique
1107 tags: tags-am
1108 TAGS: tags
1110 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1111 set x; \
1112 here=`pwd`; \
1113 $(am__define_uniq_tagged_files); \
1114 shift; \
1115 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1116 test -n "$$unique" || unique=$$empty_fix; \
1117 if test $$# -gt 0; then \
1118 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1119 "$$@" $$unique; \
1120 else \
1121 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1122 $$unique; \
1123 fi; \
1125 ctags: ctags-am
1127 CTAGS: ctags
1128 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1129 $(am__define_uniq_tagged_files); \
1130 test -z "$(CTAGS_ARGS)$$unique" \
1131 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1132 $$unique
1134 GTAGS:
1135 here=`$(am__cd) $(top_builddir) && pwd` \
1136 && $(am__cd) $(top_srcdir) \
1137 && gtags -i $(GTAGS_ARGS) "$$here"
1138 cscope: cscope.files
1139 test ! -s cscope.files \
1140 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1141 clean-cscope:
1142 -rm -f cscope.files
1143 cscope.files: clean-cscope cscopelist
1144 cscopelist: cscopelist-am
1146 cscopelist-am: $(am__tagged_files)
1147 list='$(am__tagged_files)'; \
1148 case "$(srcdir)" in \
1149 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1150 *) sdir=$(subdir)/$(srcdir) ;; \
1151 esac; \
1152 for i in $$list; do \
1153 if test -f "$$i"; then \
1154 echo "$(subdir)/$$i"; \
1155 else \
1156 echo "$$sdir/$$i"; \
1157 fi; \
1158 done >> $(top_builddir)/cscope.files
1160 distclean-tags:
1161 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1162 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1164 check-DEJAGNU: site.exp
1165 srcdir='$(srcdir)'; export srcdir; \
1166 EXPECT=$(EXPECT); export EXPECT; \
1167 if $(SHELL) -c "$(RUNTEST) --version" > /dev/null 2>&1; then \
1168 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
1169 if $(RUNTEST) $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
1170 then :; else exit_status=1; fi; \
1171 done; \
1172 else echo "WARNING: could not find '$(RUNTEST)'" 1>&2; :;\
1173 fi; \
1174 exit $$exit_status
1175 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
1176 @echo 'Making a new site.exp file ...'
1177 @echo '## these variables are automatically generated by make ##' >site.tmp
1178 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
1179 @echo '# edit the last section' >>site.tmp
1180 @echo 'set srcdir "$(srcdir)"' >>site.tmp
1181 @echo "set objdir `pwd`" >>site.tmp
1182 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
1183 echo "## Begin content included from file $$f. Do not modify. ##" \
1184 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
1185 && echo "## End content included from file $$f. ##" \
1186 || exit 1; \
1187 done >> site.tmp
1188 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
1189 @if test -f site.exp; then \
1190 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
1192 @-rm -f site.bak
1193 @test ! -f site.exp || mv site.exp site.bak
1194 @mv site.tmp site.exp
1196 distclean-DEJAGNU:
1197 -rm -f site.exp site.bak
1198 -l='$(DEJATOOL)'; for tool in $$l; do \
1199 rm -f $$tool.sum $$tool.log; \
1200 done
1202 distdir: $(DISTFILES)
1203 $(am__remove_distdir)
1204 test -d "$(distdir)" || mkdir "$(distdir)"
1205 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1206 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1207 list='$(DISTFILES)'; \
1208 dist_files=`for file in $$list; do echo $$file; done | \
1209 sed -e "s|^$$srcdirstrip/||;t" \
1210 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1211 case $$dist_files in \
1212 */*) $(MKDIR_P) `echo "$$dist_files" | \
1213 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1214 sort -u` ;; \
1215 esac; \
1216 for file in $$dist_files; do \
1217 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1218 if test -d $$d/$$file; then \
1219 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1220 if test -d "$(distdir)/$$file"; then \
1221 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1222 fi; \
1223 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1224 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1225 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1226 fi; \
1227 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1228 else \
1229 test -f "$(distdir)/$$file" \
1230 || cp -p $$d/$$file "$(distdir)/$$file" \
1231 || exit 1; \
1232 fi; \
1233 done
1234 $(MAKE) $(AM_MAKEFLAGS) \
1235 top_distdir="$(top_distdir)" distdir="$(distdir)" \
1236 dist-info
1237 -test -n "$(am__skip_mode_fix)" \
1238 || find "$(distdir)" -type d ! -perm -755 \
1239 -exec chmod u+rwx,go+rx {} \; -o \
1240 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1241 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1242 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1243 || chmod -R a+r "$(distdir)"
1244 @if test -z "$(am__skip_length_check)" && find "$(distdir)" -type f -print | \
1245 grep '^...................................................................................................' 1>&2; then \
1246 echo 'error: the above filenames are too long' 1>&2; \
1247 exit 1; \
1248 else :; fi
1249 dist-gzip: distdir
1250 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1251 $(am__post_remove_distdir)
1253 dist-bzip2: distdir
1254 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1255 $(am__post_remove_distdir)
1257 dist-lzip: distdir
1258 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1259 $(am__post_remove_distdir)
1261 dist-xz: distdir
1262 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1263 $(am__post_remove_distdir)
1265 dist-tarZ: distdir
1266 @echo WARNING: "Support for distribution archives compressed with" \
1267 "legacy program 'compress' is deprecated." >&2
1268 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1269 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1270 $(am__post_remove_distdir)
1272 dist-shar: distdir
1273 @echo WARNING: "Support for shar distribution archives is" \
1274 "deprecated." >&2
1275 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1276 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1277 $(am__post_remove_distdir)
1279 dist-zip: distdir
1280 -rm -f $(distdir).zip
1281 zip -rq $(distdir).zip $(distdir)
1282 $(am__post_remove_distdir)
1284 dist dist-all:
1285 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1286 $(am__post_remove_distdir)
1288 # This target untars the dist file and tries a VPATH configuration. Then
1289 # it guarantees that the distribution is self-contained by making another
1290 # tarfile.
1291 distcheck: dist
1292 case '$(DIST_ARCHIVES)' in \
1293 *.tar.gz*) \
1294 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1295 *.tar.bz2*) \
1296 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1297 *.tar.lz*) \
1298 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1299 *.tar.xz*) \
1300 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1301 *.tar.Z*) \
1302 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1303 *.shar.gz*) \
1304 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1305 *.zip*) \
1306 unzip $(distdir).zip ;;\
1307 esac
1308 chmod -R a-w $(distdir)
1309 chmod u+w $(distdir)
1310 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1311 chmod a-w $(distdir)
1312 test -d $(distdir)/_build || exit 0; \
1313 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1314 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1315 && am__cwd=`pwd` \
1316 && $(am__cd) $(distdir)/_build/sub \
1317 && ../../configure \
1318 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1319 $(DISTCHECK_CONFIGURE_FLAGS) \
1320 --srcdir=../.. --prefix="$$dc_install_base" \
1321 && $(MAKE) $(AM_MAKEFLAGS) \
1322 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1323 && $(MAKE) $(AM_MAKEFLAGS) check \
1324 && $(MAKE) $(AM_MAKEFLAGS) install \
1325 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1326 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1327 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1328 distuninstallcheck \
1329 && chmod -R a-w "$$dc_install_base" \
1330 && ({ \
1331 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1332 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1333 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1334 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1335 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1336 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1337 && rm -rf "$$dc_destdir" \
1338 && $(MAKE) $(AM_MAKEFLAGS) dist \
1339 && rm -rf $(DIST_ARCHIVES) \
1340 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1341 && cd "$$am__cwd" \
1342 || exit 1
1343 $(am__post_remove_distdir)
1344 @(echo "$(distdir) archives ready for distribution: "; \
1345 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1346 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1347 distuninstallcheck:
1348 @test -n '$(distuninstallcheck_dir)' || { \
1349 echo 'ERROR: trying to run $@ with an empty' \
1350 '$$(distuninstallcheck_dir)' >&2; \
1351 exit 1; \
1352 }; \
1353 $(am__cd) '$(distuninstallcheck_dir)' || { \
1354 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1355 exit 1; \
1356 }; \
1357 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1358 || { echo "ERROR: files left after uninstall:" ; \
1359 if test -n "$(DESTDIR)"; then \
1360 echo " (check DESTDIR support)"; \
1361 fi ; \
1362 $(distuninstallcheck_listfiles) ; \
1363 exit 1; } >&2
1364 distcleancheck: distclean
1365 @if test '$(srcdir)' = . ; then \
1366 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1367 exit 1 ; \
1369 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1370 || { echo "ERROR: files left in build directory after distclean:" ; \
1371 $(distcleancheck_listfiles) ; \
1372 exit 1; } >&2
1373 check-am: all-am
1374 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1375 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
1376 check: check-am
1377 all-am: Makefile $(INFO_DEPS) $(SCRIPTS) $(MANS) $(DATA) $(HEADERS) \
1378 all-local
1379 installdirs:
1380 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(djlibexecdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(baseboarddir)" "$(DESTDIR)$(commandsdir)" "$(DESTDIR)$(configdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(includedir)"; do \
1381 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1382 done
1383 install: install-am
1384 install-exec: install-exec-am
1385 install-data: install-data-am
1386 uninstall: uninstall-am
1388 install-am: all-am
1389 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1391 installcheck: installcheck-am
1392 install-strip:
1393 if test -z '$(STRIP)'; then \
1394 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1395 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1396 install; \
1397 else \
1398 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1399 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1400 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1402 mostlyclean-generic:
1404 clean-generic:
1405 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1407 distclean-generic:
1408 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1409 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1410 -rm -f doc/$(am__dirstamp)
1411 -rm -f testsuite/libdejagnu/$(DEPDIR)/$(am__dirstamp)
1412 -rm -f testsuite/libdejagnu/$(am__dirstamp)
1414 maintainer-clean-generic:
1415 @echo "This command is intended for maintainers to use"
1416 @echo "it deletes files that may require special tools to rebuild."
1417 clean: clean-am
1419 clean-am: clean-aminfo clean-checkPROGRAMS clean-generic clean-local \
1420 mostlyclean-am
1422 distclean: distclean-am
1423 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1424 -rm -rf testsuite/libdejagnu/$(DEPDIR)
1425 -rm -f Makefile
1426 distclean-am: clean-am distclean-DEJAGNU distclean-compile \
1427 distclean-generic distclean-tags
1429 dvi: dvi-am
1431 dvi-am: $(DVIS)
1433 html: html-am
1435 html-am: $(HTMLS)
1437 info: info-am
1439 info-am: $(INFO_DEPS)
1441 install-data-am: install-baseboardDATA install-commandsDATA \
1442 install-configDATA install-includeHEADERS install-info-am \
1443 install-man install-pkgdataDATA
1445 install-dvi: install-dvi-am
1447 install-dvi-am: $(DVIS)
1448 @$(NORMAL_INSTALL)
1449 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
1450 if test -n "$$list"; then \
1451 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
1452 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
1453 fi; \
1454 for p in $$list; do \
1455 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1456 echo "$$d$$p"; \
1457 done | $(am__base_list) | \
1458 while read files; do \
1459 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
1460 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
1461 done
1462 install-exec-am: install-binSCRIPTS install-djlibexecSCRIPTS
1464 install-html: install-html-am
1466 install-html-am: $(HTMLS)
1467 @$(NORMAL_INSTALL)
1468 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
1469 if test -n "$$list"; then \
1470 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1471 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1472 fi; \
1473 for p in $$list; do \
1474 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
1475 $(am__strip_dir) \
1476 d2=$$d$$p; \
1477 if test -d "$$d2"; then \
1478 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
1479 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
1480 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
1481 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
1482 else \
1483 list2="$$list2 $$d2"; \
1484 fi; \
1485 done; \
1486 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
1487 while read files; do \
1488 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1489 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1490 done; }
1491 install-info: install-info-am
1493 install-info-am: $(INFO_DEPS)
1494 @$(NORMAL_INSTALL)
1495 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1496 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
1497 if test -n "$$list"; then \
1498 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
1499 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
1500 fi; \
1501 for file in $$list; do \
1502 case $$file in \
1503 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1504 esac; \
1505 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1506 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
1507 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
1508 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
1509 if test -f $$ifile; then \
1510 echo "$$ifile"; \
1511 else : ; fi; \
1512 done; \
1513 done | $(am__base_list) | \
1514 while read files; do \
1515 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
1516 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
1517 @$(POST_INSTALL)
1518 @if $(am__can_run_installinfo); then \
1519 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
1520 for file in $$list; do \
1521 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1522 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
1523 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
1524 done; \
1525 else : ; fi
1526 install-man: install-man1
1528 install-pdf: install-pdf-am
1530 install-pdf-am: $(PDFS)
1531 @$(NORMAL_INSTALL)
1532 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
1533 if test -n "$$list"; then \
1534 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
1535 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
1536 fi; \
1537 for p in $$list; do \
1538 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1539 echo "$$d$$p"; \
1540 done | $(am__base_list) | \
1541 while read files; do \
1542 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
1543 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
1544 install-ps: install-ps-am
1546 install-ps-am: $(PSS)
1547 @$(NORMAL_INSTALL)
1548 @list='$(PSS)'; test -n "$(psdir)" || list=; \
1549 if test -n "$$list"; then \
1550 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
1551 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
1552 fi; \
1553 for p in $$list; do \
1554 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1555 echo "$$d$$p"; \
1556 done | $(am__base_list) | \
1557 while read files; do \
1558 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
1559 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
1560 installcheck-am:
1562 maintainer-clean: maintainer-clean-am
1563 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1564 -rm -rf $(top_srcdir)/autom4te.cache
1565 -rm -rf testsuite/libdejagnu/$(DEPDIR)
1566 -rm -f Makefile
1567 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
1568 maintainer-clean-generic maintainer-clean-vti
1570 mostlyclean: mostlyclean-am
1572 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
1573 mostlyclean-generic mostlyclean-vti
1575 pdf: pdf-am
1577 pdf-am: $(PDFS)
1579 ps: ps-am
1581 ps-am: $(PSS)
1583 uninstall-am: uninstall-baseboardDATA uninstall-binSCRIPTS \
1584 uninstall-commandsDATA uninstall-configDATA \
1585 uninstall-djlibexecSCRIPTS uninstall-dvi-am uninstall-html-am \
1586 uninstall-includeHEADERS uninstall-info-am uninstall-man \
1587 uninstall-pdf-am uninstall-pkgdataDATA uninstall-ps-am
1589 uninstall-man: uninstall-man1
1591 .MAKE: check-am install-am install-strip
1593 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--refresh check \
1594 check-DEJAGNU check-am clean clean-aminfo clean-checkPROGRAMS \
1595 clean-cscope clean-generic clean-local cscope cscopelist-am \
1596 ctags ctags-am dist dist-all dist-bzip2 dist-gzip dist-info \
1597 dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
1598 distclean distclean-DEJAGNU distclean-compile \
1599 distclean-generic distclean-tags distcleancheck distdir \
1600 distuninstallcheck dvi dvi-am html html-am info info-am \
1601 install install-am install-baseboardDATA install-binSCRIPTS \
1602 install-commandsDATA install-configDATA install-data \
1603 install-data-am install-djlibexecSCRIPTS install-dvi \
1604 install-dvi-am install-exec install-exec-am install-html \
1605 install-html-am install-includeHEADERS install-info \
1606 install-info-am install-man install-man1 install-pdf \
1607 install-pdf-am install-pkgdataDATA install-ps install-ps-am \
1608 install-strip installcheck installcheck-am installdirs \
1609 maintainer-clean maintainer-clean-aminfo \
1610 maintainer-clean-generic maintainer-clean-vti mostlyclean \
1611 mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \
1612 mostlyclean-vti pdf pdf-am ps ps-am tags tags-am uninstall \
1613 uninstall-am uninstall-baseboardDATA uninstall-binSCRIPTS \
1614 uninstall-commandsDATA uninstall-configDATA \
1615 uninstall-djlibexecSCRIPTS uninstall-dvi-am uninstall-html-am \
1616 uninstall-includeHEADERS uninstall-info-am uninstall-man \
1617 uninstall-man1 uninstall-pdf-am uninstall-pkgdataDATA \
1618 uninstall-ps-am
1620 .PRECIOUS: Makefile
1622 export DEJAGNU
1623 export TAR_OPTIONS
1625 clean-local: clean-local-check
1626 .PHONY: clean-local-check
1627 clean-local-check:
1628 -rm -rf testsuite/launcher.all/command/bin
1629 -rm -rf testsuite/launcher.all/command/share
1630 -rm -rf testsuite/report-card.all/onetest
1631 -rm -rf testsuite/report-card.all/passes
1633 # Give a reassuring message so that users know the "build" worked.
1634 all-local:
1635 @echo "Done. Now run 'make install'."
1637 pip-install:
1638 pip3 install --upgrade -e $(top_srcdir)
1640 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1641 # Otherwise a system limit (for SysV at least) may be exceeded.
1642 .NOEXPORT: