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