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