]> sourceware.org Git - systemtap.git/blame - man/Makefile.in
Added autoconf logic to search for python version 2 and 3.
[systemtap.git] / man / Makefile.in
CommitLineData
7012fdd5 1# Makefile.in generated by automake 1.15 from Makefile.am.
a6e785fa
FCE
2# @configure_input@
3
7012fdd5 4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
8eef2738 5
a6e785fa
FCE
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# Makefile.am --- automake input file for systemtap man pages
18VPATH = @srcdir@
7012fdd5
FCE
19am__is_gnu_make = { \
20 if test -z '$(MAKELEVEL)'; then \
21 false; \
22 elif test -n '$(MAKE_HOST)'; then \
23 true; \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25 true; \
26 else \
27 false; \
28 fi; \
29}
d9e6d90b
WC
30am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
a6e785fa
FCE
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
d9e6d90b
WC
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
db887d2c 47 esac; \
d9e6d90b
WC
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
a6e785fa
FCE
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
2689a171 92target_triplet = @target@
15b66706 93@BUILD_TRANSLATOR_TRUE@am__append_1 = stap.1 stap-prep.1 stap-report.1
a6e785fa 94@BUILD_SERVER_TRUE@@HAVE_NSS_TRUE@am__append_2 = stap-server.8
b0c670f4 95@BUILD_VIRT_TRUE@am__append_3 = stapvirt.1
a6e785fa 96subdir = man
a6e785fa 97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5ad0fbca
JS
98am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
99 $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
100 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
101 $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
102 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
103 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
f5852d3a
JS
104 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
105 $(top_srcdir)/configure.ac
a6e785fa
FCE
106am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107 $(ACLOCAL_M4)
7012fdd5 108DIST_COMMON = $(srcdir)/Makefile.am
a6e785fa
FCE
109mkinstalldirs = $(install_sh) -d
110CONFIG_HEADER = $(top_builddir)/config.h
c5f68013 111CONFIG_CLEAN_FILES = stap.1 stappaths.7 systemtap.8
a6e785fa 112CONFIG_CLEAN_VPATH_FILES =
8eef2738
LB
113AM_V_P = $(am__v_P_@AM_V@)
114am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115am__v_P_0 = false
116am__v_P_1 = :
a6e785fa
FCE
117AM_V_GEN = $(am__v_GEN_@AM_V@)
118am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
8eef2738
LB
119am__v_GEN_0 = @echo " GEN " $@;
120am__v_GEN_1 =
a6e785fa
FCE
121AM_V_at = $(am__v_at_@AM_V@)
122am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123am__v_at_0 = @
8eef2738 124am__v_at_1 =
a6e785fa 125SOURCES =
7ba226f5
MC
126RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
127 ctags-recursive dvi-recursive html-recursive info-recursive \
128 install-data-recursive install-dvi-recursive \
129 install-exec-recursive install-html-recursive \
130 install-info-recursive install-pdf-recursive \
131 install-ps-recursive install-recursive installcheck-recursive \
132 installdirs-recursive pdf-recursive ps-recursive \
133 tags-recursive uninstall-recursive
a6e785fa
FCE
134am__can_run_installinfo = \
135 case $$AM_UPDATE_INFO_DIR in \
136 n|no|NO) false;; \
137 *) (install-info --version) >/dev/null 2>&1;; \
138 esac
139am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
140am__vpath_adj = case $$p in \
141 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
142 *) f=$$p;; \
143 esac;
144am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
145am__install_max = 40
146am__nobase_strip_setup = \
147 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
148am__nobase_strip = \
149 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
150am__nobase_list = $(am__nobase_strip_setup); \
151 for p in $$list; do echo "$$p $$p"; done | \
152 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
153 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
154 if (++n[$$2] == $(am__install_max)) \
155 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
156 END { for (dir in files) print dir, files[dir] }'
157am__base_list = \
158 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
159 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
160am__uninstall_files_from_dir = { \
161 test -z "$$files" \
162 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
163 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
164 $(am__cd) "$$dir" && rm -f $$files; }; \
165 }
166man1dir = $(mandir)/man1
167am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" \
168 "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(man8dir)"
169man3dir = $(mandir)/man3
170man7dir = $(mandir)/man7
171man8dir = $(mandir)/man8
172NROFF = nroff
173MANS = $(man_MANS)
7ba226f5
MC
174RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
175 distclean-recursive maintainer-clean-recursive
176am__recursive_targets = \
177 $(RECURSIVE_TARGETS) \
178 $(RECURSIVE_CLEAN_TARGETS) \
179 $(am__extra_recursive_targets)
180AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS
d9e6d90b 181am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
7ba226f5
MC
182# Read a list of newline-separated strings from the standard input,
183# and print each of them once, without duplicates. Input order is
184# *not* preserved.
185am__uniquify_input = $(AWK) '\
186 BEGIN { nonempty = 0; } \
187 { items[$$0] = 1; nonempty = 1; } \
188 END { if (nonempty) { for (i in items) print i; }; } \
189'
190# Make sure the list of sources is unique. This is necessary because,
191# e.g., the same source file might be shared among _SOURCES variables
192# for different programs/libraries.
193am__define_uniq_tagged_files = \
194 list='$(am__tagged_files)'; \
195 unique=`for i in $$list; do \
196 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
197 done | $(am__uniquify_input)`
198ETAGS = etags
199CTAGS = ctags
200DIST_SUBDIRS = $(SUBDIRS)
a6e785fa
FCE
201ACLOCAL = @ACLOCAL@
202AMTAR = @AMTAR@
203AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
204AUTOCONF = @AUTOCONF@
205AUTOHEADER = @AUTOHEADER@
206AUTOMAKE = @AUTOMAKE@
207AWK = @AWK@
208CC = @CC@
209CCDEPMODE = @CCDEPMODE@
210CFLAGS = @CFLAGS@
211CPP = @CPP@
212CPPFLAGS = @CPPFLAGS@
213CXX = @CXX@
214CXXCPP = @CXXCPP@
215CXXDEPMODE = @CXXDEPMODE@
216CXXFLAGS = @CXXFLAGS@
217CYGPATH_W = @CYGPATH_W@
218DATE = @DATE@
219DEFS = @DEFS@
220DEPDIR = @DEPDIR@
221DYNINST_CXXFLAGS = @DYNINST_CXXFLAGS@
222DYNINST_LDFLAGS = @DYNINST_LDFLAGS@
223ECHO_C = @ECHO_C@
224ECHO_N = @ECHO_N@
225ECHO_T = @ECHO_T@
226EGREP = @EGREP@
227ENABLE_NLS = @ENABLE_NLS@
228EXEEXT = @EXEEXT@
229GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
230GMSGFMT = @GMSGFMT@
231GMSGFMT_015 = @GMSGFMT_015@
232GREP = @GREP@
f5852d3a 233HAVE_CXX11 = @HAVE_CXX11@
a6e785fa
FCE
234INSTALL = @INSTALL@
235INSTALL_DATA = @INSTALL_DATA@
236INSTALL_PROGRAM = @INSTALL_PROGRAM@
237INSTALL_SCRIPT = @INSTALL_SCRIPT@
238INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239INTLLIBS = @INTLLIBS@
42f767d0 240INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
9ac164fa 241JAVADIR = @JAVADIR@
a6e785fa
FCE
242LDFLAGS = @LDFLAGS@
243LIBICONV = @LIBICONV@
244LIBINTL = @LIBINTL@
245LIBOBJS = @LIBOBJS@
246LIBS = @LIBS@
247LN_S = @LN_S@
248LOCALEDIR = @LOCALEDIR@
249LTLIBICONV = @LTLIBICONV@
250LTLIBINTL = @LTLIBINTL@
251LTLIBOBJS = @LTLIBOBJS@
252MAINT = @MAINT@
253MAKEINFO = @MAKEINFO@
254MKDIR_P = @MKDIR_P@
255MSGFMT = @MSGFMT@
256MSGFMT_015 = @MSGFMT_015@
257MSGMERGE = @MSGMERGE@
258OBJEXT = @OBJEXT@
259PACKAGE = @PACKAGE@
260PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
261PACKAGE_NAME = @PACKAGE_NAME@
262PACKAGE_STRING = @PACKAGE_STRING@
263PACKAGE_TARNAME = @PACKAGE_TARNAME@
264PACKAGE_URL = @PACKAGE_URL@
265PACKAGE_VERSION = @PACKAGE_VERSION@
266PATH_SEPARATOR = @PATH_SEPARATOR@
267PIECFLAGS = @PIECFLAGS@
268PIECXXFLAGS = @PIECXXFLAGS@
269PIELDFLAGS = @PIELDFLAGS@
270PKG_CONFIG = @PKG_CONFIG@
271PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
272PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
273POSUB = @POSUB@
c16501a1 274PYTHON = @PYTHON@
e5d623b1
DS
275PYTHON3 = @PYTHON3@
276PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@
277PYTHON3_PLATFORM = @PYTHON3_PLATFORM@
278PYTHON3_PREFIX = @PYTHON3_PREFIX@
279PYTHON3_VERSION = @PYTHON3_VERSION@
c16501a1
DS
280PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
281PYTHON_PLATFORM = @PYTHON_PLATFORM@
282PYTHON_PREFIX = @PYTHON_PREFIX@
e5d623b1 283PYTHON_UNKNOWN = @PYTHON_UNKNOWN@
c16501a1 284PYTHON_VERSION = @PYTHON_VERSION@
a6e785fa 285RANLIB = @RANLIB@
0cc9fa0d 286READLINE_LIBS = @READLINE_LIBS@
8f0423ce 287SED = @SED@
a6e785fa
FCE
288SET_MAKE = @SET_MAKE@
289SHELL = @SHELL@
290STAP_EXTRA_VERSION = @STAP_EXTRA_VERSION@
291STAP_PREFIX = @STAP_PREFIX@
292STRIP = @STRIP@
293USE_NLS = @USE_NLS@
294VERSION = @VERSION@
295XGETTEXT = @XGETTEXT@
296XGETTEXT_015 = @XGETTEXT_015@
297XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
298abs_builddir = @abs_builddir@
299abs_srcdir = @abs_srcdir@
300abs_top_builddir = @abs_top_builddir@
301abs_top_srcdir = @abs_top_srcdir@
302ac_ct_CC = @ac_ct_CC@
303ac_ct_CXX = @ac_ct_CXX@
304am__include = @am__include@
305am__leading_dot = @am__leading_dot@
306am__quote = @am__quote@
307am__tar = @am__tar@
308am__untar = @am__untar@
309avahi_CFLAGS = @avahi_CFLAGS@
310avahi_LIBS = @avahi_LIBS@
311bindir = @bindir@
312build = @build@
313build_alias = @build_alias@
314build_cpu = @build_cpu@
315build_os = @build_os@
316build_vendor = @build_vendor@
317builddir = @builddir@
318datadir = @datadir@
319datarootdir = @datarootdir@
320docdir = @docdir@
8f0423ce 321dracutstap = @dracutstap@
a6e785fa
FCE
322dvidir = @dvidir@
323elfutils_abs_srcdir = @elfutils_abs_srcdir@
324exec_prefix = @exec_prefix@
325have_dvips = @have_dvips@
326have_fop = @have_fop@
e9b0aba1
SM
327have_jar = @have_jar@
328have_javac = @have_javac@
a6e785fa 329have_latex = @have_latex@
a6e785fa 330have_ps2pdf = @have_ps2pdf@
d9c42357 331have_xmlto = @have_xmlto@
a6e785fa
FCE
332host = @host@
333host_alias = @host_alias@
334host_cpu = @host_cpu@
335host_os = @host_os@
336host_vendor = @host_vendor@
337htmldir = @htmldir@
338includedir = @includedir@
339infodir = @infodir@
340install_sh = @install_sh@
11ea78d6
FL
341jsonc_CFLAGS = @jsonc_CFLAGS@
342jsonc_LIBS = @jsonc_LIBS@
a6e785fa
FCE
343libdir = @libdir@
344libexecdir = @libexecdir@
42f767d0
JL
345libvirt_CFLAGS = @libvirt_CFLAGS@
346libvirt_LIBS = @libvirt_LIBS@
347libxml2_CFLAGS = @libxml2_CFLAGS@
348libxml2_LIBS = @libxml2_LIBS@
a6e785fa
FCE
349localedir = @localedir@
350localstatedir = @localstatedir@
351mandir = @mandir@
352mkdir_p = @mkdir_p@
11ea78d6
FL
353ncurses_CFLAGS = @ncurses_CFLAGS@
354ncurses_LIBS = @ncurses_LIBS@
a6e785fa
FCE
355nss_CFLAGS = @nss_CFLAGS@
356nss_LIBS = @nss_LIBS@
357oldincludedir = @oldincludedir@
358pdfdir = @pdfdir@
c16501a1
DS
359pkgpyexecdir = @pkgpyexecdir@
360pkgpythondir = @pkgpythondir@
e5d623b1 361preferred_python = @preferred_python@
a6e785fa
FCE
362prefix = @prefix@
363program_transform_name = @program_transform_name@
364psdir = @psdir@
e5d623b1 365py3execdir = @py3execdir@
c16501a1 366pyexecdir = @pyexecdir@
e5d623b1 367python3dir = @python3dir@
c16501a1 368pythondir = @pythondir@
a6e785fa
FCE
369sbindir = @sbindir@
370selinux_CFLAGS = @selinux_CFLAGS@
371selinux_LIBS = @selinux_LIBS@
372sharedstatedir = @sharedstatedir@
373sqlite3_LIBS = @sqlite3_LIBS@
374srcdir = @srcdir@
375stap_LIBS = @stap_LIBS@
376staplog_CPPFLAGS = @staplog_CPPFLAGS@
377staprun_LIBS = @staprun_LIBS@
378subdirs = @subdirs@
379support_section_question = @support_section_question@
380sysconfdir = @sysconfdir@
2689a171 381target = @target@
a6e785fa 382target_alias = @target_alias@
2689a171
SM
383target_cpu = @target_cpu@
384target_os = @target_os@
385target_vendor = @target_vendor@
a6e785fa
FCE
386top_build_prefix = @top_build_prefix@
387top_builddir = @top_builddir@
388top_srcdir = @top_srcdir@
7ba226f5 389SUBDIRS = cs
f245e619 390AUTOMAKE_OPTIONS = no-dist foreign subdir-objects
a6e785fa 391man_MANS = stapprobes.3stap stapfuncs.3stap stapvars.3stap \
e7e3c2fd 392 stapex.3stap dtrace.1 stap-merge.1 stappaths.7 stapsh.8 \
8f0423ce
FL
393 systemtap.8 stapref.1 $(am__append_1) $(am__append_2) \
394 $(am__append_3)
7ba226f5 395all: all-recursive
a6e785fa
FCE
396
397.SUFFIXES:
398$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
399 @for dep in $?; do \
400 case '$(am__configure_deps)' in \
401 *$$dep*) \
402 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
403 && { if test -f $@; then exit 0; else break; fi; }; \
404 exit 1;; \
405 esac; \
406 done; \
407 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
408 $(am__cd) $(top_srcdir) && \
409 $(AUTOMAKE) --foreign man/Makefile
a6e785fa
FCE
410Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
411 @case '$?' in \
412 *config.status*) \
413 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
414 *) \
415 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
416 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
417 esac;
418
419$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
420 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
421
422$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
423 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
424$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
425 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
426$(am__aclocal_m4_deps):
c5f68013
MC
427stap.1: $(top_builddir)/config.status $(srcdir)/stap.1.in
428 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
a6e785fa
FCE
429stappaths.7: $(top_builddir)/config.status $(srcdir)/stappaths.7.in
430 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
b5c84307
JL
431systemtap.8: $(top_builddir)/config.status $(srcdir)/systemtap.8.in
432 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
a6e785fa
FCE
433install-man1: $(man_MANS)
434 @$(NORMAL_INSTALL)
435 @list1=''; \
436 list2='$(man_MANS)'; \
437 test -n "$(man1dir)" \
438 && test -n "`echo $$list1$$list2`" \
439 || exit 0; \
440 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
441 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
442 { for i in $$list1; do echo "$$i"; done; \
443 if test -n "$$list2"; then \
444 for i in $$list2; do echo "$$i"; done \
445 | sed -n '/\.1[a-z]*$$/p'; \
446 fi; \
447 } | while read p; do \
448 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
449 echo "$$d$$p"; echo "$$p"; \
450 done | \
451 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
452 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
453 sed 'N;N;s,\n, ,g' | { \
454 list=; while read file base inst; do \
455 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
456 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
457 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
458 fi; \
459 done; \
460 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
461 while read files; do \
462 test -z "$$files" || { \
463 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
464 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
465 done; }
466
467uninstall-man1:
468 @$(NORMAL_UNINSTALL)
469 @list=''; test -n "$(man1dir)" || exit 0; \
470 files=`{ for i in $$list; do echo "$$i"; done; \
471 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
472 sed -n '/\.1[a-z]*$$/p'; \
473 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
474 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
475 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
476install-man3: $(man_MANS)
477 @$(NORMAL_INSTALL)
478 @list1=''; \
479 list2='$(man_MANS)'; \
480 test -n "$(man3dir)" \
481 && test -n "`echo $$list1$$list2`" \
482 || exit 0; \
483 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
484 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
485 { for i in $$list1; do echo "$$i"; done; \
486 if test -n "$$list2"; then \
487 for i in $$list2; do echo "$$i"; done \
488 | sed -n '/\.3[a-z]*$$/p'; \
489 fi; \
490 } | while read p; do \
491 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
492 echo "$$d$$p"; echo "$$p"; \
493 done | \
494 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
495 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
496 sed 'N;N;s,\n, ,g' | { \
497 list=; while read file base inst; do \
498 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
499 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
500 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
501 fi; \
502 done; \
503 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
504 while read files; do \
505 test -z "$$files" || { \
506 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
507 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
508 done; }
509
510uninstall-man3:
511 @$(NORMAL_UNINSTALL)
512 @list=''; test -n "$(man3dir)" || exit 0; \
513 files=`{ for i in $$list; do echo "$$i"; done; \
514 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
515 sed -n '/\.3[a-z]*$$/p'; \
516 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
517 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
518 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
519install-man7: $(man_MANS)
520 @$(NORMAL_INSTALL)
521 @list1=''; \
522 list2='$(man_MANS)'; \
523 test -n "$(man7dir)" \
524 && test -n "`echo $$list1$$list2`" \
525 || exit 0; \
526 echo " $(MKDIR_P) '$(DESTDIR)$(man7dir)'"; \
527 $(MKDIR_P) "$(DESTDIR)$(man7dir)" || exit 1; \
528 { for i in $$list1; do echo "$$i"; done; \
529 if test -n "$$list2"; then \
530 for i in $$list2; do echo "$$i"; done \
531 | sed -n '/\.7[a-z]*$$/p'; \
532 fi; \
533 } | while read p; do \
534 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
535 echo "$$d$$p"; echo "$$p"; \
536 done | \
537 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
538 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
539 sed 'N;N;s,\n, ,g' | { \
540 list=; while read file base inst; do \
541 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
542 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
543 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \
544 fi; \
545 done; \
546 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
547 while read files; do \
548 test -z "$$files" || { \
549 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \
550 $(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \
551 done; }
552
553uninstall-man7:
554 @$(NORMAL_UNINSTALL)
555 @list=''; test -n "$(man7dir)" || exit 0; \
556 files=`{ for i in $$list; do echo "$$i"; done; \
557 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
558 sed -n '/\.7[a-z]*$$/p'; \
559 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
560 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
561 dir='$(DESTDIR)$(man7dir)'; $(am__uninstall_files_from_dir)
562install-man8: $(man_MANS)
563 @$(NORMAL_INSTALL)
564 @list1=''; \
565 list2='$(man_MANS)'; \
566 test -n "$(man8dir)" \
567 && test -n "`echo $$list1$$list2`" \
568 || exit 0; \
569 echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
570 $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
571 { for i in $$list1; do echo "$$i"; done; \
572 if test -n "$$list2"; then \
573 for i in $$list2; do echo "$$i"; done \
574 | sed -n '/\.8[a-z]*$$/p'; \
575 fi; \
576 } | while read p; do \
577 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
578 echo "$$d$$p"; echo "$$p"; \
579 done | \
580 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
581 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
582 sed 'N;N;s,\n, ,g' | { \
583 list=; while read file base inst; do \
584 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
585 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
586 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
587 fi; \
588 done; \
589 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
590 while read files; do \
591 test -z "$$files" || { \
592 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
593 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
594 done; }
595
596uninstall-man8:
597 @$(NORMAL_UNINSTALL)
598 @list=''; test -n "$(man8dir)" || exit 0; \
599 files=`{ for i in $$list; do echo "$$i"; done; \
600 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
601 sed -n '/\.8[a-z]*$$/p'; \
602 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
603 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
604 dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
a6e785fa 605
7ba226f5
MC
606# This directory's subdirectories are mostly independent; you can cd
607# into them and run 'make' without going through this Makefile.
608# To change the values of 'make' variables: instead of editing Makefiles,
609# (1) if the variable is set in 'config.status', edit 'config.status'
610# (which will cause the Makefiles to be regenerated when you run 'make');
611# (2) otherwise, pass the desired values on the 'make' command line.
612$(am__recursive_targets):
613 @fail=; \
614 if $(am__make_keepgoing); then \
615 failcom='fail=yes'; \
616 else \
617 failcom='exit 1'; \
618 fi; \
619 dot_seen=no; \
620 target=`echo $@ | sed s/-recursive//`; \
621 case "$@" in \
622 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
623 *) list='$(SUBDIRS)' ;; \
624 esac; \
625 for subdir in $$list; do \
626 echo "Making $$target in $$subdir"; \
627 if test "$$subdir" = "."; then \
628 dot_seen=yes; \
629 local_target="$$target-am"; \
630 else \
631 local_target="$$target"; \
632 fi; \
633 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
634 || eval $$failcom; \
635 done; \
636 if test "$$dot_seen" = "no"; then \
637 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
638 fi; test -z "$$fail"
639
640ID: $(am__tagged_files)
641 $(am__define_uniq_tagged_files); mkid -fID $$unique
642tags: tags-recursive
643TAGS: tags
644
645tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
646 set x; \
647 here=`pwd`; \
648 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
649 include_option=--etags-include; \
650 empty_fix=.; \
651 else \
652 include_option=--include; \
653 empty_fix=; \
654 fi; \
655 list='$(SUBDIRS)'; for subdir in $$list; do \
656 if test "$$subdir" = .; then :; else \
657 test ! -f $$subdir/TAGS || \
658 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
659 fi; \
660 done; \
661 $(am__define_uniq_tagged_files); \
662 shift; \
663 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
664 test -n "$$unique" || unique=$$empty_fix; \
665 if test $$# -gt 0; then \
666 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
667 "$$@" $$unique; \
668 else \
669 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
670 $$unique; \
671 fi; \
672 fi
673ctags: ctags-recursive
674
675CTAGS: ctags
676ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
677 $(am__define_uniq_tagged_files); \
678 test -z "$(CTAGS_ARGS)$$unique" \
679 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
680 $$unique
681
682GTAGS:
683 here=`$(am__cd) $(top_builddir) && pwd` \
684 && $(am__cd) $(top_srcdir) \
685 && gtags -i $(GTAGS_ARGS) "$$here"
686cscopelist: cscopelist-recursive
687
688cscopelist-am: $(am__tagged_files)
689 list='$(am__tagged_files)'; \
690 case "$(srcdir)" in \
691 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
692 *) sdir=$(subdir)/$(srcdir) ;; \
693 esac; \
694 for i in $$list; do \
695 if test -f "$$i"; then \
696 echo "$(subdir)/$$i"; \
697 else \
698 echo "$$sdir/$$i"; \
699 fi; \
700 done >> $(top_builddir)/cscope.files
8eef2738 701
7ba226f5
MC
702distclean-tags:
703 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
a6e785fa 704check-am: all-am
7ba226f5 705check: check-recursive
a6e785fa 706all-am: Makefile $(MANS)
7ba226f5
MC
707installdirs: installdirs-recursive
708installdirs-am:
a6e785fa
FCE
709 for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(man8dir)"; do \
710 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
711 done
7ba226f5
MC
712install: install-recursive
713install-exec: install-exec-recursive
714install-data: install-data-recursive
715uninstall: uninstall-recursive
a6e785fa
FCE
716
717install-am: all-am
718 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
719
7ba226f5 720installcheck: installcheck-recursive
a6e785fa
FCE
721install-strip:
722 if test -z '$(STRIP)'; then \
723 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
724 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
725 install; \
726 else \
727 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
728 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
729 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
730 fi
731mostlyclean-generic:
732
733clean-generic:
734
735distclean-generic:
736 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
737 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
738
739maintainer-clean-generic:
740 @echo "This command is intended for maintainers to use"
741 @echo "it deletes files that may require special tools to rebuild."
7ba226f5 742clean: clean-recursive
a6e785fa
FCE
743
744clean-am: clean-generic mostlyclean-am
745
7ba226f5 746distclean: distclean-recursive
a6e785fa 747 -rm -f Makefile
7ba226f5 748distclean-am: clean-am distclean-generic distclean-tags
a6e785fa 749
7ba226f5 750dvi: dvi-recursive
a6e785fa
FCE
751
752dvi-am:
753
7ba226f5 754html: html-recursive
a6e785fa
FCE
755
756html-am:
757
7ba226f5 758info: info-recursive
a6e785fa
FCE
759
760info-am:
761
be4b2eed 762install-data-am: install-data-local install-man
a6e785fa 763
7ba226f5 764install-dvi: install-dvi-recursive
a6e785fa
FCE
765
766install-dvi-am:
767
768install-exec-am:
769
7ba226f5 770install-html: install-html-recursive
a6e785fa
FCE
771
772install-html-am:
773
7ba226f5 774install-info: install-info-recursive
a6e785fa
FCE
775
776install-info-am:
777
778install-man: install-man1 install-man3 install-man7 install-man8
779
7ba226f5 780install-pdf: install-pdf-recursive
a6e785fa
FCE
781
782install-pdf-am:
783
7ba226f5 784install-ps: install-ps-recursive
a6e785fa
FCE
785
786install-ps-am:
787
788installcheck-am:
789
7ba226f5 790maintainer-clean: maintainer-clean-recursive
a6e785fa
FCE
791 -rm -f Makefile
792maintainer-clean-am: distclean-am maintainer-clean-generic
793
7ba226f5 794mostlyclean: mostlyclean-recursive
a6e785fa
FCE
795
796mostlyclean-am: mostlyclean-generic
797
7ba226f5 798pdf: pdf-recursive
a6e785fa
FCE
799
800pdf-am:
801
7ba226f5 802ps: ps-recursive
a6e785fa
FCE
803
804ps-am:
805
806uninstall-am: uninstall-man
807
808uninstall-man: uninstall-man1 uninstall-man3 uninstall-man7 \
809 uninstall-man8
810
7ba226f5
MC
811.MAKE: $(am__recursive_targets) install-am install-strip
812
813.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
814 check-am clean clean-generic cscopelist-am ctags ctags-am \
815 distclean distclean-generic distclean-tags dvi dvi-am html \
816 html-am info info-am install install-am install-data \
817 install-data-am install-data-local install-dvi install-dvi-am \
818 install-exec install-exec-am install-html install-html-am \
819 install-info install-info-am install-man install-man1 \
820 install-man3 install-man7 install-man8 install-pdf \
821 install-pdf-am install-ps install-ps-am install-strip \
822 installcheck installcheck-am installdirs installdirs-am \
823 maintainer-clean maintainer-clean-generic mostlyclean \
824 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
825 uninstall-am uninstall-man uninstall-man1 uninstall-man3 \
826 uninstall-man7 uninstall-man8
be4b2eed 827
7012fdd5
FCE
828.PRECIOUS: Makefile
829
be4b2eed
FCE
830
831# NB: this doesn't work, apparently because make doesn't like
832# file names with :: in them, misinterpreting them as some kind
833# of make rule.
834#
835# man7_MANS = error::reporting.7stap error::pass4.7stap
836
837install-data-local:
838 $(MKDIR_P) $(DESTDIR)$(man7dir)
839 for f in $(srcdir)/*.7stap; do \
840 $(INSTALL_DATA) "$$f" "$(DESTDIR)$(man7dir)"; \
841 done
a6e785fa
FCE
842
843# Tell versions [3.59,3.63) of GNU make to not export all variables.
844# Otherwise a system limit (for SysV at least) may be exceeded.
845.NOEXPORT:
This page took 0.169506 seconds and 5 git commands to generate.