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