Imported Upstream version 1.46.0
[platform/upstream/nghttp2.git] / lib / 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) 2012 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 = lib/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 $(nobase_include_HEADERS) \
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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
155 am__vpath_adj = case $$p in \
156     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
157     *) f=$$p;; \
158   esac;
159 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
160 am__install_max = 40
161 am__nobase_strip_setup = \
162   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
163 am__nobase_strip = \
164   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
165 am__nobase_list = $(am__nobase_strip_setup); \
166   for p in $$list; do echo "$$p $$p"; done | \
167   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
168   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
169     if (++n[$$2] == $(am__install_max)) \
170       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
171     END { for (dir in files) print dir, files[dir] }'
172 am__base_list = \
173   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
174   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
175 am__uninstall_files_from_dir = { \
176   test -z "$$files" \
177     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
178     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
179          $(am__cd) "$$dir" && rm -f $$files; }; \
180   }
181 am__installdirs = "$(DESTDIR)$(includedir)"
182 HEADERS = $(nobase_include_HEADERS)
183 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184 # Read a list of newline-separated strings from the standard input,
185 # and print each of them once, without duplicates.  Input order is
186 # *not* preserved.
187 am__uniquify_input = $(AWK) '\
188   BEGIN { nonempty = 0; } \
189   { items[$$0] = 1; nonempty = 1; } \
190   END { if (nonempty) { for (i in items) print i; }; } \
191 '
192 # Make sure the list of sources is unique.  This is necessary because,
193 # e.g., the same source file might be shared among _SOURCES variables
194 # for different programs/libraries.
195 am__define_uniq_tagged_files = \
196   list='$(am__tagged_files)'; \
197   unique=`for i in $$list; do \
198     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199   done | $(am__uniquify_input)`
200 am__DIST_COMMON = $(srcdir)/Makefile.in
201 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
202 ACLOCAL = @ACLOCAL@
203 AMTAR = @AMTAR@
204 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
205 APPLDFLAGS = @APPLDFLAGS@
206 AR = @AR@
207 AUTOCONF = @AUTOCONF@
208 AUTOHEADER = @AUTOHEADER@
209 AUTOMAKE = @AUTOMAKE@
210 AWK = @AWK@
211 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
212 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
213 BOOST_LDFLAGS = @BOOST_LDFLAGS@
214 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
215 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
216 BPFCFLAGS = @BPFCFLAGS@
217 CC = @CC@
218 CCDEPMODE = @CCDEPMODE@
219 CFLAGS = @CFLAGS@
220 CPP = @CPP@
221 CPPFLAGS = @CPPFLAGS@
222 CSCOPE = @CSCOPE@
223 CTAGS = @CTAGS@
224 CUNIT_CFLAGS = @CUNIT_CFLAGS@
225 CUNIT_LIBS = @CUNIT_LIBS@
226 CXX = @CXX@
227 CXX1XCXXFLAGS = @CXX1XCXXFLAGS@
228 CXXCPP = @CXXCPP@
229 CXXDEPMODE = @CXXDEPMODE@
230 CXXFLAGS = @CXXFLAGS@
231 CYGPATH_W = @CYGPATH_W@
232 CYTHON = @CYTHON@
233 DEFS = @DEFS@
234 DEPDIR = @DEPDIR@
235 DLLTOOL = @DLLTOOL@
236 DSYMUTIL = @DSYMUTIL@
237 DUMPBIN = @DUMPBIN@
238 ECHO_C = @ECHO_C@
239 ECHO_N = @ECHO_N@
240 ECHO_T = @ECHO_T@
241 EGREP = @EGREP@
242 ETAGS = @ETAGS@
243 EXEEXT = @EXEEXT@
244 EXTRABPFCFLAGS = @EXTRABPFCFLAGS@
245 EXTRACFLAG = @EXTRACFLAG@
246 EXTRA_DEFS = @EXTRA_DEFS@
247 FGREP = @FGREP@
248 GREP = @GREP@
249 HAVE_CXX14 = @HAVE_CXX14@
250 INSTALL = @INSTALL@
251 INSTALL_DATA = @INSTALL_DATA@
252 INSTALL_PROGRAM = @INSTALL_PROGRAM@
253 INSTALL_SCRIPT = @INSTALL_SCRIPT@
254 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
255 JANSSON_CFLAGS = @JANSSON_CFLAGS@
256 JANSSON_LIBS = @JANSSON_LIBS@
257 JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
258 JEMALLOC_LIBS = @JEMALLOC_LIBS@
259 LD = @LD@
260 LDFLAGS = @LDFLAGS@
261 LIBBPF_CFLAGS = @LIBBPF_CFLAGS@
262 LIBBPF_LIBS = @LIBBPF_LIBS@
263 LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
264 LIBCARES_LIBS = @LIBCARES_LIBS@
265 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
266 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
267 LIBEV_CFLAGS = @LIBEV_CFLAGS@
268 LIBEV_LIBS = @LIBEV_LIBS@
269 LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
270 LIBMRUBY_LIBS = @LIBMRUBY_LIBS@
271 LIBNGHTTP3_CFLAGS = @LIBNGHTTP3_CFLAGS@
272 LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
273 LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
274 LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
275 LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
276 LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS@
277 LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS@
278 LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
279 LIBOBJS = @LIBOBJS@
280 LIBS = @LIBS@
281 LIBTOOL = @LIBTOOL@
282 LIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@
283 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
284 LIBXML2_LIBS = @LIBXML2_LIBS@
285 LIPO = @LIPO@
286 LN_S = @LN_S@
287 LTLIBOBJS = @LTLIBOBJS@
288 LT_AGE = @LT_AGE@
289 LT_CURRENT = @LT_CURRENT@
290 LT_REVISION = @LT_REVISION@
291 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
292 MAKEINFO = @MAKEINFO@
293 MANIFEST_TOOL = @MANIFEST_TOOL@
294 MKDIR_P = @MKDIR_P@
295 NM = @NM@
296 NMEDIT = @NMEDIT@
297 OBJDUMP = @OBJDUMP@
298 OBJEXT = @OBJEXT@
299 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
300 OPENSSL_LIBS = @OPENSSL_LIBS@
301 OTOOL = @OTOOL@
302 OTOOL64 = @OTOOL64@
303 PACKAGE = @PACKAGE@
304 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
305 PACKAGE_NAME = @PACKAGE_NAME@
306 PACKAGE_STRING = @PACKAGE_STRING@
307 PACKAGE_TARNAME = @PACKAGE_TARNAME@
308 PACKAGE_URL = @PACKAGE_URL@
309 PACKAGE_VERSION = @PACKAGE_VERSION@
310 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
311 PATH_SEPARATOR = @PATH_SEPARATOR@
312 PKG_CONFIG = @PKG_CONFIG@
313 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
314 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
315 PYTHON = @PYTHON@
316 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
317 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
318 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
319 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
320 PYTHON_LIBS = @PYTHON_LIBS@
321 PYTHON_PLATFORM = @PYTHON_PLATFORM@
322 PYTHON_PLATFORM_SITE_PKG = @PYTHON_PLATFORM_SITE_PKG@
323 PYTHON_PREFIX = @PYTHON_PREFIX@
324 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
325 PYTHON_VERSION = @PYTHON_VERSION@
326 RANLIB = @RANLIB@
327 SED = @SED@
328 SET_MAKE = @SET_MAKE@
329 SHELL = @SHELL@
330 STRIP = @STRIP@
331 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
332 SYSTEMD_LIBS = @SYSTEMD_LIBS@
333 TESTLDADD = @TESTLDADD@
334 VERSION = @VERSION@
335 WARNCFLAGS = @WARNCFLAGS@
336 WARNCXXFLAGS = @WARNCXXFLAGS@
337 ZLIB_CFLAGS = @ZLIB_CFLAGS@
338 ZLIB_LIBS = @ZLIB_LIBS@
339 abs_builddir = @abs_builddir@
340 abs_srcdir = @abs_srcdir@
341 abs_top_builddir = @abs_top_builddir@
342 abs_top_srcdir = @abs_top_srcdir@
343 ac_ct_AR = @ac_ct_AR@
344 ac_ct_CC = @ac_ct_CC@
345 ac_ct_CXX = @ac_ct_CXX@
346 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
347 am__include = @am__include@
348 am__leading_dot = @am__leading_dot@
349 am__quote = @am__quote@
350 am__tar = @am__tar@
351 am__untar = @am__untar@
352 bindir = @bindir@
353 build = @build@
354 build_alias = @build_alias@
355 build_cpu = @build_cpu@
356 build_os = @build_os@
357 build_vendor = @build_vendor@
358 builddir = @builddir@
359 datadir = @datadir@
360 datarootdir = @datarootdir@
361 docdir = @docdir@
362 dvidir = @dvidir@
363 exec_prefix = @exec_prefix@
364 host = @host@
365 host_alias = @host_alias@
366 host_cpu = @host_cpu@
367 host_os = @host_os@
368 host_vendor = @host_vendor@
369 htmldir = @htmldir@
370 includedir = @includedir@
371 infodir = @infodir@
372 install_sh = @install_sh@
373 libdir = @libdir@
374 libexecdir = @libexecdir@
375 localedir = @localedir@
376 localstatedir = @localstatedir@
377 mandir = @mandir@
378 mkdir_p = @mkdir_p@
379 oldincludedir = @oldincludedir@
380 pdfdir = @pdfdir@
381 pkgpyexecdir = @pkgpyexecdir@
382 pkgpythondir = @pkgpythondir@
383 prefix = @prefix@
384 program_transform_name = @program_transform_name@
385 psdir = @psdir@
386 pyexecdir = @pyexecdir@
387 pythondir = @pythondir@
388 runstatedir = @runstatedir@
389 sbindir = @sbindir@
390 sharedstatedir = @sharedstatedir@
391 srcdir = @srcdir@
392 sysconfdir = @sysconfdir@
393 target = @target@
394 target_alias = @target_alias@
395 target_cpu = @target_cpu@
396 target_os = @target_os@
397 target_vendor = @target_vendor@
398 top_build_prefix = @top_build_prefix@
399 top_builddir = @top_builddir@
400 top_srcdir = @top_srcdir@
401 EXTRA_DIST = CMakeLists.txt
402 nobase_include_HEADERS = nghttp2/nghttp2.h nghttp2/nghttp2ver.h
403 all: all-am
404
405 .SUFFIXES:
406 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
407         @for dep in $?; do \
408           case '$(am__configure_deps)' in \
409             *$$dep*) \
410               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
411                 && { if test -f $@; then exit 0; else break; fi; }; \
412               exit 1;; \
413           esac; \
414         done; \
415         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/includes/Makefile'; \
416         $(am__cd) $(top_srcdir) && \
417           $(AUTOMAKE) --gnu lib/includes/Makefile
418 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
419         @case '$?' in \
420           *config.status*) \
421             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
422           *) \
423             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
424             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
425         esac;
426
427 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
428         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
429
430 $(top_srcdir)/configure:  $(am__configure_deps)
431         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
433         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
434 $(am__aclocal_m4_deps):
435
436 mostlyclean-libtool:
437         -rm -f *.lo
438
439 clean-libtool:
440         -rm -rf .libs _libs
441 install-nobase_includeHEADERS: $(nobase_include_HEADERS)
442         @$(NORMAL_INSTALL)
443         @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
444         if test -n "$$list"; then \
445           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
446           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
447         fi; \
448         $(am__nobase_list) | while read dir files; do \
449           xfiles=; for file in $$files; do \
450             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
451             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
452           test -z "$$xfiles" || { \
453             test "x$$dir" = x. || { \
454               echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
455               $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
456             echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
457             $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
458         done
459
460 uninstall-nobase_includeHEADERS:
461         @$(NORMAL_UNINSTALL)
462         @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
463         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
464         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
465
466 ID: $(am__tagged_files)
467         $(am__define_uniq_tagged_files); mkid -fID $$unique
468 tags: tags-am
469 TAGS: tags
470
471 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
472         set x; \
473         here=`pwd`; \
474         $(am__define_uniq_tagged_files); \
475         shift; \
476         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
477           test -n "$$unique" || unique=$$empty_fix; \
478           if test $$# -gt 0; then \
479             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480               "$$@" $$unique; \
481           else \
482             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
483               $$unique; \
484           fi; \
485         fi
486 ctags: ctags-am
487
488 CTAGS: ctags
489 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
490         $(am__define_uniq_tagged_files); \
491         test -z "$(CTAGS_ARGS)$$unique" \
492           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
493              $$unique
494
495 GTAGS:
496         here=`$(am__cd) $(top_builddir) && pwd` \
497           && $(am__cd) $(top_srcdir) \
498           && gtags -i $(GTAGS_ARGS) "$$here"
499 cscopelist: cscopelist-am
500
501 cscopelist-am: $(am__tagged_files)
502         list='$(am__tagged_files)'; \
503         case "$(srcdir)" in \
504           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
505           *) sdir=$(subdir)/$(srcdir) ;; \
506         esac; \
507         for i in $$list; do \
508           if test -f "$$i"; then \
509             echo "$(subdir)/$$i"; \
510           else \
511             echo "$$sdir/$$i"; \
512           fi; \
513         done >> $(top_builddir)/cscope.files
514
515 distclean-tags:
516         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
517 distdir: $(BUILT_SOURCES)
518         $(MAKE) $(AM_MAKEFLAGS) distdir-am
519
520 distdir-am: $(DISTFILES)
521         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523         list='$(DISTFILES)'; \
524           dist_files=`for file in $$list; do echo $$file; done | \
525           sed -e "s|^$$srcdirstrip/||;t" \
526               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
527         case $$dist_files in \
528           */*) $(MKDIR_P) `echo "$$dist_files" | \
529                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
530                            sort -u` ;; \
531         esac; \
532         for file in $$dist_files; do \
533           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
534           if test -d $$d/$$file; then \
535             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
536             if test -d "$(distdir)/$$file"; then \
537               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538             fi; \
539             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
540               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
541               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
542             fi; \
543             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
544           else \
545             test -f "$(distdir)/$$file" \
546             || cp -p $$d/$$file "$(distdir)/$$file" \
547             || exit 1; \
548           fi; \
549         done
550 check-am: all-am
551 check: check-am
552 all-am: Makefile $(HEADERS)
553 installdirs:
554         for dir in "$(DESTDIR)$(includedir)"; do \
555           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
556         done
557 install: install-am
558 install-exec: install-exec-am
559 install-data: install-data-am
560 uninstall: uninstall-am
561
562 install-am: all-am
563         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
564
565 installcheck: installcheck-am
566 install-strip:
567         if test -z '$(STRIP)'; then \
568           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570               install; \
571         else \
572           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
573             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
574             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
575         fi
576 mostlyclean-generic:
577
578 clean-generic:
579
580 distclean-generic:
581         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
582         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
583
584 maintainer-clean-generic:
585         @echo "This command is intended for maintainers to use"
586         @echo "it deletes files that may require special tools to rebuild."
587 clean: clean-am
588
589 clean-am: clean-generic clean-libtool mostlyclean-am
590
591 distclean: distclean-am
592         -rm -f Makefile
593 distclean-am: clean-am distclean-generic distclean-tags
594
595 dvi: dvi-am
596
597 dvi-am:
598
599 html: html-am
600
601 html-am:
602
603 info: info-am
604
605 info-am:
606
607 install-data-am: install-nobase_includeHEADERS
608
609 install-dvi: install-dvi-am
610
611 install-dvi-am:
612
613 install-exec-am:
614
615 install-html: install-html-am
616
617 install-html-am:
618
619 install-info: install-info-am
620
621 install-info-am:
622
623 install-man:
624
625 install-pdf: install-pdf-am
626
627 install-pdf-am:
628
629 install-ps: install-ps-am
630
631 install-ps-am:
632
633 installcheck-am:
634
635 maintainer-clean: maintainer-clean-am
636         -rm -f Makefile
637 maintainer-clean-am: distclean-am maintainer-clean-generic
638
639 mostlyclean: mostlyclean-am
640
641 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
642
643 pdf: pdf-am
644
645 pdf-am:
646
647 ps: ps-am
648
649 ps-am:
650
651 uninstall-am: uninstall-nobase_includeHEADERS
652
653 .MAKE: install-am install-strip
654
655 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
656         clean-libtool cscopelist-am ctags ctags-am distclean \
657         distclean-generic distclean-libtool distclean-tags distdir dvi \
658         dvi-am html html-am info info-am install install-am \
659         install-data install-data-am install-dvi install-dvi-am \
660         install-exec install-exec-am install-html install-html-am \
661         install-info install-info-am install-man \
662         install-nobase_includeHEADERS install-pdf install-pdf-am \
663         install-ps install-ps-am install-strip installcheck \
664         installcheck-am installdirs maintainer-clean \
665         maintainer-clean-generic mostlyclean mostlyclean-generic \
666         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
667         uninstall-am uninstall-nobase_includeHEADERS
668
669 .PRECIOUS: Makefile
670
671
672 # Tell versions [3.59,3.63) of GNU make to not export all variables.
673 # Otherwise a system limit (for SysV at least) may be exceeded.
674 .NOEXPORT: