Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / nlfaultinjection / repo / src / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #
18 #    Copyright 2016 The nlfaultinjection Authors.
19 #
20 #    Licensed under the Apache License, Version 2.0 (the "License");
21 #    you may not use this file except in compliance with the License.
22 #    You may obtain a copy of the License at
23 #
24 #    http://www.apache.org/licenses/LICENSE-2.0
25 #
26 #    Unless required by applicable law or agreed to in writing, software
27 #    distributed under the License is distributed on an "AS IS" BASIS,
28 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29 #    See the License for the specific language governing permissions and
30 #    limitations under the License.
31 #
32
33 #
34 #    Description:
35 #      This file is the GNU automake template for the Nest Labs Fault Injection 
36 #      library.
37 #
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 = src
105 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
106         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/mkinstalldirs \
107         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/depcomp
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/ax_check_compiler.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/nlfaultinjection-config.h
130 CONFIG_CLEAN_FILES =
131 CONFIG_CLEAN_VPATH_FILES =
132 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
133 am__vpath_adj = case $$p in \
134     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
135     *) f=$$p;; \
136   esac;
137 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
138 am__install_max = 40
139 am__nobase_strip_setup = \
140   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
141 am__nobase_strip = \
142   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
143 am__nobase_list = $(am__nobase_strip_setup); \
144   for p in $$list; do echo "$$p $$p"; done | \
145   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
146   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
147     if (++n[$$2] == $(am__install_max)) \
148       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
149     END { for (dir in files) print dir, files[dir] }'
150 am__base_list = \
151   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
152   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
153 am__uninstall_files_from_dir = { \
154   test -z "$$files" \
155     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
156     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
157          $(am__cd) "$$dir" && rm -f $$files; }; \
158   }
159 am__installdirs = "$(DESTDIR)$(libdir)"
160 LIBRARIES = $(lib_LIBRARIES)
161 ARFLAGS = cru
162 AM_V_AR = $(am__v_AR_@AM_V@)
163 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
164 am__v_AR_0 = @echo "  AR      " $@;
165 am__v_AR_1 = 
166 libnlfaultinjection_a_AR = $(AR) $(ARFLAGS)
167 libnlfaultinjection_a_LIBADD =
168 am_libnlfaultinjection_a_OBJECTS = nlfaultinjection.$(OBJEXT)
169 libnlfaultinjection_a_OBJECTS = $(am_libnlfaultinjection_a_OBJECTS)
170 AM_V_P = $(am__v_P_@AM_V@)
171 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
172 am__v_P_0 = false
173 am__v_P_1 = :
174 AM_V_GEN = $(am__v_GEN_@AM_V@)
175 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
176 am__v_GEN_0 = @echo "  GEN     " $@;
177 am__v_GEN_1 = 
178 AM_V_at = $(am__v_at_@AM_V@)
179 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
180 am__v_at_0 = @
181 am__v_at_1 = 
182 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
183 depcomp = $(SHELL) \
184         $(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/depcomp
185 am__depfiles_maybe = depfiles
186 am__mv = mv -f
187 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
188         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
189 AM_V_lt = $(am__v_lt_@AM_V@)
190 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
191 am__v_lt_0 = --silent
192 am__v_lt_1 = 
193 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
194         $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
195         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
196         $(AM_CXXFLAGS) $(CXXFLAGS)
197 AM_V_CXX = $(am__v_CXX_@AM_V@)
198 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
199 am__v_CXX_0 = @echo "  CXX     " $@;
200 am__v_CXX_1 = 
201 CXXLD = $(CXX)
202 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
203         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
204         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
205 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
206 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
207 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
208 am__v_CXXLD_1 = 
209 SOURCES = $(libnlfaultinjection_a_SOURCES)
210 DIST_SOURCES = $(libnlfaultinjection_a_SOURCES)
211 am__can_run_installinfo = \
212   case $$AM_UPDATE_INFO_DIR in \
213     n|no|NO) false;; \
214     *) (install-info --version) >/dev/null 2>&1;; \
215   esac
216 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
217 # Read a list of newline-separated strings from the standard input,
218 # and print each of them once, without duplicates.  Input order is
219 # *not* preserved.
220 am__uniquify_input = $(AWK) '\
221   BEGIN { nonempty = 0; } \
222   { items[$$0] = 1; nonempty = 1; } \
223   END { if (nonempty) { for (i in items) print i; }; } \
224 '
225 # Make sure the list of sources is unique.  This is necessary because,
226 # e.g., the same source file might be shared among _SOURCES variables
227 # for different programs/libraries.
228 am__define_uniq_tagged_files = \
229   list='$(am__tagged_files)'; \
230   unique=`for i in $$list; do \
231     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
232   done | $(am__uniquify_input)`
233 ETAGS = etags
234 CTAGS = ctags
235 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
236 ACLOCAL = @ACLOCAL@
237 AMTAR = @AMTAR@
238 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
239 AR = @AR@
240 AUTOCONF = @AUTOCONF@
241 AUTOHEADER = @AUTOHEADER@
242 AUTOMAKE = @AUTOMAKE@
243 AWK = @AWK@
244 CC = @CC@
245 CCDEPMODE = @CCDEPMODE@
246 CFLAGS = @CFLAGS@
247 CPP = @CPP@
248 CPPFLAGS = @CPPFLAGS@
249 CXX = @CXX@
250 CXXCPP = @CXXCPP@
251 CXXDEPMODE = @CXXDEPMODE@
252 CXXFLAGS = @CXXFLAGS@
253 CYGPATH_W = @CYGPATH_W@
254 DEFS = @DEFS@
255 DEPDIR = @DEPDIR@
256 DLLTOOL = @DLLTOOL@
257 DOT = @DOT@
258 DOXYGEN = @DOXYGEN@
259 DOXYGEN_USE_DOT = @DOXYGEN_USE_DOT@
260 DSYMUTIL = @DSYMUTIL@
261 DUMPBIN = @DUMPBIN@
262 ECHO_C = @ECHO_C@
263 ECHO_N = @ECHO_N@
264 ECHO_T = @ECHO_T@
265 EGREP = @EGREP@
266 EXEEXT = @EXEEXT@
267 FGREP = @FGREP@
268 GENHTML = @GENHTML@
269 GREP = @GREP@
270 INSTALL = @INSTALL@
271 INSTALL_DATA = @INSTALL_DATA@
272 INSTALL_PROGRAM = @INSTALL_PROGRAM@
273 INSTALL_SCRIPT = @INSTALL_SCRIPT@
274 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
275 LCOV = @LCOV@
276 LD = @LD@
277 LDFLAGS = @LDFLAGS@
278 LIBNLFAULTINJECTION_VERSION_AGE = @LIBNLFAULTINJECTION_VERSION_AGE@
279 LIBNLFAULTINJECTION_VERSION_CURRENT = @LIBNLFAULTINJECTION_VERSION_CURRENT@
280 LIBNLFAULTINJECTION_VERSION_INFO = @LIBNLFAULTINJECTION_VERSION_INFO@
281 LIBNLFAULTINJECTION_VERSION_REVISION = @LIBNLFAULTINJECTION_VERSION_REVISION@
282 LIBOBJS = @LIBOBJS@
283 LIBS = @LIBS@
284 LIBTOOL = @LIBTOOL@
285 LIPO = @LIPO@
286 LN_S = @LN_S@
287 LTLIBOBJS = @LTLIBOBJS@
288 MAINT = @MAINT@
289 MAKEINFO = @MAKEINFO@
290 MANIFEST_TOOL = @MANIFEST_TOOL@
291 MKDIR_P = @MKDIR_P@
292 NLASSERT_CPPFLAGS = @NLASSERT_CPPFLAGS@
293 NLASSERT_FOREIGN_SUBDIR_DEPENDENCY = @NLASSERT_FOREIGN_SUBDIR_DEPENDENCY@
294 NLASSERT_LDFLAGS = @NLASSERT_LDFLAGS@
295 NLASSERT_LIBS = @NLASSERT_LIBS@
296 NLASSERT_SUBDIRS = @NLASSERT_SUBDIRS@
297 NLUNIT_TEST_CPPFLAGS = @NLUNIT_TEST_CPPFLAGS@
298 NLUNIT_TEST_FOREIGN_SUBDIR_DEPENDENCY = @NLUNIT_TEST_FOREIGN_SUBDIR_DEPENDENCY@
299 NLUNIT_TEST_LDFLAGS = @NLUNIT_TEST_LDFLAGS@
300 NLUNIT_TEST_LIBS = @NLUNIT_TEST_LIBS@
301 NLUNIT_TEST_SUBDIRS = @NLUNIT_TEST_SUBDIRS@
302 NM = @NM@
303 NMEDIT = @NMEDIT@
304 OBJCOPY = @OBJCOPY@
305 OBJDUMP = @OBJDUMP@
306 OBJEXT = @OBJEXT@
307 OTOOL = @OTOOL@
308 OTOOL64 = @OTOOL64@
309 PACKAGE = @PACKAGE@
310 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
311 PACKAGE_NAME = @PACKAGE_NAME@
312 PACKAGE_STRING = @PACKAGE_STRING@
313 PACKAGE_TARNAME = @PACKAGE_TARNAME@
314 PACKAGE_URL = @PACKAGE_URL@
315 PACKAGE_VERSION = @PACKAGE_VERSION@
316 PATH_SEPARATOR = @PATH_SEPARATOR@
317 PKG_CONFIG = @PKG_CONFIG@
318 PRETTY_CHECK = @PRETTY_CHECK@
319 PRETTY_CHECK_ARGS = @PRETTY_CHECK_ARGS@
320 RANLIB = @RANLIB@
321 SED = @SED@
322 SET_MAKE = @SET_MAKE@
323 SHELL = @SHELL@
324 STRIP = @STRIP@
325 TARGET_STYLE = @TARGET_STYLE@
326 VERSION = @VERSION@
327 abs_builddir = @abs_builddir@
328 abs_srcdir = @abs_srcdir@
329 abs_top_builddir = @abs_top_builddir@
330 abs_top_nlbuild_autotools_dir = @abs_top_nlbuild_autotools_dir@
331 abs_top_srcdir = @abs_top_srcdir@
332 ac_ct_AR = @ac_ct_AR@
333 ac_ct_CC = @ac_ct_CC@
334 ac_ct_CXX = @ac_ct_CXX@
335 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
336 am__include = @am__include@
337 am__leading_dot = @am__leading_dot@
338 am__quote = @am__quote@
339 am__tar = @am__tar@
340 am__untar = @am__untar@
341 bindir = @bindir@
342 build = @build@
343 build_alias = @build_alias@
344 build_cpu = @build_cpu@
345 build_os = @build_os@
346 build_vendor = @build_vendor@
347 builddir = @builddir@
348 datadir = @datadir@
349 datarootdir = @datarootdir@
350 docdir = @docdir@
351 dvidir = @dvidir@
352 exec_prefix = @exec_prefix@
353 host = @host@
354 host_alias = @host_alias@
355 host_cpu = @host_cpu@
356 host_os = @host_os@
357 host_vendor = @host_vendor@
358 htmldir = @htmldir@
359 includedir = @includedir@
360 infodir = @infodir@
361 install_sh = @install_sh@
362 libdir = @libdir@
363 libexecdir = @libexecdir@
364 localedir = @localedir@
365 localstatedir = @localstatedir@
366 mandir = @mandir@
367 mkdir_p = @mkdir_p@
368 nl_filtered_build = @nl_filtered_build@
369 nl_filtered_build_cpu = @nl_filtered_build_cpu@
370 nl_filtered_build_os = @nl_filtered_build_os@
371 nl_filtered_build_vendor = @nl_filtered_build_vendor@
372 nl_filtered_host = @nl_filtered_host@
373 nl_filtered_host_cpu = @nl_filtered_host_cpu@
374 nl_filtered_host_os = @nl_filtered_host_os@
375 nl_filtered_host_vendor = @nl_filtered_host_vendor@
376 nl_filtered_target = @nl_filtered_target@
377 nl_filtered_target_cpu = @nl_filtered_target_cpu@
378 nl_filtered_target_os = @nl_filtered_target_os@
379 nl_filtered_target_vendor = @nl_filtered_target_vendor@
380 nlbuild_autotools_stem = @nlbuild_autotools_stem@
381 oldincludedir = @oldincludedir@
382 pdfdir = @pdfdir@
383 prefix = @prefix@
384 program_transform_name = @program_transform_name@
385 psdir = @psdir@
386 sbindir = @sbindir@
387 sharedstatedir = @sharedstatedir@
388 srcdir = @srcdir@
389 subdirs = @subdirs@
390 sysconfdir = @sysconfdir@
391 target = @target@
392 target_alias = @target_alias@
393 target_cpu = @target_cpu@
394 target_os = @target_os@
395 target_vendor = @target_vendor@
396 top_build_prefix = @top_build_prefix@
397 top_builddir = @top_builddir@
398 top_srcdir = @top_srcdir@
399 AM_CPPFLAGS = \
400     -I$(top_srcdir)/include                \
401     $(NULL)
402
403 lib_LIBRARIES = \
404     libnlfaultinjection.a                  \
405     $(NULL)
406
407 libnlfaultinjection_a_SOURCES = \
408     nlfaultinjection.cpp                   \
409     $(NULL)
410
411
412 #
413 # Foreign make dependencies
414 #
415 NLFOREIGN_SUBDIR_DEPENDENCIES = \
416    $(NLASSERT_FOREIGN_SUBDIR_DEPENDENCY)   \
417    $(NULL)
418
419 all: all-am
420
421 .SUFFIXES:
422 .SUFFIXES: .cpp .lo .o .obj
423 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
424         @for dep in $?; do \
425           case '$(am__configure_deps)' in \
426             *$$dep*) \
427               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
428                 && { if test -f $@; then exit 0; else break; fi; }; \
429               exit 1;; \
430           esac; \
431         done; \
432         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
433         $(am__cd) $(top_srcdir) && \
434           $(AUTOMAKE) --foreign src/Makefile
435 .PRECIOUS: Makefile
436 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
437         @case '$?' in \
438           *config.status*) \
439             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
440           *) \
441             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
442             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
443         esac;
444
445 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
446         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
447
448 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
449         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
450 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
451         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452 $(am__aclocal_m4_deps):
453 install-libLIBRARIES: $(lib_LIBRARIES)
454         @$(NORMAL_INSTALL)
455         @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
456         list2=; for p in $$list; do \
457           if test -f $$p; then \
458             list2="$$list2 $$p"; \
459           else :; fi; \
460         done; \
461         test -z "$$list2" || { \
462           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
463           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
464           echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
465           $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
466         @$(POST_INSTALL)
467         @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
468         for p in $$list; do \
469           if test -f $$p; then \
470             $(am__strip_dir) \
471             echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
472             ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
473           else :; fi; \
474         done
475
476 uninstall-libLIBRARIES:
477         @$(NORMAL_UNINSTALL)
478         @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
479         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
480         dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
481
482 clean-libLIBRARIES:
483         -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
484
485 libnlfaultinjection.a: $(libnlfaultinjection_a_OBJECTS) $(libnlfaultinjection_a_DEPENDENCIES) $(EXTRA_libnlfaultinjection_a_DEPENDENCIES) 
486         $(AM_V_at)-rm -f libnlfaultinjection.a
487         $(AM_V_AR)$(libnlfaultinjection_a_AR) libnlfaultinjection.a $(libnlfaultinjection_a_OBJECTS) $(libnlfaultinjection_a_LIBADD)
488         $(AM_V_at)$(RANLIB) libnlfaultinjection.a
489
490 mostlyclean-compile:
491         -rm -f *.$(OBJEXT)
492
493 distclean-compile:
494         -rm -f *.tab.c
495
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlfaultinjection.Po@am__quote@
497
498 .cpp.o:
499 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
500 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
501 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
502 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
503 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
505
506 .cpp.obj:
507 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
508 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
509 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
510 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
511 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
513
514 .cpp.lo:
515 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
516 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
517 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
518 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
519 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
520 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
521
522 mostlyclean-libtool:
523         -rm -f *.lo
524
525 clean-libtool:
526         -rm -rf .libs _libs
527
528 ID: $(am__tagged_files)
529         $(am__define_uniq_tagged_files); mkid -fID $$unique
530 tags: tags-am
531 TAGS: tags
532
533 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
534         set x; \
535         here=`pwd`; \
536         $(am__define_uniq_tagged_files); \
537         shift; \
538         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
539           test -n "$$unique" || unique=$$empty_fix; \
540           if test $$# -gt 0; then \
541             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
542               "$$@" $$unique; \
543           else \
544             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
545               $$unique; \
546           fi; \
547         fi
548 ctags: ctags-am
549
550 CTAGS: ctags
551 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
552         $(am__define_uniq_tagged_files); \
553         test -z "$(CTAGS_ARGS)$$unique" \
554           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
555              $$unique
556
557 GTAGS:
558         here=`$(am__cd) $(top_builddir) && pwd` \
559           && $(am__cd) $(top_srcdir) \
560           && gtags -i $(GTAGS_ARGS) "$$here"
561 cscopelist: cscopelist-am
562
563 cscopelist-am: $(am__tagged_files)
564         list='$(am__tagged_files)'; \
565         case "$(srcdir)" in \
566           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
567           *) sdir=$(subdir)/$(srcdir) ;; \
568         esac; \
569         for i in $$list; do \
570           if test -f "$$i"; then \
571             echo "$(subdir)/$$i"; \
572           else \
573             echo "$$sdir/$$i"; \
574           fi; \
575         done >> $(top_builddir)/cscope.files
576
577 distclean-tags:
578         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
579
580 distdir: $(DISTFILES)
581         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
582         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
583         list='$(DISTFILES)'; \
584           dist_files=`for file in $$list; do echo $$file; done | \
585           sed -e "s|^$$srcdirstrip/||;t" \
586               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
587         case $$dist_files in \
588           */*) $(MKDIR_P) `echo "$$dist_files" | \
589                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
590                            sort -u` ;; \
591         esac; \
592         for file in $$dist_files; do \
593           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
594           if test -d $$d/$$file; then \
595             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
596             if test -d "$(distdir)/$$file"; then \
597               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
598             fi; \
599             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
600               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
601               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
602             fi; \
603             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
604           else \
605             test -f "$(distdir)/$$file" \
606             || cp -p $$d/$$file "$(distdir)/$$file" \
607             || exit 1; \
608           fi; \
609         done
610 check-am: all-am
611 check: check-am
612 all-am: Makefile $(LIBRARIES)
613 installdirs:
614         for dir in "$(DESTDIR)$(libdir)"; do \
615           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
616         done
617 install: install-am
618 install-exec: install-exec-am
619 install-data: install-data-am
620 uninstall: uninstall-am
621
622 install-am: all-am
623         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
624
625 installcheck: installcheck-am
626 install-strip:
627         if test -z '$(STRIP)'; then \
628           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
629             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
630               install; \
631         else \
632           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
633             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
634             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
635         fi
636 mostlyclean-generic:
637
638 clean-generic:
639
640 distclean-generic:
641         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
642         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
643
644 maintainer-clean-generic:
645         @echo "This command is intended for maintainers to use"
646         @echo "it deletes files that may require special tools to rebuild."
647 clean: clean-am
648
649 clean-am: clean-generic clean-libLIBRARIES clean-libtool \
650         mostlyclean-am
651
652 distclean: distclean-am
653         -rm -rf ./$(DEPDIR)
654         -rm -f Makefile
655 distclean-am: clean-am distclean-compile distclean-generic \
656         distclean-tags
657
658 dvi: dvi-am
659
660 dvi-am:
661
662 html: html-am
663
664 html-am:
665
666 info: info-am
667
668 info-am:
669
670 install-data-am:
671
672 install-dvi: install-dvi-am
673
674 install-dvi-am:
675
676 install-exec-am: install-libLIBRARIES
677
678 install-html: install-html-am
679
680 install-html-am:
681
682 install-info: install-info-am
683
684 install-info-am:
685
686 install-man:
687
688 install-pdf: install-pdf-am
689
690 install-pdf-am:
691
692 install-ps: install-ps-am
693
694 install-ps-am:
695
696 installcheck-am:
697
698 maintainer-clean: maintainer-clean-am
699         -rm -rf ./$(DEPDIR)
700         -rm -f Makefile
701 maintainer-clean-am: distclean-am maintainer-clean-generic
702
703 mostlyclean: mostlyclean-am
704
705 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
706         mostlyclean-libtool
707
708 pdf: pdf-am
709
710 pdf-am:
711
712 ps: ps-am
713
714 ps-am:
715
716 uninstall-am: uninstall-libLIBRARIES
717
718 .MAKE: install-am install-strip
719
720 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
721         clean-libLIBRARIES clean-libtool cscopelist-am ctags ctags-am \
722         distclean distclean-compile distclean-generic \
723         distclean-libtool distclean-tags distdir dvi dvi-am html \
724         html-am info info-am install install-am install-data \
725         install-data-am install-dvi install-dvi-am install-exec \
726         install-exec-am install-html install-html-am install-info \
727         install-info-am install-libLIBRARIES install-man install-pdf \
728         install-pdf-am install-ps install-ps-am install-strip \
729         installcheck installcheck-am installdirs maintainer-clean \
730         maintainer-clean-generic mostlyclean mostlyclean-compile \
731         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
732         tags tags-am uninstall uninstall-am uninstall-libLIBRARIES
733
734
735 include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
736
737 install-headers: install-data
738
739 include $(abs_top_nlbuild_autotools_dir)/automake/post.am
740
741 # Tell versions [3.59,3.63) of GNU make to not export all variables.
742 # Otherwise a system limit (for SysV at least) may be exceeded.
743 .NOEXPORT: