]> sourceware.org Git - systemtap.git/blob - doc/beginners/Makefile.in
PR18848: Only compile monitor mode if json-c and ncurses developer
[systemtap.git] / doc / beginners / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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 tapset reference manual
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/beginners
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
96 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
97 $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
98 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
99 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
100 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102 $(ACLOCAL_M4)
103 DIST_COMMON = $(srcdir)/Makefile.am
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = $(top_builddir)/config.h
106 CONFIG_CLEAN_FILES =
107 CONFIG_CLEAN_VPATH_FILES =
108 AM_V_P = $(am__v_P_@AM_V@)
109 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110 am__v_P_0 = false
111 am__v_P_1 = :
112 AM_V_GEN = $(am__v_GEN_@AM_V@)
113 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114 am__v_GEN_0 = @echo " GEN " $@;
115 am__v_GEN_1 =
116 AM_V_at = $(am__v_at_@AM_V@)
117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118 am__v_at_0 = @
119 am__v_at_1 =
120 SOURCES =
121 am__can_run_installinfo = \
122 case $$AM_UPDATE_INFO_DIR in \
123 n|no|NO) false;; \
124 *) (install-info --version) >/dev/null 2>&1;; \
125 esac
126 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
127 ACLOCAL = @ACLOCAL@
128 AMTAR = @AMTAR@
129 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130 AUTOCONF = @AUTOCONF@
131 AUTOHEADER = @AUTOHEADER@
132 AUTOMAKE = @AUTOMAKE@
133 AWK = @AWK@
134 CC = @CC@
135 CCDEPMODE = @CCDEPMODE@
136 CFLAGS = @CFLAGS@
137 CPP = @CPP@
138 CPPFLAGS = @CPPFLAGS@
139 CXX = @CXX@
140 CXXCPP = @CXXCPP@
141 CXXDEPMODE = @CXXDEPMODE@
142 CXXFLAGS = @CXXFLAGS@
143 CYGPATH_W = @CYGPATH_W@
144 DATE = @DATE@
145 DEFS = @DEFS@
146 DEPDIR = @DEPDIR@
147 DYNINST_CXXFLAGS = @DYNINST_CXXFLAGS@
148 DYNINST_LDFLAGS = @DYNINST_LDFLAGS@
149 ECHO_C = @ECHO_C@
150 ECHO_N = @ECHO_N@
151 ECHO_T = @ECHO_T@
152 EGREP = @EGREP@
153 ENABLE_NLS = @ENABLE_NLS@
154 EXEEXT = @EXEEXT@
155 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
156 GMSGFMT = @GMSGFMT@
157 GMSGFMT_015 = @GMSGFMT_015@
158 GREP = @GREP@
159 INSTALL = @INSTALL@
160 INSTALL_DATA = @INSTALL_DATA@
161 INSTALL_PROGRAM = @INSTALL_PROGRAM@
162 INSTALL_SCRIPT = @INSTALL_SCRIPT@
163 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
164 INTLLIBS = @INTLLIBS@
165 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
166 JAVADIR = @JAVADIR@
167 LDFLAGS = @LDFLAGS@
168 LIBICONV = @LIBICONV@
169 LIBINTL = @LIBINTL@
170 LIBOBJS = @LIBOBJS@
171 LIBS = @LIBS@
172 LN_S = @LN_S@
173 LOCALEDIR = @LOCALEDIR@
174 LTLIBICONV = @LTLIBICONV@
175 LTLIBINTL = @LTLIBINTL@
176 LTLIBOBJS = @LTLIBOBJS@
177 MAINT = @MAINT@
178 MAKEINFO = @MAKEINFO@
179 MKDIR_P = @MKDIR_P@
180 MSGFMT = @MSGFMT@
181 MSGFMT_015 = @MSGFMT_015@
182 MSGMERGE = @MSGMERGE@
183 OBJEXT = @OBJEXT@
184 PACKAGE = @PACKAGE@
185 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186 PACKAGE_NAME = @PACKAGE_NAME@
187 PACKAGE_STRING = @PACKAGE_STRING@
188 PACKAGE_TARNAME = @PACKAGE_TARNAME@
189 PACKAGE_URL = @PACKAGE_URL@
190 PACKAGE_VERSION = @PACKAGE_VERSION@
191 PATH_SEPARATOR = @PATH_SEPARATOR@
192 PIECFLAGS = @PIECFLAGS@
193 PIECXXFLAGS = @PIECXXFLAGS@
194 PIELDFLAGS = @PIELDFLAGS@
195 PKG_CONFIG = @PKG_CONFIG@
196 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
197 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
198 POSUB = @POSUB@
199 RANLIB = @RANLIB@
200 SED = @SED@
201 SET_MAKE = @SET_MAKE@
202 SHELL = @SHELL@
203 STAP_EXTRA_VERSION = @STAP_EXTRA_VERSION@
204 STAP_PREFIX = @STAP_PREFIX@
205 STRIP = @STRIP@
206 USE_NLS = @USE_NLS@
207 VERSION = @VERSION@
208 XGETTEXT = @XGETTEXT@
209 XGETTEXT_015 = @XGETTEXT_015@
210 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
211 abs_builddir = @abs_builddir@
212 abs_srcdir = @abs_srcdir@
213 abs_top_builddir = @abs_top_builddir@
214 abs_top_srcdir = @abs_top_srcdir@
215 ac_ct_CC = @ac_ct_CC@
216 ac_ct_CXX = @ac_ct_CXX@
217 am__include = @am__include@
218 am__leading_dot = @am__leading_dot@
219 am__quote = @am__quote@
220 am__tar = @am__tar@
221 am__untar = @am__untar@
222 avahi_CFLAGS = @avahi_CFLAGS@
223 avahi_LIBS = @avahi_LIBS@
224 bindir = @bindir@
225 build = @build@
226 build_alias = @build_alias@
227 build_cpu = @build_cpu@
228 build_os = @build_os@
229 build_vendor = @build_vendor@
230 builddir = @builddir@
231 cxx11 = @cxx11@
232 datadir = @datadir@
233 datarootdir = @datarootdir@
234 docdir = @docdir@
235 dracutstap = @dracutstap@
236 dvidir = @dvidir@
237 elfutils_abs_srcdir = @elfutils_abs_srcdir@
238 exec_prefix = @exec_prefix@
239 have_dvips = @have_dvips@
240 have_fop = @have_fop@
241 have_jar = @have_jar@
242 have_javac = @have_javac@
243 have_latex = @have_latex@
244 have_ps2pdf = @have_ps2pdf@
245 have_xmlto = @have_xmlto@
246 host = @host@
247 host_alias = @host_alias@
248 host_cpu = @host_cpu@
249 host_os = @host_os@
250 host_vendor = @host_vendor@
251 htmldir = @htmldir@
252 includedir = @includedir@
253 infodir = @infodir@
254 install_sh = @install_sh@
255 jsonc_CFLAGS = @jsonc_CFLAGS@
256 jsonc_LIBS = @jsonc_LIBS@
257 libdir = @libdir@
258 libexecdir = @libexecdir@
259 libvirt_CFLAGS = @libvirt_CFLAGS@
260 libvirt_LIBS = @libvirt_LIBS@
261 libxml2_CFLAGS = @libxml2_CFLAGS@
262 libxml2_LIBS = @libxml2_LIBS@
263 localedir = @localedir@
264 localstatedir = @localstatedir@
265 mandir = @mandir@
266 mkdir_p = @mkdir_p@
267 ncurses_CFLAGS = @ncurses_CFLAGS@
268 ncurses_LIBS = @ncurses_LIBS@
269 nss_CFLAGS = @nss_CFLAGS@
270 nss_LIBS = @nss_LIBS@
271 oldincludedir = @oldincludedir@
272 pdfdir = @pdfdir@
273 prefix = @prefix@
274 program_transform_name = @program_transform_name@
275 psdir = @psdir@
276 python = @python@
277 sbindir = @sbindir@
278 selinux_CFLAGS = @selinux_CFLAGS@
279 selinux_LIBS = @selinux_LIBS@
280 sharedstatedir = @sharedstatedir@
281 sqlite3_LIBS = @sqlite3_LIBS@
282 srcdir = @srcdir@
283 stap_LIBS = @stap_LIBS@
284 staplog_CPPFLAGS = @staplog_CPPFLAGS@
285 staprun_LIBS = @staprun_LIBS@
286 subdirs = @subdirs@
287 support_section_question = @support_section_question@
288 sysconfdir = @sysconfdir@
289 target = @target@
290 target_alias = @target_alias@
291 target_cpu = @target_cpu@
292 target_os = @target_os@
293 target_vendor = @target_vendor@
294 top_build_prefix = @top_build_prefix@
295 top_builddir = @top_builddir@
296 top_srcdir = @top_srcdir@
297 DOC_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap
298 SBG = SystemTap_Beginners_Guide
299 BEGIN_INSTALL_DIR = $(DOC_INSTALL_DIR)/$(SBG)
300 all: all-am
301
302 .SUFFIXES:
303 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
304 @for dep in $?; do \
305 case '$(am__configure_deps)' in \
306 *$$dep*) \
307 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308 && { if test -f $@; then exit 0; else break; fi; }; \
309 exit 1;; \
310 esac; \
311 done; \
312 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/beginners/Makefile'; \
313 $(am__cd) $(top_srcdir) && \
314 $(AUTOMAKE) --foreign doc/beginners/Makefile
315 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
316 @case '$?' in \
317 *config.status*) \
318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
319 *) \
320 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
321 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
322 esac;
323
324 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326
327 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331 $(am__aclocal_m4_deps):
332 tags TAGS:
333
334 ctags CTAGS:
335
336 cscope cscopelist:
337
338 check-am: all-am
339 check: check-am
340 all-am: Makefile
341 installdirs:
342 install: install-am
343 install-exec: install-exec-am
344 install-data: install-data-am
345 uninstall: uninstall-am
346
347 install-am: all-am
348 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
349
350 installcheck: installcheck-am
351 install-strip:
352 if test -z '$(STRIP)'; then \
353 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
354 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
355 install; \
356 else \
357 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
358 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
359 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
360 fi
361 mostlyclean-generic:
362
363 clean-generic:
364
365 distclean-generic:
366 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
367 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
368
369 maintainer-clean-generic:
370 @echo "This command is intended for maintainers to use"
371 @echo "it deletes files that may require special tools to rebuild."
372 @BUILD_DOCS_FALSE@clean-local:
373 @HAVE_XMLTO_FALSE@clean-local:
374 @BUILD_DOCS_FALSE@uninstall-local:
375 @HAVE_XMLTO_FALSE@uninstall-local:
376 @BUILD_DOCS_FALSE@install-data-hook:
377 @HAVE_XMLTO_FALSE@install-data-hook:
378 clean: clean-am
379
380 clean-am: clean-generic clean-local mostlyclean-am
381
382 distclean: distclean-am
383 -rm -f Makefile
384 distclean-am: clean-am distclean-generic
385
386 dvi: dvi-am
387
388 dvi-am:
389
390 html: html-am
391
392 html-am:
393
394 info: info-am
395
396 info-am:
397
398 install-data-am:
399 @$(NORMAL_INSTALL)
400 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
401 install-dvi: install-dvi-am
402
403 install-dvi-am:
404
405 install-exec-am:
406
407 install-html: install-html-am
408
409 install-html-am:
410
411 install-info: install-info-am
412
413 install-info-am:
414
415 install-man:
416
417 install-pdf: install-pdf-am
418
419 install-pdf-am:
420
421 install-ps: install-ps-am
422
423 install-ps-am:
424
425 installcheck-am:
426
427 maintainer-clean: maintainer-clean-am
428 -rm -f Makefile
429 maintainer-clean-am: distclean-am maintainer-clean-generic
430
431 mostlyclean: mostlyclean-am
432
433 mostlyclean-am: mostlyclean-generic
434
435 pdf: pdf-am
436
437 pdf-am:
438
439 ps: ps-am
440
441 ps-am:
442
443 uninstall-am: uninstall-local
444
445 .MAKE: install-am install-data-am install-strip
446
447 .PHONY: all all-am check check-am clean clean-generic clean-local \
448 cscopelist-am ctags-am distclean distclean-generic dvi dvi-am \
449 html html-am info info-am install install-am install-data \
450 install-data-am install-data-hook install-dvi install-dvi-am \
451 install-exec install-exec-am install-html install-html-am \
452 install-info install-info-am install-man install-pdf \
453 install-pdf-am install-ps install-ps-am install-strip \
454 installcheck installcheck-am installdirs maintainer-clean \
455 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
456 pdf-am ps ps-am tags-am uninstall uninstall-am uninstall-local
457
458 .PRECIOUS: Makefile
459
460
461 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@all: $(SBG)/index.html
462
463 # move all the relevant files into the build directory
464 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@$(SBG).pdf:
465 # since we're not using publican, we'll have copy over the necessary folders
466 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ mkdir -p build/en-US/xml
467 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp en-US/*.xml build/en-US/xml/
468 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp en-US/*.ent build/en-US/xml/
469 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R en-US/xsl build/en-US/
470 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R en-US/extras build/en-US/xml/
471 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R en-US/images build/en-US/xml/
472 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R en-US/Common_Content build/en-US/xml
473 # Since we're no longer using publican, workaround due to BZ920216
474 # is no longer needed (no longer need xvfb)
475 # skip xml validation since testing on rhel5 generated io errors with loading
476 # dtd files from a URL. might have something to do with the issue mentioned
477 # in BZ428168.
478 @BUILD_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@ xmlto --with-fop --skip-validation \
479 @BUILD_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@ -x build/en-US/xsl/pdf.xsl pdf build/en-US/xml/$(SBG).xml
480
481 # rely on the pdf generation to move all the necessary files into the right dirs
482 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@$(SBG)/index.html: $(SBG).pdf
483 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ xmlto --skip-validation \
484 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ -x build/en-US/xsl/html.xsl -o $(SBG) html build/en-US/xml/$(SBG).xml
485 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R build/en-US/xml/images $(SBG)
486 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ mkdir -p $(SBG)/Common_Content
487 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R build/en-US/xml/Common_Content/images $(SBG)/Common_Content
488 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ cp -R build/en-US/xml/Common_Content/css $(SBG)/Common_Content
489
490 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@clean-local:
491 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ rm -rf build/en-US/xml
492 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ rm -rf build/en-US/xsl
493 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ rm -f $(SBG).pdf
494 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ rm -rf $(SBG)
495
496 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@install-data-hook:
497 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)
498 @BUILD_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@ $(INSTALL_DATA) $(SBG).pdf $(DOC_INSTALL_DIR)
499 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)/$(SBG)
500 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(INSTALL_DATA) $(SBG)/*.html $(DOC_INSTALL_DIR)/$(SBG)
501 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)/$(SBG)/images
502 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(INSTALL_DATA) $(SBG)/images/*.png $(SBG)/images/*.svg \
503 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(DOC_INSTALL_DIR)/$(SBG)/images
504 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)/$(SBG)/Common_Content/css
505 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)/$(SBG)/Common_Content/images
506 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(INSTALL_DATA) $(SBG)/Common_Content/css/*.css \
507 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(DOC_INSTALL_DIR)/$(SBG)/Common_Content/css
508 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(INSTALL_DATA) $(SBG)/Common_Content/images/*.png \
509 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(SBG)/Common_Content/images/*.svg \
510 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(DOC_INSTALL_DIR)/$(SBG)/Common_Content/images
511 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)/$(SBG)/xsl
512 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(INSTALL_DATA) en-US/xsl/*.xsl \
513 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(DOC_INSTALL_DIR)/$(SBG)/xsl
514
515 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@uninstall-local:
516 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ rm -f $(DOC_INSTALL_DIR)/$(SBG).pdf
517 @BUILD_DOCS_TRUE@@HAVE_XMLTO_TRUE@ rm -rf $(DOC_INSTALL_DIR)/$(SBG)
518
519 # Tell versions [3.59,3.63) of GNU make to not export all variables.
520 # Otherwise a system limit (for SysV at least) may be exceeded.
521 .NOEXPORT:
This page took 0.062357 seconds and 5 git commands to generate.