Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / nlfaultinjection / repo / doc / 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 #
18 #    Copyright 2016 The nlfaultinjection Authors.
19 #
20 #    Licensed under the Apache License, Version 2.0 (the "License");
21 #    you may not use this file except in compliance with the License.
22 #    You may obtain a copy of the License at
23 #
24 #    http://www.apache.org/licenses/LICENSE-2.0
25 #
26 #    Unless required by applicable law or agreed to in writing, software
27 #    distributed under the License is distributed on an "AS IS" BASIS,
28 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29 #    See the License for the specific language governing permissions and
30 #    limitations under the License.
31 #
32
33 #
34 #    Description:
35 #      This file is the GNU automake template for the Nest Labs Memory-
36 #      mapped I/O, in-package, documentation.
37 #
38 VPATH = @srcdir@
39 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
40 am__make_running_with_option = \
41   case $${target_option-} in \
42       ?) ;; \
43       *) echo "am__make_running_with_option: internal error: invalid" \
44               "target option '$${target_option-}' specified" >&2; \
45          exit 1;; \
46   esac; \
47   has_opt=no; \
48   sane_makeflags=$$MAKEFLAGS; \
49   if $(am__is_gnu_make); then \
50     sane_makeflags=$$MFLAGS; \
51   else \
52     case $$MAKEFLAGS in \
53       *\\[\ \   ]*) \
54         bs=\\; \
55         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
56           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
57     esac; \
58   fi; \
59   skip_next=no; \
60   strip_trailopt () \
61   { \
62     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
63   }; \
64   for flg in $$sane_makeflags; do \
65     test $$skip_next = yes && { skip_next=no; continue; }; \
66     case $$flg in \
67       *=*|--*) continue;; \
68         -*I) strip_trailopt 'I'; skip_next=yes;; \
69       -*I?*) strip_trailopt 'I';; \
70         -*O) strip_trailopt 'O'; skip_next=yes;; \
71       -*O?*) strip_trailopt 'O';; \
72         -*l) strip_trailopt 'l'; skip_next=yes;; \
73       -*l?*) strip_trailopt 'l';; \
74       -[dEDm]) skip_next=yes;; \
75       -[JT]) skip_next=yes;; \
76     esac; \
77     case $$flg in \
78       *$$target_option*) has_opt=yes; break;; \
79     esac; \
80   done; \
81   test $$has_opt = yes
82 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
83 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
84 pkgdatadir = $(datadir)/@PACKAGE@
85 pkgincludedir = $(includedir)/@PACKAGE@
86 pkglibdir = $(libdir)/@PACKAGE@
87 pkglibexecdir = $(libexecdir)/@PACKAGE@
88 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
89 install_sh_DATA = $(install_sh) -c -m 644
90 install_sh_PROGRAM = $(install_sh) -c
91 install_sh_SCRIPT = $(install_sh) -c
92 INSTALL_HEADER = $(INSTALL_DATA)
93 transform = $(program_transform_name)
94 NORMAL_INSTALL = :
95 PRE_INSTALL = :
96 POST_INSTALL = :
97 NORMAL_UNINSTALL = :
98 PRE_UNINSTALL = :
99 POST_UNINSTALL = :
100 build_triplet = @build@
101 host_triplet = @host@
102 target_triplet = @target@
103 subdir = doc
104 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
105         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/mkinstalldirs
106 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107 am__aclocal_m4_deps = $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/ax_check_compiler.m4 \
108         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_coverage.m4 \
109         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_coverage_reporting.m4 \
110         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_debug.m4 \
111         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_docs.m4 \
112         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_optimization.m4 \
113         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_tests.m4 \
114         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_filtered_canonical.m4 \
115         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_werror.m4 \
116         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_with_package.m4 \
117         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/libtool.m4 \
118         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltoptions.m4 \
119         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltsugar.m4 \
120         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltversion.m4 \
121         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/lt~obsolete.m4 \
122         $(top_srcdir)/configure.ac
123 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124         $(ACLOCAL_M4)
125 mkinstalldirs = $(SHELL) \
126         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/mkinstalldirs
127 CONFIG_HEADER = $(top_builddir)/include/nlfaultinjection-config.h
128 CONFIG_CLEAN_FILES =
129 CONFIG_CLEAN_VPATH_FILES =
130 AM_V_P = $(am__v_P_@AM_V@)
131 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132 am__v_P_0 = false
133 am__v_P_1 = :
134 AM_V_GEN = $(am__v_GEN_@AM_V@)
135 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136 am__v_GEN_0 = @echo "  GEN     " $@;
137 am__v_GEN_1 = 
138 AM_V_at = $(am__v_at_@AM_V@)
139 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140 am__v_at_0 = @
141 am__v_at_1 = 
142 SOURCES =
143 DIST_SOURCES =
144 am__can_run_installinfo = \
145   case $$AM_UPDATE_INFO_DIR in \
146     n|no|NO) false;; \
147     *) (install-info --version) >/dev/null 2>&1;; \
148   esac
149 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
150 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151 ACLOCAL = @ACLOCAL@
152 AMTAR = @AMTAR@
153 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
154 AR = @AR@
155 AUTOCONF = @AUTOCONF@
156 AUTOHEADER = @AUTOHEADER@
157 AUTOMAKE = @AUTOMAKE@
158 AWK = @AWK@
159 CC = @CC@
160 CCDEPMODE = @CCDEPMODE@
161 CFLAGS = @CFLAGS@
162 CPP = @CPP@
163 CPPFLAGS = @CPPFLAGS@
164 CXX = @CXX@
165 CXXCPP = @CXXCPP@
166 CXXDEPMODE = @CXXDEPMODE@
167 CXXFLAGS = @CXXFLAGS@
168 CYGPATH_W = @CYGPATH_W@
169 DEFS = @DEFS@
170 DEPDIR = @DEPDIR@
171 DLLTOOL = @DLLTOOL@
172 DOT = @DOT@
173 DOXYGEN = @DOXYGEN@
174 DOXYGEN_USE_DOT = @DOXYGEN_USE_DOT@
175 DSYMUTIL = @DSYMUTIL@
176 DUMPBIN = @DUMPBIN@
177 ECHO_C = @ECHO_C@
178 ECHO_N = @ECHO_N@
179 ECHO_T = @ECHO_T@
180 EGREP = @EGREP@
181 EXEEXT = @EXEEXT@
182 FGREP = @FGREP@
183 GENHTML = @GENHTML@
184 GREP = @GREP@
185 INSTALL = @INSTALL@
186 INSTALL_DATA = @INSTALL_DATA@
187 INSTALL_PROGRAM = @INSTALL_PROGRAM@
188 INSTALL_SCRIPT = @INSTALL_SCRIPT@
189 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
190 LCOV = @LCOV@
191 LD = @LD@
192 LDFLAGS = @LDFLAGS@
193 LIBNLFAULTINJECTION_VERSION_AGE = @LIBNLFAULTINJECTION_VERSION_AGE@
194 LIBNLFAULTINJECTION_VERSION_CURRENT = @LIBNLFAULTINJECTION_VERSION_CURRENT@
195 LIBNLFAULTINJECTION_VERSION_INFO = @LIBNLFAULTINJECTION_VERSION_INFO@
196 LIBNLFAULTINJECTION_VERSION_REVISION = @LIBNLFAULTINJECTION_VERSION_REVISION@
197 LIBOBJS = @LIBOBJS@
198 LIBS = @LIBS@
199 LIBTOOL = @LIBTOOL@
200 LIPO = @LIPO@
201 LN_S = @LN_S@
202 LTLIBOBJS = @LTLIBOBJS@
203 MAINT = @MAINT@
204 MAKEINFO = @MAKEINFO@
205 MANIFEST_TOOL = @MANIFEST_TOOL@
206 MKDIR_P = @MKDIR_P@
207 NLASSERT_CPPFLAGS = @NLASSERT_CPPFLAGS@
208 NLASSERT_FOREIGN_SUBDIR_DEPENDENCY = @NLASSERT_FOREIGN_SUBDIR_DEPENDENCY@
209 NLASSERT_LDFLAGS = @NLASSERT_LDFLAGS@
210 NLASSERT_LIBS = @NLASSERT_LIBS@
211 NLASSERT_SUBDIRS = @NLASSERT_SUBDIRS@
212 NLUNIT_TEST_CPPFLAGS = @NLUNIT_TEST_CPPFLAGS@
213 NLUNIT_TEST_FOREIGN_SUBDIR_DEPENDENCY = @NLUNIT_TEST_FOREIGN_SUBDIR_DEPENDENCY@
214 NLUNIT_TEST_LDFLAGS = @NLUNIT_TEST_LDFLAGS@
215 NLUNIT_TEST_LIBS = @NLUNIT_TEST_LIBS@
216 NLUNIT_TEST_SUBDIRS = @NLUNIT_TEST_SUBDIRS@
217 NM = @NM@
218 NMEDIT = @NMEDIT@
219 OBJCOPY = @OBJCOPY@
220 OBJDUMP = @OBJDUMP@
221 OBJEXT = @OBJEXT@
222 OTOOL = @OTOOL@
223 OTOOL64 = @OTOOL64@
224 PACKAGE = @PACKAGE@
225 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226 PACKAGE_NAME = @PACKAGE_NAME@
227 PACKAGE_STRING = @PACKAGE_STRING@
228 PACKAGE_TARNAME = @PACKAGE_TARNAME@
229 PACKAGE_URL = @PACKAGE_URL@
230
231 #
232 # Override autotool's default notion of the package version variables.
233 # This ensures that when we create a doc distribution that the
234 # version is always the current version, not the version when the
235 # package was bootstrapped.
236 #
237 PACKAGE_VERSION = $(shell cat $(top_builddir)/.local-version)
238 PATH_SEPARATOR = @PATH_SEPARATOR@
239 PKG_CONFIG = @PKG_CONFIG@
240 PRETTY_CHECK = @PRETTY_CHECK@
241 PRETTY_CHECK_ARGS = @PRETTY_CHECK_ARGS@
242 RANLIB = @RANLIB@
243 SED = @SED@
244 SET_MAKE = @SET_MAKE@
245 SHELL = @SHELL@
246 STRIP = @STRIP@
247 TARGET_STYLE = @TARGET_STYLE@
248 VERSION = $(PACKAGE_VERSION)
249 abs_builddir = @abs_builddir@
250 abs_srcdir = @abs_srcdir@
251 abs_top_builddir = @abs_top_builddir@
252 abs_top_nlbuild_autotools_dir = @abs_top_nlbuild_autotools_dir@
253 abs_top_srcdir = @abs_top_srcdir@
254 ac_ct_AR = @ac_ct_AR@
255 ac_ct_CC = @ac_ct_CC@
256 ac_ct_CXX = @ac_ct_CXX@
257 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
258 am__include = @am__include@
259 am__leading_dot = @am__leading_dot@
260 am__quote = @am__quote@
261 am__tar = @am__tar@
262 am__untar = @am__untar@
263 bindir = @bindir@
264 build = @build@
265 build_alias = @build_alias@
266 build_cpu = @build_cpu@
267 build_os = @build_os@
268 build_vendor = @build_vendor@
269 builddir = @builddir@
270 datadir = @datadir@
271 datarootdir = @datarootdir@
272 docdir = @docdir@
273 dvidir = @dvidir@
274 exec_prefix = @exec_prefix@
275 host = @host@
276 host_alias = @host_alias@
277 host_cpu = @host_cpu@
278 host_os = @host_os@
279 host_vendor = @host_vendor@
280 htmldir = @htmldir@
281 includedir = @includedir@
282 infodir = @infodir@
283 install_sh = @install_sh@
284 libdir = @libdir@
285 libexecdir = @libexecdir@
286 localedir = @localedir@
287 localstatedir = @localstatedir@
288 mandir = @mandir@
289 mkdir_p = @mkdir_p@
290 nl_filtered_build = @nl_filtered_build@
291 nl_filtered_build_cpu = @nl_filtered_build_cpu@
292 nl_filtered_build_os = @nl_filtered_build_os@
293 nl_filtered_build_vendor = @nl_filtered_build_vendor@
294 nl_filtered_host = @nl_filtered_host@
295 nl_filtered_host_cpu = @nl_filtered_host_cpu@
296 nl_filtered_host_os = @nl_filtered_host_os@
297 nl_filtered_host_vendor = @nl_filtered_host_vendor@
298 nl_filtered_target = @nl_filtered_target@
299 nl_filtered_target_cpu = @nl_filtered_target_cpu@
300 nl_filtered_target_os = @nl_filtered_target_os@
301 nl_filtered_target_vendor = @nl_filtered_target_vendor@
302 nlbuild_autotools_stem = @nlbuild_autotools_stem@
303 oldincludedir = @oldincludedir@
304 pdfdir = @pdfdir@
305 prefix = @prefix@
306 program_transform_name = @program_transform_name@
307 psdir = @psdir@
308 sbindir = @sbindir@
309 sharedstatedir = @sharedstatedir@
310 srcdir = @srcdir@
311 subdirs = @subdirs@
312 sysconfdir = @sysconfdir@
313 target = @target@
314 target_alias = @target_alias@
315 target_cpu = @target_cpu@
316 target_os = @target_os@
317 target_vendor = @target_vendor@
318 top_build_prefix = @top_build_prefix@
319 top_builddir = @top_builddir@
320 top_srcdir = @top_srcdir@
321 EXTRA_DIST = \
322     $(srcdir)/Doxyfile.in                         \
323     $(NULL)
324
325 nlfaultinjection_docdist_alias = \
326     $(PACKAGE_TARNAME)-docs
327
328 nlfaultinjection_docdist_name = \
329     $(nlfaultinjection_docdist_alias)-$(VERSION)
330
331 nlfaultinjection_docdist_archive = \
332     $(docdistdir)/$(nlfaultinjection_docdist_name).tar.gz
333
334 CLEANFILES = \
335     Doxyfile                                      \
336     $(nlfaultinjection_docdist_archive)                       \
337     $(NULL)
338
339 all: all-am
340
341 .SUFFIXES:
342 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
343         @for dep in $?; do \
344           case '$(am__configure_deps)' in \
345             *$$dep*) \
346               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
347                 && { if test -f $@; then exit 0; else break; fi; }; \
348               exit 1;; \
349           esac; \
350         done; \
351         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
352         $(am__cd) $(top_srcdir) && \
353           $(AUTOMAKE) --foreign doc/Makefile
354 .PRECIOUS: Makefile
355 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
356         @case '$?' in \
357           *config.status*) \
358             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
359           *) \
360             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
361             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
362         esac;
363
364 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
365         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
366
367 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
368         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
370         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371 $(am__aclocal_m4_deps):
372
373 mostlyclean-libtool:
374         -rm -f *.lo
375
376 clean-libtool:
377         -rm -rf .libs _libs
378 tags TAGS:
379
380 ctags CTAGS:
381
382 cscope cscopelist:
383
384
385 distdir: $(DISTFILES)
386         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
387         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388         list='$(DISTFILES)'; \
389           dist_files=`for file in $$list; do echo $$file; done | \
390           sed -e "s|^$$srcdirstrip/||;t" \
391               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
392         case $$dist_files in \
393           */*) $(MKDIR_P) `echo "$$dist_files" | \
394                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
395                            sort -u` ;; \
396         esac; \
397         for file in $$dist_files; do \
398           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
399           if test -d $$d/$$file; then \
400             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
401             if test -d "$(distdir)/$$file"; then \
402               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
403             fi; \
404             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
405               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
406               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
407             fi; \
408             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
409           else \
410             test -f "$(distdir)/$$file" \
411             || cp -p $$d/$$file "$(distdir)/$$file" \
412             || exit 1; \
413           fi; \
414         done
415 check-am: all-am
416 check: check-am
417 @NLFAULTINJECTION_BUILD_DOCS_FALSE@all-local:
418 all-am: Makefile all-local
419 installdirs:
420 install: install-am
421 install-exec: install-exec-am
422 install-data: install-data-am
423 uninstall: uninstall-am
424
425 install-am: all-am
426         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
427
428 installcheck: installcheck-am
429 install-strip:
430         if test -z '$(STRIP)'; then \
431           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
433               install; \
434         else \
435           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
436             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
437             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
438         fi
439 mostlyclean-generic:
440
441 clean-generic:
442         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
443
444 distclean-generic:
445         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
446         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
447
448 maintainer-clean-generic:
449         @echo "This command is intended for maintainers to use"
450         @echo "it deletes files that may require special tools to rebuild."
451 @NLFAULTINJECTION_BUILD_DOCS_FALSE@clean-local:
452 clean: clean-am
453
454 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
455
456 distclean: distclean-am
457         -rm -f Makefile
458 distclean-am: clean-am distclean-generic
459
460 dvi: dvi-am
461
462 dvi-am:
463
464 html: html-am
465
466 html-am:
467
468 info: info-am
469
470 info-am:
471
472 install-data-am:
473
474 install-dvi: install-dvi-am
475
476 install-dvi-am:
477
478 install-exec-am:
479
480 install-html: install-html-am
481
482 install-html-am:
483
484 install-info: install-info-am
485
486 install-info-am:
487
488 install-man:
489
490 install-pdf: install-pdf-am
491
492 install-pdf-am:
493
494 install-ps: install-ps-am
495
496 install-ps-am:
497
498 installcheck-am:
499
500 maintainer-clean: maintainer-clean-am
501         -rm -f Makefile
502 maintainer-clean-am: distclean-am maintainer-clean-generic
503
504 mostlyclean: mostlyclean-am
505
506 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
507
508 pdf: pdf-am
509
510 pdf-am:
511
512 ps: ps-am
513
514 ps-am:
515
516 uninstall-am:
517
518 .MAKE: install-am install-strip
519
520 .PHONY: all all-am all-local check check-am clean clean-generic \
521         clean-libtool clean-local cscopelist-am ctags-am distclean \
522         distclean-generic distclean-libtool distdir dvi dvi-am html \
523         html-am info info-am install install-am install-data \
524         install-data-am install-dvi install-dvi-am install-exec \
525         install-exec-am install-html install-html-am install-info \
526         install-info-am install-man install-pdf install-pdf-am \
527         install-ps install-ps-am install-strip installcheck \
528         installcheck-am installdirs maintainer-clean \
529         maintainer-clean-generic mostlyclean mostlyclean-generic \
530         mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
531         uninstall-am
532
533
534 include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
535
536 docdistdir                                     ?= .
537
538 @NLFAULTINJECTION_BUILD_DOCS_TRUE@all-local: html/index.html
539
540 #
541 # We choose to manually transform Doxyfile.in into Doxyfile here in
542 # the makefile rather than in the configure script so that we can take
543 # advantage of live, at build time (rather than at configure time),
544 # updating of the package version number.
545 #
546
547 @NLFAULTINJECTION_BUILD_DOCS_TRUE@Doxyfile: $(srcdir)/Doxyfile.in Makefile
548 @NLFAULTINJECTION_BUILD_DOCS_TRUE@      $(AM_V_GEN)$(SED)                                     \
549 @NLFAULTINJECTION_BUILD_DOCS_TRUE@          -e "s,\@DOXYGEN_USE_DOT\@,$(DOXYGEN_USE_DOT),g"   \
550 @NLFAULTINJECTION_BUILD_DOCS_TRUE@          -e "s,\@PACKAGE_NAME\@,$(PACKAGE_NAME),g"         \
551 @NLFAULTINJECTION_BUILD_DOCS_TRUE@          -e "s,\@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g"   \
552 @NLFAULTINJECTION_BUILD_DOCS_TRUE@          -e "s,\@PERL\@,$(PERL),g"                         \
553 @NLFAULTINJECTION_BUILD_DOCS_TRUE@          -e "s,\@abs_builddir\@,$(abs_builddir),g"         \
554 @NLFAULTINJECTION_BUILD_DOCS_TRUE@          -e "s,\@abs_srcdir\@,$(abs_srcdir),g"             \
555 @NLFAULTINJECTION_BUILD_DOCS_TRUE@          -e "s,\@abs_top_builddir\@,$(abs_top_builddir),g" \
556 @NLFAULTINJECTION_BUILD_DOCS_TRUE@          -e "s,\@abs_top_srcdir\@,$(abs_top_srcdir),g"     \
557 @NLFAULTINJECTION_BUILD_DOCS_TRUE@          < "$(srcdir)/Doxyfile.in" > "$(@)"
558
559 @NLFAULTINJECTION_BUILD_DOCS_TRUE@html/index.html: Doxyfile
560 @NLFAULTINJECTION_BUILD_DOCS_TRUE@      $(AM_V_GEN)$(DOXYGEN) $(<)
561
562 #
563 # Addition rules and commands to create a documentation-only
564 # distribution of nlfaultinjection
565 #
566
567 @NLFAULTINJECTION_BUILD_DOCS_TRUE@$(nlfaultinjection_docdist_name): html/index.html
568 @NLFAULTINJECTION_BUILD_DOCS_TRUE@      $(AM_V_at)rm -f -r $(@)
569 @NLFAULTINJECTION_BUILD_DOCS_TRUE@      $(call create-directory)
570 @NLFAULTINJECTION_BUILD_DOCS_TRUE@      $(AM_V_at)cp -R html $(@)
571
572 @NLFAULTINJECTION_BUILD_DOCS_TRUE@$(nlfaultinjection_docdist_archive): $(nlfaultinjection_docdist_name)
573 @NLFAULTINJECTION_BUILD_DOCS_TRUE@      $(AM_V_at)echo "  TAR      $(@)"
574 @NLFAULTINJECTION_BUILD_DOCS_TRUE@      $(AM_V_at)tardir="$(<)" && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c > "$(@)" && rm -rf $(<)
575
576 @NLFAULTINJECTION_BUILD_DOCS_TRUE@docdist $(nlfaultinjection_docdist_alias): $(nlfaultinjection_docdist_archive)
577
578 @NLFAULTINJECTION_BUILD_DOCS_TRUE@clean-local:
579 @NLFAULTINJECTION_BUILD_DOCS_TRUE@      $(AM_V_at)rm -f -r html
580
581 include $(abs_top_nlbuild_autotools_dir)/automake/post.am
582
583 # Tell versions [3.59,3.63) of GNU make to not export all variables.
584 # Otherwise a system limit (for SysV at least) may be exceeded.
585 .NOEXPORT: