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