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