]> sourceware.org Git - systemtap.git/blame - doc/Makefile.in
configury: look for -std=c++11 support
[systemtap.git] / doc / Makefile.in
CommitLineData
b0c670f4 1# Makefile.in generated by automake 1.14.1 from Makefile.am.
a20617af
FCE
2# @configure_input@
3
b0c670f4 4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
8eef2738 5
a20617af
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 docs
18VPATH = @srcdir@
b0c670f4 19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
d9e6d90b
WC
20am__make_running_with_option = \
21 case $${target_option-} in \
22 ?) ;; \
23 *) echo "am__make_running_with_option: internal error: invalid" \
24 "target option '$${target_option-}' specified" >&2; \
25 exit 1;; \
26 esac; \
27 has_opt=no; \
28 sane_makeflags=$$MAKEFLAGS; \
29 if $(am__is_gnu_make); then \
30 sane_makeflags=$$MFLAGS; \
31 else \
fe3f0466
JS
32 case $$MAKEFLAGS in \
33 *\\[\ \ ]*) \
d9e6d90b
WC
34 bs=\\; \
35 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
37 esac; \
38 fi; \
39 skip_next=no; \
40 strip_trailopt () \
41 { \
42 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43 }; \
44 for flg in $$sane_makeflags; do \
45 test $$skip_next = yes && { skip_next=no; continue; }; \
46 case $$flg in \
47 *=*|--*) continue;; \
48 -*I) strip_trailopt 'I'; skip_next=yes;; \
49 -*I?*) strip_trailopt 'I';; \
50 -*O) strip_trailopt 'O'; skip_next=yes;; \
51 -*O?*) strip_trailopt 'O';; \
52 -*l) strip_trailopt 'l'; skip_next=yes;; \
53 -*l?*) strip_trailopt 'l';; \
54 -[dEDm]) skip_next=yes;; \
55 -[JT]) skip_next=yes;; \
56 esac; \
57 case $$flg in \
58 *$$target_option*) has_opt=yes; break;; \
fe3f0466 59 esac; \
d9e6d90b
WC
60 done; \
61 test $$has_opt = yes
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
a20617af 64pkgdatadir = $(datadir)/@PACKAGE@
31f9baea 65pkgincludedir = $(includedir)/@PACKAGE@
0710d850
DS
66pkglibdir = $(libdir)/@PACKAGE@
67pkglibexecdir = $(libexecdir)/@PACKAGE@
a20617af
FCE
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71install_sh_SCRIPT = $(install_sh) -c
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = $(program_transform_name)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
8f223b3e
FCE
80build_triplet = @build@
81host_triplet = @host@
2689a171 82target_triplet = @target@
a20617af 83subdir = doc
b0c670f4 84DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
a20617af 85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
6fdbaaca
FCE
86am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
87 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
88 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
89 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
90 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
a20617af
FCE
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92 $(ACLOCAL_M4)
93mkinstalldirs = $(install_sh) -d
94CONFIG_HEADER = $(top_builddir)/config.h
95CONFIG_CLEAN_FILES =
0710d850 96CONFIG_CLEAN_VPATH_FILES =
8eef2738
LB
97AM_V_P = $(am__v_P_@AM_V@)
98am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
99am__v_P_0 = false
100am__v_P_1 = :
c66be968
JS
101AM_V_GEN = $(am__v_GEN_@AM_V@)
102am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
8eef2738
LB
103am__v_GEN_0 = @echo " GEN " $@;
104am__v_GEN_1 =
c66be968
JS
105AM_V_at = $(am__v_at_@AM_V@)
106am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
0710d850 107am__v_at_0 = @
8eef2738 108am__v_at_1 =
a20617af 109SOURCES =
d9e6d90b
WC
110RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
111 ctags-recursive dvi-recursive html-recursive info-recursive \
112 install-data-recursive install-dvi-recursive \
113 install-exec-recursive install-html-recursive \
114 install-info-recursive install-pdf-recursive \
115 install-ps-recursive install-recursive installcheck-recursive \
116 installdirs-recursive pdf-recursive ps-recursive \
117 tags-recursive uninstall-recursive
fe3f0466
JS
118am__can_run_installinfo = \
119 case $$AM_UPDATE_INFO_DIR in \
120 n|no|NO) false;; \
121 *) (install-info --version) >/dev/null 2>&1;; \
122 esac
5bfd7a37
WC
123RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
124 distclean-recursive maintainer-clean-recursive
d9e6d90b
WC
125am__recursive_targets = \
126 $(RECURSIVE_TARGETS) \
127 $(RECURSIVE_CLEAN_TARGETS) \
128 $(am__extra_recursive_targets)
129AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS
130am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
131# Read a list of newline-separated strings from the standard input,
132# and print each of them once, without duplicates. Input order is
133# *not* preserved.
134am__uniquify_input = $(AWK) '\
135 BEGIN { nonempty = 0; } \
136 { items[$$0] = 1; nonempty = 1; } \
137 END { if (nonempty) { for (i in items) print i; }; } \
138'
139# Make sure the list of sources is unique. This is necessary because,
140# e.g., the same source file might be shared among _SOURCES variables
141# for different programs/libraries.
142am__define_uniq_tagged_files = \
143 list='$(am__tagged_files)'; \
144 unique=`for i in $$list; do \
145 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
146 done | $(am__uniquify_input)`
5bfd7a37
WC
147ETAGS = etags
148CTAGS = ctags
149DIST_SUBDIRS = $(SUBDIRS)
a20617af
FCE
150ACLOCAL = @ACLOCAL@
151AMTAR = @AMTAR@
0710d850 152AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
a20617af
FCE
153AUTOCONF = @AUTOCONF@
154AUTOHEADER = @AUTOHEADER@
155AUTOMAKE = @AUTOMAKE@
156AWK = @AWK@
157CC = @CC@
158CCDEPMODE = @CCDEPMODE@
159CFLAGS = @CFLAGS@
160CPP = @CPP@
161CPPFLAGS = @CPPFLAGS@
162CXX = @CXX@
50d0c992 163CXXCPP = @CXXCPP@
a20617af
FCE
164CXXDEPMODE = @CXXDEPMODE@
165CXXFLAGS = @CXXFLAGS@
166CYGPATH_W = @CYGPATH_W@
167DATE = @DATE@
168DEFS = @DEFS@
169DEPDIR = @DEPDIR@
138bbe90
JS
170DYNINST_CXXFLAGS = @DYNINST_CXXFLAGS@
171DYNINST_LDFLAGS = @DYNINST_LDFLAGS@
a20617af
FCE
172ECHO_C = @ECHO_C@
173ECHO_N = @ECHO_N@
174ECHO_T = @ECHO_T@
175EGREP = @EGREP@
fd14bd8f 176ENABLE_NLS = @ENABLE_NLS@
a20617af 177EXEEXT = @EXEEXT@
8f223b3e
FCE
178GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
179GMSGFMT = @GMSGFMT@
180GMSGFMT_015 = @GMSGFMT_015@
a20617af
FCE
181GREP = @GREP@
182INSTALL = @INSTALL@
183INSTALL_DATA = @INSTALL_DATA@
184INSTALL_PROGRAM = @INSTALL_PROGRAM@
185INSTALL_SCRIPT = @INSTALL_SCRIPT@
186INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8f223b3e 187INTLLIBS = @INTLLIBS@
42f767d0 188INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
9ac164fa 189JAVADIR = @JAVADIR@
a20617af 190LDFLAGS = @LDFLAGS@
8f223b3e
FCE
191LIBICONV = @LIBICONV@
192LIBINTL = @LIBINTL@
a20617af
FCE
193LIBOBJS = @LIBOBJS@
194LIBS = @LIBS@
195LN_S = @LN_S@
8f223b3e
FCE
196LOCALEDIR = @LOCALEDIR@
197LTLIBICONV = @LTLIBICONV@
198LTLIBINTL = @LTLIBINTL@
a20617af
FCE
199LTLIBOBJS = @LTLIBOBJS@
200MAINT = @MAINT@
201MAKEINFO = @MAKEINFO@
202MKDIR_P = @MKDIR_P@
8f223b3e
FCE
203MSGFMT = @MSGFMT@
204MSGFMT_015 = @MSGFMT_015@
205MSGMERGE = @MSGMERGE@
a20617af
FCE
206OBJEXT = @OBJEXT@
207PACKAGE = @PACKAGE@
208PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209PACKAGE_NAME = @PACKAGE_NAME@
210PACKAGE_STRING = @PACKAGE_STRING@
211PACKAGE_TARNAME = @PACKAGE_TARNAME@
e12e958f 212PACKAGE_URL = @PACKAGE_URL@
a20617af
FCE
213PACKAGE_VERSION = @PACKAGE_VERSION@
214PATH_SEPARATOR = @PATH_SEPARATOR@
552276c8
DB
215PIECFLAGS = @PIECFLAGS@
216PIECXXFLAGS = @PIECXXFLAGS@
8730f377 217PIELDFLAGS = @PIELDFLAGS@
1087b83f 218PKG_CONFIG = @PKG_CONFIG@
5d4aa1f5
FCE
219PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
220PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
8f223b3e 221POSUB = @POSUB@
a20617af 222RANLIB = @RANLIB@
1f13f639 223SED = @SED@
a20617af
FCE
224SET_MAKE = @SET_MAKE@
225SHELL = @SHELL@
51030d84 226STAP_EXTRA_VERSION = @STAP_EXTRA_VERSION@
fd14bd8f 227STAP_PREFIX = @STAP_PREFIX@
a20617af 228STRIP = @STRIP@
8f223b3e 229USE_NLS = @USE_NLS@
a20617af 230VERSION = @VERSION@
8f223b3e
FCE
231XGETTEXT = @XGETTEXT@
232XGETTEXT_015 = @XGETTEXT_015@
233XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
a20617af
FCE
234abs_builddir = @abs_builddir@
235abs_srcdir = @abs_srcdir@
236abs_top_builddir = @abs_top_builddir@
237abs_top_srcdir = @abs_top_srcdir@
238ac_ct_CC = @ac_ct_CC@
239ac_ct_CXX = @ac_ct_CXX@
240am__include = @am__include@
241am__leading_dot = @am__leading_dot@
242am__quote = @am__quote@
243am__tar = @am__tar@
244am__untar = @am__untar@
28f121c3
DEP
245avahi_CFLAGS = @avahi_CFLAGS@
246avahi_LIBS = @avahi_LIBS@
a20617af 247bindir = @bindir@
8f223b3e 248build = @build@
a20617af 249build_alias = @build_alias@
8f223b3e
FCE
250build_cpu = @build_cpu@
251build_os = @build_os@
252build_vendor = @build_vendor@
a20617af 253builddir = @builddir@
0de35d9e 254cxx11 = @cxx11@
a20617af
FCE
255datadir = @datadir@
256datarootdir = @datarootdir@
257docdir = @docdir@
1f13f639 258dracutstap = @dracutstap@
a20617af
FCE
259dvidir = @dvidir@
260elfutils_abs_srcdir = @elfutils_abs_srcdir@
261exec_prefix = @exec_prefix@
262have_dvips = @have_dvips@
327a760e 263have_fop = @have_fop@
e9b0aba1
SM
264have_jar = @have_jar@
265have_javac = @have_javac@
a20617af 266have_latex = @have_latex@
b62c413b 267have_latex2html = @have_latex2html@
a20617af 268have_ps2pdf = @have_ps2pdf@
92aff3c7 269have_xmlto = @have_xmlto@
8f223b3e 270host = @host@
a20617af 271host_alias = @host_alias@
8f223b3e
FCE
272host_cpu = @host_cpu@
273host_os = @host_os@
274host_vendor = @host_vendor@
a20617af
FCE
275htmldir = @htmldir@
276includedir = @includedir@
277infodir = @infodir@
278install_sh = @install_sh@
279libdir = @libdir@
280libexecdir = @libexecdir@
42f767d0
JL
281libvirt_CFLAGS = @libvirt_CFLAGS@
282libvirt_LIBS = @libvirt_LIBS@
283libxml2_CFLAGS = @libxml2_CFLAGS@
284libxml2_LIBS = @libxml2_LIBS@
a20617af
FCE
285localedir = @localedir@
286localstatedir = @localstatedir@
287mandir = @mandir@
288mkdir_p = @mkdir_p@
43498922 289nss_CFLAGS = @nss_CFLAGS@
28f121c3 290nss_LIBS = @nss_LIBS@
a20617af
FCE
291oldincludedir = @oldincludedir@
292pdfdir = @pdfdir@
293prefix = @prefix@
294program_transform_name = @program_transform_name@
295psdir = @psdir@
86204b9b 296python = @python@
a20617af 297sbindir = @sbindir@
51030d84
JS
298selinux_CFLAGS = @selinux_CFLAGS@
299selinux_LIBS = @selinux_LIBS@
a20617af
FCE
300sharedstatedir = @sharedstatedir@
301sqlite3_LIBS = @sqlite3_LIBS@
302srcdir = @srcdir@
303stap_LIBS = @stap_LIBS@
304staplog_CPPFLAGS = @staplog_CPPFLAGS@
97859b9d 305staprun_LIBS = @staprun_LIBS@
a20617af 306subdirs = @subdirs@
8be729ac 307support_section_question = @support_section_question@
a20617af 308sysconfdir = @sysconfdir@
2689a171 309target = @target@
a20617af 310target_alias = @target_alias@
2689a171
SM
311target_cpu = @target_cpu@
312target_os = @target_os@
313target_vendor = @target_vendor@
0710d850 314top_build_prefix = @top_build_prefix@
a20617af
FCE
315top_builddir = @top_builddir@
316top_srcdir = @top_srcdir@
f245e619 317AUTOMAKE_OPTIONS = subdir-objects
7fe437e6
MW
318PDF_FILES = tutorial.pdf langref.pdf
319DOC_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap
53ade4da 320SUBDIRS = SystemTap_Tapset_Reference beginners
a20617af 321SUFFIXES = ps pdf dvi ps tex
5bfd7a37 322all: all-recursive
a20617af
FCE
323
324.SUFFIXES:
325.SUFFIXES: ps pdf dvi ps tex .dvi .pdf .ps .tex
326$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
327 @for dep in $?; do \
328 case '$(am__configure_deps)' in \
329 *$$dep*) \
0710d850
DS
330 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
331 && { if test -f $@; then exit 0; else break; fi; }; \
a20617af
FCE
332 exit 1;; \
333 esac; \
334 done; \
675c6934 335 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
0710d850 336 $(am__cd) $(top_srcdir) && \
675c6934 337 $(AUTOMAKE) --foreign doc/Makefile
b0c670f4 338.PRECIOUS: Makefile
a20617af
FCE
339Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
340 @case '$?' in \
341 *config.status*) \
342 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
343 *) \
344 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
345 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
346 esac;
347
348$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
349 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350
351$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
352 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
0710d850 355$(am__aclocal_m4_deps):
5bfd7a37
WC
356
357# This directory's subdirectories are mostly independent; you can cd
8eef2738
LB
358# into them and run 'make' without going through this Makefile.
359# To change the values of 'make' variables: instead of editing Makefiles,
360# (1) if the variable is set in 'config.status', edit 'config.status'
361# (which will cause the Makefiles to be regenerated when you run 'make');
362# (2) otherwise, pass the desired values on the 'make' command line.
d9e6d90b
WC
363$(am__recursive_targets):
364 @fail=; \
365 if $(am__make_keepgoing); then \
366 failcom='fail=yes'; \
367 else \
368 failcom='exit 1'; \
369 fi; \
5bfd7a37
WC
370 dot_seen=no; \
371 target=`echo $@ | sed s/-recursive//`; \
8eef2738
LB
372 case "$@" in \
373 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
374 *) list='$(SUBDIRS)' ;; \
375 esac; \
376 for subdir in $$list; do \
5bfd7a37
WC
377 echo "Making $$target in $$subdir"; \
378 if test "$$subdir" = "."; then \
379 dot_seen=yes; \
380 local_target="$$target-am"; \
381 else \
382 local_target="$$target"; \
383 fi; \
0710d850 384 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
5bfd7a37
WC
385 || eval $$failcom; \
386 done; \
387 if test "$$dot_seen" = "no"; then \
388 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
389 fi; test -z "$$fail"
d9e6d90b
WC
390
391ID: $(am__tagged_files)
392 $(am__define_uniq_tagged_files); mkid -fID $$unique
393tags: tags-recursive
394TAGS: tags
395
396tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
0710d850 397 set x; \
5bfd7a37
WC
398 here=`pwd`; \
399 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
400 include_option=--etags-include; \
401 empty_fix=.; \
402 else \
403 include_option=--include; \
404 empty_fix=; \
405 fi; \
406 list='$(SUBDIRS)'; for subdir in $$list; do \
407 if test "$$subdir" = .; then :; else \
408 test ! -f $$subdir/TAGS || \
0710d850 409 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
5bfd7a37
WC
410 fi; \
411 done; \
d9e6d90b 412 $(am__define_uniq_tagged_files); \
0710d850
DS
413 shift; \
414 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
5bfd7a37 415 test -n "$$unique" || unique=$$empty_fix; \
0710d850
DS
416 if test $$# -gt 0; then \
417 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
418 "$$@" $$unique; \
419 else \
420 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421 $$unique; \
422 fi; \
5bfd7a37 423 fi
d9e6d90b
WC
424ctags: ctags-recursive
425
426CTAGS: ctags
427ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
428 $(am__define_uniq_tagged_files); \
0710d850 429 test -z "$(CTAGS_ARGS)$$unique" \
5bfd7a37 430 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
0710d850 431 $$unique
5bfd7a37
WC
432
433GTAGS:
434 here=`$(am__cd) $(top_builddir) && pwd` \
0710d850
DS
435 && $(am__cd) $(top_srcdir) \
436 && gtags -i $(GTAGS_ARGS) "$$here"
d9e6d90b 437cscopelist: cscopelist-recursive
5bfd7a37 438
d9e6d90b
WC
439cscopelist-am: $(am__tagged_files)
440 list='$(am__tagged_files)'; \
8eef2738
LB
441 case "$(srcdir)" in \
442 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
443 *) sdir=$(subdir)/$(srcdir) ;; \
444 esac; \
445 for i in $$list; do \
446 if test -f "$$i"; then \
447 echo "$(subdir)/$$i"; \
448 else \
449 echo "$$sdir/$$i"; \
450 fi; \
451 done >> $(top_builddir)/cscope.files
452
5bfd7a37
WC
453distclean-tags:
454 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
a20617af 455check-am: all-am
5bfd7a37 456check: check-recursive
a20617af
FCE
457@BUILD_DOCS_FALSE@all-local:
458all-am: Makefile all-local
5bfd7a37
WC
459installdirs: installdirs-recursive
460installdirs-am:
461install: install-recursive
462install-exec: install-exec-recursive
463install-data: install-data-recursive
464uninstall: uninstall-recursive
a20617af
FCE
465
466install-am: all-am
467 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
468
5bfd7a37 469installcheck: installcheck-recursive
a20617af 470install-strip:
c66be968
JS
471 if test -z '$(STRIP)'; then \
472 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
473 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
474 install; \
475 else \
476 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
477 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
478 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
479 fi
a20617af
FCE
480mostlyclean-generic:
481
482clean-generic:
483
484distclean-generic:
485 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
0710d850 486 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
a20617af
FCE
487
488maintainer-clean-generic:
489 @echo "This command is intended for maintainers to use"
490 @echo "it deletes files that may require special tools to rebuild."
6fdbaaca 491@BUILD_DOCS_FALSE@uninstall-local:
86204b9b 492@BUILD_DOCS_FALSE@clean-local:
7fe437e6 493@BUILD_DOCS_FALSE@install-data-hook:
5bfd7a37 494clean: clean-recursive
a20617af
FCE
495
496clean-am: clean-generic clean-local mostlyclean-am
497
5bfd7a37 498distclean: distclean-recursive
a20617af 499 -rm -f Makefile
5bfd7a37 500distclean-am: clean-am distclean-generic distclean-tags
a20617af 501
5bfd7a37 502dvi: dvi-recursive
a20617af
FCE
503
504dvi-am:
505
5bfd7a37 506html: html-recursive
a20617af 507
0710d850
DS
508html-am:
509
5bfd7a37 510info: info-recursive
a20617af
FCE
511
512info-am:
513
514install-data-am:
7fe437e6
MW
515 @$(NORMAL_INSTALL)
516 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
31f9baea 517install-dvi: install-dvi-recursive
8d9d8fe1 518
0710d850
DS
519install-dvi-am:
520
a20617af
FCE
521install-exec-am:
522
5bfd7a37 523install-html: install-html-recursive
a20617af 524
0710d850
DS
525install-html-am:
526
5bfd7a37 527install-info: install-info-recursive
a20617af 528
0710d850
DS
529install-info-am:
530
a20617af
FCE
531install-man:
532
5bfd7a37 533install-pdf: install-pdf-recursive
a20617af 534
0710d850
DS
535install-pdf-am:
536
5bfd7a37 537install-ps: install-ps-recursive
a20617af 538
0710d850
DS
539install-ps-am:
540
a20617af
FCE
541installcheck-am:
542
5bfd7a37 543maintainer-clean: maintainer-clean-recursive
a20617af
FCE
544 -rm -f Makefile
545maintainer-clean-am: distclean-am maintainer-clean-generic
546
5bfd7a37 547mostlyclean: mostlyclean-recursive
a20617af
FCE
548
549mostlyclean-am: mostlyclean-generic
550
5bfd7a37 551pdf: pdf-recursive
a20617af
FCE
552
553pdf-am:
554
5bfd7a37 555ps: ps-recursive
a20617af
FCE
556
557ps-am:
558
7fe437e6 559uninstall-am: uninstall-local
a20617af 560
d9e6d90b
WC
561.MAKE: $(am__recursive_targets) install-am install-data-am \
562 install-strip
5bfd7a37 563
d9e6d90b
WC
564.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
565 check check-am clean clean-generic clean-local cscopelist-am \
566 ctags ctags-am distclean distclean-generic distclean-tags dvi \
8eef2738
LB
567 dvi-am html html-am info info-am install install-am \
568 install-data install-data-am install-data-hook install-dvi \
569 install-dvi-am install-exec install-exec-am install-html \
570 install-html-am install-info install-info-am install-man \
571 install-pdf install-pdf-am install-ps install-ps-am \
572 install-strip installcheck installcheck-am installdirs \
573 installdirs-am maintainer-clean maintainer-clean-generic \
574 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
d9e6d90b 575 tags-am uninstall uninstall-am uninstall-local
a20617af
FCE
576
577
7fe437e6 578@BUILD_DOCS_TRUE@all-local: $(PDF_FILES)
a20617af
FCE
579
580@BUILD_DOCS_TRUE@clean-local:
8f6272b3 581@BUILD_DOCS_TRUE@ rm -f *.pdf *.out *.log *.aux *.toc *.lot *.idx *.glo *.dvi
a20617af 582
7fe437e6
MW
583@BUILD_DOCS_TRUE@install-data-hook:
584@BUILD_DOCS_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)
585@BUILD_DOCS_TRUE@ $(INSTALL_DATA) $(PDF_FILES) $(DOC_INSTALL_DIR)
586
587@BUILD_DOCS_TRUE@uninstall-local:
588@BUILD_DOCS_TRUE@ @list='$(PDF_FILES)'; for p in $$list; do \
589@BUILD_DOCS_TRUE@ echo " rm -f '$(DOC_INSTALL_DIR)/$$p'"; \
590@BUILD_DOCS_TRUE@ rm -f "$(DOC_INSTALL_DIR)/$$p"; \
591@BUILD_DOCS_TRUE@ done
592
a20617af
FCE
593.ps.pdf:
594 ps2pdf -r600 $<
595
596.dvi.ps:
597 dvips -t letter -o $@ $<
598
599.tex.dvi:
600 pwd=`pwd`; cd $(srcdir); \
601 latex -output-directory=$$pwd $<; \
602 touch $*.glo \
603 makeindex $*.glo -s nomencl.ist -o $*.gls \
604 latex -output-directory=$$pwd $<; \
605 latex -output-directory=$$pwd $<; \
606 latex -output-directory=$$pwd $<
0710d850 607
a20617af
FCE
608# Tell versions [3.59,3.63) of GNU make to not export all variables.
609# Otherwise a system limit (for SysV at least) may be exceeded.
610.NOEXPORT:
This page took 0.18133 seconds and 5 git commands to generate.