Imported Upstream version 1.46.0
[platform/upstream/nghttp2.git] / src / includes / Makefile.in
1 # Makefile.in generated by automake 1.16.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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 # nghttp2 - HTTP/2 C Library
18
19 # Copyright (c) 2014 Tatsuhiro Tsujikawa
20
21 # Permission is hereby granted, free of charge, to any person obtaining
22 # a copy of this software and associated documentation files (the
23 # "Software"), to deal in the Software without restriction, including
24 # without limitation the rights to use, copy, modify, merge, publish,
25 # distribute, sublicense, and/or sell copies of the Software, and to
26 # permit persons to whom the Software is furnished to do so, subject to
27 # the following conditions:
28
29 # The above copyright notice and this permission notice shall be
30 # included in all copies or substantial portions of the Software.
31
32 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
33 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
34 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
35 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
36 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
37 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
38 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39
40 VPATH = @srcdir@
41 am__is_gnu_make = { \
42   if test -z '$(MAKELEVEL)'; then \
43     false; \
44   elif test -n '$(MAKE_HOST)'; then \
45     true; \
46   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
47     true; \
48   else \
49     false; \
50   fi; \
51 }
52 am__make_running_with_option = \
53   case $${target_option-} in \
54       ?) ;; \
55       *) echo "am__make_running_with_option: internal error: invalid" \
56               "target option '$${target_option-}' specified" >&2; \
57          exit 1;; \
58   esac; \
59   has_opt=no; \
60   sane_makeflags=$$MAKEFLAGS; \
61   if $(am__is_gnu_make); then \
62     sane_makeflags=$$MFLAGS; \
63   else \
64     case $$MAKEFLAGS in \
65       *\\[\ \   ]*) \
66         bs=\\; \
67         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
68           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
69     esac; \
70   fi; \
71   skip_next=no; \
72   strip_trailopt () \
73   { \
74     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
75   }; \
76   for flg in $$sane_makeflags; do \
77     test $$skip_next = yes && { skip_next=no; continue; }; \
78     case $$flg in \
79       *=*|--*) continue;; \
80         -*I) strip_trailopt 'I'; skip_next=yes;; \
81       -*I?*) strip_trailopt 'I';; \
82         -*O) strip_trailopt 'O'; skip_next=yes;; \
83       -*O?*) strip_trailopt 'O';; \
84         -*l) strip_trailopt 'l'; skip_next=yes;; \
85       -*l?*) strip_trailopt 'l';; \
86       -[dEDm]) skip_next=yes;; \
87       -[JT]) skip_next=yes;; \
88     esac; \
89     case $$flg in \
90       *$$target_option*) has_opt=yes; break;; \
91     esac; \
92   done; \
93   test $$has_opt = yes
94 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
95 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
96 pkgdatadir = $(datadir)/@PACKAGE@
97 pkgincludedir = $(includedir)/@PACKAGE@
98 pkglibdir = $(libdir)/@PACKAGE@
99 pkglibexecdir = $(libexecdir)/@PACKAGE@
100 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
101 install_sh_DATA = $(install_sh) -c -m 644
102 install_sh_PROGRAM = $(install_sh) -c
103 install_sh_SCRIPT = $(install_sh) -c
104 INSTALL_HEADER = $(INSTALL_DATA)
105 transform = $(program_transform_name)
106 NORMAL_INSTALL = :
107 PRE_INSTALL = :
108 POST_INSTALL = :
109 NORMAL_UNINSTALL = :
110 PRE_UNINSTALL = :
111 POST_UNINSTALL = :
112 build_triplet = @build@
113 host_triplet = @host@
114 target_triplet = @target@
115 subdir = src/includes
116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_asio.m4 \
118         $(top_srcdir)/m4/ax_boost_base.m4 \
119         $(top_srcdir)/m4/ax_boost_system.m4 \
120         $(top_srcdir)/m4/ax_boost_thread.m4 \
121         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
122         $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
123         $(top_srcdir)/m4/ax_python_devel.m4 \
124         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
125         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
126         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
127 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
128         $(ACLOCAL_M4)
129 DIST_COMMON = $(srcdir)/Makefile.am $(am__nobase_include_HEADERS_DIST) \
130         $(am__DIST_COMMON)
131 mkinstalldirs = $(install_sh) -d
132 CONFIG_HEADER = $(top_builddir)/config.h
133 CONFIG_CLEAN_FILES =
134 CONFIG_CLEAN_VPATH_FILES =
135 AM_V_P = $(am__v_P_@AM_V@)
136 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
137 am__v_P_0 = false
138 am__v_P_1 = :
139 AM_V_GEN = $(am__v_GEN_@AM_V@)
140 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
141 am__v_GEN_0 = @echo "  GEN     " $@;
142 am__v_GEN_1 = 
143 AM_V_at = $(am__v_at_@AM_V@)
144 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
145 am__v_at_0 = @
146 am__v_at_1 = 
147 SOURCES =
148 DIST_SOURCES =
149 am__can_run_installinfo = \
150   case $$AM_UPDATE_INFO_DIR in \
151     n|no|NO) false;; \
152     *) (install-info --version) >/dev/null 2>&1;; \
153   esac
154 am__nobase_include_HEADERS_DIST = nghttp2/asio_http2.h \
155         nghttp2/asio_http2_client.h nghttp2/asio_http2_server.h
156 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
157 am__vpath_adj = case $$p in \
158     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
159     *) f=$$p;; \
160   esac;
161 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
162 am__install_max = 40
163 am__nobase_strip_setup = \
164   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
165 am__nobase_strip = \
166   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
167 am__nobase_list = $(am__nobase_strip_setup); \
168   for p in $$list; do echo "$$p $$p"; done | \
169   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
170   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
171     if (++n[$$2] == $(am__install_max)) \
172       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
173     END { for (dir in files) print dir, files[dir] }'
174 am__base_list = \
175   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
176   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
177 am__uninstall_files_from_dir = { \
178   test -z "$$files" \
179     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
180     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
181          $(am__cd) "$$dir" && rm -f $$files; }; \
182   }
183 am__installdirs = "$(DESTDIR)$(includedir)"
184 HEADERS = $(nobase_include_HEADERS)
185 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
186 # Read a list of newline-separated strings from the standard input,
187 # and print each of them once, without duplicates.  Input order is
188 # *not* preserved.
189 am__uniquify_input = $(AWK) '\
190   BEGIN { nonempty = 0; } \
191   { items[$$0] = 1; nonempty = 1; } \
192   END { if (nonempty) { for (i in items) print i; }; } \
193 '
194 # Make sure the list of sources is unique.  This is necessary because,
195 # e.g., the same source file might be shared among _SOURCES variables
196 # for different programs/libraries.
197 am__define_uniq_tagged_files = \
198   list='$(am__tagged_files)'; \
199   unique=`for i in $$list; do \
200     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
201   done | $(am__uniquify_input)`
202 am__DIST_COMMON = $(srcdir)/Makefile.in
203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204 ACLOCAL = @ACLOCAL@
205 AMTAR = @AMTAR@
206 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
207 APPLDFLAGS = @APPLDFLAGS@
208 AR = @AR@
209 AUTOCONF = @AUTOCONF@
210 AUTOHEADER = @AUTOHEADER@
211 AUTOMAKE = @AUTOMAKE@
212 AWK = @AWK@
213 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
214 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
215 BOOST_LDFLAGS = @BOOST_LDFLAGS@
216 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
217 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
218 BPFCFLAGS = @BPFCFLAGS@
219 CC = @CC@
220 CCDEPMODE = @CCDEPMODE@
221 CFLAGS = @CFLAGS@
222 CPP = @CPP@
223 CPPFLAGS = @CPPFLAGS@
224 CSCOPE = @CSCOPE@
225 CTAGS = @CTAGS@
226 CUNIT_CFLAGS = @CUNIT_CFLAGS@
227 CUNIT_LIBS = @CUNIT_LIBS@
228 CXX = @CXX@
229 CXX1XCXXFLAGS = @CXX1XCXXFLAGS@
230 CXXCPP = @CXXCPP@
231 CXXDEPMODE = @CXXDEPMODE@
232 CXXFLAGS = @CXXFLAGS@
233 CYGPATH_W = @CYGPATH_W@
234 CYTHON = @CYTHON@
235 DEFS = @DEFS@
236 DEPDIR = @DEPDIR@
237 DLLTOOL = @DLLTOOL@
238 DSYMUTIL = @DSYMUTIL@
239 DUMPBIN = @DUMPBIN@
240 ECHO_C = @ECHO_C@
241 ECHO_N = @ECHO_N@
242 ECHO_T = @ECHO_T@
243 EGREP = @EGREP@
244 ETAGS = @ETAGS@
245 EXEEXT = @EXEEXT@
246 EXTRABPFCFLAGS = @EXTRABPFCFLAGS@
247 EXTRACFLAG = @EXTRACFLAG@
248 EXTRA_DEFS = @EXTRA_DEFS@
249 FGREP = @FGREP@
250 GREP = @GREP@
251 HAVE_CXX14 = @HAVE_CXX14@
252 INSTALL = @INSTALL@
253 INSTALL_DATA = @INSTALL_DATA@
254 INSTALL_PROGRAM = @INSTALL_PROGRAM@
255 INSTALL_SCRIPT = @INSTALL_SCRIPT@
256 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
257 JANSSON_CFLAGS = @JANSSON_CFLAGS@
258 JANSSON_LIBS = @JANSSON_LIBS@
259 JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
260 JEMALLOC_LIBS = @JEMALLOC_LIBS@
261 LD = @LD@
262 LDFLAGS = @LDFLAGS@
263 LIBBPF_CFLAGS = @LIBBPF_CFLAGS@
264 LIBBPF_LIBS = @LIBBPF_LIBS@
265 LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
266 LIBCARES_LIBS = @LIBCARES_LIBS@
267 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
268 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
269 LIBEV_CFLAGS = @LIBEV_CFLAGS@
270 LIBEV_LIBS = @LIBEV_LIBS@
271 LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
272 LIBMRUBY_LIBS = @LIBMRUBY_LIBS@
273 LIBNGHTTP3_CFLAGS = @LIBNGHTTP3_CFLAGS@
274 LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
275 LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
276 LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
277 LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
278 LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS@
279 LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS@
280 LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
281 LIBOBJS = @LIBOBJS@
282 LIBS = @LIBS@
283 LIBTOOL = @LIBTOOL@
284 LIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@
285 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
286 LIBXML2_LIBS = @LIBXML2_LIBS@
287 LIPO = @LIPO@
288 LN_S = @LN_S@
289 LTLIBOBJS = @LTLIBOBJS@
290 LT_AGE = @LT_AGE@
291 LT_CURRENT = @LT_CURRENT@
292 LT_REVISION = @LT_REVISION@
293 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
294 MAKEINFO = @MAKEINFO@
295 MANIFEST_TOOL = @MANIFEST_TOOL@
296 MKDIR_P = @MKDIR_P@
297 NM = @NM@
298 NMEDIT = @NMEDIT@
299 OBJDUMP = @OBJDUMP@
300 OBJEXT = @OBJEXT@
301 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
302 OPENSSL_LIBS = @OPENSSL_LIBS@
303 OTOOL = @OTOOL@
304 OTOOL64 = @OTOOL64@
305 PACKAGE = @PACKAGE@
306 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
307 PACKAGE_NAME = @PACKAGE_NAME@
308 PACKAGE_STRING = @PACKAGE_STRING@
309 PACKAGE_TARNAME = @PACKAGE_TARNAME@
310 PACKAGE_URL = @PACKAGE_URL@
311 PACKAGE_VERSION = @PACKAGE_VERSION@
312 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
313 PATH_SEPARATOR = @PATH_SEPARATOR@
314 PKG_CONFIG = @PKG_CONFIG@
315 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
316 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
317 PYTHON = @PYTHON@
318 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
319 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
320 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
321 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
322 PYTHON_LIBS = @PYTHON_LIBS@
323 PYTHON_PLATFORM = @PYTHON_PLATFORM@
324 PYTHON_PLATFORM_SITE_PKG = @PYTHON_PLATFORM_SITE_PKG@
325 PYTHON_PREFIX = @PYTHON_PREFIX@
326 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
327 PYTHON_VERSION = @PYTHON_VERSION@
328 RANLIB = @RANLIB@
329 SED = @SED@
330 SET_MAKE = @SET_MAKE@
331 SHELL = @SHELL@
332 STRIP = @STRIP@
333 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
334 SYSTEMD_LIBS = @SYSTEMD_LIBS@
335 TESTLDADD = @TESTLDADD@
336 VERSION = @VERSION@
337 WARNCFLAGS = @WARNCFLAGS@
338 WARNCXXFLAGS = @WARNCXXFLAGS@
339 ZLIB_CFLAGS = @ZLIB_CFLAGS@
340 ZLIB_LIBS = @ZLIB_LIBS@
341 abs_builddir = @abs_builddir@
342 abs_srcdir = @abs_srcdir@
343 abs_top_builddir = @abs_top_builddir@
344 abs_top_srcdir = @abs_top_srcdir@
345 ac_ct_AR = @ac_ct_AR@
346 ac_ct_CC = @ac_ct_CC@
347 ac_ct_CXX = @ac_ct_CXX@
348 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
349 am__include = @am__include@
350 am__leading_dot = @am__leading_dot@
351 am__quote = @am__quote@
352 am__tar = @am__tar@
353 am__untar = @am__untar@
354 bindir = @bindir@
355 build = @build@
356 build_alias = @build_alias@
357 build_cpu = @build_cpu@
358 build_os = @build_os@
359 build_vendor = @build_vendor@
360 builddir = @builddir@
361 datadir = @datadir@
362 datarootdir = @datarootdir@
363 docdir = @docdir@
364 dvidir = @dvidir@
365 exec_prefix = @exec_prefix@
366 host = @host@
367 host_alias = @host_alias@
368 host_cpu = @host_cpu@
369 host_os = @host_os@
370 host_vendor = @host_vendor@
371 htmldir = @htmldir@
372 includedir = @includedir@
373 infodir = @infodir@
374 install_sh = @install_sh@
375 libdir = @libdir@
376 libexecdir = @libexecdir@
377 localedir = @localedir@
378 localstatedir = @localstatedir@
379 mandir = @mandir@
380 mkdir_p = @mkdir_p@
381 oldincludedir = @oldincludedir@
382 pdfdir = @pdfdir@
383 pkgpyexecdir = @pkgpyexecdir@
384 pkgpythondir = @pkgpythondir@
385 prefix = @prefix@
386 program_transform_name = @program_transform_name@
387 psdir = @psdir@
388 pyexecdir = @pyexecdir@
389 pythondir = @pythondir@
390 runstatedir = @runstatedir@
391 sbindir = @sbindir@
392 sharedstatedir = @sharedstatedir@
393 srcdir = @srcdir@
394 sysconfdir = @sysconfdir@
395 target = @target@
396 target_alias = @target_alias@
397 target_cpu = @target_cpu@
398 target_os = @target_os@
399 target_vendor = @target_vendor@
400 top_build_prefix = @top_build_prefix@
401 top_builddir = @top_builddir@
402 top_srcdir = @top_srcdir@
403 EXTRA_DIST = CMakeLists.txt
404 @ENABLE_ASIO_LIB_TRUE@nobase_include_HEADERS = nghttp2/asio_http2.h nghttp2/asio_http2_client.h \
405 @ENABLE_ASIO_LIB_TRUE@  nghttp2/asio_http2_server.h
406
407 all: all-am
408
409 .SUFFIXES:
410 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
411         @for dep in $?; do \
412           case '$(am__configure_deps)' in \
413             *$$dep*) \
414               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
415                 && { if test -f $@; then exit 0; else break; fi; }; \
416               exit 1;; \
417           esac; \
418         done; \
419         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/includes/Makefile'; \
420         $(am__cd) $(top_srcdir) && \
421           $(AUTOMAKE) --gnu src/includes/Makefile
422 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
423         @case '$?' in \
424           *config.status*) \
425             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
426           *) \
427             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
428             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
429         esac;
430
431 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
432         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433
434 $(top_srcdir)/configure:  $(am__configure_deps)
435         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
436 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
437         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
438 $(am__aclocal_m4_deps):
439
440 mostlyclean-libtool:
441         -rm -f *.lo
442
443 clean-libtool:
444         -rm -rf .libs _libs
445 install-nobase_includeHEADERS: $(nobase_include_HEADERS)
446         @$(NORMAL_INSTALL)
447         @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
448         if test -n "$$list"; then \
449           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
450           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
451         fi; \
452         $(am__nobase_list) | while read dir files; do \
453           xfiles=; for file in $$files; do \
454             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
455             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
456           test -z "$$xfiles" || { \
457             test "x$$dir" = x. || { \
458               echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
459               $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
460             echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
461             $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
462         done
463
464 uninstall-nobase_includeHEADERS:
465         @$(NORMAL_UNINSTALL)
466         @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
467         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
468         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
469
470 ID: $(am__tagged_files)
471         $(am__define_uniq_tagged_files); mkid -fID $$unique
472 tags: tags-am
473 TAGS: tags
474
475 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
476         set x; \
477         here=`pwd`; \
478         $(am__define_uniq_tagged_files); \
479         shift; \
480         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
481           test -n "$$unique" || unique=$$empty_fix; \
482           if test $$# -gt 0; then \
483             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484               "$$@" $$unique; \
485           else \
486             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487               $$unique; \
488           fi; \
489         fi
490 ctags: ctags-am
491
492 CTAGS: ctags
493 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
494         $(am__define_uniq_tagged_files); \
495         test -z "$(CTAGS_ARGS)$$unique" \
496           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
497              $$unique
498
499 GTAGS:
500         here=`$(am__cd) $(top_builddir) && pwd` \
501           && $(am__cd) $(top_srcdir) \
502           && gtags -i $(GTAGS_ARGS) "$$here"
503 cscopelist: cscopelist-am
504
505 cscopelist-am: $(am__tagged_files)
506         list='$(am__tagged_files)'; \
507         case "$(srcdir)" in \
508           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
509           *) sdir=$(subdir)/$(srcdir) ;; \
510         esac; \
511         for i in $$list; do \
512           if test -f "$$i"; then \
513             echo "$(subdir)/$$i"; \
514           else \
515             echo "$$sdir/$$i"; \
516           fi; \
517         done >> $(top_builddir)/cscope.files
518
519 distclean-tags:
520         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
521 distdir: $(BUILT_SOURCES)
522         $(MAKE) $(AM_MAKEFLAGS) distdir-am
523
524 distdir-am: $(DISTFILES)
525         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
526         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527         list='$(DISTFILES)'; \
528           dist_files=`for file in $$list; do echo $$file; done | \
529           sed -e "s|^$$srcdirstrip/||;t" \
530               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
531         case $$dist_files in \
532           */*) $(MKDIR_P) `echo "$$dist_files" | \
533                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
534                            sort -u` ;; \
535         esac; \
536         for file in $$dist_files; do \
537           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
538           if test -d $$d/$$file; then \
539             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
540             if test -d "$(distdir)/$$file"; then \
541               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
542             fi; \
543             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
544               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
545               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
546             fi; \
547             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
548           else \
549             test -f "$(distdir)/$$file" \
550             || cp -p $$d/$$file "$(distdir)/$$file" \
551             || exit 1; \
552           fi; \
553         done
554 check-am: all-am
555 check: check-am
556 all-am: Makefile $(HEADERS)
557 installdirs:
558         for dir in "$(DESTDIR)$(includedir)"; do \
559           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
560         done
561 install: install-am
562 install-exec: install-exec-am
563 install-data: install-data-am
564 uninstall: uninstall-am
565
566 install-am: all-am
567         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
568
569 installcheck: installcheck-am
570 install-strip:
571         if test -z '$(STRIP)'; then \
572           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
573             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
574               install; \
575         else \
576           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
577             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
578             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
579         fi
580 mostlyclean-generic:
581
582 clean-generic:
583
584 distclean-generic:
585         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
586         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
587
588 maintainer-clean-generic:
589         @echo "This command is intended for maintainers to use"
590         @echo "it deletes files that may require special tools to rebuild."
591 clean: clean-am
592
593 clean-am: clean-generic clean-libtool mostlyclean-am
594
595 distclean: distclean-am
596         -rm -f Makefile
597 distclean-am: clean-am distclean-generic distclean-tags
598
599 dvi: dvi-am
600
601 dvi-am:
602
603 html: html-am
604
605 html-am:
606
607 info: info-am
608
609 info-am:
610
611 install-data-am: install-nobase_includeHEADERS
612
613 install-dvi: install-dvi-am
614
615 install-dvi-am:
616
617 install-exec-am:
618
619 install-html: install-html-am
620
621 install-html-am:
622
623 install-info: install-info-am
624
625 install-info-am:
626
627 install-man:
628
629 install-pdf: install-pdf-am
630
631 install-pdf-am:
632
633 install-ps: install-ps-am
634
635 install-ps-am:
636
637 installcheck-am:
638
639 maintainer-clean: maintainer-clean-am
640         -rm -f Makefile
641 maintainer-clean-am: distclean-am maintainer-clean-generic
642
643 mostlyclean: mostlyclean-am
644
645 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
646
647 pdf: pdf-am
648
649 pdf-am:
650
651 ps: ps-am
652
653 ps-am:
654
655 uninstall-am: uninstall-nobase_includeHEADERS
656
657 .MAKE: install-am install-strip
658
659 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
660         clean-libtool cscopelist-am ctags ctags-am distclean \
661         distclean-generic distclean-libtool distclean-tags distdir dvi \
662         dvi-am html html-am info info-am install install-am \
663         install-data install-data-am install-dvi install-dvi-am \
664         install-exec install-exec-am install-html install-html-am \
665         install-info install-info-am install-man \
666         install-nobase_includeHEADERS install-pdf install-pdf-am \
667         install-ps install-ps-am install-strip installcheck \
668         installcheck-am installdirs maintainer-clean \
669         maintainer-clean-generic mostlyclean mostlyclean-generic \
670         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
671         uninstall-am uninstall-nobase_includeHEADERS
672
673 .PRECIOUS: Makefile
674
675
676 # Tell versions [3.59,3.63) of GNU make to not export all variables.
677 # Otherwise a system limit (for SysV at least) may be exceeded.
678 .NOEXPORT: