Imported Upstream version 1.0.0
[platform/upstream/nghttp2.git] / python / 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) 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 # 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 VPATH = @srcdir@
40 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
41 am__make_running_with_option = \
42   case $${target_option-} in \
43       ?) ;; \
44       *) echo "am__make_running_with_option: internal error: invalid" \
45               "target option '$${target_option-}' specified" >&2; \
46          exit 1;; \
47   esac; \
48   has_opt=no; \
49   sane_makeflags=$$MAKEFLAGS; \
50   if $(am__is_gnu_make); then \
51     sane_makeflags=$$MFLAGS; \
52   else \
53     case $$MAKEFLAGS in \
54       *\\[\ \   ]*) \
55         bs=\\; \
56         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
58     esac; \
59   fi; \
60   skip_next=no; \
61   strip_trailopt () \
62   { \
63     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64   }; \
65   for flg in $$sane_makeflags; do \
66     test $$skip_next = yes && { skip_next=no; continue; }; \
67     case $$flg in \
68       *=*|--*) continue;; \
69         -*I) strip_trailopt 'I'; skip_next=yes;; \
70       -*I?*) strip_trailopt 'I';; \
71         -*O) strip_trailopt 'O'; skip_next=yes;; \
72       -*O?*) strip_trailopt 'O';; \
73         -*l) strip_trailopt 'l'; skip_next=yes;; \
74       -*l?*) strip_trailopt 'l';; \
75       -[dEDm]) skip_next=yes;; \
76       -[JT]) skip_next=yes;; \
77     esac; \
78     case $$flg in \
79       *$$target_option*) has_opt=yes; break;; \
80     esac; \
81   done; \
82   test $$has_opt = yes
83 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85 pkgdatadir = $(datadir)/@PACKAGE@
86 pkgincludedir = $(includedir)/@PACKAGE@
87 pkglibdir = $(libdir)/@PACKAGE@
88 pkglibexecdir = $(libexecdir)/@PACKAGE@
89 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA = $(install_sh) -c -m 644
91 install_sh_PROGRAM = $(install_sh) -c
92 install_sh_SCRIPT = $(install_sh) -c
93 INSTALL_HEADER = $(INSTALL_DATA)
94 transform = $(program_transform_name)
95 NORMAL_INSTALL = :
96 PRE_INSTALL = :
97 POST_INSTALL = :
98 NORMAL_UNINSTALL = :
99 PRE_UNINSTALL = :
100 POST_UNINSTALL = :
101 build_triplet = @build@
102 host_triplet = @host@
103 target_triplet = @target@
104 subdir = python
105 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
106         $(srcdir)/setup.py.in
107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_asio.m4 \
109         $(top_srcdir)/m4/ax_boost_base.m4 \
110         $(top_srcdir)/m4/ax_boost_system.m4 \
111         $(top_srcdir)/m4/ax_boost_thread.m4 \
112         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
113         $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
114         $(top_srcdir)/m4/ax_have_epoll.m4 \
115         $(top_srcdir)/m4/ax_python_devel.m4 \
116         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml2.m4 \
117         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
118         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
119         $(top_srcdir)/configure.ac
120 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121         $(ACLOCAL_M4)
122 mkinstalldirs = $(install_sh) -d
123 CONFIG_HEADER = $(top_builddir)/config.h
124 CONFIG_CLEAN_FILES = setup.py
125 CONFIG_CLEAN_VPATH_FILES =
126 AM_V_P = $(am__v_P_@AM_V@)
127 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128 am__v_P_0 = false
129 am__v_P_1 = :
130 AM_V_GEN = $(am__v_GEN_@AM_V@)
131 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132 am__v_GEN_0 = @echo "  GEN     " $@;
133 am__v_GEN_1 = 
134 AM_V_at = $(am__v_at_@AM_V@)
135 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136 am__v_at_0 = @
137 am__v_at_1 = 
138 SOURCES =
139 DIST_SOURCES =
140 am__can_run_installinfo = \
141   case $$AM_UPDATE_INFO_DIR in \
142     n|no|NO) false;; \
143     *) (install-info --version) >/dev/null 2>&1;; \
144   esac
145 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
146 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
147 ACLOCAL = @ACLOCAL@
148 AMTAR = @AMTAR@
149 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
150 APPLDFLAGS = @APPLDFLAGS@
151 AR = @AR@
152 AUTOCONF = @AUTOCONF@
153 AUTOHEADER = @AUTOHEADER@
154 AUTOMAKE = @AUTOMAKE@
155 AWK = @AWK@
156 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
157 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
158 BOOST_LDFLAGS = @BOOST_LDFLAGS@
159 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
160 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
161 CC = @CC@
162 CCDEPMODE = @CCDEPMODE@
163 CFLAGS = @CFLAGS@
164 CPP = @CPP@
165 CPPFLAGS = @CPPFLAGS@
166 CUNIT_CFLAGS = @CUNIT_CFLAGS@
167 CUNIT_LIBS = @CUNIT_LIBS@
168 CXX = @CXX@
169 CXXCPP = @CXXCPP@
170 CXXDEPMODE = @CXXDEPMODE@
171 CXXFLAGS = @CXXFLAGS@
172 CYGPATH_W = @CYGPATH_W@
173 CYTHON = @CYTHON@
174 DEFS = @DEFS@
175 DEPDIR = @DEPDIR@
176 DLLTOOL = @DLLTOOL@
177 DSYMUTIL = @DSYMUTIL@
178 DUMPBIN = @DUMPBIN@
179 ECHO_C = @ECHO_C@
180 ECHO_N = @ECHO_N@
181 ECHO_T = @ECHO_T@
182 EGREP = @EGREP@
183 EXEEXT = @EXEEXT@
184 FGREP = @FGREP@
185 GREP = @GREP@
186 HAVE_CXX11 = @HAVE_CXX11@
187 INSTALL = @INSTALL@
188 INSTALL_DATA = @INSTALL_DATA@
189 INSTALL_PROGRAM = @INSTALL_PROGRAM@
190 INSTALL_SCRIPT = @INSTALL_SCRIPT@
191 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
192 JANSSON_CFLAGS = @JANSSON_CFLAGS@
193 JANSSON_LIBS = @JANSSON_LIBS@
194 JEMALLOC_LIBS = @JEMALLOC_LIBS@
195 LD = @LD@
196 LDFLAGS = @LDFLAGS@
197 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
198 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
199 LIBEV_CFLAGS = @LIBEV_CFLAGS@
200 LIBEV_LIBS = @LIBEV_LIBS@
201 LIBOBJS = @LIBOBJS@
202 LIBS = @LIBS@
203 LIBSPDYLAY_CFLAGS = @LIBSPDYLAY_CFLAGS@
204 LIBSPDYLAY_LIBS = @LIBSPDYLAY_LIBS@
205 LIBTOOL = @LIBTOOL@
206 LIPO = @LIPO@
207 LN_S = @LN_S@
208 LTLIBOBJS = @LTLIBOBJS@
209 LT_AGE = @LT_AGE@
210 LT_CURRENT = @LT_CURRENT@
211 LT_REVISION = @LT_REVISION@
212 MAKEINFO = @MAKEINFO@
213 MANIFEST_TOOL = @MANIFEST_TOOL@
214 MKDIR_P = @MKDIR_P@
215 NM = @NM@
216 NMEDIT = @NMEDIT@
217 OBJDUMP = @OBJDUMP@
218 OBJEXT = @OBJEXT@
219 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
220 OPENSSL_LIBS = @OPENSSL_LIBS@
221 OTOOL = @OTOOL@
222 OTOOL64 = @OTOOL64@
223 PACKAGE = @PACKAGE@
224 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
225 PACKAGE_NAME = @PACKAGE_NAME@
226 PACKAGE_STRING = @PACKAGE_STRING@
227 PACKAGE_TARNAME = @PACKAGE_TARNAME@
228 PACKAGE_URL = @PACKAGE_URL@
229 PACKAGE_VERSION = @PACKAGE_VERSION@
230 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
231 PATH_SEPARATOR = @PATH_SEPARATOR@
232 PKG_CONFIG = @PKG_CONFIG@
233 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
234 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
235 PYTHON = @PYTHON@
236 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
237 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
238 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
239 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
240 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
241 PYTHON_PLATFORM = @PYTHON_PLATFORM@
242 PYTHON_PREFIX = @PYTHON_PREFIX@
243 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
244 PYTHON_VERSION = @PYTHON_VERSION@
245 RANLIB = @RANLIB@
246 SED = @SED@
247 SET_MAKE = @SET_MAKE@
248 SHELL = @SHELL@
249 STRIP = @STRIP@
250 TESTLDADD = @TESTLDADD@
251 VERSION = @VERSION@
252 WARNCFLAGS = @WARNCFLAGS@
253 XML2_CONFIG = @XML2_CONFIG@
254 XML_CPPFLAGS = @XML_CPPFLAGS@
255 XML_LIBS = @XML_LIBS@
256 ZLIB_CFLAGS = @ZLIB_CFLAGS@
257 ZLIB_LIBS = @ZLIB_LIBS@
258 abs_builddir = @abs_builddir@
259 abs_srcdir = @abs_srcdir@
260 abs_top_builddir = @abs_top_builddir@
261 abs_top_srcdir = @abs_top_srcdir@
262 ac_ct_AR = @ac_ct_AR@
263 ac_ct_CC = @ac_ct_CC@
264 ac_ct_CXX = @ac_ct_CXX@
265 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
266 am__include = @am__include@
267 am__leading_dot = @am__leading_dot@
268 am__quote = @am__quote@
269 am__tar = @am__tar@
270 am__untar = @am__untar@
271 bindir = @bindir@
272 build = @build@
273 build_alias = @build_alias@
274 build_cpu = @build_cpu@
275 build_os = @build_os@
276 build_vendor = @build_vendor@
277 builddir = @builddir@
278 datadir = @datadir@
279 datarootdir = @datarootdir@
280 docdir = @docdir@
281 dvidir = @dvidir@
282 exec_prefix = @exec_prefix@
283 host = @host@
284 host_alias = @host_alias@
285 host_cpu = @host_cpu@
286 host_os = @host_os@
287 host_vendor = @host_vendor@
288 htmldir = @htmldir@
289 includedir = @includedir@
290 infodir = @infodir@
291 install_sh = @install_sh@
292 libdir = @libdir@
293 libexecdir = @libexecdir@
294 localedir = @localedir@
295 localstatedir = @localstatedir@
296 mandir = @mandir@
297 mkdir_p = @mkdir_p@
298 oldincludedir = @oldincludedir@
299 pdfdir = @pdfdir@
300 pkgpyexecdir = @pkgpyexecdir@
301 pkgpythondir = @pkgpythondir@
302 prefix = @prefix@
303 program_transform_name = @program_transform_name@
304 psdir = @psdir@
305 pyexecdir = @pyexecdir@
306 pythondir = @pythondir@
307 sbindir = @sbindir@
308 sharedstatedir = @sharedstatedir@
309 srcdir = @srcdir@
310 sysconfdir = @sysconfdir@
311 target = @target@
312 target_alias = @target_alias@
313 target_cpu = @target_cpu@
314 target_os = @target_os@
315 target_vendor = @target_vendor@
316 top_build_prefix = @top_build_prefix@
317 top_builddir = @top_builddir@
318 top_srcdir = @top_srcdir@
319 EXTRA_DIST = cnghttp2.pxd nghttp2.pyx
320 all: all-am
321
322 .SUFFIXES:
323 .SUFFIXES: .c .pyx
324 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
325         @for dep in $?; do \
326           case '$(am__configure_deps)' in \
327             *$$dep*) \
328               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
329                 && { if test -f $@; then exit 0; else break; fi; }; \
330               exit 1;; \
331           esac; \
332         done; \
333         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu python/Makefile'; \
334         $(am__cd) $(top_srcdir) && \
335           $(AUTOMAKE) --gnu python/Makefile
336 .PRECIOUS: Makefile
337 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
338         @case '$?' in \
339           *config.status*) \
340             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
341           *) \
342             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
343             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
344         esac;
345
346 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348
349 $(top_srcdir)/configure:  $(am__configure_deps)
350         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
352         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353 $(am__aclocal_m4_deps):
354 setup.py: $(top_builddir)/config.status $(srcdir)/setup.py.in
355         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
356
357 mostlyclean-libtool:
358         -rm -f *.lo
359
360 clean-libtool:
361         -rm -rf .libs _libs
362 tags TAGS:
363
364 ctags CTAGS:
365
366 cscope cscopelist:
367
368
369 distdir: $(DISTFILES)
370         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
371         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
372         list='$(DISTFILES)'; \
373           dist_files=`for file in $$list; do echo $$file; done | \
374           sed -e "s|^$$srcdirstrip/||;t" \
375               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
376         case $$dist_files in \
377           */*) $(MKDIR_P) `echo "$$dist_files" | \
378                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
379                            sort -u` ;; \
380         esac; \
381         for file in $$dist_files; do \
382           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
383           if test -d $$d/$$file; then \
384             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
385             if test -d "$(distdir)/$$file"; then \
386               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
387             fi; \
388             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
389               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
390               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
391             fi; \
392             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
393           else \
394             test -f "$(distdir)/$$file" \
395             || cp -p $$d/$$file "$(distdir)/$$file" \
396             || exit 1; \
397           fi; \
398         done
399 check-am: all-am
400 check: check-am
401 @ENABLE_PYTHON_BINDINGS_FALSE@all-local:
402 all-am: Makefile all-local
403 installdirs:
404 install: install-am
405 install-exec: install-exec-am
406 install-data: install-data-am
407 uninstall: uninstall-am
408
409 install-am: all-am
410         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
411
412 installcheck: installcheck-am
413 install-strip:
414         if test -z '$(STRIP)'; then \
415           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
416             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
417               install; \
418         else \
419           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
420             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
421             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
422         fi
423 mostlyclean-generic:
424
425 clean-generic:
426
427 distclean-generic:
428         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
429         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
430
431 maintainer-clean-generic:
432         @echo "This command is intended for maintainers to use"
433         @echo "it deletes files that may require special tools to rebuild."
434 @ENABLE_PYTHON_BINDINGS_FALSE@clean-local:
435 @ENABLE_PYTHON_BINDINGS_FALSE@install-exec-local:
436 @ENABLE_PYTHON_BINDINGS_FALSE@uninstall-local:
437 clean: clean-am
438
439 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
440
441 distclean: distclean-am
442         -rm -f Makefile
443 distclean-am: clean-am distclean-generic
444
445 dvi: dvi-am
446
447 dvi-am:
448
449 html: html-am
450
451 html-am:
452
453 info: info-am
454
455 info-am:
456
457 install-data-am:
458
459 install-dvi: install-dvi-am
460
461 install-dvi-am:
462
463 install-exec-am: install-exec-local
464
465 install-html: install-html-am
466
467 install-html-am:
468
469 install-info: install-info-am
470
471 install-info-am:
472
473 install-man:
474
475 install-pdf: install-pdf-am
476
477 install-pdf-am:
478
479 install-ps: install-ps-am
480
481 install-ps-am:
482
483 installcheck-am:
484
485 maintainer-clean: maintainer-clean-am
486         -rm -f Makefile
487 maintainer-clean-am: distclean-am maintainer-clean-generic
488
489 mostlyclean: mostlyclean-am
490
491 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
492
493 pdf: pdf-am
494
495 pdf-am:
496
497 ps: ps-am
498
499 ps-am:
500
501 uninstall-am: uninstall-local
502
503 .MAKE: install-am install-strip
504
505 .PHONY: all all-am all-local check check-am clean clean-generic \
506         clean-libtool clean-local cscopelist-am ctags-am distclean \
507         distclean-generic distclean-libtool distdir dvi dvi-am html \
508         html-am info info-am install install-am install-data \
509         install-data-am install-dvi install-dvi-am install-exec \
510         install-exec-am install-exec-local install-html \
511         install-html-am install-info install-info-am install-man \
512         install-pdf install-pdf-am install-ps install-ps-am \
513         install-strip installcheck installcheck-am installdirs \
514         maintainer-clean maintainer-clean-generic mostlyclean \
515         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
516         tags-am uninstall uninstall-am uninstall-local
517
518
519 # This will avoid that setup.py gets deleted before it is executed in
520 # clean-local in parallel build.
521 .NOTPARALLEL:
522
523 @ENABLE_PYTHON_BINDINGS_TRUE@all-local: nghttp2.c
524 @ENABLE_PYTHON_BINDINGS_TRUE@   $(PYTHON) setup.py build
525
526 @ENABLE_PYTHON_BINDINGS_TRUE@install-exec-local:
527 @ENABLE_PYTHON_BINDINGS_TRUE@   $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
528
529 @ENABLE_PYTHON_BINDINGS_TRUE@uninstall-local:
530 @ENABLE_PYTHON_BINDINGS_TRUE@   rm -rf $(DESTDIR)$(libdir)/python*/site-packages/*nghttp2*
531
532 @ENABLE_PYTHON_BINDINGS_TRUE@clean-local:
533 @ENABLE_PYTHON_BINDINGS_TRUE@   $(PYTHON) setup.py clean --all
534 @ENABLE_PYTHON_BINDINGS_TRUE@   -rm -f $(builddir)/nghttp2.c
535
536 @ENABLE_PYTHON_BINDINGS_TRUE@.pyx.c:
537 @ENABLE_PYTHON_BINDINGS_TRUE@   $(CYTHON) -o $@ $<
538
539 # Tell versions [3.59,3.63) of GNU make to not export all variables.
540 # Otherwise a system limit (for SysV at least) may be exceeded.
541 .NOEXPORT: