]> sourceware.org Git - systemtap.git/blame - doc/Makefile.in
java/byteman configury: rename libHelperSDT.so --> libHelperSDT_{arch}.so for multiar...
[systemtap.git] / doc / Makefile.in
CommitLineData
76df176f 1# Makefile.in generated by automake 1.12.2 from Makefile.am.
a20617af
FCE
2# @configure_input@
3
76df176f
FCE
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.
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@
fe3f0466
JS
19am__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 }
a20617af 36pkgdatadir = $(datadir)/@PACKAGE@
31f9baea 37pkgincludedir = $(includedir)/@PACKAGE@
0710d850
DS
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
a20617af
FCE
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
8f223b3e
FCE
52build_triplet = @build@
53host_triplet = @host@
2689a171 54target_triplet = @target@
a20617af 55subdir = doc
675c6934 56DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
a20617af 57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
e050d62f
MW
58am__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
a20617af
FCE
63am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64 $(ACLOCAL_M4)
65mkinstalldirs = $(install_sh) -d
66CONFIG_HEADER = $(top_builddir)/config.h
67CONFIG_CLEAN_FILES =
0710d850 68CONFIG_CLEAN_VPATH_FILES =
76df176f
FCE
69AM_V_P = $(am__v_P_@AM_V@)
70am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
71am__v_P_0 = false
72am__v_P_1 = :
c66be968
JS
73AM_V_GEN = $(am__v_GEN_@AM_V@)
74am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
76df176f
FCE
75am__v_GEN_0 = @echo " GEN " $@;
76am__v_GEN_1 =
c66be968
JS
77AM_V_at = $(am__v_at_@AM_V@)
78am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
0710d850 79am__v_at_0 = @
76df176f 80am__v_at_1 =
a20617af 81SOURCES =
5bfd7a37
WC
82RECURSIVE_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
fe3f0466
JS
89am__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
5bfd7a37
WC
94RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95 distclean-recursive maintainer-clean-recursive
0710d850 96AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
675c6934 97 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
5bfd7a37
WC
98ETAGS = etags
99CTAGS = ctags
100DIST_SUBDIRS = $(SUBDIRS)
a20617af
FCE
101ACLOCAL = @ACLOCAL@
102AMTAR = @AMTAR@
0710d850 103AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
a20617af
FCE
104AUTOCONF = @AUTOCONF@
105AUTOHEADER = @AUTOHEADER@
106AUTOMAKE = @AUTOMAKE@
107AWK = @AWK@
108CC = @CC@
109CCDEPMODE = @CCDEPMODE@
110CFLAGS = @CFLAGS@
111CPP = @CPP@
112CPPFLAGS = @CPPFLAGS@
113CXX = @CXX@
50d0c992 114CXXCPP = @CXXCPP@
a20617af
FCE
115CXXDEPMODE = @CXXDEPMODE@
116CXXFLAGS = @CXXFLAGS@
117CYGPATH_W = @CYGPATH_W@
118DATE = @DATE@
119DEFS = @DEFS@
120DEPDIR = @DEPDIR@
138bbe90
JS
121DYNINST_CXXFLAGS = @DYNINST_CXXFLAGS@
122DYNINST_LDFLAGS = @DYNINST_LDFLAGS@
a20617af
FCE
123ECHO_C = @ECHO_C@
124ECHO_N = @ECHO_N@
125ECHO_T = @ECHO_T@
126EGREP = @EGREP@
fd14bd8f 127ENABLE_NLS = @ENABLE_NLS@
a20617af 128EXEEXT = @EXEEXT@
8f223b3e
FCE
129GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
130GMSGFMT = @GMSGFMT@
131GMSGFMT_015 = @GMSGFMT_015@
a20617af
FCE
132GREP = @GREP@
133INSTALL = @INSTALL@
134INSTALL_DATA = @INSTALL_DATA@
135INSTALL_PROGRAM = @INSTALL_PROGRAM@
136INSTALL_SCRIPT = @INSTALL_SCRIPT@
137INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8f223b3e 138INTLLIBS = @INTLLIBS@
9ac164fa 139JAVADIR = @JAVADIR@
a20617af 140LDFLAGS = @LDFLAGS@
8f223b3e
FCE
141LIBICONV = @LIBICONV@
142LIBINTL = @LIBINTL@
a20617af
FCE
143LIBOBJS = @LIBOBJS@
144LIBS = @LIBS@
145LN_S = @LN_S@
8f223b3e
FCE
146LOCALEDIR = @LOCALEDIR@
147LTLIBICONV = @LTLIBICONV@
148LTLIBINTL = @LTLIBINTL@
a20617af
FCE
149LTLIBOBJS = @LTLIBOBJS@
150MAINT = @MAINT@
151MAKEINFO = @MAKEINFO@
152MKDIR_P = @MKDIR_P@
8f223b3e
FCE
153MSGFMT = @MSGFMT@
154MSGFMT_015 = @MSGFMT_015@
155MSGMERGE = @MSGMERGE@
a20617af
FCE
156OBJEXT = @OBJEXT@
157PACKAGE = @PACKAGE@
158PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159PACKAGE_NAME = @PACKAGE_NAME@
160PACKAGE_STRING = @PACKAGE_STRING@
161PACKAGE_TARNAME = @PACKAGE_TARNAME@
e12e958f 162PACKAGE_URL = @PACKAGE_URL@
a20617af
FCE
163PACKAGE_VERSION = @PACKAGE_VERSION@
164PATH_SEPARATOR = @PATH_SEPARATOR@
552276c8
DB
165PIECFLAGS = @PIECFLAGS@
166PIECXXFLAGS = @PIECXXFLAGS@
8730f377 167PIELDFLAGS = @PIELDFLAGS@
1087b83f 168PKG_CONFIG = @PKG_CONFIG@
5d4aa1f5
FCE
169PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
170PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
8f223b3e 171POSUB = @POSUB@
53ade4da 172PUBLICAN_BRAND = @PUBLICAN_BRAND@
a20617af
FCE
173RANLIB = @RANLIB@
174SET_MAKE = @SET_MAKE@
175SHELL = @SHELL@
51030d84 176STAP_EXTRA_VERSION = @STAP_EXTRA_VERSION@
fd14bd8f 177STAP_PREFIX = @STAP_PREFIX@
a20617af 178STRIP = @STRIP@
8f223b3e 179USE_NLS = @USE_NLS@
a20617af 180VERSION = @VERSION@
8f223b3e
FCE
181XGETTEXT = @XGETTEXT@
182XGETTEXT_015 = @XGETTEXT_015@
183XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
a20617af
FCE
184abs_builddir = @abs_builddir@
185abs_srcdir = @abs_srcdir@
186abs_top_builddir = @abs_top_builddir@
187abs_top_srcdir = @abs_top_srcdir@
188ac_ct_CC = @ac_ct_CC@
189ac_ct_CXX = @ac_ct_CXX@
190am__include = @am__include@
191am__leading_dot = @am__leading_dot@
192am__quote = @am__quote@
193am__tar = @am__tar@
194am__untar = @am__untar@
28f121c3
DEP
195avahi_CFLAGS = @avahi_CFLAGS@
196avahi_LIBS = @avahi_LIBS@
a20617af 197bindir = @bindir@
8f223b3e 198build = @build@
a20617af 199build_alias = @build_alias@
8f223b3e
FCE
200build_cpu = @build_cpu@
201build_os = @build_os@
202build_vendor = @build_vendor@
a20617af 203builddir = @builddir@
a20617af
FCE
204datadir = @datadir@
205datarootdir = @datarootdir@
206docdir = @docdir@
207dvidir = @dvidir@
208elfutils_abs_srcdir = @elfutils_abs_srcdir@
209exec_prefix = @exec_prefix@
210have_dvips = @have_dvips@
327a760e 211have_fop = @have_fop@
e9b0aba1
SM
212have_jar = @have_jar@
213have_javac = @have_javac@
a20617af 214have_latex = @have_latex@
b62c413b 215have_latex2html = @have_latex2html@
a20617af 216have_ps2pdf = @have_ps2pdf@
53ade4da 217have_publican = @have_publican@
92aff3c7 218have_xmlto = @have_xmlto@
8f223b3e 219host = @host@
a20617af 220host_alias = @host_alias@
8f223b3e
FCE
221host_cpu = @host_cpu@
222host_os = @host_os@
223host_vendor = @host_vendor@
a20617af
FCE
224htmldir = @htmldir@
225includedir = @includedir@
226infodir = @infodir@
227install_sh = @install_sh@
228libdir = @libdir@
229libexecdir = @libexecdir@
230localedir = @localedir@
231localstatedir = @localstatedir@
232mandir = @mandir@
233mkdir_p = @mkdir_p@
43498922 234nss_CFLAGS = @nss_CFLAGS@
28f121c3 235nss_LIBS = @nss_LIBS@
a20617af
FCE
236oldincludedir = @oldincludedir@
237pdfdir = @pdfdir@
238prefix = @prefix@
239program_transform_name = @program_transform_name@
240psdir = @psdir@
241sbindir = @sbindir@
51030d84
JS
242selinux_CFLAGS = @selinux_CFLAGS@
243selinux_LIBS = @selinux_LIBS@
a20617af
FCE
244sharedstatedir = @sharedstatedir@
245sqlite3_LIBS = @sqlite3_LIBS@
246srcdir = @srcdir@
247stap_LIBS = @stap_LIBS@
248staplog_CPPFLAGS = @staplog_CPPFLAGS@
97859b9d 249staprun_LIBS = @staprun_LIBS@
a20617af 250subdirs = @subdirs@
8be729ac 251support_section_question = @support_section_question@
a20617af 252sysconfdir = @sysconfdir@
2689a171 253target = @target@
a20617af 254target_alias = @target_alias@
2689a171
SM
255target_cpu = @target_cpu@
256target_os = @target_os@
257target_vendor = @target_vendor@
0710d850 258top_build_prefix = @top_build_prefix@
a20617af
FCE
259top_builddir = @top_builddir@
260top_srcdir = @top_srcdir@
7fe437e6
MW
261PDF_FILES = tutorial.pdf langref.pdf
262DOC_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap
53ade4da 263SUBDIRS = SystemTap_Tapset_Reference beginners
a20617af 264SUFFIXES = ps pdf dvi ps tex
5bfd7a37 265all: all-recursive
a20617af
FCE
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*) \
0710d850
DS
273 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
274 && { if test -f $@; then exit 0; else break; fi; }; \
a20617af
FCE
275 exit 1;; \
276 esac; \
277 done; \
675c6934 278 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
0710d850 279 $(am__cd) $(top_srcdir) && \
675c6934 280 $(AUTOMAKE) --foreign doc/Makefile
a20617af
FCE
281.PRECIOUS: Makefile
282Makefile: $(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
0710d850 298$(am__aclocal_m4_deps):
5bfd7a37
WC
299
300# This directory's subdirectories are mostly independent; you can cd
76df176f
FCE
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):
4b5627b1 307 @fail= failcom='exit 1'; \
5bfd7a37
WC
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//`; \
76df176f
FCE
316 case "$@" in \
317 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
318 *) list='$(SUBDIRS)' ;; \
319 esac; \
320 for subdir in $$list; do \
5bfd7a37
WC
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; \
0710d850 328 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
5bfd7a37
WC
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"
5bfd7a37
WC
334tags-recursive:
335 list='$(SUBDIRS)'; for subdir in $$list; do \
0710d850 336 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
5bfd7a37
WC
337 done
338ctags-recursive:
339 list='$(SUBDIRS)'; for subdir in $$list; do \
0710d850 340 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
5bfd7a37 341 done
76df176f
FCE
342cscopelist-recursive:
343 list='$(SUBDIRS)'; for subdir in $$list; do \
344 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
345 done
5bfd7a37
WC
346
347ID: $(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 | \
0710d850
DS
352 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353 END { if (nonempty) { for (i in files) print i; }; }'`; \
5bfd7a37 354 mkid -fID $$unique
a20617af 355tags: TAGS
a20617af 356
5bfd7a37
WC
357TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
358 $(TAGS_FILES) $(LISP)
0710d850 359 set x; \
5bfd7a37
WC
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 || \
0710d850 371 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
5bfd7a37
WC
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 | \
0710d850
DS
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 \
5bfd7a37 382 test -n "$$unique" || unique=$$empty_fix; \
0710d850
DS
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; \
5bfd7a37 390 fi
a20617af 391ctags: CTAGS
5bfd7a37
WC
392CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
393 $(TAGS_FILES) $(LISP)
5bfd7a37
WC
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 | \
0710d850
DS
398 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399 END { if (nonempty) { for (i in files) print i; }; }'`; \
400 test -z "$(CTAGS_ARGS)$$unique" \
5bfd7a37 401 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
0710d850 402 $$unique
5bfd7a37
WC
403
404GTAGS:
405 here=`$(am__cd) $(top_builddir) && pwd` \
0710d850
DS
406 && $(am__cd) $(top_srcdir) \
407 && gtags -i $(GTAGS_ARGS) "$$here"
5bfd7a37 408
76df176f
FCE
409cscopelist: 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
5bfd7a37
WC
423distclean-tags:
424 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
a20617af 425check-am: all-am
5bfd7a37 426check: check-recursive
a20617af
FCE
427@BUILD_DOCS_FALSE@all-local:
428all-am: Makefile all-local
5bfd7a37
WC
429installdirs: installdirs-recursive
430installdirs-am:
431install: install-recursive
432install-exec: install-exec-recursive
433install-data: install-data-recursive
434uninstall: uninstall-recursive
a20617af
FCE
435
436install-am: all-am
437 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
438
5bfd7a37 439installcheck: installcheck-recursive
a20617af 440install-strip:
c66be968
JS
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
a20617af
FCE
450mostlyclean-generic:
451
452clean-generic:
453
454distclean-generic:
455 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
0710d850 456 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
a20617af
FCE
457
458maintainer-clean-generic:
459 @echo "This command is intended for maintainers to use"
460 @echo "it deletes files that may require special tools to rebuild."
7fe437e6 461@BUILD_DOCS_FALSE@uninstall-local:
a20617af 462@BUILD_DOCS_FALSE@clean-local:
7fe437e6 463@BUILD_DOCS_FALSE@install-data-hook:
5bfd7a37 464clean: clean-recursive
a20617af
FCE
465
466clean-am: clean-generic clean-local mostlyclean-am
467
5bfd7a37 468distclean: distclean-recursive
a20617af 469 -rm -f Makefile
5bfd7a37 470distclean-am: clean-am distclean-generic distclean-tags
a20617af 471
5bfd7a37 472dvi: dvi-recursive
a20617af
FCE
473
474dvi-am:
475
5bfd7a37 476html: html-recursive
a20617af 477
0710d850
DS
478html-am:
479
5bfd7a37 480info: info-recursive
a20617af
FCE
481
482info-am:
483
484install-data-am:
7fe437e6
MW
485 @$(NORMAL_INSTALL)
486 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
31f9baea 487install-dvi: install-dvi-recursive
8d9d8fe1 488
0710d850
DS
489install-dvi-am:
490
a20617af
FCE
491install-exec-am:
492
5bfd7a37 493install-html: install-html-recursive
a20617af 494
0710d850
DS
495install-html-am:
496
5bfd7a37 497install-info: install-info-recursive
a20617af 498
0710d850
DS
499install-info-am:
500
a20617af
FCE
501install-man:
502
5bfd7a37 503install-pdf: install-pdf-recursive
a20617af 504
0710d850
DS
505install-pdf-am:
506
5bfd7a37 507install-ps: install-ps-recursive
a20617af 508
0710d850
DS
509install-ps-am:
510
a20617af
FCE
511installcheck-am:
512
5bfd7a37 513maintainer-clean: maintainer-clean-recursive
a20617af
FCE
514 -rm -f Makefile
515maintainer-clean-am: distclean-am maintainer-clean-generic
516
5bfd7a37 517mostlyclean: mostlyclean-recursive
a20617af
FCE
518
519mostlyclean-am: mostlyclean-generic
520
5bfd7a37 521pdf: pdf-recursive
a20617af
FCE
522
523pdf-am:
524
5bfd7a37 525ps: ps-recursive
a20617af
FCE
526
527ps-am:
528
7fe437e6 529uninstall-am: uninstall-local
a20617af 530
76df176f
FCE
531.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
532 cscopelist-recursive ctags-recursive install-am \
533 install-data-am install-strip tags-recursive
5bfd7a37
WC
534
535.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
536 all all-am all-local check check-am clean clean-generic \
76df176f
FCE
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
a20617af
FCE
548
549
7fe437e6 550@BUILD_DOCS_TRUE@all-local: $(PDF_FILES)
a20617af
FCE
551
552@BUILD_DOCS_TRUE@clean-local:
8f6272b3 553@BUILD_DOCS_TRUE@ rm -f *.pdf *.out *.log *.aux *.toc *.lot *.idx *.glo *.dvi
a20617af 554
7fe437e6
MW
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
a20617af
FCE
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 $<
0710d850 579
a20617af
FCE
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.146769 seconds and 5 git commands to generate.