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