Powerpc fix for gdb.base/ending-run.exp
[binutils-gdb.git] / gprofng / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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.
9
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.
14
15 @SET_MAKE@
16
17 #
18 # Copyright (C) 2021 Free Software Foundation, Inc.
19 #
20 # This file is free software; you can redistribute it and/or modify
21 # it under the terms of the GNU General Public License as published by
22 # the Free Software Foundation; either version 3 of the License, or
23 # (at your option) any later version.
24 #
25 # This program is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 # GNU General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with this program; see the file COPYING3. If not see
32 # <http://www.gnu.org/licenses/>.
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 subdir = .
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/../libtool.m4 \
110 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
111 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
112 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/warnings.m4 \
113 $(top_srcdir)/../config/enable.m4 \
114 $(top_srcdir)/../config/ax_pthread.m4 \
115 $(top_srcdir)/config/bison.m4 $(top_srcdir)/../bfd/version.m4 \
116 $(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) $(am__DIST_COMMON)
121 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
122 configure.lineno config.status.lineno
123 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
124 CONFIG_HEADER = config.h
125 CONFIG_CLEAN_FILES =
126 CONFIG_CLEAN_VPATH_FILES =
127 AM_V_P = $(am__v_P_@AM_V@)
128 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
129 am__v_P_0 = false
130 am__v_P_1 = :
131 AM_V_GEN = $(am__v_GEN_@AM_V@)
132 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
133 am__v_GEN_0 = @echo " GEN " $@;
134 am__v_GEN_1 =
135 AM_V_at = $(am__v_at_@AM_V@)
136 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
137 am__v_at_0 = @
138 am__v_at_1 =
139 SOURCES =
140 DIST_SOURCES =
141 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
142 ctags-recursive dvi-recursive html-recursive info-recursive \
143 install-data-recursive install-dvi-recursive \
144 install-exec-recursive install-html-recursive \
145 install-info-recursive install-pdf-recursive \
146 install-ps-recursive install-recursive installcheck-recursive \
147 installdirs-recursive pdf-recursive ps-recursive \
148 tags-recursive uninstall-recursive
149 am__can_run_installinfo = \
150 case $$AM_UPDATE_INFO_DIR in \
151 n|no|NO) false;; \
152 *) (install-info --version) >/dev/null 2>&1;; \
153 esac
154 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
155 distclean-recursive maintainer-clean-recursive
156 am__recursive_targets = \
157 $(RECURSIVE_TARGETS) \
158 $(RECURSIVE_CLEAN_TARGETS) \
159 $(am__extra_recursive_targets)
160 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
161 cscope distdir dist dist-all distcheck
162 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
163 # Read a list of newline-separated strings from the standard input,
164 # and print each of them once, without duplicates. Input order is
165 # *not* preserved.
166 am__uniquify_input = $(AWK) '\
167 BEGIN { nonempty = 0; } \
168 { items[$$0] = 1; nonempty = 1; } \
169 END { if (nonempty) { for (i in items) print i; }; } \
170 '
171 # Make sure the list of sources is unique. This is necessary because,
172 # e.g., the same source file might be shared among _SOURCES variables
173 # for different programs/libraries.
174 am__define_uniq_tagged_files = \
175 list='$(am__tagged_files)'; \
176 unique=`for i in $$list; do \
177 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
178 done | $(am__uniquify_input)`
179 ETAGS = etags
180 CTAGS = ctags
181 CSCOPE = cscope
182 DEJATOOL = $(PACKAGE)
183 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
184 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/../ar-lib \
185 $(top_srcdir)/../compile $(top_srcdir)/../config.guess \
186 $(top_srcdir)/../config.sub $(top_srcdir)/../install-sh \
187 $(top_srcdir)/../ltmain.sh $(top_srcdir)/../missing \
188 $(top_srcdir)/../mkinstalldirs \
189 $(top_srcdir)/common/config.h.in README
190 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191 distdir = $(PACKAGE)-$(VERSION)
192 top_distdir = $(distdir)
193 am__remove_distdir = \
194 if test -d "$(distdir)"; then \
195 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
196 && rm -rf "$(distdir)" \
197 || { sleep 5 && rm -rf "$(distdir)"; }; \
198 else :; fi
199 am__post_remove_distdir = $(am__remove_distdir)
200 am__relativize = \
201 dir0=`pwd`; \
202 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
203 sed_rest='s,^[^/]*/*,,'; \
204 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
205 sed_butlast='s,/*[^/]*$$,,'; \
206 while test -n "$$dir1"; do \
207 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
208 if test "$$first" != "."; then \
209 if test "$$first" = ".."; then \
210 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
211 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
212 else \
213 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
214 if test "$$first2" = "$$first"; then \
215 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
216 else \
217 dir2="../$$dir2"; \
218 fi; \
219 dir0="$$dir0"/"$$first"; \
220 fi; \
221 fi; \
222 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
223 done; \
224 reldir="$$dir2"
225 DIST_ARCHIVES = $(distdir).tar.gz
226 GZIP_ENV = --best
227 DIST_TARGETS = dist-gzip
228 distuninstallcheck_listfiles = find . -type f -print
229 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
230 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
231 distcleancheck_listfiles = find . -type f -print
232 ACLOCAL = @ACLOCAL@
233 AMTAR = @AMTAR@
234 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
235 AR = @AR@
236 AUTOCONF = @AUTOCONF@
237 AUTOHEADER = @AUTOHEADER@
238 AUTOMAKE = @AUTOMAKE@
239 AWK = @AWK@
240 BUILD_SUBDIRS = @BUILD_SUBDIRS@
241 CC = @CC@
242 CCDEPMODE = @CCDEPMODE@
243 CFLAGS = @CFLAGS@
244 CPP = @CPP@
245 CPPFLAGS = @CPPFLAGS@
246 CXX = @CXX@
247 CXXCPP = @CXXCPP@
248 CXXDEPMODE = @CXXDEPMODE@
249 CXXFLAGS = @CXXFLAGS@
250 CYGPATH_W = @CYGPATH_W@
251 DEFS = @DEFS@
252 DEPDIR = @DEPDIR@
253 DSYMUTIL = @DSYMUTIL@
254 DUMPBIN = @DUMPBIN@
255 ECHO_C = @ECHO_C@
256 ECHO_N = @ECHO_N@
257 ECHO_T = @ECHO_T@
258 EGREP = @EGREP@
259 EXEEXT = @EXEEXT@
260
261 # Setup the testing framework, if you have one
262 EXPECT = expect
263 FGREP = @FGREP@
264 GPROFNG_CFLAGS = @GPROFNG_CFLAGS@
265 GPROFNG_CPPFLAGS = @GPROFNG_CPPFLAGS@
266 GPROFNG_LIBADD = @GPROFNG_LIBADD@
267 GPROFNG_LIBDIR = @GPROFNG_LIBDIR@
268 GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS = @GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS@
269 GPROFNG_NO_SWITCH_CFLAGS = @GPROFNG_NO_SWITCH_CFLAGS@
270 GREP = @GREP@
271 HELP2MAN = @HELP2MAN@
272 INSTALL = @INSTALL@
273 INSTALL_DATA = @INSTALL_DATA@
274 INSTALL_PROGRAM = @INSTALL_PROGRAM@
275 INSTALL_SCRIPT = @INSTALL_SCRIPT@
276 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
277 JAVA = @JAVA@
278 JAVAC = @JAVAC@
279 LD = @LD@
280 LDFLAGS = @LDFLAGS@
281 LD_NO_AS_NEEDED = @LD_NO_AS_NEEDED@
282 LIBOBJS = @LIBOBJS@
283 LIBS = @LIBS@
284 LIBTOOL = @LIBTOOL@
285 LIPO = @LIPO@
286 LN_S = @LN_S@
287 LTLIBOBJS = @LTLIBOBJS@
288 MAINT = @MAINT@
289 MAKEINFO = @MAKEINFO@
290 MKDIR_P = @MKDIR_P@
291 NM = @NM@
292 NMEDIT = @NMEDIT@
293 OBJDUMP = @OBJDUMP@
294 OBJEXT = @OBJEXT@
295 OTOOL = @OTOOL@
296 OTOOL64 = @OTOOL64@
297 PACKAGE = @PACKAGE@
298 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
299 PACKAGE_NAME = @PACKAGE_NAME@
300 PACKAGE_STRING = @PACKAGE_STRING@
301 PACKAGE_TARNAME = @PACKAGE_TARNAME@
302 PACKAGE_URL = @PACKAGE_URL@
303 PACKAGE_VERSION = @PACKAGE_VERSION@
304 PATH_SEPARATOR = @PATH_SEPARATOR@
305 PTHREAD_CC = @PTHREAD_CC@
306 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
307 PTHREAD_LIBS = @PTHREAD_LIBS@
308 RANLIB = @RANLIB@
309 SED = @SED@
310 SET_MAKE = @SET_MAKE@
311 SHELL = @SHELL@
312 STRIP = @STRIP@
313 VERSION = @VERSION@
314 WERROR = @WERROR@
315 abs_builddir = @abs_builddir@
316 abs_srcdir = @abs_srcdir@
317 abs_top_builddir = @abs_top_builddir@
318 abs_top_srcdir = @abs_top_srcdir@
319 ac_ct_AR = @ac_ct_AR@
320 ac_ct_CC = @ac_ct_CC@
321 ac_ct_CXX = @ac_ct_CXX@
322 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
323 am__include = @am__include@
324 am__leading_dot = @am__leading_dot@
325 am__quote = @am__quote@
326 am__tar = @am__tar@
327 am__untar = @am__untar@
328 ax_pthread_config = @ax_pthread_config@
329 bindir = @bindir@
330 build = @build@
331 build_alias = @build_alias@
332 build_cpu = @build_cpu@
333 build_os = @build_os@
334 build_vendor = @build_vendor@
335 builddir = @builddir@
336 datadir = @datadir@
337 datarootdir = @datarootdir@
338 docdir = @docdir@
339 dvidir = @dvidir@
340 exec_prefix = @exec_prefix@
341 gprofng_cflags = @gprofng_cflags@
342 host = @host@
343 host_alias = @host_alias@
344 host_cpu = @host_cpu@
345 host_os = @host_os@
346 host_vendor = @host_vendor@
347 htmldir = @htmldir@
348 includedir = @includedir@
349 infodir = @infodir@
350 install_sh = @install_sh@
351 jdk_inc = @jdk_inc@
352 libdir = @libdir@
353 libexecdir = @libexecdir@
354 localedir = @localedir@
355 localstatedir = @localstatedir@
356 mandir = @mandir@
357 mkdir_p = @mkdir_p@
358 oldincludedir = @oldincludedir@
359 pdfdir = @pdfdir@
360 prefix = @prefix@
361 program_transform_name = @program_transform_name@
362 psdir = @psdir@
363 sbindir = @sbindir@
364 sharedstatedir = @sharedstatedir@
365 srcdir = @srcdir@
366 subdirs = @subdirs@
367 sysconfdir = @sysconfdir@
368 target_alias = @target_alias@
369 top_build_prefix = @top_build_prefix@
370 top_builddir = @top_builddir@
371 top_srcdir = @top_srcdir@
372 ACLOCAL_AMFLAGS = -I . -I ..
373 AUTOMAKE_OPTIONS = dejagnu foreign
374 @BUILD_COLLECTOR_TRUE@COLLECTOR_SUBDIRS = libcollector
375 @BUILD_SRC_TRUE@SRC_SUBDIRS = src gp-display-html doc
376 SUBDIRS = $(COLLECTOR_SUBDIRS) $(SRC_SUBDIRS)
377 DIST_SUBDIRS = libcollector src gp-display-html doc
378 RUNTEST = runtest
379 RUNTESTFLAGS =
380 BASEDIR = $(srcdir)/..
381 BFDDIR = $(BASEDIR)/bfd
382 AM_MAKEFLAGS = \
383 jdk_inc="$(jdk_inc)" \
384 LD_NO_AS_NEEDED="$(LD_NO_AS_NEEDED)" \
385 GPROFNG_CFLAGS="$(GPROFNG_CFLAGS)" \
386 GPROFNG_CPPFLAGS="$(GPROFNG_CPPFLAGS)" \
387 GPROFNG_LIBDIR="$(GPROFNG_LIBDIR)"
388
389
390 # development.sh is used to determine -Werror default.
391 @TCL_TRY_TRUE@CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
392 @TCL_TRY_TRUE@EXTRA_DEJAGNU_SITE_CONFIG = development.exp
393 @TCL_TRY_TRUE@DISTCLEANFILES = site.exp development.exp
394 all: config.h
395 $(MAKE) $(AM_MAKEFLAGS) all-recursive
396
397 .SUFFIXES:
398 am--refresh: Makefile
399 @:
400 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
401 @for dep in $?; do \
402 case '$(am__configure_deps)' in \
403 *$$dep*) \
404 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
405 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
406 && exit 0; \
407 exit 1;; \
408 esac; \
409 done; \
410 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
411 $(am__cd) $(top_srcdir) && \
412 $(AUTOMAKE) --foreign Makefile
413 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
414 @case '$?' in \
415 *config.status*) \
416 echo ' $(SHELL) ./config.status'; \
417 $(SHELL) ./config.status;; \
418 *) \
419 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
420 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
421 esac;
422
423 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
424 $(SHELL) ./config.status --recheck
425
426 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
427 $(am__cd) $(srcdir) && $(AUTOCONF)
428 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
429 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
430 $(am__aclocal_m4_deps):
431
432 config.h: stamp-h1
433 @test -f $@ || rm -f stamp-h1
434 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
435
436 stamp-h1: $(top_srcdir)/common/config.h.in $(top_builddir)/config.status
437 @rm -f stamp-h1
438 cd $(top_builddir) && $(SHELL) ./config.status config.h
439 $(top_srcdir)/common/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
440 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
441 rm -f stamp-h1
442 touch $@
443
444 distclean-hdr:
445 -rm -f config.h stamp-h1
446
447 mostlyclean-libtool:
448 -rm -f *.lo
449
450 clean-libtool:
451 -rm -rf .libs _libs
452
453 distclean-libtool:
454 -rm -f libtool config.lt
455
456 # This directory's subdirectories are mostly independent; you can cd
457 # into them and run 'make' without going through this Makefile.
458 # To change the values of 'make' variables: instead of editing Makefiles,
459 # (1) if the variable is set in 'config.status', edit 'config.status'
460 # (which will cause the Makefiles to be regenerated when you run 'make');
461 # (2) otherwise, pass the desired values on the 'make' command line.
462 $(am__recursive_targets):
463 @fail=; \
464 if $(am__make_keepgoing); then \
465 failcom='fail=yes'; \
466 else \
467 failcom='exit 1'; \
468 fi; \
469 dot_seen=no; \
470 target=`echo $@ | sed s/-recursive//`; \
471 case "$@" in \
472 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
473 *) list='$(SUBDIRS)' ;; \
474 esac; \
475 for subdir in $$list; do \
476 echo "Making $$target in $$subdir"; \
477 if test "$$subdir" = "."; then \
478 dot_seen=yes; \
479 local_target="$$target-am"; \
480 else \
481 local_target="$$target"; \
482 fi; \
483 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
484 || eval $$failcom; \
485 done; \
486 if test "$$dot_seen" = "no"; then \
487 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
488 fi; test -z "$$fail"
489
490 ID: $(am__tagged_files)
491 $(am__define_uniq_tagged_files); mkid -fID $$unique
492 tags: tags-recursive
493 TAGS: tags
494
495 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
496 set x; \
497 here=`pwd`; \
498 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
499 include_option=--etags-include; \
500 empty_fix=.; \
501 else \
502 include_option=--include; \
503 empty_fix=; \
504 fi; \
505 list='$(SUBDIRS)'; for subdir in $$list; do \
506 if test "$$subdir" = .; then :; else \
507 test ! -f $$subdir/TAGS || \
508 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
509 fi; \
510 done; \
511 $(am__define_uniq_tagged_files); \
512 shift; \
513 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
514 test -n "$$unique" || unique=$$empty_fix; \
515 if test $$# -gt 0; then \
516 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517 "$$@" $$unique; \
518 else \
519 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
520 $$unique; \
521 fi; \
522 fi
523 ctags: ctags-recursive
524
525 CTAGS: ctags
526 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
527 $(am__define_uniq_tagged_files); \
528 test -z "$(CTAGS_ARGS)$$unique" \
529 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
530 $$unique
531
532 GTAGS:
533 here=`$(am__cd) $(top_builddir) && pwd` \
534 && $(am__cd) $(top_srcdir) \
535 && gtags -i $(GTAGS_ARGS) "$$here"
536 cscope: cscope.files
537 test ! -s cscope.files \
538 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
539 clean-cscope:
540 -rm -f cscope.files
541 cscope.files: clean-cscope cscopelist
542 cscopelist: cscopelist-recursive
543
544 cscopelist-am: $(am__tagged_files)
545 list='$(am__tagged_files)'; \
546 case "$(srcdir)" in \
547 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
548 *) sdir=$(subdir)/$(srcdir) ;; \
549 esac; \
550 for i in $$list; do \
551 if test -f "$$i"; then \
552 echo "$(subdir)/$$i"; \
553 else \
554 echo "$$sdir/$$i"; \
555 fi; \
556 done >> $(top_builddir)/cscope.files
557
558 distclean-tags:
559 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
560 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
561
562 @TCL_TRY_FALSE@check-DEJAGNU: site.exp
563 @TCL_TRY_FALSE@ srcdir='$(srcdir)'; export srcdir; \
564 @TCL_TRY_FALSE@ EXPECT=$(EXPECT); export EXPECT; \
565 @TCL_TRY_FALSE@ if $(SHELL) -c "$(RUNTEST) --version" > /dev/null 2>&1; then \
566 @TCL_TRY_FALSE@ exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
567 @TCL_TRY_FALSE@ if $(RUNTEST) $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
568 @TCL_TRY_FALSE@ then :; else exit_status=1; fi; \
569 @TCL_TRY_FALSE@ done; \
570 @TCL_TRY_FALSE@ else echo "WARNING: could not find '$(RUNTEST)'" 1>&2; :;\
571 @TCL_TRY_FALSE@ fi; \
572 @TCL_TRY_FALSE@ exit $$exit_status
573 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
574 @echo 'Making a new site.exp file ...'
575 @echo '## these variables are automatically generated by make ##' >site.tmp
576 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
577 @echo '# edit the last section' >>site.tmp
578 @echo 'set srcdir "$(srcdir)"' >>site.tmp
579 @echo "set objdir `pwd`" >>site.tmp
580 @echo 'set build_alias "$(build_alias)"' >>site.tmp
581 @echo 'set build_triplet $(build_triplet)' >>site.tmp
582 @echo 'set host_alias "$(host_alias)"' >>site.tmp
583 @echo 'set host_triplet $(host_triplet)' >>site.tmp
584 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
585 echo "## Begin content included from file $$f. Do not modify. ##" \
586 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
587 && echo "## End content included from file $$f. ##" \
588 || exit 1; \
589 done >> site.tmp
590 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
591 @if test -f site.exp; then \
592 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
593 fi
594 @-rm -f site.bak
595 @test ! -f site.exp || mv site.exp site.bak
596 @mv site.tmp site.exp
597
598 distclean-DEJAGNU:
599 -rm -f site.exp site.bak
600 -l='$(DEJATOOL)'; for tool in $$l; do \
601 rm -f $$tool.sum $$tool.log; \
602 done
603
604 distdir: $(DISTFILES)
605 $(am__remove_distdir)
606 test -d "$(distdir)" || mkdir "$(distdir)"
607 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
608 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
609 list='$(DISTFILES)'; \
610 dist_files=`for file in $$list; do echo $$file; done | \
611 sed -e "s|^$$srcdirstrip/||;t" \
612 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
613 case $$dist_files in \
614 */*) $(MKDIR_P) `echo "$$dist_files" | \
615 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
616 sort -u` ;; \
617 esac; \
618 for file in $$dist_files; do \
619 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
620 if test -d $$d/$$file; then \
621 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
622 if test -d "$(distdir)/$$file"; then \
623 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
624 fi; \
625 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
626 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
627 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
628 fi; \
629 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
630 else \
631 test -f "$(distdir)/$$file" \
632 || cp -p $$d/$$file "$(distdir)/$$file" \
633 || exit 1; \
634 fi; \
635 done
636 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
637 if test "$$subdir" = .; then :; else \
638 $(am__make_dryrun) \
639 || test -d "$(distdir)/$$subdir" \
640 || $(MKDIR_P) "$(distdir)/$$subdir" \
641 || exit 1; \
642 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
643 $(am__relativize); \
644 new_distdir=$$reldir; \
645 dir1=$$subdir; dir2="$(top_distdir)"; \
646 $(am__relativize); \
647 new_top_distdir=$$reldir; \
648 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
649 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
650 ($(am__cd) $$subdir && \
651 $(MAKE) $(AM_MAKEFLAGS) \
652 top_distdir="$$new_top_distdir" \
653 distdir="$$new_distdir" \
654 am__remove_distdir=: \
655 am__skip_length_check=: \
656 am__skip_mode_fix=: \
657 distdir) \
658 || exit 1; \
659 fi; \
660 done
661 -test -n "$(am__skip_mode_fix)" \
662 || find "$(distdir)" -type d ! -perm -755 \
663 -exec chmod u+rwx,go+rx {} \; -o \
664 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
665 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
666 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
667 || chmod -R a+r "$(distdir)"
668 dist-gzip: distdir
669 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
670 $(am__post_remove_distdir)
671
672 dist-bzip2: distdir
673 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
674 $(am__post_remove_distdir)
675
676 dist-lzip: distdir
677 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
678 $(am__post_remove_distdir)
679
680 dist-xz: distdir
681 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
682 $(am__post_remove_distdir)
683
684 dist-tarZ: distdir
685 @echo WARNING: "Support for distribution archives compressed with" \
686 "legacy program 'compress' is deprecated." >&2
687 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
688 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
689 $(am__post_remove_distdir)
690
691 dist-shar: distdir
692 @echo WARNING: "Support for shar distribution archives is" \
693 "deprecated." >&2
694 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
695 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
696 $(am__post_remove_distdir)
697
698 dist-zip: distdir
699 -rm -f $(distdir).zip
700 zip -rq $(distdir).zip $(distdir)
701 $(am__post_remove_distdir)
702
703 dist dist-all:
704 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
705 $(am__post_remove_distdir)
706
707 # This target untars the dist file and tries a VPATH configuration. Then
708 # it guarantees that the distribution is self-contained by making another
709 # tarfile.
710 distcheck: dist
711 case '$(DIST_ARCHIVES)' in \
712 *.tar.gz*) \
713 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
714 *.tar.bz2*) \
715 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
716 *.tar.lz*) \
717 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
718 *.tar.xz*) \
719 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
720 *.tar.Z*) \
721 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
722 *.shar.gz*) \
723 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
724 *.zip*) \
725 unzip $(distdir).zip ;;\
726 esac
727 chmod -R a-w $(distdir)
728 chmod u+w $(distdir)
729 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
730 chmod a-w $(distdir)
731 test -d $(distdir)/_build || exit 0; \
732 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
733 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
734 && am__cwd=`pwd` \
735 && $(am__cd) $(distdir)/_build/sub \
736 && ../../configure \
737 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
738 $(DISTCHECK_CONFIGURE_FLAGS) \
739 --srcdir=../.. --prefix="$$dc_install_base" \
740 && $(MAKE) $(AM_MAKEFLAGS) \
741 && $(MAKE) $(AM_MAKEFLAGS) dvi \
742 && $(MAKE) $(AM_MAKEFLAGS) check \
743 && $(MAKE) $(AM_MAKEFLAGS) install \
744 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
745 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
746 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
747 distuninstallcheck \
748 && chmod -R a-w "$$dc_install_base" \
749 && ({ \
750 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
751 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
752 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
753 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
754 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
755 } || { rm -rf "$$dc_destdir"; exit 1; }) \
756 && rm -rf "$$dc_destdir" \
757 && $(MAKE) $(AM_MAKEFLAGS) dist \
758 && rm -rf $(DIST_ARCHIVES) \
759 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
760 && cd "$$am__cwd" \
761 || exit 1
762 $(am__post_remove_distdir)
763 @(echo "$(distdir) archives ready for distribution: "; \
764 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
765 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
766 distuninstallcheck:
767 @test -n '$(distuninstallcheck_dir)' || { \
768 echo 'ERROR: trying to run $@ with an empty' \
769 '$$(distuninstallcheck_dir)' >&2; \
770 exit 1; \
771 }; \
772 $(am__cd) '$(distuninstallcheck_dir)' || { \
773 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
774 exit 1; \
775 }; \
776 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
777 || { echo "ERROR: files left after uninstall:" ; \
778 if test -n "$(DESTDIR)"; then \
779 echo " (check DESTDIR support)"; \
780 fi ; \
781 $(distuninstallcheck_listfiles) ; \
782 exit 1; } >&2
783 distcleancheck: distclean
784 @if test '$(srcdir)' = . ; then \
785 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
786 exit 1 ; \
787 fi
788 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
789 || { echo "ERROR: files left in build directory after distclean:" ; \
790 $(distcleancheck_listfiles) ; \
791 exit 1; } >&2
792 check-am: all-am
793 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
794 check: check-recursive
795 all-am: Makefile config.h
796 installdirs: installdirs-recursive
797 installdirs-am:
798 install: install-recursive
799 install-exec: install-exec-recursive
800 install-data: install-data-recursive
801 uninstall: uninstall-recursive
802
803 install-am: all-am
804 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
805
806 installcheck: installcheck-recursive
807 install-strip:
808 if test -z '$(STRIP)'; then \
809 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
810 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
811 install; \
812 else \
813 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
814 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
815 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
816 fi
817 mostlyclean-generic:
818
819 clean-generic:
820
821 distclean-generic:
822 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
823 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
824 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
825
826 maintainer-clean-generic:
827 @echo "This command is intended for maintainers to use"
828 @echo "it deletes files that may require special tools to rebuild."
829 clean: clean-recursive
830
831 clean-am: clean-generic clean-libtool mostlyclean-am
832
833 distclean: distclean-recursive
834 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
835 -rm -f Makefile
836 distclean-am: clean-am distclean-DEJAGNU distclean-generic \
837 distclean-hdr distclean-libtool distclean-tags
838
839 dvi: dvi-recursive
840
841 dvi-am:
842
843 html: html-recursive
844
845 html-am:
846
847 info: info-recursive
848
849 info-am:
850
851 install-data-am:
852
853 install-dvi: install-dvi-recursive
854
855 install-dvi-am:
856
857 install-exec-am:
858
859 install-html: install-html-recursive
860
861 install-html-am:
862
863 install-info: install-info-recursive
864
865 install-info-am:
866
867 install-man:
868
869 install-pdf: install-pdf-recursive
870
871 install-pdf-am:
872
873 install-ps: install-ps-recursive
874
875 install-ps-am:
876
877 installcheck-am:
878
879 maintainer-clean: maintainer-clean-recursive
880 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
881 -rm -rf $(top_srcdir)/autom4te.cache
882 -rm -f Makefile
883 maintainer-clean-am: distclean-am maintainer-clean-generic
884
885 mostlyclean: mostlyclean-recursive
886
887 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
888
889 pdf: pdf-recursive
890
891 pdf-am:
892
893 ps: ps-recursive
894
895 ps-am:
896
897 uninstall-am:
898
899 .MAKE: $(am__recursive_targets) all check-am install-am install-strip
900
901 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
902 am--refresh check check-DEJAGNU check-am clean clean-cscope \
903 clean-generic clean-libtool cscope cscopelist-am ctags \
904 ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
905 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
906 distclean-DEJAGNU distclean-generic distclean-hdr \
907 distclean-libtool distclean-tags distcleancheck distdir \
908 distuninstallcheck dvi dvi-am html html-am info info-am \
909 install install-am install-data install-data-am install-dvi \
910 install-dvi-am install-exec install-exec-am install-html \
911 install-html-am install-info install-info-am install-man \
912 install-pdf install-pdf-am install-ps install-ps-am \
913 install-strip installcheck installcheck-am installdirs \
914 installdirs-am maintainer-clean maintainer-clean-generic \
915 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
916 ps ps-am tags tags-am uninstall uninstall-am
917
918 .PRECIOUS: Makefile
919
920
921 @TCL_TRY_TRUE@check-DEJAGNU: site.exp development.exp
922 @TCL_TRY_TRUE@ srcroot=`cd $(srcdir) && pwd`; export srcroot; \
923 @TCL_TRY_TRUE@ r=`pwd`; export r; \
924 @TCL_TRY_TRUE@ LC_ALL=C; export LC_ALL; \
925 @TCL_TRY_TRUE@ EXPECT=$(EXPECT); export EXPECT; \
926 @TCL_TRY_TRUE@ jdk_inc="$(jdk_inc)"; export jdk_inc; \
927 @TCL_TRY_TRUE@ runtest=$(RUNTEST); \
928 @TCL_TRY_TRUE@ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
929 @TCL_TRY_TRUE@ $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
930 @TCL_TRY_TRUE@ MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS) $(PTHREAD_CFLAGS)" \
931 @TCL_TRY_TRUE@ LDFLAGS="$(LDFLAGS)" LIBS="$(PTHREAD_LIBS) $(LIBS)" \
932 @TCL_TRY_TRUE@ BUILDDIR="$(abs_top_builddir)" $(RUNTESTFLAGS); \
933 @TCL_TRY_TRUE@ else echo "WARNING: could not find \`runtest'" 1>&2; :;\
934 @TCL_TRY_TRUE@ fi
935
936 @TCL_TRY_TRUE@development.exp: $(BFDDIR)/development.sh
937 @TCL_TRY_TRUE@ $(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
938 @TCL_TRY_TRUE@ | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
939
940 # Tell versions [3.59,3.63) of GNU make to not export all variables.
941 # Otherwise a system limit (for SysV at least) may be exceeded.
942 .NOEXPORT: