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