]> sourceware.org Git - systemtap.git/blob - doc/SystemTap_Tapset_Reference/Makefile.in
Merge branch 'master' of ssh://sourceware.org/git/systemtap
[systemtap.git] / doc / SystemTap_Tapset_Reference / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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
19
20 VPATH = @srcdir@
21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
22 am__make_running_with_option = \
23 case $${target_option-} in \
24 ?) ;; \
25 *) echo "am__make_running_with_option: internal error: invalid" \
26 "target option '$${target_option-}' specified" >&2; \
27 exit 1;; \
28 esac; \
29 has_opt=no; \
30 sane_makeflags=$$MAKEFLAGS; \
31 if $(am__is_gnu_make); then \
32 sane_makeflags=$$MFLAGS; \
33 else \
34 case $$MAKEFLAGS in \
35 *\\[\ \ ]*) \
36 bs=\\; \
37 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
38 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
39 esac; \
40 fi; \
41 skip_next=no; \
42 strip_trailopt () \
43 { \
44 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
45 }; \
46 for flg in $$sane_makeflags; do \
47 test $$skip_next = yes && { skip_next=no; continue; }; \
48 case $$flg in \
49 *=*|--*) continue;; \
50 -*I) strip_trailopt 'I'; skip_next=yes;; \
51 -*I?*) strip_trailopt 'I';; \
52 -*O) strip_trailopt 'O'; skip_next=yes;; \
53 -*O?*) strip_trailopt 'O';; \
54 -*l) strip_trailopt 'l'; skip_next=yes;; \
55 -*l?*) strip_trailopt 'l';; \
56 -[dEDm]) skip_next=yes;; \
57 -[JT]) skip_next=yes;; \
58 esac; \
59 case $$flg in \
60 *$$target_option*) has_opt=yes; break;; \
61 esac; \
62 done; \
63 test $$has_opt = yes
64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
66 pkgdatadir = $(datadir)/@PACKAGE@
67 pkgincludedir = $(includedir)/@PACKAGE@
68 pkglibdir = $(libdir)/@PACKAGE@
69 pkglibexecdir = $(libexecdir)/@PACKAGE@
70 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
71 install_sh_DATA = $(install_sh) -c -m 644
72 install_sh_PROGRAM = $(install_sh) -c
73 install_sh_SCRIPT = $(install_sh) -c
74 INSTALL_HEADER = $(INSTALL_DATA)
75 transform = $(program_transform_name)
76 NORMAL_INSTALL = :
77 PRE_INSTALL = :
78 POST_INSTALL = :
79 NORMAL_UNINSTALL = :
80 PRE_UNINSTALL = :
81 POST_UNINSTALL = :
82 build_triplet = @build@
83 host_triplet = @host@
84 target_triplet = @target@
85 @BUILD_REFDOCS_TRUE@noinst_PROGRAMS = docproc$(EXEEXT)
86 subdir = doc/SystemTap_Tapset_Reference
87 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
88 $(top_srcdir)/depcomp
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
91 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
92 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
93 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
94 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96 $(ACLOCAL_M4)
97 mkinstalldirs = $(install_sh) -d
98 CONFIG_HEADER = $(top_builddir)/config.h
99 CONFIG_CLEAN_FILES =
100 CONFIG_CLEAN_VPATH_FILES =
101 PROGRAMS = $(noinst_PROGRAMS)
102 docproc_SOURCES = docproc.c
103 docproc_OBJECTS = docproc.$(OBJEXT)
104 docproc_LDADD = $(LDADD)
105 SCRIPTS = $(noinst_SCRIPTS)
106 AM_V_P = $(am__v_P_@AM_V@)
107 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108 am__v_P_0 = false
109 am__v_P_1 = :
110 AM_V_GEN = $(am__v_GEN_@AM_V@)
111 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
112 am__v_GEN_0 = @echo " GEN " $@;
113 am__v_GEN_1 =
114 AM_V_at = $(am__v_at_@AM_V@)
115 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
116 am__v_at_0 = @
117 am__v_at_1 =
118 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
119 depcomp = $(SHELL) $(top_srcdir)/depcomp
120 am__depfiles_maybe = depfiles
121 am__mv = mv -f
122 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
123 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124 AM_V_CC = $(am__v_CC_@AM_V@)
125 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
126 am__v_CC_0 = @echo " CC " $@;
127 am__v_CC_1 =
128 CCLD = $(CC)
129 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
130 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
131 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
132 am__v_CCLD_0 = @echo " CCLD " $@;
133 am__v_CCLD_1 =
134 SOURCES = docproc.c
135 am__can_run_installinfo = \
136 case $$AM_UPDATE_INFO_DIR in \
137 n|no|NO) false;; \
138 *) (install-info --version) >/dev/null 2>&1;; \
139 esac
140 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
141 # Read a list of newline-separated strings from the standard input,
142 # and print each of them once, without duplicates. Input order is
143 # *not* preserved.
144 am__uniquify_input = $(AWK) '\
145 BEGIN { nonempty = 0; } \
146 { items[$$0] = 1; nonempty = 1; } \
147 END { if (nonempty) { for (i in items) print i; }; } \
148 '
149 # Make sure the list of sources is unique. This is necessary because,
150 # e.g., the same source file might be shared among _SOURCES variables
151 # for different programs/libraries.
152 am__define_uniq_tagged_files = \
153 list='$(am__tagged_files)'; \
154 unique=`for i in $$list; do \
155 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
156 done | $(am__uniquify_input)`
157 ETAGS = etags
158 CTAGS = ctags
159 ACLOCAL = @ACLOCAL@
160 AMTAR = @AMTAR@
161 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
162 AUTOCONF = @AUTOCONF@
163 AUTOHEADER = @AUTOHEADER@
164 AUTOMAKE = @AUTOMAKE@
165 AWK = @AWK@
166 CC = @CC@
167 CCDEPMODE = @CCDEPMODE@
168 CFLAGS = @CFLAGS@
169 CPP = @CPP@
170 CPPFLAGS = @CPPFLAGS@
171 CXX = @CXX@
172 CXXCPP = @CXXCPP@
173 CXXDEPMODE = @CXXDEPMODE@
174 CXXFLAGS = @CXXFLAGS@
175 CYGPATH_W = @CYGPATH_W@
176 DATE = @DATE@
177 DEFS = @DEFS@
178 DEPDIR = @DEPDIR@
179 DYNINST_CXXFLAGS = @DYNINST_CXXFLAGS@
180 DYNINST_LDFLAGS = @DYNINST_LDFLAGS@
181 ECHO_C = @ECHO_C@
182 ECHO_N = @ECHO_N@
183 ECHO_T = @ECHO_T@
184 EGREP = @EGREP@
185 ENABLE_NLS = @ENABLE_NLS@
186 EXEEXT = @EXEEXT@
187 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
188 GMSGFMT = @GMSGFMT@
189 GMSGFMT_015 = @GMSGFMT_015@
190 GREP = @GREP@
191 INSTALL = @INSTALL@
192 INSTALL_DATA = @INSTALL_DATA@
193 INSTALL_PROGRAM = @INSTALL_PROGRAM@
194 INSTALL_SCRIPT = @INSTALL_SCRIPT@
195 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
196 INTLLIBS = @INTLLIBS@
197 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
198 JAVADIR = @JAVADIR@
199 LDFLAGS = @LDFLAGS@
200 LIBICONV = @LIBICONV@
201 LIBINTL = @LIBINTL@
202 LIBOBJS = @LIBOBJS@
203 LIBS = @LIBS@
204 LN_S = @LN_S@
205 LOCALEDIR = @LOCALEDIR@
206 LTLIBICONV = @LTLIBICONV@
207 LTLIBINTL = @LTLIBINTL@
208 LTLIBOBJS = @LTLIBOBJS@
209 MAINT = @MAINT@
210 MAKEINFO = @MAKEINFO@
211 MKDIR_P = @MKDIR_P@
212 MSGFMT = @MSGFMT@
213 MSGFMT_015 = @MSGFMT_015@
214 MSGMERGE = @MSGMERGE@
215 OBJEXT = @OBJEXT@
216 PACKAGE = @PACKAGE@
217 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
218 PACKAGE_NAME = @PACKAGE_NAME@
219 PACKAGE_STRING = @PACKAGE_STRING@
220 PACKAGE_TARNAME = @PACKAGE_TARNAME@
221 PACKAGE_URL = @PACKAGE_URL@
222 PACKAGE_VERSION = @PACKAGE_VERSION@
223 PATH_SEPARATOR = @PATH_SEPARATOR@
224 PIECFLAGS = @PIECFLAGS@
225 PIECXXFLAGS = @PIECXXFLAGS@
226 PIELDFLAGS = @PIELDFLAGS@
227 PKG_CONFIG = @PKG_CONFIG@
228 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
229 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
230 POSUB = @POSUB@
231 RANLIB = @RANLIB@
232 SET_MAKE = @SET_MAKE@
233 SHELL = @SHELL@
234 STAP_EXTRA_VERSION = @STAP_EXTRA_VERSION@
235 STAP_PREFIX = @STAP_PREFIX@
236 STRIP = @STRIP@
237 USE_NLS = @USE_NLS@
238 VERSION = @VERSION@
239 XGETTEXT = @XGETTEXT@
240 XGETTEXT_015 = @XGETTEXT_015@
241 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
242 abs_builddir = @abs_builddir@
243 abs_srcdir = @abs_srcdir@
244 abs_top_builddir = @abs_top_builddir@
245 abs_top_srcdir = @abs_top_srcdir@
246 ac_ct_CC = @ac_ct_CC@
247 ac_ct_CXX = @ac_ct_CXX@
248 am__include = @am__include@
249 am__leading_dot = @am__leading_dot@
250 am__quote = @am__quote@
251 am__tar = @am__tar@
252 am__untar = @am__untar@
253 avahi_CFLAGS = @avahi_CFLAGS@
254 avahi_LIBS = @avahi_LIBS@
255 bindir = @bindir@
256 build = @build@
257 build_alias = @build_alias@
258 build_cpu = @build_cpu@
259 build_os = @build_os@
260 build_vendor = @build_vendor@
261 builddir = @builddir@
262 datadir = @datadir@
263 datarootdir = @datarootdir@
264 docdir = @docdir@
265 dvidir = @dvidir@
266 elfutils_abs_srcdir = @elfutils_abs_srcdir@
267 exec_prefix = @exec_prefix@
268 have_dvips = @have_dvips@
269 have_fop = @have_fop@
270 have_jar = @have_jar@
271 have_javac = @have_javac@
272 have_latex = @have_latex@
273 have_latex2html = @have_latex2html@
274 have_ps2pdf = @have_ps2pdf@
275 have_xmlto = @have_xmlto@
276 host = @host@
277 host_alias = @host_alias@
278 host_cpu = @host_cpu@
279 host_os = @host_os@
280 host_vendor = @host_vendor@
281 htmldir = @htmldir@
282 includedir = @includedir@
283 infodir = @infodir@
284 install_sh = @install_sh@
285 libdir = @libdir@
286 libexecdir = @libexecdir@
287 libvirt_CFLAGS = @libvirt_CFLAGS@
288 libvirt_LIBS = @libvirt_LIBS@
289 libxml2_CFLAGS = @libxml2_CFLAGS@
290 libxml2_LIBS = @libxml2_LIBS@
291 localedir = @localedir@
292 localstatedir = @localstatedir@
293 mandir = @mandir@
294 mkdir_p = @mkdir_p@
295 nss_CFLAGS = @nss_CFLAGS@
296 nss_LIBS = @nss_LIBS@
297 oldincludedir = @oldincludedir@
298 pdfdir = @pdfdir@
299 prefix = @prefix@
300 program_transform_name = @program_transform_name@
301 psdir = @psdir@
302 sbindir = @sbindir@
303 selinux_CFLAGS = @selinux_CFLAGS@
304 selinux_LIBS = @selinux_LIBS@
305 sharedstatedir = @sharedstatedir@
306 sqlite3_LIBS = @sqlite3_LIBS@
307 srcdir = @srcdir@
308 stap_LIBS = @stap_LIBS@
309 staplog_CPPFLAGS = @staplog_CPPFLAGS@
310 staprun_LIBS = @staprun_LIBS@
311 subdirs = @subdirs@
312 support_section_question = @support_section_question@
313 sysconfdir = @sysconfdir@
314 target = @target@
315 target_alias = @target_alias@
316 target_cpu = @target_cpu@
317 target_os = @target_os@
318 target_vendor = @target_vendor@
319 top_build_prefix = @top_build_prefix@
320 top_builddir = @top_builddir@
321 top_srcdir = @top_srcdir@
322 DOC_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap
323 MAN_INSTALL_DIR = $(DESTDIR)$(mandir)/man3
324 HTML_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap/tapsets
325
326 ###
327 # The build process is as follows (targets):
328 # (xmldocs) [by docproc]
329 # file.tmpl --> file.xml +--> file.ps (psdocs) [by xmlto]
330 # +--> file.pdf (pdfdocs) [by xmlto]
331 # +--> DIR=file (htmldocs) [by xmlto]
332 # +--> man/ (mandocs) [by xmlto]
333 @BUILD_PDFREFDOCS_TRUE@PDFDOCS = tapsets.pdf
334 @XMLTO_STRINGPARAM_TRUE@XMLTOMANPARAMS = --stringparam man.authors.section.enabled=0 --stringparam man.copyright.section.enabled=0
335 @XMLTO_STRINGPARAM_TRUE@XMLTOHTMLPARAMS = --stringparam use.id.as.filename=1 --stringparam generate.toc='book,toc,title'
336 @XMLTO_STRINGPARAM_TRUE@XMLTOPDFPARAMS = --stringparam refentry.generate.name=0 --stringparam refentry.generate.title=1
337 @HAVE_FOP_FALSE@XMLTOPDF_FOP =
338 @HAVE_FOP_TRUE@XMLTOPDF_FOP = --with-fop
339 @BUILD_REFDOCS_TRUE@SRCTREE = $(abs_top_srcdir)/
340 @BUILD_REFDOCS_TRUE@DOCPROC = $(abs_builddir)/docproc
341 @BUILD_REFDOCS_TRUE@noinst_SCRIPTS = manpager
342 @BUILD_REFDOCS_TRUE@MANPAGER = $(abs_srcdir)/manpager
343 CLEANFILES = tapsets.xml stamp-* $(PDFDOCS)
344 all: all-am
345
346 .SUFFIXES:
347 .SUFFIXES: .c .o .obj
348 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
349 @for dep in $?; do \
350 case '$(am__configure_deps)' in \
351 *$$dep*) \
352 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
353 && { if test -f $@; then exit 0; else break; fi; }; \
354 exit 1;; \
355 esac; \
356 done; \
357 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/SystemTap_Tapset_Reference/Makefile'; \
358 $(am__cd) $(top_srcdir) && \
359 $(AUTOMAKE) --foreign doc/SystemTap_Tapset_Reference/Makefile
360 .PRECIOUS: Makefile
361 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
362 @case '$?' in \
363 *config.status*) \
364 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
365 *) \
366 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
367 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
368 esac;
369
370 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
371 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372
373 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
376 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377 $(am__aclocal_m4_deps):
378
379 clean-noinstPROGRAMS:
380 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
381
382 docproc$(EXEEXT): $(docproc_OBJECTS) $(docproc_DEPENDENCIES) $(EXTRA_docproc_DEPENDENCIES)
383 @rm -f docproc$(EXEEXT)
384 $(AM_V_CCLD)$(LINK) $(docproc_OBJECTS) $(docproc_LDADD) $(LIBS)
385
386 mostlyclean-compile:
387 -rm -f *.$(OBJEXT)
388
389 distclean-compile:
390 -rm -f *.tab.c
391
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/docproc.Po@am__quote@
393
394 .c.o:
395 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
396 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
397 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
398 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
400
401 .c.obj:
402 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
403 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
404 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
405 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
407
408 ID: $(am__tagged_files)
409 $(am__define_uniq_tagged_files); mkid -fID $$unique
410 tags: tags-am
411 TAGS: tags
412
413 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
414 set x; \
415 here=`pwd`; \
416 $(am__define_uniq_tagged_files); \
417 shift; \
418 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
419 test -n "$$unique" || unique=$$empty_fix; \
420 if test $$# -gt 0; then \
421 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
422 "$$@" $$unique; \
423 else \
424 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
425 $$unique; \
426 fi; \
427 fi
428 ctags: ctags-am
429
430 CTAGS: ctags
431 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
432 $(am__define_uniq_tagged_files); \
433 test -z "$(CTAGS_ARGS)$$unique" \
434 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
435 $$unique
436
437 GTAGS:
438 here=`$(am__cd) $(top_builddir) && pwd` \
439 && $(am__cd) $(top_srcdir) \
440 && gtags -i $(GTAGS_ARGS) "$$here"
441 cscopelist: cscopelist-am
442
443 cscopelist-am: $(am__tagged_files)
444 list='$(am__tagged_files)'; \
445 case "$(srcdir)" in \
446 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
447 *) sdir=$(subdir)/$(srcdir) ;; \
448 esac; \
449 for i in $$list; do \
450 if test -f "$$i"; then \
451 echo "$(subdir)/$$i"; \
452 else \
453 echo "$$sdir/$$i"; \
454 fi; \
455 done >> $(top_builddir)/cscope.files
456
457 distclean-tags:
458 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
459 check-am: all-am
460 check: check-am
461 all-am: Makefile $(PROGRAMS) $(SCRIPTS)
462 installdirs:
463 install: install-am
464 install-exec: install-exec-am
465 install-data: install-data-am
466 uninstall: uninstall-am
467
468 install-am: all-am
469 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
470
471 installcheck: installcheck-am
472 install-strip:
473 if test -z '$(STRIP)'; then \
474 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
475 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
476 install; \
477 else \
478 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
479 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
480 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
481 fi
482 mostlyclean-generic:
483
484 clean-generic:
485 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
486
487 distclean-generic:
488 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
489 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
490
491 maintainer-clean-generic:
492 @echo "This command is intended for maintainers to use"
493 @echo "it deletes files that may require special tools to rebuild."
494 @BUILD_REFDOCS_FALSE@install-data-hook:
495 clean: clean-am
496
497 clean-am: clean-generic clean-local clean-noinstPROGRAMS \
498 mostlyclean-am
499
500 distclean: distclean-am
501 -rm -rf ./$(DEPDIR)
502 -rm -f Makefile
503 distclean-am: clean-am distclean-compile distclean-generic \
504 distclean-tags
505
506 dvi: dvi-am
507
508 dvi-am:
509
510 html: html-am
511
512 html-am:
513
514 info: info-am
515
516 info-am:
517
518 install-data-am:
519 @$(NORMAL_INSTALL)
520 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
521 install-dvi: install-dvi-am
522
523 install-dvi-am:
524
525 install-exec-am:
526
527 install-html: install-html-am
528
529 install-html-am:
530
531 install-info: install-info-am
532
533 install-info-am:
534
535 install-man:
536
537 install-pdf: install-pdf-am
538
539 install-pdf-am:
540
541 install-ps: install-ps-am
542
543 install-ps-am:
544
545 installcheck-am:
546
547 maintainer-clean: maintainer-clean-am
548 -rm -rf ./$(DEPDIR)
549 -rm -f Makefile
550 maintainer-clean-am: distclean-am maintainer-clean-generic
551
552 mostlyclean: mostlyclean-am
553
554 mostlyclean-am: mostlyclean-compile mostlyclean-generic
555
556 pdf: pdf-am
557
558 pdf-am:
559
560 ps: ps-am
561
562 ps-am:
563
564 uninstall-am:
565
566 .MAKE: install-am install-data-am install-strip
567
568 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
569 clean-local clean-noinstPROGRAMS cscopelist-am ctags ctags-am \
570 distclean distclean-compile distclean-generic distclean-tags \
571 dvi dvi-am html html-am info info-am install install-am \
572 install-data install-data-am install-data-hook install-dvi \
573 install-dvi-am install-exec install-exec-am install-html \
574 install-html-am install-info install-info-am install-man \
575 install-pdf install-pdf-am install-ps install-ps-am \
576 install-strip installcheck installcheck-am installdirs \
577 maintainer-clean maintainer-clean-generic mostlyclean \
578 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
579 tags tags-am uninstall uninstall-am
580
581
582 @BUILD_REFDOCS_TRUE@all: $(PDFDOCS) stamp-htmldocs stamp-mandocs
583 @BUILD_REFDOCS_TRUE@tapsets.xml: docproc $(shell find $(SRCTREE)/tapset -name '*.stp')
584 @BUILD_REFDOCS_TRUE@ SRCTREE=$(SRCTREE) $(DOCPROC) doc $(abs_srcdir)/tapsets.tmpl > tapsets.xml.new
585 @BUILD_REFDOCS_TRUE@ xsltproc $(srcdir)/sort-tapsets.xslt tapsets.xml.new > tapsets.xml.new2
586 @BUILD_REFDOCS_TRUE@ rm tapsets.xml.new
587 @BUILD_REFDOCS_TRUE@ if test -s tapsets.xml && cmp tapsets.xml.new2 tapsets.xml >/dev/null ; then \
588 @BUILD_REFDOCS_TRUE@ echo tapsets.xml unchanged; \
589 @BUILD_REFDOCS_TRUE@ rm tapsets.xml.new2; \
590 @BUILD_REFDOCS_TRUE@ else \
591 @BUILD_REFDOCS_TRUE@ mv tapsets.xml.new2 tapsets.xml; \
592 @BUILD_REFDOCS_TRUE@ fi
593
594 @BUILD_REFDOCS_TRUE@stamp-htmldocs: tapsets.xml
595 @BUILD_REFDOCS_TRUE@ xmlto $(XMLTOHTMLPARAMS) html -o tapsets tapsets.xml
596 @BUILD_REFDOCS_TRUE@ touch stamp-htmldocs
597
598 # bump up the allocated space so "xmlto pdf" works
599 @BUILD_REFDOCS_TRUE@tapsets.pdf: tapsets.xml
600 @BUILD_REFDOCS_TRUE@ env pool_size=6000000 hash_extra=6000000 xmlto $(XMLTOPDF_FOP) $(XMLTOPDFPARAMS) pdf tapsets.xml
601
602 @BUILD_REFDOCS_TRUE@stamp-mandocs: tapsets.xml
603 @BUILD_REFDOCS_TRUE@ xmlto $(XMLTOMANPARAMS) man -o man3 tapsets.xml
604 @BUILD_REFDOCS_TRUE@ SRCTREE=$(SRCTREE) $(MANPAGER) # generate tapset::* pages
605 @BUILD_REFDOCS_TRUE@ touch stamp-mandocs
606
607 #FIXME need to figure out where to install things appropriately
608 #installmandocs: mandocs
609 @BUILD_REFDOCS_TRUE@install-data-hook:
610 @BUILD_PDFREFDOCS_TRUE@@BUILD_REFDOCS_TRUE@ $(MKDIR_P) $(DOC_INSTALL_DIR)
611 @BUILD_PDFREFDOCS_TRUE@@BUILD_REFDOCS_TRUE@ $(INSTALL_DATA) tapsets.pdf $(DOC_INSTALL_DIR)
612 @BUILD_REFDOCS_TRUE@ $(MKDIR_P) $(MAN_INSTALL_DIR)
613 @BUILD_REFDOCS_TRUE@ $(INSTALL_DATA) man3/* $(MAN_INSTALL_DIR)
614 @BUILD_REFDOCS_TRUE@ $(INSTALL_DATA) man_pages/* $(MAN_INSTALL_DIR) # manpager output
615 @BUILD_REFDOCS_TRUE@ $(MKDIR_P) $(HTML_INSTALL_DIR)
616 @BUILD_REFDOCS_TRUE@ $(INSTALL_DATA) tapsets/* $(HTML_INSTALL_DIR)
617 clean-local:
618 rm -rf man3 man_pages tapsets
619
620 # Tell versions [3.59,3.63) of GNU make to not export all variables.
621 # Otherwise a system limit (for SysV at least) may be exceeded.
622 .NOEXPORT:
This page took 0.06428 seconds and 6 git commands to generate.