Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / nlassert / repo / include / 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 2015-2016 Nest Labs Inc. All Rights Reserved.
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 #    Description:
33 #      This file is the GNU automake template for the Nest Labs
34 #      runtime assertion library public headers.
35 #
36
37 VPATH = @srcdir@
38 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
39 am__make_running_with_option = \
40   case $${target_option-} in \
41       ?) ;; \
42       *) echo "am__make_running_with_option: internal error: invalid" \
43               "target option '$${target_option-}' specified" >&2; \
44          exit 1;; \
45   esac; \
46   has_opt=no; \
47   sane_makeflags=$$MAKEFLAGS; \
48   if $(am__is_gnu_make); then \
49     sane_makeflags=$$MFLAGS; \
50   else \
51     case $$MAKEFLAGS in \
52       *\\[\ \   ]*) \
53         bs=\\; \
54         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
56     esac; \
57   fi; \
58   skip_next=no; \
59   strip_trailopt () \
60   { \
61     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62   }; \
63   for flg in $$sane_makeflags; do \
64     test $$skip_next = yes && { skip_next=no; continue; }; \
65     case $$flg in \
66       *=*|--*) continue;; \
67         -*I) strip_trailopt 'I'; skip_next=yes;; \
68       -*I?*) strip_trailopt 'I';; \
69         -*O) strip_trailopt 'O'; skip_next=yes;; \
70       -*O?*) strip_trailopt 'O';; \
71         -*l) strip_trailopt 'l'; skip_next=yes;; \
72       -*l?*) strip_trailopt 'l';; \
73       -[dEDm]) skip_next=yes;; \
74       -[JT]) skip_next=yes;; \
75     esac; \
76     case $$flg in \
77       *$$target_option*) has_opt=yes; break;; \
78     esac; \
79   done; \
80   test $$has_opt = yes
81 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
83 pkgdatadir = $(datadir)/@PACKAGE@
84 pkgincludedir = $(includedir)/@PACKAGE@
85 pkglibdir = $(libdir)/@PACKAGE@
86 pkglibexecdir = $(libexecdir)/@PACKAGE@
87 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
88 install_sh_DATA = $(install_sh) -c -m 644
89 install_sh_PROGRAM = $(install_sh) -c
90 install_sh_SCRIPT = $(install_sh) -c
91 INSTALL_HEADER = $(INSTALL_DATA)
92 transform = $(program_transform_name)
93 NORMAL_INSTALL = :
94 PRE_INSTALL = :
95 POST_INSTALL = :
96 NORMAL_UNINSTALL = :
97 PRE_UNINSTALL = :
98 POST_UNINSTALL = :
99 build_triplet = @build@
100 host_triplet = @host@
101 target_triplet = @target@
102 subdir = include
103 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
104         $(srcdir)/nlassert-config.h.in \
105         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/mkinstalldirs \
106         $(dist_nlassert_stdc_HEADERS) $(include_HEADERS)
107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108 am__aclocal_m4_deps = $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/ax_check_compiler.m4 \
109         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/ax_check_preprocessor.m4 \
110         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_coverage.m4 \
111         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_coverage_reporting.m4 \
112         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_debug.m4 \
113         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_docs.m4 \
114         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_optimization.m4 \
115         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_tests.m4 \
116         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_filtered_canonical.m4 \
117         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_werror.m4 \
118         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_with_package.m4 \
119         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/libtool.m4 \
120         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltoptions.m4 \
121         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltsugar.m4 \
122         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltversion.m4 \
123         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/lt~obsolete.m4 \
124         $(top_srcdir)/configure.ac
125 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
126         $(ACLOCAL_M4)
127 mkinstalldirs = $(SHELL) \
128         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/mkinstalldirs
129 CONFIG_HEADER = nlassert-config.h
130 CONFIG_CLEAN_FILES =
131 CONFIG_CLEAN_VPATH_FILES =
132 AM_V_P = $(am__v_P_@AM_V@)
133 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
134 am__v_P_0 = false
135 am__v_P_1 = :
136 AM_V_GEN = $(am__v_GEN_@AM_V@)
137 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
138 am__v_GEN_0 = @echo "  GEN     " $@;
139 am__v_GEN_1 = 
140 AM_V_at = $(am__v_at_@AM_V@)
141 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
142 am__v_at_0 = @
143 am__v_at_1 = 
144 SOURCES =
145 DIST_SOURCES =
146 am__can_run_installinfo = \
147   case $$AM_UPDATE_INFO_DIR in \
148     n|no|NO) false;; \
149     *) (install-info --version) >/dev/null 2>&1;; \
150   esac
151 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
152 am__vpath_adj = case $$p in \
153     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
154     *) f=$$p;; \
155   esac;
156 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
157 am__install_max = 40
158 am__nobase_strip_setup = \
159   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
160 am__nobase_strip = \
161   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
162 am__nobase_list = $(am__nobase_strip_setup); \
163   for p in $$list; do echo "$$p $$p"; done | \
164   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
165   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
166     if (++n[$$2] == $(am__install_max)) \
167       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
168     END { for (dir in files) print dir, files[dir] }'
169 am__base_list = \
170   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
171   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
172 am__uninstall_files_from_dir = { \
173   test -z "$$files" \
174     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
175     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
176          $(am__cd) "$$dir" && rm -f $$files; }; \
177   }
178 am__installdirs = "$(DESTDIR)$(nlassert_stdcdir)" \
179         "$(DESTDIR)$(includedir)"
180 HEADERS = $(dist_nlassert_stdc_HEADERS) $(include_HEADERS)
181 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
182         $(LISP)nlassert-config.h.in
183 # Read a list of newline-separated strings from the standard input,
184 # and print each of them once, without duplicates.  Input order is
185 # *not* preserved.
186 am__uniquify_input = $(AWK) '\
187   BEGIN { nonempty = 0; } \
188   { items[$$0] = 1; nonempty = 1; } \
189   END { if (nonempty) { for (i in items) print i; }; } \
190 '
191 # Make sure the list of sources is unique.  This is necessary because,
192 # e.g., the same source file might be shared among _SOURCES variables
193 # for different programs/libraries.
194 am__define_uniq_tagged_files = \
195   list='$(am__tagged_files)'; \
196   unique=`for i in $$list; do \
197     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198   done | $(am__uniquify_input)`
199 ETAGS = etags
200 CTAGS = ctags
201 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
202 ACLOCAL = @ACLOCAL@
203 AMTAR = @AMTAR@
204 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
205 AR = @AR@
206 AUTOCONF = @AUTOCONF@
207 AUTOHEADER = @AUTOHEADER@
208 AUTOMAKE = @AUTOMAKE@
209 AWK = @AWK@
210 CC = @CC@
211 CCDEPMODE = @CCDEPMODE@
212 CFLAGS = @CFLAGS@
213 CMP = @CMP@
214 CPP = @CPP@
215 CPPFLAGS = @CPPFLAGS@
216 CXX = @CXX@
217 CXXCPP = @CXXCPP@
218 CXXDEPMODE = @CXXDEPMODE@
219 CXXFLAGS = @CXXFLAGS@
220 CYGPATH_W = @CYGPATH_W@
221 DEFS = @DEFS@
222 DEPDIR = @DEPDIR@
223 DLLTOOL = @DLLTOOL@
224 DOT = @DOT@
225 DOXYGEN = @DOXYGEN@
226 DOXYGEN_USE_DOT = @DOXYGEN_USE_DOT@
227 DSYMUTIL = @DSYMUTIL@
228 DUMPBIN = @DUMPBIN@
229 ECHO_C = @ECHO_C@
230 ECHO_N = @ECHO_N@
231 ECHO_T = @ECHO_T@
232 EGREP = @EGREP@
233 EXEEXT = @EXEEXT@
234 FGREP = @FGREP@
235 GENHTML = @GENHTML@
236 GREP = @GREP@
237 INSTALL = @INSTALL@
238 INSTALL_DATA = @INSTALL_DATA@
239 INSTALL_PROGRAM = @INSTALL_PROGRAM@
240 INSTALL_SCRIPT = @INSTALL_SCRIPT@
241 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
242 ISYSTEM_CPPFLAGS = @ISYSTEM_CPPFLAGS@
243 LCOV = @LCOV@
244 LD = @LD@
245 LDFLAGS = @LDFLAGS@
246 LIBNLASSERT_VERSION_AGE = @LIBNLASSERT_VERSION_AGE@
247 LIBNLASSERT_VERSION_CURRENT = @LIBNLASSERT_VERSION_CURRENT@
248 LIBNLASSERT_VERSION_INFO = @LIBNLASSERT_VERSION_INFO@
249 LIBNLASSERT_VERSION_REVISION = @LIBNLASSERT_VERSION_REVISION@
250 LIBOBJS = @LIBOBJS@
251 LIBS = @LIBS@
252 LIBTOOL = @LIBTOOL@
253 LIPO = @LIPO@
254 LN_S = @LN_S@
255 LTLIBOBJS = @LTLIBOBJS@
256 MAINT = @MAINT@
257 MAKEINFO = @MAKEINFO@
258 MANIFEST_TOOL = @MANIFEST_TOOL@
259 MKDIR_P = @MKDIR_P@
260 NLUNIT_TEST_CPPFLAGS = @NLUNIT_TEST_CPPFLAGS@
261 NLUNIT_TEST_FOREIGN_SUBDIR_DEPENDENCY = @NLUNIT_TEST_FOREIGN_SUBDIR_DEPENDENCY@
262 NLUNIT_TEST_LDFLAGS = @NLUNIT_TEST_LDFLAGS@
263 NLUNIT_TEST_LIBS = @NLUNIT_TEST_LIBS@
264 NLUNIT_TEST_SUBDIRS = @NLUNIT_TEST_SUBDIRS@
265 NM = @NM@
266 NMEDIT = @NMEDIT@
267 OBJCOPY = @OBJCOPY@
268 OBJDUMP = @OBJDUMP@
269 OBJEXT = @OBJEXT@
270 OTOOL = @OTOOL@
271 OTOOL64 = @OTOOL64@
272 PACKAGE = @PACKAGE@
273 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
274 PACKAGE_NAME = @PACKAGE_NAME@
275 PACKAGE_STRING = @PACKAGE_STRING@
276 PACKAGE_TARNAME = @PACKAGE_TARNAME@
277 PACKAGE_URL = @PACKAGE_URL@
278 PACKAGE_VERSION = @PACKAGE_VERSION@
279 PATH_SEPARATOR = @PATH_SEPARATOR@
280 PERL = @PERL@
281 PKG_CONFIG = @PKG_CONFIG@
282 RANLIB = @RANLIB@
283 SED = @SED@
284 SET_MAKE = @SET_MAKE@
285 SHELL = @SHELL@
286 STRIP = @STRIP@
287 VERSION = @VERSION@
288 abs_builddir = @abs_builddir@
289 abs_srcdir = @abs_srcdir@
290 abs_top_builddir = @abs_top_builddir@
291 abs_top_nlbuild_autotools_dir = @abs_top_nlbuild_autotools_dir@
292 abs_top_srcdir = @abs_top_srcdir@
293 ac_ct_AR = @ac_ct_AR@
294 ac_ct_CC = @ac_ct_CC@
295 ac_ct_CXX = @ac_ct_CXX@
296 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
297 am__include = @am__include@
298 am__leading_dot = @am__leading_dot@
299 am__quote = @am__quote@
300 am__tar = @am__tar@
301 am__untar = @am__untar@
302 bindir = @bindir@
303 build = @build@
304 build_alias = @build_alias@
305 build_cpu = @build_cpu@
306 build_os = @build_os@
307 build_vendor = @build_vendor@
308 builddir = @builddir@
309 datadir = @datadir@
310 datarootdir = @datarootdir@
311 docdir = @docdir@
312 dvidir = @dvidir@
313 exec_prefix = @exec_prefix@
314 host = @host@
315 host_alias = @host_alias@
316 host_cpu = @host_cpu@
317 host_os = @host_os@
318 host_vendor = @host_vendor@
319 htmldir = @htmldir@
320 includedir = @includedir@
321 infodir = @infodir@
322 install_sh = @install_sh@
323 libdir = @libdir@
324 libexecdir = @libexecdir@
325 localedir = @localedir@
326 localstatedir = @localstatedir@
327 mandir = @mandir@
328 mkdir_p = @mkdir_p@
329 nl_filtered_build = @nl_filtered_build@
330 nl_filtered_build_cpu = @nl_filtered_build_cpu@
331 nl_filtered_build_os = @nl_filtered_build_os@
332 nl_filtered_build_vendor = @nl_filtered_build_vendor@
333 nl_filtered_host = @nl_filtered_host@
334 nl_filtered_host_cpu = @nl_filtered_host_cpu@
335 nl_filtered_host_os = @nl_filtered_host_os@
336 nl_filtered_host_vendor = @nl_filtered_host_vendor@
337 nl_filtered_target = @nl_filtered_target@
338 nl_filtered_target_cpu = @nl_filtered_target_cpu@
339 nl_filtered_target_os = @nl_filtered_target_os@
340 nl_filtered_target_vendor = @nl_filtered_target_vendor@
341 nlbuild_autotools_stem = @nlbuild_autotools_stem@
342 oldincludedir = @oldincludedir@
343 pdfdir = @pdfdir@
344 prefix = @prefix@
345 program_transform_name = @program_transform_name@
346 psdir = @psdir@
347 sbindir = @sbindir@
348 sharedstatedir = @sharedstatedir@
349 srcdir = @srcdir@
350 subdirs = @subdirs@
351 sysconfdir = @sysconfdir@
352 target = @target@
353 target_alias = @target_alias@
354 target_cpu = @target_cpu@
355 target_os = @target_os@
356 target_vendor = @target_vendor@
357 top_build_prefix = @top_build_prefix@
358 top_builddir = @top_builddir@
359 top_srcdir = @top_srcdir@
360
361 # Package public headers that need no additional transforms on installation.
362 include_HEADERS = \
363     nlassert.h                \
364     nlassert-internal.h       \
365     nlassert-nonproduction.h  \
366     nlassert-production.h     \
367     $(NULL)
368
369
370 # Package public headers, for Standard C Library workalike
371 # functionality, that require additional relocation transform on
372 # installation.
373 nlassert_stdc_source_dirstem = stdc
374 nlassert_stdc_destination_dirstem = stdc
375 nlassert_stdc_header_sources = \
376     $(nlassert_stdc_source_dirstem)/assert.h   \
377     $(NULL)
378
379 nlassert_stdcdir = \
380     $(includedir)/$(nlassert_stdc_destination_dirstem)
381
382 dist_nlassert_stdc_HEADERS = \
383     $(nlassert_stdc_header_sources)
384
385 all: nlassert-config.h
386         $(MAKE) $(AM_MAKEFLAGS) all-am
387
388 .SUFFIXES:
389 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
390         @for dep in $?; do \
391           case '$(am__configure_deps)' in \
392             *$$dep*) \
393               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
394                 && { if test -f $@; then exit 0; else break; fi; }; \
395               exit 1;; \
396           esac; \
397         done; \
398         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
399         $(am__cd) $(top_srcdir) && \
400           $(AUTOMAKE) --foreign include/Makefile
401 .PRECIOUS: Makefile
402 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
403         @case '$?' in \
404           *config.status*) \
405             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
406           *) \
407             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
408             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
409         esac;
410
411 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
412         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413
414 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
415         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
416 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
417         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418 $(am__aclocal_m4_deps):
419
420 nlassert-config.h: stamp-h1
421         @test -f $@ || rm -f stamp-h1
422         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
423
424 stamp-h1: $(srcdir)/nlassert-config.h.in $(top_builddir)/config.status
425         @rm -f stamp-h1
426         cd $(top_builddir) && $(SHELL) ./config.status include/nlassert-config.h
427 $(srcdir)/nlassert-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
428         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
429         rm -f stamp-h1
430         touch $@
431
432 distclean-hdr:
433         -rm -f nlassert-config.h stamp-h1
434
435 mostlyclean-libtool:
436         -rm -f *.lo
437
438 clean-libtool:
439         -rm -rf .libs _libs
440 install-dist_nlassert_stdcHEADERS: $(dist_nlassert_stdc_HEADERS)
441         @$(NORMAL_INSTALL)
442         @list='$(dist_nlassert_stdc_HEADERS)'; test -n "$(nlassert_stdcdir)" || list=; \
443         if test -n "$$list"; then \
444           echo " $(MKDIR_P) '$(DESTDIR)$(nlassert_stdcdir)'"; \
445           $(MKDIR_P) "$(DESTDIR)$(nlassert_stdcdir)" || exit 1; \
446         fi; \
447         for p in $$list; do \
448           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
449           echo "$$d$$p"; \
450         done | $(am__base_list) | \
451         while read files; do \
452           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(nlassert_stdcdir)'"; \
453           $(INSTALL_HEADER) $$files "$(DESTDIR)$(nlassert_stdcdir)" || exit $$?; \
454         done
455
456 uninstall-dist_nlassert_stdcHEADERS:
457         @$(NORMAL_UNINSTALL)
458         @list='$(dist_nlassert_stdc_HEADERS)'; test -n "$(nlassert_stdcdir)" || list=; \
459         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
460         dir='$(DESTDIR)$(nlassert_stdcdir)'; $(am__uninstall_files_from_dir)
461 install-includeHEADERS: $(include_HEADERS)
462         @$(NORMAL_INSTALL)
463         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
464         if test -n "$$list"; then \
465           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
466           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
467         fi; \
468         for p in $$list; do \
469           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
470           echo "$$d$$p"; \
471         done | $(am__base_list) | \
472         while read files; do \
473           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
474           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
475         done
476
477 uninstall-includeHEADERS:
478         @$(NORMAL_UNINSTALL)
479         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
480         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
481         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
482
483 ID: $(am__tagged_files)
484         $(am__define_uniq_tagged_files); mkid -fID $$unique
485 tags: tags-am
486 TAGS: tags
487
488 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
489         set x; \
490         here=`pwd`; \
491         $(am__define_uniq_tagged_files); \
492         shift; \
493         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
494           test -n "$$unique" || unique=$$empty_fix; \
495           if test $$# -gt 0; then \
496             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
497               "$$@" $$unique; \
498           else \
499             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
500               $$unique; \
501           fi; \
502         fi
503 ctags: ctags-am
504
505 CTAGS: ctags
506 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
507         $(am__define_uniq_tagged_files); \
508         test -z "$(CTAGS_ARGS)$$unique" \
509           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
510              $$unique
511
512 GTAGS:
513         here=`$(am__cd) $(top_builddir) && pwd` \
514           && $(am__cd) $(top_srcdir) \
515           && gtags -i $(GTAGS_ARGS) "$$here"
516 cscopelist: cscopelist-am
517
518 cscopelist-am: $(am__tagged_files)
519         list='$(am__tagged_files)'; \
520         case "$(srcdir)" in \
521           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
522           *) sdir=$(subdir)/$(srcdir) ;; \
523         esac; \
524         for i in $$list; do \
525           if test -f "$$i"; then \
526             echo "$(subdir)/$$i"; \
527           else \
528             echo "$$sdir/$$i"; \
529           fi; \
530         done >> $(top_builddir)/cscope.files
531
532 distclean-tags:
533         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
534
535 distdir: $(DISTFILES)
536         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
537         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
538         list='$(DISTFILES)'; \
539           dist_files=`for file in $$list; do echo $$file; done | \
540           sed -e "s|^$$srcdirstrip/||;t" \
541               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
542         case $$dist_files in \
543           */*) $(MKDIR_P) `echo "$$dist_files" | \
544                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
545                            sort -u` ;; \
546         esac; \
547         for file in $$dist_files; do \
548           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
549           if test -d $$d/$$file; then \
550             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
551             if test -d "$(distdir)/$$file"; then \
552               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553             fi; \
554             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
555               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
556               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
557             fi; \
558             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
559           else \
560             test -f "$(distdir)/$$file" \
561             || cp -p $$d/$$file "$(distdir)/$$file" \
562             || exit 1; \
563           fi; \
564         done
565 check-am: all-am
566 check: check-am
567 all-am: Makefile $(HEADERS) nlassert-config.h
568 installdirs:
569         for dir in "$(DESTDIR)$(nlassert_stdcdir)" "$(DESTDIR)$(includedir)"; do \
570           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
571         done
572 install: install-am
573 install-exec: install-exec-am
574 install-data: install-data-am
575 uninstall: uninstall-am
576
577 install-am: all-am
578         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
579
580 installcheck: installcheck-am
581 install-strip:
582         if test -z '$(STRIP)'; then \
583           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
584             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
585               install; \
586         else \
587           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
588             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
589             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
590         fi
591 mostlyclean-generic:
592
593 clean-generic:
594
595 distclean-generic:
596         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
597         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
598
599 maintainer-clean-generic:
600         @echo "This command is intended for maintainers to use"
601         @echo "it deletes files that may require special tools to rebuild."
602 clean: clean-am
603
604 clean-am: clean-generic clean-libtool mostlyclean-am
605
606 distclean: distclean-am
607         -rm -f Makefile
608 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
609
610 dvi: dvi-am
611
612 dvi-am:
613
614 html: html-am
615
616 html-am:
617
618 info: info-am
619
620 info-am:
621
622 install-data-am: install-dist_nlassert_stdcHEADERS \
623         install-includeHEADERS
624
625 install-dvi: install-dvi-am
626
627 install-dvi-am:
628
629 install-exec-am:
630
631 install-html: install-html-am
632
633 install-html-am:
634
635 install-info: install-info-am
636
637 install-info-am:
638
639 install-man:
640
641 install-pdf: install-pdf-am
642
643 install-pdf-am:
644
645 install-ps: install-ps-am
646
647 install-ps-am:
648
649 installcheck-am:
650
651 maintainer-clean: maintainer-clean-am
652         -rm -f Makefile
653 maintainer-clean-am: distclean-am maintainer-clean-generic
654
655 mostlyclean: mostlyclean-am
656
657 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
658
659 pdf: pdf-am
660
661 pdf-am:
662
663 ps: ps-am
664
665 ps-am:
666
667 uninstall-am: uninstall-dist_nlassert_stdcHEADERS \
668         uninstall-includeHEADERS
669
670 .MAKE: all install-am install-strip
671
672 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
673         clean-libtool cscopelist-am ctags ctags-am distclean \
674         distclean-generic distclean-hdr distclean-libtool \
675         distclean-tags distdir dvi dvi-am html html-am info info-am \
676         install install-am install-data install-data-am \
677         install-dist_nlassert_stdcHEADERS install-dvi install-dvi-am \
678         install-exec install-exec-am install-html install-html-am \
679         install-includeHEADERS install-info install-info-am \
680         install-man install-pdf install-pdf-am install-ps \
681         install-ps-am install-strip installcheck installcheck-am \
682         installdirs maintainer-clean maintainer-clean-generic \
683         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
684         ps ps-am tags tags-am uninstall uninstall-am \
685         uninstall-dist_nlassert_stdcHEADERS uninstall-includeHEADERS
686
687
688 include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
689
690 install-headers: install-data
691
692 include $(abs_top_nlbuild_autotools_dir)/automake/post.am
693
694 # Tell versions [3.59,3.63) of GNU make to not export all variables.
695 # Otherwise a system limit (for SysV at least) may be exceeded.
696 .NOEXPORT: