]> sourceware.org Git - systemtap.git/blob - doc/SystemTap_Tapset_Reference/Makefile.in
Systemtap Compile Server Integration (rewrite):
[systemtap.git] / doc / SystemTap_Tapset_Reference / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Makefile.am --- automake input file for systemtap tapset reference manual
19
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkglibexecdir = $(libexecdir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 @BUILD_REFDOCS_TRUE@noinst_PROGRAMS = docproc$(EXEEXT)
40 subdir = doc/SystemTap_Tapset_Reference
41 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
44 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
45 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
46 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
47 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49 $(ACLOCAL_M4)
50 mkinstalldirs = $(install_sh) -d
51 CONFIG_HEADER = $(top_builddir)/config.h
52 CONFIG_CLEAN_FILES =
53 CONFIG_CLEAN_VPATH_FILES =
54 PROGRAMS = $(noinst_PROGRAMS)
55 docproc_SOURCES = docproc.c
56 docproc_OBJECTS = docproc.$(OBJEXT)
57 docproc_LDADD = $(LDADD)
58 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
59 depcomp = $(SHELL) $(top_srcdir)/depcomp
60 am__depfiles_maybe = depfiles
61 am__mv = mv -f
62 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64 AM_V_CC = $(am__v_CC_$(V))
65 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
66 am__v_CC_0 = @echo " CC " $@;
67 AM_V_at = $(am__v_at_$(V))
68 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
69 am__v_at_0 = @
70 CCLD = $(CC)
71 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
72 AM_V_CCLD = $(am__v_CCLD_$(V))
73 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
74 am__v_CCLD_0 = @echo " CCLD " $@;
75 AM_V_GEN = $(am__v_GEN_$(V))
76 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
77 am__v_GEN_0 = @echo " GEN " $@;
78 SOURCES = docproc.c
79 ETAGS = etags
80 CTAGS = ctags
81 ACLOCAL = @ACLOCAL@
82 AMTAR = @AMTAR@
83 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
84 AUTOCONF = @AUTOCONF@
85 AUTOHEADER = @AUTOHEADER@
86 AUTOMAKE = @AUTOMAKE@
87 AWK = @AWK@
88 CC = @CC@
89 CCDEPMODE = @CCDEPMODE@
90 CFLAGS = @CFLAGS@
91 CPP = @CPP@
92 CPPFLAGS = @CPPFLAGS@
93 CXX = @CXX@
94 CXXCPP = @CXXCPP@
95 CXXDEPMODE = @CXXDEPMODE@
96 CXXFLAGS = @CXXFLAGS@
97 CYGPATH_W = @CYGPATH_W@
98 DATE = @DATE@
99 DEFS = @DEFS@
100 DEPDIR = @DEPDIR@
101 ECHO_C = @ECHO_C@
102 ECHO_N = @ECHO_N@
103 ECHO_T = @ECHO_T@
104 EGREP = @EGREP@
105 EXEEXT = @EXEEXT@
106 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
107 GMSGFMT = @GMSGFMT@
108 GMSGFMT_015 = @GMSGFMT_015@
109 GREP = @GREP@
110 INSTALL = @INSTALL@
111 INSTALL_DATA = @INSTALL_DATA@
112 INSTALL_PROGRAM = @INSTALL_PROGRAM@
113 INSTALL_SCRIPT = @INSTALL_SCRIPT@
114 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115 INTLLIBS = @INTLLIBS@
116 LDFLAGS = @LDFLAGS@
117 LIBICONV = @LIBICONV@
118 LIBINTL = @LIBINTL@
119 LIBOBJS = @LIBOBJS@
120 LIBS = @LIBS@
121 LN_S = @LN_S@
122 LOCALEDIR = @LOCALEDIR@
123 LTLIBICONV = @LTLIBICONV@
124 LTLIBINTL = @LTLIBINTL@
125 LTLIBOBJS = @LTLIBOBJS@
126 MAINT = @MAINT@
127 MAKEINFO = @MAKEINFO@
128 MKDIR_P = @MKDIR_P@
129 MSGFMT = @MSGFMT@
130 MSGFMT_015 = @MSGFMT_015@
131 MSGMERGE = @MSGMERGE@
132 OBJEXT = @OBJEXT@
133 PACKAGE = @PACKAGE@
134 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
135 PACKAGE_NAME = @PACKAGE_NAME@
136 PACKAGE_STRING = @PACKAGE_STRING@
137 PACKAGE_TARNAME = @PACKAGE_TARNAME@
138 PACKAGE_URL = @PACKAGE_URL@
139 PACKAGE_VERSION = @PACKAGE_VERSION@
140 PATH_SEPARATOR = @PATH_SEPARATOR@
141 PIECFLAGS = @PIECFLAGS@
142 PIECXXFLAGS = @PIECXXFLAGS@
143 PIELDFLAGS = @PIELDFLAGS@
144 PKG_CONFIG = @PKG_CONFIG@
145 POSUB = @POSUB@
146 PUBLICAN_BRAND = @PUBLICAN_BRAND@
147 RANLIB = @RANLIB@
148 SET_MAKE = @SET_MAKE@
149 SHELL = @SHELL@
150 STRIP = @STRIP@
151 U = @U@
152 USE_NLS = @USE_NLS@
153 VERSION = @VERSION@
154 XGETTEXT = @XGETTEXT@
155 XGETTEXT_015 = @XGETTEXT_015@
156 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
157 abs_builddir = @abs_builddir@
158 abs_srcdir = @abs_srcdir@
159 abs_top_builddir = @abs_top_builddir@
160 abs_top_srcdir = @abs_top_srcdir@
161 ac_ct_CC = @ac_ct_CC@
162 ac_ct_CXX = @ac_ct_CXX@
163 am__include = @am__include@
164 am__leading_dot = @am__leading_dot@
165 am__quote = @am__quote@
166 am__tar = @am__tar@
167 am__untar = @am__untar@
168 bindir = @bindir@
169 build = @build@
170 build_alias = @build_alias@
171 build_cpu = @build_cpu@
172 build_os = @build_os@
173 build_vendor = @build_vendor@
174 builddir = @builddir@
175 datadir = @datadir@
176 datarootdir = @datarootdir@
177 docdir = @docdir@
178 dvidir = @dvidir@
179 elfutils_abs_srcdir = @elfutils_abs_srcdir@
180 exec_prefix = @exec_prefix@
181 gtkmm_CFLAGS = @gtkmm_CFLAGS@
182 gtkmm_LIBS = @gtkmm_LIBS@
183 have_dvips = @have_dvips@
184 have_latex = @have_latex@
185 have_latex2html = @have_latex2html@
186 have_ps2pdf = @have_ps2pdf@
187 have_publican = @have_publican@
188 have_xmlto = @have_xmlto@
189 host = @host@
190 host_alias = @host_alias@
191 host_cpu = @host_cpu@
192 host_os = @host_os@
193 host_vendor = @host_vendor@
194 htmldir = @htmldir@
195 includedir = @includedir@
196 infodir = @infodir@
197 install_sh = @install_sh@
198 libdir = @libdir@
199 libexecdir = @libexecdir@
200 libglade_CFLAGS = @libglade_CFLAGS@
201 libglade_LIBS = @libglade_LIBS@
202 localedir = @localedir@
203 localstatedir = @localstatedir@
204 mandir = @mandir@
205 mkdir_p = @mkdir_p@
206 nspr_CFLAGS = @nspr_CFLAGS@
207 nss_CFLAGS = @nss_CFLAGS@
208 oldincludedir = @oldincludedir@
209 pdfdir = @pdfdir@
210 prefix = @prefix@
211 program_transform_name = @program_transform_name@
212 psdir = @psdir@
213 sbindir = @sbindir@
214 sharedstatedir = @sharedstatedir@
215 sqlite3_LIBS = @sqlite3_LIBS@
216 srcdir = @srcdir@
217 stap_LIBS = @stap_LIBS@
218 staplog_CPPFLAGS = @staplog_CPPFLAGS@
219 subdirs = @subdirs@
220 support_section_question = @support_section_question@
221 sysconfdir = @sysconfdir@
222 target_alias = @target_alias@
223 top_build_prefix = @top_build_prefix@
224 top_builddir = @top_builddir@
225 top_srcdir = @top_srcdir@
226 DOC_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap
227 MAN_INSTALL_DIR = $(DESTDIR)$(mandir)/man3
228 HTML_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap/tapsets
229
230 ###
231 # The build process is as follows (targets):
232 # (xmldocs) [by docproc]
233 # file.tmpl --> file.xml +--> file.ps (psdocs) [by xmlto]
234 # +--> file.pdf (pdfdocs) [by xmlto]
235 # +--> DIR=file (htmldocs) [by xmlto]
236 # +--> man/ (mandocs) [by xmlto]
237 @BUILD_PDFREFDOCS_TRUE@PDFDOCS = tapsets.pdf
238 @XMLTO_STRINGPARAM_TRUE@XMLTOMANPARAMS = --stringparam man.authors.section.enabled=0 --stringparam man.copyright.section.enabled=0
239 @BUILD_REFDOCS_TRUE@SRCTREE = $(abs_top_srcdir)/
240 @BUILD_REFDOCS_TRUE@DOCPROC = $(abs_builddir)/docproc
241 CLEANFILES = tapsets.xml stamp-* $(PDFDOCS)
242 all: all-am
243
244 .SUFFIXES:
245 .SUFFIXES: .c .o .obj
246 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
247 @for dep in $?; do \
248 case '$(am__configure_deps)' in \
249 *$$dep*) \
250 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
251 && { if test -f $@; then exit 0; else break; fi; }; \
252 exit 1;; \
253 esac; \
254 done; \
255 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/SystemTap_Tapset_Reference/Makefile'; \
256 $(am__cd) $(top_srcdir) && \
257 $(AUTOMAKE) --foreign doc/SystemTap_Tapset_Reference/Makefile
258 .PRECIOUS: Makefile
259 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
260 @case '$?' in \
261 *config.status*) \
262 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
263 *) \
264 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
265 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
266 esac;
267
268 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270
271 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275 $(am__aclocal_m4_deps):
276
277 clean-noinstPROGRAMS:
278 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
279 docproc$(EXEEXT): $(docproc_OBJECTS) $(docproc_DEPENDENCIES)
280 @rm -f docproc$(EXEEXT)
281 $(AM_V_CCLD)$(LINK) $(docproc_OBJECTS) $(docproc_LDADD) $(LIBS)
282
283 mostlyclean-compile:
284 -rm -f *.$(OBJEXT)
285
286 distclean-compile:
287 -rm -f *.tab.c
288
289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/docproc.Po@am__quote@
290
291 .c.o:
292 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
293 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
294 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
295 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
296 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
298
299 .c.obj:
300 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
301 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
302 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
303 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
304 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
306
307 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
308 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
309 unique=`for i in $$list; do \
310 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311 done | \
312 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
313 END { if (nonempty) { for (i in files) print i; }; }'`; \
314 mkid -fID $$unique
315 tags: TAGS
316
317 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
318 $(TAGS_FILES) $(LISP)
319 set x; \
320 here=`pwd`; \
321 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322 unique=`for i in $$list; do \
323 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324 done | \
325 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
326 END { if (nonempty) { for (i in files) print i; }; }'`; \
327 shift; \
328 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
329 test -n "$$unique" || unique=$$empty_fix; \
330 if test $$# -gt 0; then \
331 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
332 "$$@" $$unique; \
333 else \
334 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
335 $$unique; \
336 fi; \
337 fi
338 ctags: CTAGS
339 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
340 $(TAGS_FILES) $(LISP)
341 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342 unique=`for i in $$list; do \
343 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344 done | \
345 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346 END { if (nonempty) { for (i in files) print i; }; }'`; \
347 test -z "$(CTAGS_ARGS)$$unique" \
348 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
349 $$unique
350
351 GTAGS:
352 here=`$(am__cd) $(top_builddir) && pwd` \
353 && $(am__cd) $(top_srcdir) \
354 && gtags -i $(GTAGS_ARGS) "$$here"
355
356 distclean-tags:
357 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
358 check-am: all-am
359 check: check-am
360 all-am: Makefile $(PROGRAMS)
361 installdirs:
362 install: install-am
363 install-exec: install-exec-am
364 install-data: install-data-am
365 uninstall: uninstall-am
366
367 install-am: all-am
368 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
369
370 installcheck: installcheck-am
371 install-strip:
372 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
373 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
374 `test -z '$(STRIP)' || \
375 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
376 mostlyclean-generic:
377
378 clean-generic:
379 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
380
381 distclean-generic:
382 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
383 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
384
385 maintainer-clean-generic:
386 @echo "This command is intended for maintainers to use"
387 @echo "it deletes files that may require special tools to rebuild."
388 @BUILD_REFDOCS_FALSE@install-data-hook:
389 clean: clean-am
390
391 clean-am: clean-generic clean-local clean-noinstPROGRAMS \
392 mostlyclean-am
393
394 distclean: distclean-am
395 -rm -rf ./$(DEPDIR)
396 -rm -f Makefile
397 distclean-am: clean-am distclean-compile distclean-generic \
398 distclean-tags
399
400 dvi: dvi-am
401
402 dvi-am:
403
404 html: html-am
405
406 html-am:
407
408 info: info-am
409
410 info-am:
411
412 install-data-am:
413 @$(NORMAL_INSTALL)
414 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
415 install-dvi: install-dvi-am
416
417 install-dvi-am:
418
419 install-exec-am:
420
421 install-html: install-html-am
422
423 install-html-am:
424
425 install-info: install-info-am
426
427 install-info-am:
428
429 install-man:
430
431 install-pdf: install-pdf-am
432
433 install-pdf-am:
434
435 install-ps: install-ps-am
436
437 install-ps-am:
438
439 installcheck-am:
440
441 maintainer-clean: maintainer-clean-am
442 -rm -rf ./$(DEPDIR)
443 -rm -f Makefile
444 maintainer-clean-am: distclean-am maintainer-clean-generic
445
446 mostlyclean: mostlyclean-am
447
448 mostlyclean-am: mostlyclean-compile mostlyclean-generic
449
450 pdf: pdf-am
451
452 pdf-am:
453
454 ps: ps-am
455
456 ps-am:
457
458 uninstall-am:
459
460 .MAKE: install-am install-data-am install-strip
461
462 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
463 clean-local clean-noinstPROGRAMS ctags distclean \
464 distclean-compile distclean-generic distclean-tags dvi dvi-am \
465 html html-am info info-am install install-am install-data \
466 install-data-am install-data-hook install-dvi install-dvi-am \
467 install-exec install-exec-am install-html install-html-am \
468 install-info install-info-am install-man install-pdf \
469 install-pdf-am install-ps install-ps-am install-strip \
470 installcheck installcheck-am installdirs maintainer-clean \
471 maintainer-clean-generic mostlyclean mostlyclean-compile \
472 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
473 uninstall-am
474
475
476 @BUILD_REFDOCS_TRUE@all: $(PDFDOCS) stamp-htmldocs stamp-mandocs
477 @BUILD_REFDOCS_TRUE@tapsets.xml: docproc $(shell find $(SRCTREE)/tapset -name '*.stp')
478 @BUILD_REFDOCS_TRUE@ SRCTREE=$(SRCTREE) $(DOCPROC) doc $(abs_srcdir)/tapsets.tmpl > tapsets.xml.new
479 @BUILD_REFDOCS_TRUE@ if test -s tapsets.xml && cmp tapsets.xml.new tapsets.xml >/dev/null ; then \
480 @BUILD_REFDOCS_TRUE@ echo tapsets.xml unchanged; \
481 @BUILD_REFDOCS_TRUE@ rm tapsets.xml.new; \
482 @BUILD_REFDOCS_TRUE@ else \
483 @BUILD_REFDOCS_TRUE@ mv tapsets.xml.new tapsets.xml; \
484 @BUILD_REFDOCS_TRUE@ fi
485
486 @BUILD_REFDOCS_TRUE@stamp-htmldocs: tapsets.xml
487 @BUILD_REFDOCS_TRUE@ xmlto $(XMLTOHTMLPARAMS) html -o tapsets tapsets.xml >/dev/null 2>&1
488 @BUILD_REFDOCS_TRUE@ touch stamp-htmldocs
489
490 # bump up the allocated space so "xmlto pdf" works
491 @BUILD_REFDOCS_TRUE@tapsets.pdf: tapsets.xml
492 @BUILD_REFDOCS_TRUE@ env pool_size=3000000 hash_extra=3000000 xmlto $(XMLTOPDFPARAMS) pdf tapsets.xml >/dev/null 2>&1
493
494 @BUILD_REFDOCS_TRUE@stamp-mandocs: tapsets.xml
495 @BUILD_REFDOCS_TRUE@ xmlto $(XMLTOMANPARAMS) man -o man3 tapsets.xml >/dev/null 2>&1
496 @BUILD_REFDOCS_TRUE@ touch stamp-mandocs
497
498 #FIXME need to figure out where to install things appropriately
499 #installmandocs: mandocs
500 @BUILD_REFDOCS_TRUE@install-data-hook:
501 @BUILD_PDFREFDOCS_TRUE@@BUILD_REFDOCS_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)
502 @BUILD_PDFREFDOCS_TRUE@@BUILD_REFDOCS_TRUE@ $(INSTALL_DATA) tapsets.pdf $(DOC_INSTALL_DIR)
503 @BUILD_REFDOCS_TRUE@ $(MKDIR_P) $(MAN_INSTALL_DIR)
504 @BUILD_REFDOCS_TRUE@ $(INSTALL_DATA) man3/* $(MAN_INSTALL_DIR)
505 @BUILD_REFDOCS_TRUE@ $(MKDIR_P) $(HTML_INSTALL_DIR)
506 @BUILD_REFDOCS_TRUE@ $(INSTALL_DATA) tapsets/* $(HTML_INSTALL_DIR)
507 clean-local:
508 rm -rf man3 tapsets
509
510 # Tell versions [3.59,3.63) of GNU make to not export all variables.
511 # Otherwise a system limit (for SysV at least) may be exceeded.
512 .NOEXPORT:
This page took 0.059358 seconds and 6 git commands to generate.