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