Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / nlio / repo / tests / 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) 2020 Project nlio Authors
19 #    Copyright (c) 2015-2016 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 Memory-
37 #      mapped I/O library unit tests.
38 #
39
40 VPATH = @srcdir@
41 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
42 am__make_running_with_option = \
43   case $${target_option-} in \
44       ?) ;; \
45       *) echo "am__make_running_with_option: internal error: invalid" \
46               "target option '$${target_option-}' specified" >&2; \
47          exit 1;; \
48   esac; \
49   has_opt=no; \
50   sane_makeflags=$$MAKEFLAGS; \
51   if $(am__is_gnu_make); then \
52     sane_makeflags=$$MFLAGS; \
53   else \
54     case $$MAKEFLAGS in \
55       *\\[\ \   ]*) \
56         bs=\\; \
57         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
58           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
59     esac; \
60   fi; \
61   skip_next=no; \
62   strip_trailopt () \
63   { \
64     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
65   }; \
66   for flg in $$sane_makeflags; do \
67     test $$skip_next = yes && { skip_next=no; continue; }; \
68     case $$flg in \
69       *=*|--*) continue;; \
70         -*I) strip_trailopt 'I'; skip_next=yes;; \
71       -*I?*) strip_trailopt 'I';; \
72         -*O) strip_trailopt 'O'; skip_next=yes;; \
73       -*O?*) strip_trailopt 'O';; \
74         -*l) strip_trailopt 'l'; skip_next=yes;; \
75       -*l?*) strip_trailopt 'l';; \
76       -[dEDm]) skip_next=yes;; \
77       -[JT]) skip_next=yes;; \
78     esac; \
79     case $$flg in \
80       *$$target_option*) has_opt=yes; break;; \
81     esac; \
82   done; \
83   test $$has_opt = yes
84 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
85 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
86 pkgdatadir = $(datadir)/@PACKAGE@
87 pkgincludedir = $(includedir)/@PACKAGE@
88 pkglibdir = $(libdir)/@PACKAGE@
89 pkglibexecdir = $(libexecdir)/@PACKAGE@
90 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
91 install_sh_DATA = $(install_sh) -c -m 644
92 install_sh_PROGRAM = $(install_sh) -c
93 install_sh_SCRIPT = $(install_sh) -c
94 INSTALL_HEADER = $(INSTALL_DATA)
95 transform = $(program_transform_name)
96 NORMAL_INSTALL = :
97 PRE_INSTALL = :
98 POST_INSTALL = :
99 NORMAL_UNINSTALL = :
100 PRE_UNINSTALL = :
101 POST_UNINSTALL = :
102 build_triplet = @build@
103 host_triplet = @host@
104 target_triplet = @target@
105 @NLIO_BUILD_TESTS_TRUE@check_PROGRAMS = nlbyteorder-test$(EXEEXT) \
106 @NLIO_BUILD_TESTS_TRUE@ nlbyteorder-test-cxx$(EXEEXT) \
107 @NLIO_BUILD_TESTS_TRUE@ nlio-byteorder-test$(EXEEXT) \
108 @NLIO_BUILD_TESTS_TRUE@ nlio-byteorder-test-cxx$(EXEEXT) \
109 @NLIO_BUILD_TESTS_TRUE@ nlio-test$(EXEEXT) \
110 @NLIO_BUILD_TESTS_TRUE@ nlio-test-cxx$(EXEEXT)
111 @NLIO_BUILD_TESTS_TRUE@TESTS = $(check_PROGRAMS)
112 subdir = tests
113 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
114         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/mkinstalldirs \
115         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/depcomp \
116         $(noinst_HEADERS) \
117         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/test-driver
118 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
119 am__aclocal_m4_deps = $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/ax_check_compiler.m4 \
120         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_coverage.m4 \
121         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_coverage_reporting.m4 \
122         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_debug.m4 \
123         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_docs.m4 \
124         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_optimization.m4 \
125         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_tests.m4 \
126         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_filtered_canonical.m4 \
127         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_werror.m4 \
128         $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_with_package.m4 \
129         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/libtool.m4 \
130         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltoptions.m4 \
131         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltsugar.m4 \
132         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltversion.m4 \
133         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/lt~obsolete.m4 \
134         $(top_srcdir)/configure.ac
135 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
136         $(ACLOCAL_M4)
137 mkinstalldirs = $(SHELL) \
138         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/mkinstalldirs
139 CONFIG_HEADER = $(top_builddir)/include/nlio-config.h
140 CONFIG_CLEAN_FILES =
141 CONFIG_CLEAN_VPATH_FILES =
142 am__nlbyteorder_test_SOURCES_DIST = nlbyteorder-test.c
143 @NLIO_BUILD_TESTS_TRUE@am_nlbyteorder_test_OBJECTS =  \
144 @NLIO_BUILD_TESTS_TRUE@ nlbyteorder-test.$(OBJEXT)
145 nlbyteorder_test_OBJECTS = $(am_nlbyteorder_test_OBJECTS)
146 am__DEPENDENCIES_1 =
147 @NLIO_BUILD_TESTS_TRUE@nlbyteorder_test_DEPENDENCIES =  \
148 @NLIO_BUILD_TESTS_TRUE@ $(am__DEPENDENCIES_1)
149 AM_V_lt = $(am__v_lt_@AM_V@)
150 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
151 am__v_lt_0 = --silent
152 am__v_lt_1 = 
153 am__nlbyteorder_test_cxx_SOURCES_DIST = nlbyteorder-test-cxx.cpp
154 @NLIO_BUILD_TESTS_TRUE@am_nlbyteorder_test_cxx_OBJECTS =  \
155 @NLIO_BUILD_TESTS_TRUE@ nlbyteorder-test-cxx.$(OBJEXT)
156 nlbyteorder_test_cxx_OBJECTS = $(am_nlbyteorder_test_cxx_OBJECTS)
157 @NLIO_BUILD_TESTS_TRUE@nlbyteorder_test_cxx_DEPENDENCIES =  \
158 @NLIO_BUILD_TESTS_TRUE@ $(am__DEPENDENCIES_1)
159 am__nlio_byteorder_test_SOURCES_DIST = nlio-byteorder-test.c
160 @NLIO_BUILD_TESTS_TRUE@am_nlio_byteorder_test_OBJECTS =  \
161 @NLIO_BUILD_TESTS_TRUE@ nlio-byteorder-test.$(OBJEXT)
162 nlio_byteorder_test_OBJECTS = $(am_nlio_byteorder_test_OBJECTS)
163 @NLIO_BUILD_TESTS_TRUE@nlio_byteorder_test_DEPENDENCIES =  \
164 @NLIO_BUILD_TESTS_TRUE@ $(am__DEPENDENCIES_1)
165 am__nlio_byteorder_test_cxx_SOURCES_DIST =  \
166         nlio-byteorder-test-cxx.cpp
167 @NLIO_BUILD_TESTS_TRUE@am_nlio_byteorder_test_cxx_OBJECTS =  \
168 @NLIO_BUILD_TESTS_TRUE@ nlio-byteorder-test-cxx.$(OBJEXT)
169 nlio_byteorder_test_cxx_OBJECTS =  \
170         $(am_nlio_byteorder_test_cxx_OBJECTS)
171 @NLIO_BUILD_TESTS_TRUE@nlio_byteorder_test_cxx_DEPENDENCIES =  \
172 @NLIO_BUILD_TESTS_TRUE@ $(am__DEPENDENCIES_1)
173 am__nlio_test_SOURCES_DIST = nlio-test.c
174 @NLIO_BUILD_TESTS_TRUE@am_nlio_test_OBJECTS = nlio-test.$(OBJEXT)
175 nlio_test_OBJECTS = $(am_nlio_test_OBJECTS)
176 @NLIO_BUILD_TESTS_TRUE@nlio_test_DEPENDENCIES = $(am__DEPENDENCIES_1)
177 am__nlio_test_cxx_SOURCES_DIST = nlio-test-cxx.cpp
178 @NLIO_BUILD_TESTS_TRUE@am_nlio_test_cxx_OBJECTS =  \
179 @NLIO_BUILD_TESTS_TRUE@ nlio-test-cxx.$(OBJEXT)
180 nlio_test_cxx_OBJECTS = $(am_nlio_test_cxx_OBJECTS)
181 @NLIO_BUILD_TESTS_TRUE@nlio_test_cxx_DEPENDENCIES =  \
182 @NLIO_BUILD_TESTS_TRUE@ $(am__DEPENDENCIES_1)
183 AM_V_P = $(am__v_P_@AM_V@)
184 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
185 am__v_P_0 = false
186 am__v_P_1 = :
187 AM_V_GEN = $(am__v_GEN_@AM_V@)
188 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
189 am__v_GEN_0 = @echo "  GEN     " $@;
190 am__v_GEN_1 = 
191 AM_V_at = $(am__v_at_@AM_V@)
192 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
193 am__v_at_0 = @
194 am__v_at_1 = 
195 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
196 depcomp = $(SHELL) \
197         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/depcomp
198 am__depfiles_maybe = depfiles
199 am__mv = mv -f
200 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
201         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
202 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
203         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
204         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
205         $(AM_CFLAGS) $(CFLAGS)
206 AM_V_CC = $(am__v_CC_@AM_V@)
207 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
208 am__v_CC_0 = @echo "  CC      " $@;
209 am__v_CC_1 = 
210 CCLD = $(CC)
211 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
212         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
213         $(AM_LDFLAGS) $(LDFLAGS) -o $@
214 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
215 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
216 am__v_CCLD_0 = @echo "  CCLD    " $@;
217 am__v_CCLD_1 = 
218 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
219         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
220 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
221         $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
222         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
223         $(AM_CXXFLAGS) $(CXXFLAGS)
224 AM_V_CXX = $(am__v_CXX_@AM_V@)
225 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
226 am__v_CXX_0 = @echo "  CXX     " $@;
227 am__v_CXX_1 = 
228 CXXLD = $(CXX)
229 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
230         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
231         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
232 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
233 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
234 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
235 am__v_CXXLD_1 = 
236 SOURCES = $(nlbyteorder_test_SOURCES) $(nlbyteorder_test_cxx_SOURCES) \
237         $(nlio_byteorder_test_SOURCES) \
238         $(nlio_byteorder_test_cxx_SOURCES) $(nlio_test_SOURCES) \
239         $(nlio_test_cxx_SOURCES)
240 DIST_SOURCES = $(am__nlbyteorder_test_SOURCES_DIST) \
241         $(am__nlbyteorder_test_cxx_SOURCES_DIST) \
242         $(am__nlio_byteorder_test_SOURCES_DIST) \
243         $(am__nlio_byteorder_test_cxx_SOURCES_DIST) \
244         $(am__nlio_test_SOURCES_DIST) \
245         $(am__nlio_test_cxx_SOURCES_DIST)
246 am__can_run_installinfo = \
247   case $$AM_UPDATE_INFO_DIR in \
248     n|no|NO) false;; \
249     *) (install-info --version) >/dev/null 2>&1;; \
250   esac
251 HEADERS = $(noinst_HEADERS)
252 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
253 # Read a list of newline-separated strings from the standard input,
254 # and print each of them once, without duplicates.  Input order is
255 # *not* preserved.
256 am__uniquify_input = $(AWK) '\
257   BEGIN { nonempty = 0; } \
258   { items[$$0] = 1; nonempty = 1; } \
259   END { if (nonempty) { for (i in items) print i; }; } \
260 '
261 # Make sure the list of sources is unique.  This is necessary because,
262 # e.g., the same source file might be shared among _SOURCES variables
263 # for different programs/libraries.
264 am__define_uniq_tagged_files = \
265   list='$(am__tagged_files)'; \
266   unique=`for i in $$list; do \
267     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
268   done | $(am__uniquify_input)`
269 ETAGS = etags
270 CTAGS = ctags
271 am__tty_colors_dummy = \
272   mgn= red= grn= lgn= blu= brg= std=; \
273   am__color_tests=no
274 am__tty_colors = { \
275   $(am__tty_colors_dummy); \
276   if test "X$(AM_COLOR_TESTS)" = Xno; then \
277     am__color_tests=no; \
278   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
279     am__color_tests=yes; \
280   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
281     am__color_tests=yes; \
282   fi; \
283   if test $$am__color_tests = yes; then \
284     red='\e[0;31m'; \
285     grn='\e[0;32m'; \
286     lgn='\e[1;32m'; \
287     blu='\e[1;34m'; \
288     mgn='\e[0;35m'; \
289     brg='\e[1m'; \
290     std='\e[m'; \
291   fi; \
292 }
293 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
294 am__vpath_adj = case $$p in \
295     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
296     *) f=$$p;; \
297   esac;
298 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
299 am__install_max = 40
300 am__nobase_strip_setup = \
301   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
302 am__nobase_strip = \
303   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
304 am__nobase_list = $(am__nobase_strip_setup); \
305   for p in $$list; do echo "$$p $$p"; done | \
306   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
307   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
308     if (++n[$$2] == $(am__install_max)) \
309       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
310     END { for (dir in files) print dir, files[dir] }'
311 am__base_list = \
312   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
313   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
314 am__uninstall_files_from_dir = { \
315   test -z "$$files" \
316     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
317     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
318          $(am__cd) "$$dir" && rm -f $$files; }; \
319   }
320 am__recheck_rx = ^[     ]*:recheck:[    ]*
321 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
322 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
323 # A command that, given a newline-separated list of test names on the
324 # standard input, print the name of the tests that are to be re-run
325 # upon "make recheck".
326 am__list_recheck_tests = $(AWK) '{ \
327   recheck = 1; \
328   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
329     { \
330       if (rc < 0) \
331         { \
332           if ((getline line2 < ($$0 ".log")) < 0) \
333             recheck = 0; \
334           break; \
335         } \
336       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
337         { \
338           recheck = 0; \
339           break; \
340         } \
341       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
342         { \
343           break; \
344         } \
345     }; \
346   if (recheck) \
347     print $$0; \
348   close ($$0 ".trs"); \
349   close ($$0 ".log"); \
350 }'
351 # A command that, given a newline-separated list of test names on the
352 # standard input, create the global log from their .trs and .log files.
353 am__create_global_log = $(AWK) ' \
354 function fatal(msg) \
355 { \
356   print "fatal: making $@: " msg | "cat >&2"; \
357   exit 1; \
358 } \
359 function rst_section(header) \
360 { \
361   print header; \
362   len = length(header); \
363   for (i = 1; i <= len; i = i + 1) \
364     printf "="; \
365   printf "\n\n"; \
366 } \
367 { \
368   copy_in_global_log = 1; \
369   global_test_result = "RUN"; \
370   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
371     { \
372       if (rc < 0) \
373          fatal("failed to read from " $$0 ".trs"); \
374       if (line ~ /$(am__global_test_result_rx)/) \
375         { \
376           sub("$(am__global_test_result_rx)", "", line); \
377           sub("[        ]*$$", "", line); \
378           global_test_result = line; \
379         } \
380       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
381         copy_in_global_log = 0; \
382     }; \
383   if (copy_in_global_log) \
384     { \
385       rst_section(global_test_result ": " $$0); \
386       while ((rc = (getline line < ($$0 ".log"))) != 0) \
387       { \
388         if (rc < 0) \
389           fatal("failed to read from " $$0 ".log"); \
390         print line; \
391       }; \
392       printf "\n"; \
393     }; \
394   close ($$0 ".trs"); \
395   close ($$0 ".log"); \
396 }'
397 # Restructured Text title.
398 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
399 # Solaris 10 'make', and several other traditional 'make' implementations,
400 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
401 # by disabling -e (using the XSI extension "set +e") if it's set.
402 am__sh_e_setup = case $$- in *e*) set +e;; esac
403 # Default flags passed to test drivers.
404 am__common_driver_flags = \
405   --color-tests "$$am__color_tests" \
406   --enable-hard-errors "$$am__enable_hard_errors" \
407   --expect-failure "$$am__expect_failure"
408 # To be inserted before the command running the test.  Creates the
409 # directory for the log if needed.  Stores in $dir the directory
410 # containing $f, in $tst the test, in $log the log.  Executes the
411 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
412 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
413 # will run the test scripts (or their associated LOG_COMPILER, if
414 # thy have one).
415 am__check_pre = \
416 $(am__sh_e_setup);                                      \
417 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
418 $(am__tty_colors);                                      \
419 srcdir=$(srcdir); export srcdir;                        \
420 case "$@" in                                            \
421   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
422     *) am__odir=.;;                                     \
423 esac;                                                   \
424 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
425   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
426 if test -f "./$$f"; then dir=./;                        \
427 elif test -f "$$f"; then dir=;                          \
428 else dir="$(srcdir)/"; fi;                              \
429 tst=$$dir$$f; log='$@';                                 \
430 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
431   am__enable_hard_errors=no;                            \
432 else                                                    \
433   am__enable_hard_errors=yes;                           \
434 fi;                                                     \
435 case " $(XFAIL_TESTS) " in                              \
436   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
437     am__expect_failure=yes;;                            \
438   *)                                                    \
439     am__expect_failure=no;;                             \
440 esac;                                                   \
441 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
442 # A shell command to get the names of the tests scripts with any registered
443 # extension removed (i.e., equivalently, the names of the test logs, with
444 # the '.log' extension removed).  The result is saved in the shell variable
445 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
446 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
447 # since that might cause problem with VPATH rewrites for suffix-less tests.
448 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
449 am__set_TESTS_bases = \
450   bases='$(TEST_LOGS)'; \
451   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
452   bases=`echo $$bases`
453 RECHECK_LOGS = $(TEST_LOGS)
454 AM_RECURSIVE_TARGETS = check recheck
455 TEST_SUITE_LOG = test-suite.log
456 TEST_EXTENSIONS = @EXEEXT@ .test
457 LOG_DRIVER = $(SHELL) \
458         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/test-driver
459 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
460 am__set_b = \
461   case '$@' in \
462     */*) \
463       case '$*' in \
464         */*) b='$*';; \
465           *) b=`echo '$@' | sed 's/\.log$$//'`; \
466        esac;; \
467     *) \
468       b='$*';; \
469   esac
470 am__test_logs1 = $(TESTS:=.log)
471 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
472 TEST_LOGS = $(am__test_logs2:.test.log=.log)
473 TEST_LOG_DRIVER = $(SHELL) \
474         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/test-driver
475 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
476         $(TEST_LOG_FLAGS)
477 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
478 ACLOCAL = @ACLOCAL@
479 AMTAR = @AMTAR@
480 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
481 AR = @AR@
482 AUTOCONF = @AUTOCONF@
483 AUTOHEADER = @AUTOHEADER@
484 AUTOMAKE = @AUTOMAKE@
485 AWK = @AWK@
486 CC = @CC@
487 CCDEPMODE = @CCDEPMODE@
488 CFLAGS = @CFLAGS@
489 CMP = @CMP@
490 CPP = @CPP@
491 CPPFLAGS = @CPPFLAGS@
492 CXX = @CXX@
493 CXXCPP = @CXXCPP@
494 CXXDEPMODE = @CXXDEPMODE@
495 CXXFLAGS = @CXXFLAGS@
496 CYGPATH_W = @CYGPATH_W@
497 DEFS = @DEFS@
498 DEPDIR = @DEPDIR@
499 DLLTOOL = @DLLTOOL@
500 DOT = @DOT@
501 DOXYGEN = @DOXYGEN@
502 DOXYGEN_USE_DOT = @DOXYGEN_USE_DOT@
503 DSYMUTIL = @DSYMUTIL@
504 DUMPBIN = @DUMPBIN@
505 ECHO_C = @ECHO_C@
506 ECHO_N = @ECHO_N@
507 ECHO_T = @ECHO_T@
508 EGREP = @EGREP@
509 EXEEXT = @EXEEXT@
510 FGREP = @FGREP@
511 GENHTML = @GENHTML@
512 GREP = @GREP@
513 INSTALL = @INSTALL@
514 INSTALL_DATA = @INSTALL_DATA@
515 INSTALL_PROGRAM = @INSTALL_PROGRAM@
516 INSTALL_SCRIPT = @INSTALL_SCRIPT@
517 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
518 LCOV = @LCOV@
519 LD = @LD@
520 LDFLAGS = @LDFLAGS@
521 LIBNLIO_VERSION_AGE = @LIBNLIO_VERSION_AGE@
522 LIBNLIO_VERSION_CURRENT = @LIBNLIO_VERSION_CURRENT@
523 LIBNLIO_VERSION_INFO = @LIBNLIO_VERSION_INFO@
524 LIBNLIO_VERSION_REVISION = @LIBNLIO_VERSION_REVISION@
525 LIBOBJS = @LIBOBJS@
526 LIBS = @LIBS@
527 LIBTOOL = @LIBTOOL@
528 LIPO = @LIPO@
529 LN_S = @LN_S@
530 LTLIBOBJS = @LTLIBOBJS@
531 MAINT = @MAINT@
532 MAKEINFO = @MAKEINFO@
533 MANIFEST_TOOL = @MANIFEST_TOOL@
534 MKDIR_P = @MKDIR_P@
535 NLUNIT_TEST_CPPFLAGS = @NLUNIT_TEST_CPPFLAGS@
536 NLUNIT_TEST_FOREIGN_SUBDIR_DEPENDENCY = @NLUNIT_TEST_FOREIGN_SUBDIR_DEPENDENCY@
537 NLUNIT_TEST_LDFLAGS = @NLUNIT_TEST_LDFLAGS@
538 NLUNIT_TEST_LIBS = @NLUNIT_TEST_LIBS@
539 NLUNIT_TEST_SUBDIRS = @NLUNIT_TEST_SUBDIRS@
540 NM = @NM@
541 NMEDIT = @NMEDIT@
542 OBJCOPY = @OBJCOPY@
543 OBJDUMP = @OBJDUMP@
544 OBJEXT = @OBJEXT@
545 OTOOL = @OTOOL@
546 OTOOL64 = @OTOOL64@
547 PACKAGE = @PACKAGE@
548 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
549 PACKAGE_NAME = @PACKAGE_NAME@
550 PACKAGE_STRING = @PACKAGE_STRING@
551 PACKAGE_TARNAME = @PACKAGE_TARNAME@
552 PACKAGE_URL = @PACKAGE_URL@
553 PACKAGE_VERSION = @PACKAGE_VERSION@
554 PATH_SEPARATOR = @PATH_SEPARATOR@
555 PERL = @PERL@
556 PKG_CONFIG = @PKG_CONFIG@
557 RANLIB = @RANLIB@
558 SED = @SED@
559 SET_MAKE = @SET_MAKE@
560 SHELL = @SHELL@
561 STRIP = @STRIP@
562 VERSION = @VERSION@
563 abs_builddir = @abs_builddir@
564 abs_srcdir = @abs_srcdir@
565 abs_top_builddir = @abs_top_builddir@
566 abs_top_nlbuild_autotools_dir = @abs_top_nlbuild_autotools_dir@
567 abs_top_srcdir = @abs_top_srcdir@
568 ac_ct_AR = @ac_ct_AR@
569 ac_ct_CC = @ac_ct_CC@
570 ac_ct_CXX = @ac_ct_CXX@
571 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
572 am__include = @am__include@
573 am__leading_dot = @am__leading_dot@
574 am__quote = @am__quote@
575 am__tar = @am__tar@
576 am__untar = @am__untar@
577 bindir = @bindir@
578 build = @build@
579 build_alias = @build_alias@
580 build_cpu = @build_cpu@
581 build_os = @build_os@
582 build_vendor = @build_vendor@
583 builddir = @builddir@
584 datadir = @datadir@
585 datarootdir = @datarootdir@
586 docdir = @docdir@
587 dvidir = @dvidir@
588 exec_prefix = @exec_prefix@
589 host = @host@
590 host_alias = @host_alias@
591 host_cpu = @host_cpu@
592 host_os = @host_os@
593 host_vendor = @host_vendor@
594 htmldir = @htmldir@
595 includedir = @includedir@
596 infodir = @infodir@
597 install_sh = @install_sh@
598 libdir = @libdir@
599 libexecdir = @libexecdir@
600 localedir = @localedir@
601 localstatedir = @localstatedir@
602 mandir = @mandir@
603 mkdir_p = @mkdir_p@
604 nl_filtered_build = @nl_filtered_build@
605 nl_filtered_build_cpu = @nl_filtered_build_cpu@
606 nl_filtered_build_os = @nl_filtered_build_os@
607 nl_filtered_build_vendor = @nl_filtered_build_vendor@
608 nl_filtered_host = @nl_filtered_host@
609 nl_filtered_host_cpu = @nl_filtered_host_cpu@
610 nl_filtered_host_os = @nl_filtered_host_os@
611 nl_filtered_host_vendor = @nl_filtered_host_vendor@
612 nl_filtered_target = @nl_filtered_target@
613 nl_filtered_target_cpu = @nl_filtered_target_cpu@
614 nl_filtered_target_os = @nl_filtered_target_os@
615 nl_filtered_target_vendor = @nl_filtered_target_vendor@
616 nlbuild_autotools_stem = @nlbuild_autotools_stem@
617 oldincludedir = @oldincludedir@
618 pdfdir = @pdfdir@
619 prefix = @prefix@
620 program_transform_name = @program_transform_name@
621 psdir = @psdir@
622 sbindir = @sbindir@
623 sharedstatedir = @sharedstatedir@
624 srcdir = @srcdir@
625 subdirs = @subdirs@
626 sysconfdir = @sysconfdir@
627 target = @target@
628 target_alias = @target_alias@
629 target_cpu = @target_cpu@
630 target_os = @target_os@
631 target_vendor = @target_vendor@
632 top_build_prefix = @top_build_prefix@
633 top_builddir = @top_builddir@
634 top_srcdir = @top_srcdir@
635
636 #
637 # Local headers to build against and distribute but not to install
638 # since they are not part of the package.
639 #
640 noinst_HEADERS = \
641     nlbyteorder-test.h                           \
642     nlio-byteorder-test.h                        \
643     nlio-test.h                                  \
644     $(NULL)
645
646
647 #
648 # Other files we do want to distribute with the NLIO SDK.
649 #
650 EXTRA_DIST = \
651     $(NULL)
652
653
654 # C preprocessor option flags that will apply to all compiled objects in this
655 # makefile.
656 @NLIO_BUILD_TESTS_TRUE@AM_CPPFLAGS = \
657 @NLIO_BUILD_TESTS_TRUE@    -I$(top_srcdir)/include                      \
658 @NLIO_BUILD_TESTS_TRUE@    $(NULL)
659
660 @NLIO_BUILD_TESTS_TRUE@COMMON_LDADD = \
661 @NLIO_BUILD_TESTS_TRUE@    $(NULL)
662
663
664 # The additional environment variables and their values that will be
665 # made available to all programs and scripts in TESTS.
666 @NLIO_BUILD_TESTS_TRUE@TESTS_ENVIRONMENT = \
667 @NLIO_BUILD_TESTS_TRUE@    $(NULL)
668
669
670 # Source, compiler, and linker options for test programs.
671 @NLIO_BUILD_TESTS_TRUE@nlbyteorder_test_LDADD = $(COMMON_LDADD)
672 @NLIO_BUILD_TESTS_TRUE@nlbyteorder_test_SOURCES = nlbyteorder-test.c          
673 @NLIO_BUILD_TESTS_TRUE@nlbyteorder_test_cxx_LDADD = $(COMMON_LDADD)
674 @NLIO_BUILD_TESTS_TRUE@nlbyteorder_test_cxx_SOURCES = nlbyteorder-test-cxx.cpp    
675 @NLIO_BUILD_TESTS_TRUE@nlio_byteorder_test_LDADD = $(COMMON_LDADD)
676 @NLIO_BUILD_TESTS_TRUE@nlio_byteorder_test_SOURCES = nlio-byteorder-test.c       
677 @NLIO_BUILD_TESTS_TRUE@nlio_byteorder_test_cxx_LDADD = $(COMMON_LDADD)
678 @NLIO_BUILD_TESTS_TRUE@nlio_byteorder_test_cxx_SOURCES = nlio-byteorder-test-cxx.cpp 
679 @NLIO_BUILD_TESTS_TRUE@nlio_test_LDADD = $(COMMON_LDADD)
680 @NLIO_BUILD_TESTS_TRUE@nlio_test_SOURCES = nlio-test.c                 
681 @NLIO_BUILD_TESTS_TRUE@nlio_test_cxx_LDADD = $(COMMON_LDADD)
682 @NLIO_BUILD_TESTS_TRUE@nlio_test_cxx_SOURCES = nlio-test-cxx.cpp           
683
684 #
685 # Foreign make dependencies
686 #
687 @NLIO_BUILD_TESTS_TRUE@NLFOREIGN_SUBDIR_DEPENDENCIES = \
688 @NLIO_BUILD_TESTS_TRUE@   $(NLUNIT_TEST_FOREIGN_SUBDIR_DEPENDENCY)      \
689 @NLIO_BUILD_TESTS_TRUE@   $(NULL)
690
691 @NLIO_BUILD_COVERAGE_TRUE@@NLIO_BUILD_TESTS_TRUE@CLEANFILES = $(wildcard *.gcda *.gcno)
692
693 # The bundle should positively be qualified with the absolute build
694 # path. Otherwise, VPATH will get auto-prefixed to it if there is
695 # already such a directory in the non-colocated source tree.
696 @NLIO_BUILD_COVERAGE_REPORTS_TRUE@@NLIO_BUILD_COVERAGE_TRUE@@NLIO_BUILD_TESTS_TRUE@NLIO_COVERAGE_BUNDLE = ${abs_builddir}/${PACKAGE}${NL_COVERAGE_BUNDLE_SUFFIX}
697 @NLIO_BUILD_COVERAGE_REPORTS_TRUE@@NLIO_BUILD_COVERAGE_TRUE@@NLIO_BUILD_TESTS_TRUE@NLIO_COVERAGE_INFO = ${NLIO_COVERAGE_BUNDLE}/${PACKAGE}${NL_COVERAGE_INFO_SUFFIX}
698 all: all-am
699
700 .SUFFIXES:
701 .SUFFIXES: .c .cpp .lo .log .o .obj .test .test$(EXEEXT) .trs
702 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
703         @for dep in $?; do \
704           case '$(am__configure_deps)' in \
705             *$$dep*) \
706               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
707                 && { if test -f $@; then exit 0; else break; fi; }; \
708               exit 1;; \
709           esac; \
710         done; \
711         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
712         $(am__cd) $(top_srcdir) && \
713           $(AUTOMAKE) --foreign tests/Makefile
714 .PRECIOUS: Makefile
715 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
716         @case '$?' in \
717           *config.status*) \
718             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
719           *) \
720             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
721             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
722         esac;
723
724 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
725         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
726
727 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
728         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
729 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
730         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
731 $(am__aclocal_m4_deps):
732
733 clean-checkPROGRAMS:
734         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
735         echo " rm -f" $$list; \
736         rm -f $$list || exit $$?; \
737         test -n "$(EXEEXT)" || exit 0; \
738         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
739         echo " rm -f" $$list; \
740         rm -f $$list
741
742 nlbyteorder-test$(EXEEXT): $(nlbyteorder_test_OBJECTS) $(nlbyteorder_test_DEPENDENCIES) $(EXTRA_nlbyteorder_test_DEPENDENCIES) 
743         @rm -f nlbyteorder-test$(EXEEXT)
744         $(AM_V_CCLD)$(LINK) $(nlbyteorder_test_OBJECTS) $(nlbyteorder_test_LDADD) $(LIBS)
745
746 nlbyteorder-test-cxx$(EXEEXT): $(nlbyteorder_test_cxx_OBJECTS) $(nlbyteorder_test_cxx_DEPENDENCIES) $(EXTRA_nlbyteorder_test_cxx_DEPENDENCIES) 
747         @rm -f nlbyteorder-test-cxx$(EXEEXT)
748         $(AM_V_CXXLD)$(CXXLINK) $(nlbyteorder_test_cxx_OBJECTS) $(nlbyteorder_test_cxx_LDADD) $(LIBS)
749
750 nlio-byteorder-test$(EXEEXT): $(nlio_byteorder_test_OBJECTS) $(nlio_byteorder_test_DEPENDENCIES) $(EXTRA_nlio_byteorder_test_DEPENDENCIES) 
751         @rm -f nlio-byteorder-test$(EXEEXT)
752         $(AM_V_CCLD)$(LINK) $(nlio_byteorder_test_OBJECTS) $(nlio_byteorder_test_LDADD) $(LIBS)
753
754 nlio-byteorder-test-cxx$(EXEEXT): $(nlio_byteorder_test_cxx_OBJECTS) $(nlio_byteorder_test_cxx_DEPENDENCIES) $(EXTRA_nlio_byteorder_test_cxx_DEPENDENCIES) 
755         @rm -f nlio-byteorder-test-cxx$(EXEEXT)
756         $(AM_V_CXXLD)$(CXXLINK) $(nlio_byteorder_test_cxx_OBJECTS) $(nlio_byteorder_test_cxx_LDADD) $(LIBS)
757
758 nlio-test$(EXEEXT): $(nlio_test_OBJECTS) $(nlio_test_DEPENDENCIES) $(EXTRA_nlio_test_DEPENDENCIES) 
759         @rm -f nlio-test$(EXEEXT)
760         $(AM_V_CCLD)$(LINK) $(nlio_test_OBJECTS) $(nlio_test_LDADD) $(LIBS)
761
762 nlio-test-cxx$(EXEEXT): $(nlio_test_cxx_OBJECTS) $(nlio_test_cxx_DEPENDENCIES) $(EXTRA_nlio_test_cxx_DEPENDENCIES) 
763         @rm -f nlio-test-cxx$(EXEEXT)
764         $(AM_V_CXXLD)$(CXXLINK) $(nlio_test_cxx_OBJECTS) $(nlio_test_cxx_LDADD) $(LIBS)
765
766 mostlyclean-compile:
767         -rm -f *.$(OBJEXT)
768
769 distclean-compile:
770         -rm -f *.tab.c
771
772 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlbyteorder-test-cxx.Po@am__quote@
773 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlbyteorder-test.Po@am__quote@
774 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlio-byteorder-test-cxx.Po@am__quote@
775 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlio-byteorder-test.Po@am__quote@
776 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlio-test-cxx.Po@am__quote@
777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlio-test.Po@am__quote@
778
779 .c.o:
780 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
781 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
782 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
783 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
784 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
785 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
786
787 .c.obj:
788 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
789 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
790 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
791 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
792 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
793 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
794
795 .c.lo:
796 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
797 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
798 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
799 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
800 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
801 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
802
803 .cpp.o:
804 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
805 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
806 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
807 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
808 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
809 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
810
811 .cpp.obj:
812 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
813 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
814 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
815 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
816 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
817 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
818
819 .cpp.lo:
820 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
821 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
822 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
823 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
824 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
825 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
826
827 mostlyclean-libtool:
828         -rm -f *.lo
829
830 clean-libtool:
831         -rm -rf .libs _libs
832
833 ID: $(am__tagged_files)
834         $(am__define_uniq_tagged_files); mkid -fID $$unique
835 tags: tags-am
836 TAGS: tags
837
838 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
839         set x; \
840         here=`pwd`; \
841         $(am__define_uniq_tagged_files); \
842         shift; \
843         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
844           test -n "$$unique" || unique=$$empty_fix; \
845           if test $$# -gt 0; then \
846             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
847               "$$@" $$unique; \
848           else \
849             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
850               $$unique; \
851           fi; \
852         fi
853 ctags: ctags-am
854
855 CTAGS: ctags
856 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
857         $(am__define_uniq_tagged_files); \
858         test -z "$(CTAGS_ARGS)$$unique" \
859           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
860              $$unique
861
862 GTAGS:
863         here=`$(am__cd) $(top_builddir) && pwd` \
864           && $(am__cd) $(top_srcdir) \
865           && gtags -i $(GTAGS_ARGS) "$$here"
866 cscopelist: cscopelist-am
867
868 cscopelist-am: $(am__tagged_files)
869         list='$(am__tagged_files)'; \
870         case "$(srcdir)" in \
871           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
872           *) sdir=$(subdir)/$(srcdir) ;; \
873         esac; \
874         for i in $$list; do \
875           if test -f "$$i"; then \
876             echo "$(subdir)/$$i"; \
877           else \
878             echo "$$sdir/$$i"; \
879           fi; \
880         done >> $(top_builddir)/cscope.files
881
882 distclean-tags:
883         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
884
885 # Recover from deleted '.trs' file; this should ensure that
886 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
887 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
888 # to avoid problems with "make -n".
889 .log.trs:
890         rm -f $< $@
891         $(MAKE) $(AM_MAKEFLAGS) $<
892
893 # Leading 'am--fnord' is there to ensure the list of targets does not
894 # expand to empty, as could happen e.g. with make check TESTS=''.
895 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
896 am--force-recheck:
897         @:
898
899 $(TEST_SUITE_LOG): $(TEST_LOGS)
900         @$(am__set_TESTS_bases); \
901         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
902         redo_bases=`for i in $$bases; do \
903                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
904                     done`; \
905         if test -n "$$redo_bases"; then \
906           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
907           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
908           if $(am__make_dryrun); then :; else \
909             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
910           fi; \
911         fi; \
912         if test -n "$$am__remaking_logs"; then \
913           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
914                "recursion detected" >&2; \
915         else \
916           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
917         fi; \
918         if $(am__make_dryrun); then :; else \
919           st=0;  \
920           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
921           for i in $$redo_bases; do \
922             test -f $$i.trs && test -r $$i.trs \
923               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
924             test -f $$i.log && test -r $$i.log \
925               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
926           done; \
927           test $$st -eq 0 || exit 1; \
928         fi
929         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
930         ws='[   ]'; \
931         results=`for b in $$bases; do echo $$b.trs; done`; \
932         test -n "$$results" || results=/dev/null; \
933         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
934         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
935         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
936         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
937         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
938         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
939         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
940         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
941           success=true; \
942         else \
943           success=false; \
944         fi; \
945         br='==================='; br=$$br$$br$$br$$br; \
946         result_count () \
947         { \
948             if test x"$$1" = x"--maybe-color"; then \
949               maybe_colorize=yes; \
950             elif test x"$$1" = x"--no-color"; then \
951               maybe_colorize=no; \
952             else \
953               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
954             fi; \
955             shift; \
956             desc=$$1 count=$$2; \
957             if test $$maybe_colorize = yes && test $$count -gt 0; then \
958               color_start=$$3 color_end=$$std; \
959             else \
960               color_start= color_end=; \
961             fi; \
962             echo "$${color_start}# $$desc $$count$${color_end}"; \
963         }; \
964         create_testsuite_report () \
965         { \
966           result_count $$1 "TOTAL:" $$all   "$$brg"; \
967           result_count $$1 "PASS: " $$pass  "$$grn"; \
968           result_count $$1 "SKIP: " $$skip  "$$blu"; \
969           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
970           result_count $$1 "FAIL: " $$fail  "$$red"; \
971           result_count $$1 "XPASS:" $$xpass "$$red"; \
972           result_count $$1 "ERROR:" $$error "$$mgn"; \
973         }; \
974         {                                                               \
975           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
976             $(am__rst_title);                                           \
977           create_testsuite_report --no-color;                           \
978           echo;                                                         \
979           echo ".. contents:: :depth: 2";                               \
980           echo;                                                         \
981           for b in $$bases; do echo $$b; done                           \
982             | $(am__create_global_log);                                 \
983         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
984         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
985         if $$success; then                                              \
986           col="$$grn";                                                  \
987          else                                                           \
988           col="$$red";                                                  \
989           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
990         fi;                                                             \
991         echo "$${col}$$br$${std}";                                      \
992         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
993         echo "$${col}$$br$${std}";                                      \
994         create_testsuite_report --maybe-color;                          \
995         echo "$$col$$br$$std";                                          \
996         if $$success; then :; else                                      \
997           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
998           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
999             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1000           fi;                                                           \
1001           echo "$$col$$br$$std";                                        \
1002         fi;                                                             \
1003         $$success || exit 1
1004
1005 check-TESTS:
1006         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1007         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1008         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1009         @set +e; $(am__set_TESTS_bases); \
1010         log_list=`for i in $$bases; do echo $$i.log; done`; \
1011         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1012         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1013         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1014         exit $$?;
1015 recheck: all $(check_PROGRAMS)
1016         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1017         @set +e; $(am__set_TESTS_bases); \
1018         bases=`for i in $$bases; do echo $$i; done \
1019                  | $(am__list_recheck_tests)` || exit 1; \
1020         log_list=`for i in $$bases; do echo $$i.log; done`; \
1021         log_list=`echo $$log_list`; \
1022         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1023                 am__force_recheck=am--force-recheck \
1024                 TEST_LOGS="$$log_list"; \
1025         exit $$?
1026 nlbyteorder-test.log: nlbyteorder-test$(EXEEXT)
1027         @p='nlbyteorder-test$(EXEEXT)'; \
1028         b='nlbyteorder-test'; \
1029         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1030         --log-file $$b.log --trs-file $$b.trs \
1031         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1032         "$$tst" $(AM_TESTS_FD_REDIRECT)
1033 nlbyteorder-test-cxx.log: nlbyteorder-test-cxx$(EXEEXT)
1034         @p='nlbyteorder-test-cxx$(EXEEXT)'; \
1035         b='nlbyteorder-test-cxx'; \
1036         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1037         --log-file $$b.log --trs-file $$b.trs \
1038         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1039         "$$tst" $(AM_TESTS_FD_REDIRECT)
1040 nlio-byteorder-test.log: nlio-byteorder-test$(EXEEXT)
1041         @p='nlio-byteorder-test$(EXEEXT)'; \
1042         b='nlio-byteorder-test'; \
1043         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1044         --log-file $$b.log --trs-file $$b.trs \
1045         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1046         "$$tst" $(AM_TESTS_FD_REDIRECT)
1047 nlio-byteorder-test-cxx.log: nlio-byteorder-test-cxx$(EXEEXT)
1048         @p='nlio-byteorder-test-cxx$(EXEEXT)'; \
1049         b='nlio-byteorder-test-cxx'; \
1050         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1051         --log-file $$b.log --trs-file $$b.trs \
1052         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1053         "$$tst" $(AM_TESTS_FD_REDIRECT)
1054 nlio-test.log: nlio-test$(EXEEXT)
1055         @p='nlio-test$(EXEEXT)'; \
1056         b='nlio-test'; \
1057         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1058         --log-file $$b.log --trs-file $$b.trs \
1059         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1060         "$$tst" $(AM_TESTS_FD_REDIRECT)
1061 nlio-test-cxx.log: nlio-test-cxx$(EXEEXT)
1062         @p='nlio-test-cxx$(EXEEXT)'; \
1063         b='nlio-test-cxx'; \
1064         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1065         --log-file $$b.log --trs-file $$b.trs \
1066         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1067         "$$tst" $(AM_TESTS_FD_REDIRECT)
1068 .test.log:
1069         @p='$<'; \
1070         $(am__set_b); \
1071         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1072         --log-file $$b.log --trs-file $$b.trs \
1073         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1074         "$$tst" $(AM_TESTS_FD_REDIRECT)
1075 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1076 @am__EXEEXT_TRUE@       @p='$<'; \
1077 @am__EXEEXT_TRUE@       $(am__set_b); \
1078 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1079 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
1080 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1081 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
1082
1083 distdir: $(DISTFILES)
1084         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1085         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1086         list='$(DISTFILES)'; \
1087           dist_files=`for file in $$list; do echo $$file; done | \
1088           sed -e "s|^$$srcdirstrip/||;t" \
1089               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1090         case $$dist_files in \
1091           */*) $(MKDIR_P) `echo "$$dist_files" | \
1092                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1093                            sort -u` ;; \
1094         esac; \
1095         for file in $$dist_files; do \
1096           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1097           if test -d $$d/$$file; then \
1098             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1099             if test -d "$(distdir)/$$file"; then \
1100               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1101             fi; \
1102             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1103               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1104               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1105             fi; \
1106             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1107           else \
1108             test -f "$(distdir)/$$file" \
1109             || cp -p $$d/$$file "$(distdir)/$$file" \
1110             || exit 1; \
1111           fi; \
1112         done
1113 check-am: all-am
1114         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1115         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1116 check: check-am
1117 all-am: Makefile $(HEADERS)
1118 installdirs:
1119 install: install-am
1120 install-exec: install-exec-am
1121 install-data: install-data-am
1122 uninstall: uninstall-am
1123
1124 install-am: all-am
1125         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1126
1127 installcheck: installcheck-am
1128 install-strip:
1129         if test -z '$(STRIP)'; then \
1130           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1131             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1132               install; \
1133         else \
1134           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1135             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1136             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1137         fi
1138 mostlyclean-generic:
1139         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1140         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1141         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1142
1143 clean-generic:
1144         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1145
1146 distclean-generic:
1147         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1148         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1149
1150 maintainer-clean-generic:
1151         @echo "This command is intended for maintainers to use"
1152         @echo "it deletes files that may require special tools to rebuild."
1153 @NLIO_BUILD_COVERAGE_FALSE@clean-local:
1154 @NLIO_BUILD_COVERAGE_REPORTS_FALSE@clean-local:
1155 @NLIO_BUILD_TESTS_FALSE@clean-local:
1156 clean: clean-am
1157
1158 clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \
1159         mostlyclean-am
1160
1161 distclean: distclean-am
1162         -rm -rf ./$(DEPDIR)
1163         -rm -f Makefile
1164 distclean-am: clean-am distclean-compile distclean-generic \
1165         distclean-tags
1166
1167 dvi: dvi-am
1168
1169 dvi-am:
1170
1171 html: html-am
1172
1173 html-am:
1174
1175 info: info-am
1176
1177 info-am:
1178
1179 install-data-am:
1180
1181 install-dvi: install-dvi-am
1182
1183 install-dvi-am:
1184
1185 install-exec-am:
1186
1187 install-html: install-html-am
1188
1189 install-html-am:
1190
1191 install-info: install-info-am
1192
1193 install-info-am:
1194
1195 install-man:
1196
1197 install-pdf: install-pdf-am
1198
1199 install-pdf-am:
1200
1201 install-ps: install-ps-am
1202
1203 install-ps-am:
1204
1205 installcheck-am:
1206
1207 maintainer-clean: maintainer-clean-am
1208         -rm -rf ./$(DEPDIR)
1209         -rm -f Makefile
1210 maintainer-clean-am: distclean-am maintainer-clean-generic
1211
1212 mostlyclean: mostlyclean-am
1213
1214 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1215         mostlyclean-libtool
1216
1217 pdf: pdf-am
1218
1219 pdf-am:
1220
1221 ps: ps-am
1222
1223 ps-am:
1224
1225 uninstall-am:
1226
1227 .MAKE: check-am install-am install-strip
1228
1229 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1230         clean-checkPROGRAMS clean-generic clean-libtool clean-local \
1231         cscopelist-am ctags ctags-am distclean distclean-compile \
1232         distclean-generic distclean-libtool distclean-tags distdir dvi \
1233         dvi-am html html-am info info-am install install-am \
1234         install-data install-data-am install-dvi install-dvi-am \
1235         install-exec install-exec-am install-html install-html-am \
1236         install-info install-info-am install-man install-pdf \
1237         install-pdf-am install-ps install-ps-am install-strip \
1238         installcheck installcheck-am installdirs maintainer-clean \
1239         maintainer-clean-generic mostlyclean mostlyclean-compile \
1240         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1241         recheck tags tags-am uninstall uninstall-am
1242
1243
1244 include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
1245
1246 @NLIO_BUILD_COVERAGE_REPORTS_TRUE@@NLIO_BUILD_COVERAGE_TRUE@@NLIO_BUILD_TESTS_TRUE@$(NLIO_COVERAGE_BUNDLE):
1247 @NLIO_BUILD_COVERAGE_REPORTS_TRUE@@NLIO_BUILD_COVERAGE_TRUE@@NLIO_BUILD_TESTS_TRUE@     $(call create-directory)
1248
1249 @NLIO_BUILD_COVERAGE_REPORTS_TRUE@@NLIO_BUILD_COVERAGE_TRUE@@NLIO_BUILD_TESTS_TRUE@$(NLIO_COVERAGE_INFO): check-local | $(NLIO_COVERAGE_BUNDLE)
1250 @NLIO_BUILD_COVERAGE_REPORTS_TRUE@@NLIO_BUILD_COVERAGE_TRUE@@NLIO_BUILD_TESTS_TRUE@     $(call generate-coverage-report,${top_builddir})
1251
1252 @NLIO_BUILD_COVERAGE_REPORTS_TRUE@@NLIO_BUILD_COVERAGE_TRUE@@NLIO_BUILD_TESTS_TRUE@coverage-local: $(NLIO_COVERAGE_INFO)
1253
1254 @NLIO_BUILD_COVERAGE_REPORTS_TRUE@@NLIO_BUILD_COVERAGE_TRUE@@NLIO_BUILD_TESTS_TRUE@clean-local: clean-local-coverage
1255
1256 @NLIO_BUILD_COVERAGE_REPORTS_TRUE@@NLIO_BUILD_COVERAGE_TRUE@@NLIO_BUILD_TESTS_TRUE@.PHONY: clean-local-coverage
1257 @NLIO_BUILD_COVERAGE_REPORTS_TRUE@@NLIO_BUILD_COVERAGE_TRUE@@NLIO_BUILD_TESTS_TRUE@clean-local-coverage:
1258 @NLIO_BUILD_COVERAGE_REPORTS_TRUE@@NLIO_BUILD_COVERAGE_TRUE@@NLIO_BUILD_TESTS_TRUE@     -$(AM_V_at)rm -rf $(NLIO_COVERAGE_BUNDLE)
1259
1260 include $(abs_top_nlbuild_autotools_dir)/automake/post.am
1261
1262 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1263 # Otherwise a system limit (for SysV at least) may be exceeded.
1264 .NOEXPORT: