Imported Upstream version 1.0.0
[platform/upstream/nghttp2.git] / lib / 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) 2012, 2013 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
33 VPATH = @srcdir@
34 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
35 am__make_running_with_option = \
36   case $${target_option-} in \
37       ?) ;; \
38       *) echo "am__make_running_with_option: internal error: invalid" \
39               "target option '$${target_option-}' specified" >&2; \
40          exit 1;; \
41   esac; \
42   has_opt=no; \
43   sane_makeflags=$$MAKEFLAGS; \
44   if $(am__is_gnu_make); then \
45     sane_makeflags=$$MFLAGS; \
46   else \
47     case $$MAKEFLAGS in \
48       *\\[\ \   ]*) \
49         bs=\\; \
50         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
51           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
52     esac; \
53   fi; \
54   skip_next=no; \
55   strip_trailopt () \
56   { \
57     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
58   }; \
59   for flg in $$sane_makeflags; do \
60     test $$skip_next = yes && { skip_next=no; continue; }; \
61     case $$flg in \
62       *=*|--*) continue;; \
63         -*I) strip_trailopt 'I'; skip_next=yes;; \
64       -*I?*) strip_trailopt 'I';; \
65         -*O) strip_trailopt 'O'; skip_next=yes;; \
66       -*O?*) strip_trailopt 'O';; \
67         -*l) strip_trailopt 'l'; skip_next=yes;; \
68       -*l?*) strip_trailopt 'l';; \
69       -[dEDm]) skip_next=yes;; \
70       -[JT]) skip_next=yes;; \
71     esac; \
72     case $$flg in \
73       *$$target_option*) has_opt=yes; break;; \
74     esac; \
75   done; \
76   test $$has_opt = yes
77 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
78 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
79 pkgdatadir = $(datadir)/@PACKAGE@
80 pkgincludedir = $(includedir)/@PACKAGE@
81 pkglibdir = $(libdir)/@PACKAGE@
82 pkglibexecdir = $(libexecdir)/@PACKAGE@
83 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
84 install_sh_DATA = $(install_sh) -c -m 644
85 install_sh_PROGRAM = $(install_sh) -c
86 install_sh_SCRIPT = $(install_sh) -c
87 INSTALL_HEADER = $(INSTALL_DATA)
88 transform = $(program_transform_name)
89 NORMAL_INSTALL = :
90 PRE_INSTALL = :
91 POST_INSTALL = :
92 NORMAL_UNINSTALL = :
93 PRE_UNINSTALL = :
94 POST_UNINSTALL = :
95 build_triplet = @build@
96 host_triplet = @host@
97 target_triplet = @target@
98 subdir = lib
99 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
100         $(srcdir)/libnghttp2.pc.in $(top_srcdir)/depcomp
101 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_asio.m4 \
103         $(top_srcdir)/m4/ax_boost_base.m4 \
104         $(top_srcdir)/m4/ax_boost_system.m4 \
105         $(top_srcdir)/m4/ax_boost_thread.m4 \
106         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
107         $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
108         $(top_srcdir)/m4/ax_have_epoll.m4 \
109         $(top_srcdir)/m4/ax_python_devel.m4 \
110         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml2.m4 \
111         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
112         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
113         $(top_srcdir)/configure.ac
114 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115         $(ACLOCAL_M4)
116 mkinstalldirs = $(install_sh) -d
117 CONFIG_HEADER = $(top_builddir)/config.h
118 CONFIG_CLEAN_FILES = libnghttp2.pc
119 CONFIG_CLEAN_VPATH_FILES =
120 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
121 am__vpath_adj = case $$p in \
122     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
123     *) f=$$p;; \
124   esac;
125 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
126 am__install_max = 40
127 am__nobase_strip_setup = \
128   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
129 am__nobase_strip = \
130   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
131 am__nobase_list = $(am__nobase_strip_setup); \
132   for p in $$list; do echo "$$p $$p"; done | \
133   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
134   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
135     if (++n[$$2] == $(am__install_max)) \
136       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
137     END { for (dir in files) print dir, files[dir] }'
138 am__base_list = \
139   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
140   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
141 am__uninstall_files_from_dir = { \
142   test -z "$$files" \
143     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
144     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
145          $(am__cd) "$$dir" && rm -f $$files; }; \
146   }
147 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"
148 LTLIBRARIES = $(lib_LTLIBRARIES)
149 libnghttp2_la_LIBADD =
150 am__objects_1 =
151 am__objects_2 = nghttp2_pq.lo nghttp2_map.lo nghttp2_queue.lo \
152         nghttp2_frame.lo nghttp2_buf.lo nghttp2_stream.lo \
153         nghttp2_outbound_item.lo nghttp2_session.lo nghttp2_submit.lo \
154         nghttp2_helper.lo nghttp2_npn.lo nghttp2_hd.lo \
155         nghttp2_hd_huffman.lo nghttp2_hd_huffman_data.lo \
156         nghttp2_version.lo nghttp2_priority_spec.lo nghttp2_option.lo \
157         nghttp2_callbacks.lo nghttp2_mem.lo nghttp2_http.lo
158 am_libnghttp2_la_OBJECTS = $(am__objects_1) $(am__objects_2)
159 libnghttp2_la_OBJECTS = $(am_libnghttp2_la_OBJECTS)
160 AM_V_lt = $(am__v_lt_@AM_V@)
161 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
162 am__v_lt_0 = --silent
163 am__v_lt_1 = 
164 libnghttp2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
166         $(libnghttp2_la_LDFLAGS) $(LDFLAGS) -o $@
167 AM_V_P = $(am__v_P_@AM_V@)
168 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
169 am__v_P_0 = false
170 am__v_P_1 = :
171 AM_V_GEN = $(am__v_GEN_@AM_V@)
172 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
173 am__v_GEN_0 = @echo "  GEN     " $@;
174 am__v_GEN_1 = 
175 AM_V_at = $(am__v_at_@AM_V@)
176 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
177 am__v_at_0 = @
178 am__v_at_1 = 
179 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
180 depcomp = $(SHELL) $(top_srcdir)/depcomp
181 am__depfiles_maybe = depfiles
182 am__mv = mv -f
183 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
184         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
185 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
187         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
188         $(AM_CFLAGS) $(CFLAGS)
189 AM_V_CC = $(am__v_CC_@AM_V@)
190 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
191 am__v_CC_0 = @echo "  CC      " $@;
192 am__v_CC_1 = 
193 CCLD = $(CC)
194 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
195         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
196         $(AM_LDFLAGS) $(LDFLAGS) -o $@
197 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
198 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
199 am__v_CCLD_0 = @echo "  CCLD    " $@;
200 am__v_CCLD_1 = 
201 SOURCES = $(libnghttp2_la_SOURCES)
202 DIST_SOURCES = $(libnghttp2_la_SOURCES)
203 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
204         ctags-recursive dvi-recursive html-recursive info-recursive \
205         install-data-recursive install-dvi-recursive \
206         install-exec-recursive install-html-recursive \
207         install-info-recursive install-pdf-recursive \
208         install-ps-recursive install-recursive installcheck-recursive \
209         installdirs-recursive pdf-recursive ps-recursive \
210         tags-recursive uninstall-recursive
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 DATA = $(pkgconfig_DATA)
217 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
218   distclean-recursive maintainer-clean-recursive
219 am__recursive_targets = \
220   $(RECURSIVE_TARGETS) \
221   $(RECURSIVE_CLEAN_TARGETS) \
222   $(am__extra_recursive_targets)
223 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
224         distdir
225 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
226 # Read a list of newline-separated strings from the standard input,
227 # and print each of them once, without duplicates.  Input order is
228 # *not* preserved.
229 am__uniquify_input = $(AWK) '\
230   BEGIN { nonempty = 0; } \
231   { items[$$0] = 1; nonempty = 1; } \
232   END { if (nonempty) { for (i in items) print i; }; } \
233 '
234 # Make sure the list of sources is unique.  This is necessary because,
235 # e.g., the same source file might be shared among _SOURCES variables
236 # for different programs/libraries.
237 am__define_uniq_tagged_files = \
238   list='$(am__tagged_files)'; \
239   unique=`for i in $$list; do \
240     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
241   done | $(am__uniquify_input)`
242 ETAGS = etags
243 CTAGS = ctags
244 DIST_SUBDIRS = $(SUBDIRS)
245 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
246 am__relativize = \
247   dir0=`pwd`; \
248   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
249   sed_rest='s,^[^/]*/*,,'; \
250   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
251   sed_butlast='s,/*[^/]*$$,,'; \
252   while test -n "$$dir1"; do \
253     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
254     if test "$$first" != "."; then \
255       if test "$$first" = ".."; then \
256         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
257         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
258       else \
259         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
260         if test "$$first2" = "$$first"; then \
261           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
262         else \
263           dir2="../$$dir2"; \
264         fi; \
265         dir0="$$dir0"/"$$first"; \
266       fi; \
267     fi; \
268     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
269   done; \
270   reldir="$$dir2"
271 ACLOCAL = @ACLOCAL@
272 AMTAR = @AMTAR@
273 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
274 APPLDFLAGS = @APPLDFLAGS@
275 AR = @AR@
276 AUTOCONF = @AUTOCONF@
277 AUTOHEADER = @AUTOHEADER@
278 AUTOMAKE = @AUTOMAKE@
279 AWK = @AWK@
280 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
281 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
282 BOOST_LDFLAGS = @BOOST_LDFLAGS@
283 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
284 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
285 CC = @CC@
286 CCDEPMODE = @CCDEPMODE@
287 CFLAGS = @CFLAGS@
288 CPP = @CPP@
289 CPPFLAGS = @CPPFLAGS@
290 CUNIT_CFLAGS = @CUNIT_CFLAGS@
291 CUNIT_LIBS = @CUNIT_LIBS@
292 CXX = @CXX@
293 CXXCPP = @CXXCPP@
294 CXXDEPMODE = @CXXDEPMODE@
295 CXXFLAGS = @CXXFLAGS@
296 CYGPATH_W = @CYGPATH_W@
297 CYTHON = @CYTHON@
298 DEFS = @DEFS@
299 DEPDIR = @DEPDIR@
300 DLLTOOL = @DLLTOOL@
301 DSYMUTIL = @DSYMUTIL@
302 DUMPBIN = @DUMPBIN@
303 ECHO_C = @ECHO_C@
304 ECHO_N = @ECHO_N@
305 ECHO_T = @ECHO_T@
306 EGREP = @EGREP@
307 EXEEXT = @EXEEXT@
308 FGREP = @FGREP@
309 GREP = @GREP@
310 HAVE_CXX11 = @HAVE_CXX11@
311 INSTALL = @INSTALL@
312 INSTALL_DATA = @INSTALL_DATA@
313 INSTALL_PROGRAM = @INSTALL_PROGRAM@
314 INSTALL_SCRIPT = @INSTALL_SCRIPT@
315 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
316 JANSSON_CFLAGS = @JANSSON_CFLAGS@
317 JANSSON_LIBS = @JANSSON_LIBS@
318 JEMALLOC_LIBS = @JEMALLOC_LIBS@
319 LD = @LD@
320 LDFLAGS = @LDFLAGS@
321 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
322 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
323 LIBEV_CFLAGS = @LIBEV_CFLAGS@
324 LIBEV_LIBS = @LIBEV_LIBS@
325 LIBOBJS = @LIBOBJS@
326 LIBS = @LIBS@
327 LIBSPDYLAY_CFLAGS = @LIBSPDYLAY_CFLAGS@
328 LIBSPDYLAY_LIBS = @LIBSPDYLAY_LIBS@
329 LIBTOOL = @LIBTOOL@
330 LIPO = @LIPO@
331 LN_S = @LN_S@
332 LTLIBOBJS = @LTLIBOBJS@
333 LT_AGE = @LT_AGE@
334 LT_CURRENT = @LT_CURRENT@
335 LT_REVISION = @LT_REVISION@
336 MAKEINFO = @MAKEINFO@
337 MANIFEST_TOOL = @MANIFEST_TOOL@
338 MKDIR_P = @MKDIR_P@
339 NM = @NM@
340 NMEDIT = @NMEDIT@
341 OBJDUMP = @OBJDUMP@
342 OBJEXT = @OBJEXT@
343 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
344 OPENSSL_LIBS = @OPENSSL_LIBS@
345 OTOOL = @OTOOL@
346 OTOOL64 = @OTOOL64@
347 PACKAGE = @PACKAGE@
348 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
349 PACKAGE_NAME = @PACKAGE_NAME@
350 PACKAGE_STRING = @PACKAGE_STRING@
351 PACKAGE_TARNAME = @PACKAGE_TARNAME@
352 PACKAGE_URL = @PACKAGE_URL@
353 PACKAGE_VERSION = @PACKAGE_VERSION@
354 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
355 PATH_SEPARATOR = @PATH_SEPARATOR@
356 PKG_CONFIG = @PKG_CONFIG@
357 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
358 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
359 PYTHON = @PYTHON@
360 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
361 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
362 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
363 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
364 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
365 PYTHON_PLATFORM = @PYTHON_PLATFORM@
366 PYTHON_PREFIX = @PYTHON_PREFIX@
367 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
368 PYTHON_VERSION = @PYTHON_VERSION@
369 RANLIB = @RANLIB@
370 SED = @SED@
371 SET_MAKE = @SET_MAKE@
372 SHELL = @SHELL@
373 STRIP = @STRIP@
374 TESTLDADD = @TESTLDADD@
375 VERSION = @VERSION@
376 WARNCFLAGS = @WARNCFLAGS@
377 XML2_CONFIG = @XML2_CONFIG@
378 XML_CPPFLAGS = @XML_CPPFLAGS@
379 XML_LIBS = @XML_LIBS@
380 ZLIB_CFLAGS = @ZLIB_CFLAGS@
381 ZLIB_LIBS = @ZLIB_LIBS@
382 abs_builddir = @abs_builddir@
383 abs_srcdir = @abs_srcdir@
384 abs_top_builddir = @abs_top_builddir@
385 abs_top_srcdir = @abs_top_srcdir@
386 ac_ct_AR = @ac_ct_AR@
387 ac_ct_CC = @ac_ct_CC@
388 ac_ct_CXX = @ac_ct_CXX@
389 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
390 am__include = @am__include@
391 am__leading_dot = @am__leading_dot@
392 am__quote = @am__quote@
393 am__tar = @am__tar@
394 am__untar = @am__untar@
395 bindir = @bindir@
396 build = @build@
397 build_alias = @build_alias@
398 build_cpu = @build_cpu@
399 build_os = @build_os@
400 build_vendor = @build_vendor@
401 builddir = @builddir@
402 datadir = @datadir@
403 datarootdir = @datarootdir@
404 docdir = @docdir@
405 dvidir = @dvidir@
406 exec_prefix = @exec_prefix@
407 host = @host@
408 host_alias = @host_alias@
409 host_cpu = @host_cpu@
410 host_os = @host_os@
411 host_vendor = @host_vendor@
412 htmldir = @htmldir@
413 includedir = @includedir@
414 infodir = @infodir@
415 install_sh = @install_sh@
416 libdir = @libdir@
417 libexecdir = @libexecdir@
418 localedir = @localedir@
419 localstatedir = @localstatedir@
420 mandir = @mandir@
421 mkdir_p = @mkdir_p@
422 oldincludedir = @oldincludedir@
423 pdfdir = @pdfdir@
424 pkgpyexecdir = @pkgpyexecdir@
425 pkgpythondir = @pkgpythondir@
426 prefix = @prefix@
427 program_transform_name = @program_transform_name@
428 psdir = @psdir@
429 pyexecdir = @pyexecdir@
430 pythondir = @pythondir@
431 sbindir = @sbindir@
432 sharedstatedir = @sharedstatedir@
433 srcdir = @srcdir@
434 sysconfdir = @sysconfdir@
435 target = @target@
436 target_alias = @target_alias@
437 target_cpu = @target_cpu@
438 target_os = @target_os@
439 target_vendor = @target_vendor@
440 top_build_prefix = @top_build_prefix@
441 top_builddir = @top_builddir@
442 top_srcdir = @top_srcdir@
443
444 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
445 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
446 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
447 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
448 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
449 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
450 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
451 SUBDIRS = includes
452 EXTRA_DIST = Makefile.msvc
453 AM_CFLAGS = $(WARNCFLAGS)
454 AM_CPPFLAGS = -I$(srcdir)/includes -I$(builddir)/includes @DEFS@
455 pkgconfigdir = $(libdir)/pkgconfig
456 pkgconfig_DATA = libnghttp2.pc
457 DISTCLEANFILES = $(pkgconfig_DATA)
458 lib_LTLIBRARIES = libnghttp2.la
459 OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
460         nghttp2_frame.c \
461         nghttp2_buf.c \
462         nghttp2_stream.c nghttp2_outbound_item.c \
463         nghttp2_session.c nghttp2_submit.c \
464         nghttp2_helper.c \
465         nghttp2_npn.c \
466         nghttp2_hd.c nghttp2_hd_huffman.c nghttp2_hd_huffman_data.c \
467         nghttp2_version.c \
468         nghttp2_priority_spec.c \
469         nghttp2_option.c \
470         nghttp2_callbacks.c \
471         nghttp2_mem.c \
472         nghttp2_http.c
473
474 HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
475         nghttp2_frame.h \
476         nghttp2_buf.h \
477         nghttp2_session.h nghttp2_helper.h nghttp2_stream.h nghttp2_int.h \
478         nghttp2_npn.h \
479         nghttp2_submit.h nghttp2_outbound_item.h \
480         nghttp2_net.h \
481         nghttp2_hd.h nghttp2_hd_huffman.h \
482         nghttp2_priority_spec.h \
483         nghttp2_option.h \
484         nghttp2_callbacks.h \
485         nghttp2_mem.h \
486         nghttp2_http.h
487
488 libnghttp2_la_SOURCES = $(HFILES) $(OBJECTS)
489 libnghttp2_la_LDFLAGS = -no-undefined \
490         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
491
492 all: all-recursive
493
494 .SUFFIXES:
495 .SUFFIXES: .c .lo .o .obj
496 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
497         @for dep in $?; do \
498           case '$(am__configure_deps)' in \
499             *$$dep*) \
500               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
501                 && { if test -f $@; then exit 0; else break; fi; }; \
502               exit 1;; \
503           esac; \
504         done; \
505         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
506         $(am__cd) $(top_srcdir) && \
507           $(AUTOMAKE) --gnu lib/Makefile
508 .PRECIOUS: Makefile
509 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
510         @case '$?' in \
511           *config.status*) \
512             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
513           *) \
514             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
515             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
516         esac;
517
518 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
519         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
520
521 $(top_srcdir)/configure:  $(am__configure_deps)
522         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
523 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
524         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
525 $(am__aclocal_m4_deps):
526 libnghttp2.pc: $(top_builddir)/config.status $(srcdir)/libnghttp2.pc.in
527         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
528
529 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
530         @$(NORMAL_INSTALL)
531         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
532         list2=; for p in $$list; do \
533           if test -f $$p; then \
534             list2="$$list2 $$p"; \
535           else :; fi; \
536         done; \
537         test -z "$$list2" || { \
538           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
539           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
540           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
541           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
542         }
543
544 uninstall-libLTLIBRARIES:
545         @$(NORMAL_UNINSTALL)
546         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
547         for p in $$list; do \
548           $(am__strip_dir) \
549           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
550           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
551         done
552
553 clean-libLTLIBRARIES:
554         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
555         @list='$(lib_LTLIBRARIES)'; \
556         locs=`for p in $$list; do echo $$p; done | \
557               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
558               sort -u`; \
559         test -z "$$locs" || { \
560           echo rm -f $${locs}; \
561           rm -f $${locs}; \
562         }
563
564 libnghttp2.la: $(libnghttp2_la_OBJECTS) $(libnghttp2_la_DEPENDENCIES) $(EXTRA_libnghttp2_la_DEPENDENCIES) 
565         $(AM_V_CCLD)$(libnghttp2_la_LINK) -rpath $(libdir) $(libnghttp2_la_OBJECTS) $(libnghttp2_la_LIBADD) $(LIBS)
566
567 mostlyclean-compile:
568         -rm -f *.$(OBJEXT)
569
570 distclean-compile:
571         -rm -f *.tab.c
572
573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_buf.Plo@am__quote@
574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_callbacks.Plo@am__quote@
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_frame.Plo@am__quote@
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd.Plo@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd_huffman.Plo@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd_huffman_data.Plo@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_helper.Plo@am__quote@
580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_http.Plo@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_map.Plo@am__quote@
582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_mem.Plo@am__quote@
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_npn.Plo@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_option.Plo@am__quote@
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_outbound_item.Plo@am__quote@
586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_pq.Plo@am__quote@
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_priority_spec.Plo@am__quote@
588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_queue.Plo@am__quote@
589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_session.Plo@am__quote@
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_stream.Plo@am__quote@
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_submit.Plo@am__quote@
592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_version.Plo@am__quote@
593
594 .c.o:
595 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
596 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
597 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
598 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
599 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
600 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
601
602 .c.obj:
603 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
604 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
605 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
606 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
607 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
609
610 .c.lo:
611 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
612 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
613 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
614 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
615 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
617
618 mostlyclean-libtool:
619         -rm -f *.lo
620
621 clean-libtool:
622         -rm -rf .libs _libs
623 install-pkgconfigDATA: $(pkgconfig_DATA)
624         @$(NORMAL_INSTALL)
625         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
626         if test -n "$$list"; then \
627           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
628           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
629         fi; \
630         for p in $$list; do \
631           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
632           echo "$$d$$p"; \
633         done | $(am__base_list) | \
634         while read files; do \
635           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
636           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
637         done
638
639 uninstall-pkgconfigDATA:
640         @$(NORMAL_UNINSTALL)
641         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
642         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
643         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
644
645 # This directory's subdirectories are mostly independent; you can cd
646 # into them and run 'make' without going through this Makefile.
647 # To change the values of 'make' variables: instead of editing Makefiles,
648 # (1) if the variable is set in 'config.status', edit 'config.status'
649 #     (which will cause the Makefiles to be regenerated when you run 'make');
650 # (2) otherwise, pass the desired values on the 'make' command line.
651 $(am__recursive_targets):
652         @fail=; \
653         if $(am__make_keepgoing); then \
654           failcom='fail=yes'; \
655         else \
656           failcom='exit 1'; \
657         fi; \
658         dot_seen=no; \
659         target=`echo $@ | sed s/-recursive//`; \
660         case "$@" in \
661           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
662           *) list='$(SUBDIRS)' ;; \
663         esac; \
664         for subdir in $$list; do \
665           echo "Making $$target in $$subdir"; \
666           if test "$$subdir" = "."; then \
667             dot_seen=yes; \
668             local_target="$$target-am"; \
669           else \
670             local_target="$$target"; \
671           fi; \
672           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
673           || eval $$failcom; \
674         done; \
675         if test "$$dot_seen" = "no"; then \
676           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
677         fi; test -z "$$fail"
678
679 ID: $(am__tagged_files)
680         $(am__define_uniq_tagged_files); mkid -fID $$unique
681 tags: tags-recursive
682 TAGS: tags
683
684 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
685         set x; \
686         here=`pwd`; \
687         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
688           include_option=--etags-include; \
689           empty_fix=.; \
690         else \
691           include_option=--include; \
692           empty_fix=; \
693         fi; \
694         list='$(SUBDIRS)'; for subdir in $$list; do \
695           if test "$$subdir" = .; then :; else \
696             test ! -f $$subdir/TAGS || \
697               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
698           fi; \
699         done; \
700         $(am__define_uniq_tagged_files); \
701         shift; \
702         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
703           test -n "$$unique" || unique=$$empty_fix; \
704           if test $$# -gt 0; then \
705             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
706               "$$@" $$unique; \
707           else \
708             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
709               $$unique; \
710           fi; \
711         fi
712 ctags: ctags-recursive
713
714 CTAGS: ctags
715 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
716         $(am__define_uniq_tagged_files); \
717         test -z "$(CTAGS_ARGS)$$unique" \
718           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
719              $$unique
720
721 GTAGS:
722         here=`$(am__cd) $(top_builddir) && pwd` \
723           && $(am__cd) $(top_srcdir) \
724           && gtags -i $(GTAGS_ARGS) "$$here"
725 cscopelist: cscopelist-recursive
726
727 cscopelist-am: $(am__tagged_files)
728         list='$(am__tagged_files)'; \
729         case "$(srcdir)" in \
730           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
731           *) sdir=$(subdir)/$(srcdir) ;; \
732         esac; \
733         for i in $$list; do \
734           if test -f "$$i"; then \
735             echo "$(subdir)/$$i"; \
736           else \
737             echo "$$sdir/$$i"; \
738           fi; \
739         done >> $(top_builddir)/cscope.files
740
741 distclean-tags:
742         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
743
744 distdir: $(DISTFILES)
745         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
746         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
747         list='$(DISTFILES)'; \
748           dist_files=`for file in $$list; do echo $$file; done | \
749           sed -e "s|^$$srcdirstrip/||;t" \
750               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
751         case $$dist_files in \
752           */*) $(MKDIR_P) `echo "$$dist_files" | \
753                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
754                            sort -u` ;; \
755         esac; \
756         for file in $$dist_files; do \
757           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
758           if test -d $$d/$$file; then \
759             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
760             if test -d "$(distdir)/$$file"; then \
761               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
762             fi; \
763             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
764               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
765               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
766             fi; \
767             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
768           else \
769             test -f "$(distdir)/$$file" \
770             || cp -p $$d/$$file "$(distdir)/$$file" \
771             || exit 1; \
772           fi; \
773         done
774         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
775           if test "$$subdir" = .; then :; else \
776             $(am__make_dryrun) \
777               || test -d "$(distdir)/$$subdir" \
778               || $(MKDIR_P) "$(distdir)/$$subdir" \
779               || exit 1; \
780             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
781             $(am__relativize); \
782             new_distdir=$$reldir; \
783             dir1=$$subdir; dir2="$(top_distdir)"; \
784             $(am__relativize); \
785             new_top_distdir=$$reldir; \
786             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
787             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
788             ($(am__cd) $$subdir && \
789               $(MAKE) $(AM_MAKEFLAGS) \
790                 top_distdir="$$new_top_distdir" \
791                 distdir="$$new_distdir" \
792                 am__remove_distdir=: \
793                 am__skip_length_check=: \
794                 am__skip_mode_fix=: \
795                 distdir) \
796               || exit 1; \
797           fi; \
798         done
799 check-am: all-am
800 check: check-recursive
801 all-am: Makefile $(LTLIBRARIES) $(DATA)
802 installdirs: installdirs-recursive
803 installdirs-am:
804         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
805           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
806         done
807 install: install-recursive
808 install-exec: install-exec-recursive
809 install-data: install-data-recursive
810 uninstall: uninstall-recursive
811
812 install-am: all-am
813         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
814
815 installcheck: installcheck-recursive
816 install-strip:
817         if test -z '$(STRIP)'; then \
818           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
819             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
820               install; \
821         else \
822           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
823             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
824             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
825         fi
826 mostlyclean-generic:
827
828 clean-generic:
829
830 distclean-generic:
831         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
832         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
833         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
834
835 maintainer-clean-generic:
836         @echo "This command is intended for maintainers to use"
837         @echo "it deletes files that may require special tools to rebuild."
838 clean: clean-recursive
839
840 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
841         mostlyclean-am
842
843 distclean: distclean-recursive
844         -rm -rf ./$(DEPDIR)
845         -rm -f Makefile
846 distclean-am: clean-am distclean-compile distclean-generic \
847         distclean-tags
848
849 dvi: dvi-recursive
850
851 dvi-am:
852
853 html: html-recursive
854
855 html-am:
856
857 info: info-recursive
858
859 info-am:
860
861 install-data-am: install-pkgconfigDATA
862
863 install-dvi: install-dvi-recursive
864
865 install-dvi-am:
866
867 install-exec-am: install-libLTLIBRARIES
868
869 install-html: install-html-recursive
870
871 install-html-am:
872
873 install-info: install-info-recursive
874
875 install-info-am:
876
877 install-man:
878
879 install-pdf: install-pdf-recursive
880
881 install-pdf-am:
882
883 install-ps: install-ps-recursive
884
885 install-ps-am:
886
887 installcheck-am:
888
889 maintainer-clean: maintainer-clean-recursive
890         -rm -rf ./$(DEPDIR)
891         -rm -f Makefile
892 maintainer-clean-am: distclean-am maintainer-clean-generic
893
894 mostlyclean: mostlyclean-recursive
895
896 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
897         mostlyclean-libtool
898
899 pdf: pdf-recursive
900
901 pdf-am:
902
903 ps: ps-recursive
904
905 ps-am:
906
907 uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
908
909 .MAKE: $(am__recursive_targets) install-am install-strip
910
911 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
912         check-am clean clean-generic clean-libLTLIBRARIES \
913         clean-libtool cscopelist-am ctags ctags-am distclean \
914         distclean-compile distclean-generic distclean-libtool \
915         distclean-tags distdir dvi dvi-am html html-am info info-am \
916         install install-am install-data install-data-am install-dvi \
917         install-dvi-am install-exec install-exec-am install-html \
918         install-html-am install-info install-info-am \
919         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
920         install-pkgconfigDATA install-ps install-ps-am install-strip \
921         installcheck installcheck-am installdirs installdirs-am \
922         maintainer-clean maintainer-clean-generic mostlyclean \
923         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
924         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
925         uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
926
927
928 # Tell versions [3.59,3.63) of GNU make to not export all variables.
929 # Otherwise a system limit (for SysV at least) may be exceeded.
930 .NOEXPORT: