"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "Makefile.in":
1.15.16_vs_1.15.17.
1 # Makefile.in generated by automake 1.16.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2020 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 # Copyright 2019 greenbytes GmbH (https://www.greenbytes.de)
18 #
19 # Licensed under the Apache License, Version 2.0 (the "License");
20 # you may not use this file except in compliance with the License.
21 # You may obtain a copy of the License at
22 #
23 # http://www.apache.org/licenses/LICENSE-2.0
24 #
25 # Unless required by applicable law or agreed to in writing, software
26 # distributed under the License is distributed on an "AS IS" BASIS,
27 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 # See the License for the specific language governing permissions and
29 # limitations under the License.
30 #
31 VPATH = @srcdir@
32 am__is_gnu_make = { \
33 if test -z '$(MAKELEVEL)'; then \
34 false; \
35 elif test -n '$(MAKE_HOST)'; then \
36 true; \
37 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
38 true; \
39 else \
40 false; \
41 fi; \
42 }
43 am__make_running_with_option = \
44 case $${target_option-} in \
45 ?) ;; \
46 *) echo "am__make_running_with_option: internal error: invalid" \
47 "target option '$${target_option-}' specified" >&2; \
48 exit 1;; \
49 esac; \
50 has_opt=no; \
51 sane_makeflags=$$MAKEFLAGS; \
52 if $(am__is_gnu_make); then \
53 sane_makeflags=$$MFLAGS; \
54 else \
55 case $$MAKEFLAGS in \
56 *\\[\ \ ]*) \
57 bs=\\; \
58 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
59 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
60 esac; \
61 fi; \
62 skip_next=no; \
63 strip_trailopt () \
64 { \
65 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
66 }; \
67 for flg in $$sane_makeflags; do \
68 test $$skip_next = yes && { skip_next=no; continue; }; \
69 case $$flg in \
70 *=*|--*) continue;; \
71 -*I) strip_trailopt 'I'; skip_next=yes;; \
72 -*I?*) strip_trailopt 'I';; \
73 -*O) strip_trailopt 'O'; skip_next=yes;; \
74 -*O?*) strip_trailopt 'O';; \
75 -*l) strip_trailopt 'l'; skip_next=yes;; \
76 -*l?*) strip_trailopt 'l';; \
77 -[dEDm]) skip_next=yes;; \
78 -[JT]) skip_next=yes;; \
79 esac; \
80 case $$flg in \
81 *$$target_option*) has_opt=yes; break;; \
82 esac; \
83 done; \
84 test $$has_opt = yes
85 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
86 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
87 pkgdatadir = $(datadir)/@PACKAGE@
88 pkgincludedir = $(includedir)/@PACKAGE@
89 pkglibdir = $(libdir)/@PACKAGE@
90 pkglibexecdir = $(libexecdir)/@PACKAGE@
91 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
92 install_sh_DATA = $(install_sh) -c -m 644
93 install_sh_PROGRAM = $(install_sh) -c
94 install_sh_SCRIPT = $(install_sh) -c
95 INSTALL_HEADER = $(INSTALL_DATA)
96 transform = $(program_transform_name)
97 NORMAL_INSTALL = :
98 PRE_INSTALL = :
99 POST_INSTALL = :
100 NORMAL_UNINSTALL = :
101 PRE_UNINSTALL = :
102 POST_UNINSTALL = :
103 build_triplet = @build@
104 host_triplet = @host@
105 target_triplet = @target@
106 subdir = test
107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
109 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
110 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
111 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
112 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
113 $(ACLOCAL_M4)
114 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
115 mkinstalldirs = $(install_sh) -d
116 CONFIG_HEADER = $(top_builddir)/mod_http2/config.h
117 CONFIG_CLEAN_FILES =
118 CONFIG_CLEAN_VPATH_FILES =
119 AM_V_P = $(am__v_P_@AM_V@)
120 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
121 am__v_P_0 = false
122 am__v_P_1 = :
123 AM_V_GEN = $(am__v_GEN_@AM_V@)
124 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
125 am__v_GEN_0 = @echo " GEN " $@;
126 am__v_GEN_1 =
127 AM_V_at = $(am__v_at_@AM_V@)
128 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129 am__v_at_0 = @
130 am__v_at_1 =
131 SOURCES =
132 DIST_SOURCES =
133 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
134 ctags-recursive dvi-recursive html-recursive info-recursive \
135 install-data-recursive install-dvi-recursive \
136 install-exec-recursive install-html-recursive \
137 install-info-recursive install-pdf-recursive \
138 install-ps-recursive install-recursive installcheck-recursive \
139 installdirs-recursive pdf-recursive ps-recursive \
140 tags-recursive uninstall-recursive
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 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
147 distclean-recursive maintainer-clean-recursive
148 am__recursive_targets = \
149 $(RECURSIVE_TARGETS) \
150 $(RECURSIVE_CLEAN_TARGETS) \
151 $(am__extra_recursive_targets)
152 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
153 distdir distdir-am
154 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
155 # Read a list of newline-separated strings from the standard input,
156 # and print each of them once, without duplicates. Input order is
157 # *not* preserved.
158 am__uniquify_input = $(AWK) '\
159 BEGIN { nonempty = 0; } \
160 { items[$$0] = 1; nonempty = 1; } \
161 END { if (nonempty) { for (i in items) print i; }; } \
162 '
163 # Make sure the list of sources is unique. This is necessary because,
164 # e.g., the same source file might be shared among _SOURCES variables
165 # for different programs/libraries.
166 am__define_uniq_tagged_files = \
167 list='$(am__tagged_files)'; \
168 unique=`for i in $$list; do \
169 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
170 done | $(am__uniquify_input)`
171 ETAGS = etags
172 CTAGS = ctags
173 DIST_SUBDIRS = $(SUBDIRS)
174 am__DIST_COMMON = $(srcdir)/Makefile.in
175 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176 am__relativize = \
177 dir0=`pwd`; \
178 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
179 sed_rest='s,^[^/]*/*,,'; \
180 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
181 sed_butlast='s,/*[^/]*$$,,'; \
182 while test -n "$$dir1"; do \
183 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
184 if test "$$first" != "."; then \
185 if test "$$first" = ".."; then \
186 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
187 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
188 else \
189 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
190 if test "$$first2" = "$$first"; then \
191 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
192 else \
193 dir2="../$$dir2"; \
194 fi; \
195 dir0="$$dir0"/"$$first"; \
196 fi; \
197 fi; \
198 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
199 done; \
200 reldir="$$dir2"
201 A2ENMOD = @A2ENMOD@
202 ACLOCAL = @ACLOCAL@
203 AMTAR = @AMTAR@
204 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
205 APXS = @APXS@
206 AR = @AR@
207 AUTOCONF = @AUTOCONF@
208 AUTOHEADER = @AUTOHEADER@
209 AUTOMAKE = @AUTOMAKE@
210 AWK = @AWK@
211 BUILD_SUBDIRS = @BUILD_SUBDIRS@
212 CC = @CC@
213 CCDEPMODE = @CCDEPMODE@
214 CFLAGS = @CFLAGS@
215 CPP = @CPP@
216 CPPFLAGS = @CPPFLAGS@
217 CURL_BIN = @CURL_BIN@
218 CYGPATH_W = @CYGPATH_W@
219 DEFS = @DEFS@
220 DEPDIR = @DEPDIR@
221 DLLTOOL = @DLLTOOL@
222 DSYMUTIL = @DSYMUTIL@
223 DUMPBIN = @DUMPBIN@
224 ECHO_C = @ECHO_C@
225 ECHO_N = @ECHO_N@
226 ECHO_T = @ECHO_T@
227 EGREP = @EGREP@
228 EXEEXT = @EXEEXT@
229 FGREP = @FGREP@
230 GEN_DIR = @GEN_DIR@
231 GREP = @GREP@
232 H2LOAD = @H2LOAD@
233 HTTPD_USER = @HTTPD_USER@
234 HTTPS_PORT = @HTTPS_PORT@
235 HTTP_PORT = @HTTP_PORT@
236 HTTP_TLD = @HTTP_TLD@
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 LD = @LD@
243 LDFLAGS = @LDFLAGS@
244 LIBEXEC_DIR = @LIBEXEC_DIR@
245 LIBOBJS = @LIBOBJS@
246 LIBS = @LIBS@
247 LIBTOOL = @LIBTOOL@
248 LIPO = @LIPO@
249 LN_S = @LN_S@
250 LTLIBOBJS = @LTLIBOBJS@
251 LT_AGE = @LT_AGE@
252 LT_CURRENT = @LT_CURRENT@
253 LT_REVISION = @LT_REVISION@
254 MAKEINFO = @MAKEINFO@
255 MANIFEST_TOOL = @MANIFEST_TOOL@
256 MKDIR_P = @MKDIR_P@
257 MODULE_SRC = @MODULE_SRC@
258 NGHTTP = @NGHTTP@
259 NM = @NM@
260 NMEDIT = @NMEDIT@
261 OBJDUMP = @OBJDUMP@
262 OBJEXT = @OBJEXT@
263 OTOOL = @OTOOL@
264 OTOOL64 = @OTOOL64@
265 PACKAGE = @PACKAGE@
266 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
267 PACKAGE_NAME = @PACKAGE_NAME@
268 PACKAGE_STRING = @PACKAGE_STRING@
269 PACKAGE_TARNAME = @PACKAGE_TARNAME@
270 PACKAGE_URL = @PACKAGE_URL@
271 PACKAGE_VERSION = @PACKAGE_VERSION@
272 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
273 PATH_SEPARATOR = @PATH_SEPARATOR@
274 PKGCONFIG = @PKGCONFIG@
275 PREFIX = @PREFIX@
276 RANLIB = @RANLIB@
277 SED = @SED@
278 SERVER_DIR = @SERVER_DIR@
279 SERVER_NAME = @SERVER_NAME@
280 SET_MAKE = @SET_MAKE@
281 SHELL = @SHELL@
282 STRIP = @STRIP@
283 SYSCONF_DIR = @SYSCONF_DIR@
284 TEST_DIR = @TEST_DIR@
285 TEST_MODULE_SRC = @TEST_MODULE_SRC@
286 VERSION = @VERSION@
287 WERROR_CFLAGS = @WERROR_CFLAGS@
288 abs_builddir = @abs_builddir@
289 abs_srcdir = @abs_srcdir@
290 abs_top_builddir = @abs_top_builddir@
291 abs_top_srcdir = @abs_top_srcdir@
292 ac_ct_AR = @ac_ct_AR@
293 ac_ct_CC = @ac_ct_CC@
294 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
295 am__include = @am__include@
296 am__leading_dot = @am__leading_dot@
297 am__quote = @am__quote@
298 am__tar = @am__tar@
299 am__untar = @am__untar@
300 bindir = @bindir@
301 build = @build@
302 build_alias = @build_alias@
303 build_cpu = @build_cpu@
304 build_os = @build_os@
305 build_vendor = @build_vendor@
306 builddir = @builddir@
307 datadir = @datadir@
308 datarootdir = @datarootdir@
309 docdir = @docdir@
310 dvidir = @dvidir@
311 exec_prefix = @exec_prefix@
312 host = @host@
313 host_alias = @host_alias@
314 host_cpu = @host_cpu@
315 host_os = @host_os@
316 host_vendor = @host_vendor@
317 htmldir = @htmldir@
318 includedir = @includedir@
319 infodir = @infodir@
320 install_sh = @install_sh@
321 libdir = @libdir@
322 libexecdir = @libexecdir@
323 localedir = @localedir@
324 localstatedir = @localstatedir@
325 mandir = @mandir@
326 mkdir_p = @mkdir_p@
327 oldincludedir = @oldincludedir@
328 pdfdir = @pdfdir@
329 prefix = @prefix@
330 program_transform_name = @program_transform_name@
331 psdir = @psdir@
332 sbindir = @sbindir@
333 sharedstatedir = @sharedstatedir@
334 srcdir = @srcdir@
335 sysconfdir = @sysconfdir@
336 target = @target@
337 target_alias = @target_alias@
338 target_cpu = @target_cpu@
339 target_os = @target_os@
340 target_vendor = @target_vendor@
341 top_build_prefix = @top_build_prefix@
342 top_builddir = @top_builddir@
343 top_srcdir = @top_srcdir@
344 SUBDIRS = mod_h2test
345 GEN = gen
346 CERTIFICATES = \
347 $(SERVER_DIR)/conf/ssl/not-forbidden.org_cert.pem \
348 $(SERVER_DIR)/conf/ssl/noh2.@HTTP_TLD@_cert.pem
349
350 all: all-recursive
351
352 .SUFFIXES:
353 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
354 @for dep in $?; do \
355 case '$(am__configure_deps)' in \
356 *$$dep*) \
357 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
358 && { if test -f $@; then exit 0; else break; fi; }; \
359 exit 1;; \
360 esac; \
361 done; \
362 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
363 $(am__cd) $(top_srcdir) && \
364 $(AUTOMAKE) --gnu test/Makefile
365 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
366 @case '$?' in \
367 *config.status*) \
368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
369 *) \
370 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
371 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
372 esac;
373
374 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
375 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376
377 $(top_srcdir)/configure: $(am__configure_deps)
378 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381 $(am__aclocal_m4_deps):
382
383 mostlyclean-libtool:
384 -rm -f *.lo
385
386 clean-libtool:
387 -rm -rf .libs _libs
388
389 # This directory's subdirectories are mostly independent; you can cd
390 # into them and run 'make' without going through this Makefile.
391 # To change the values of 'make' variables: instead of editing Makefiles,
392 # (1) if the variable is set in 'config.status', edit 'config.status'
393 # (which will cause the Makefiles to be regenerated when you run 'make');
394 # (2) otherwise, pass the desired values on the 'make' command line.
395 $(am__recursive_targets):
396 @fail=; \
397 if $(am__make_keepgoing); then \
398 failcom='fail=yes'; \
399 else \
400 failcom='exit 1'; \
401 fi; \
402 dot_seen=no; \
403 target=`echo $@ | sed s/-recursive//`; \
404 case "$@" in \
405 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
406 *) list='$(SUBDIRS)' ;; \
407 esac; \
408 for subdir in $$list; do \
409 echo "Making $$target in $$subdir"; \
410 if test "$$subdir" = "."; then \
411 dot_seen=yes; \
412 local_target="$$target-am"; \
413 else \
414 local_target="$$target"; \
415 fi; \
416 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
417 || eval $$failcom; \
418 done; \
419 if test "$$dot_seen" = "no"; then \
420 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
421 fi; test -z "$$fail"
422
423 ID: $(am__tagged_files)
424 $(am__define_uniq_tagged_files); mkid -fID $$unique
425 tags: tags-recursive
426 TAGS: tags
427
428 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
429 set x; \
430 here=`pwd`; \
431 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
432 include_option=--etags-include; \
433 empty_fix=.; \
434 else \
435 include_option=--include; \
436 empty_fix=; \
437 fi; \
438 list='$(SUBDIRS)'; for subdir in $$list; do \
439 if test "$$subdir" = .; then :; else \
440 test ! -f $$subdir/TAGS || \
441 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
442 fi; \
443 done; \
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-recursive
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-recursive
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: $(BUILT_SOURCES)
489 $(MAKE) $(AM_MAKEFLAGS) distdir-am
490
491 distdir-am: $(DISTFILES)
492 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
494 list='$(DISTFILES)'; \
495 dist_files=`for file in $$list; do echo $$file; done | \
496 sed -e "s|^$$srcdirstrip/||;t" \
497 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
498 case $$dist_files in \
499 */*) $(MKDIR_P) `echo "$$dist_files" | \
500 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
501 sort -u` ;; \
502 esac; \
503 for file in $$dist_files; do \
504 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
505 if test -d $$d/$$file; then \
506 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
507 if test -d "$(distdir)/$$file"; then \
508 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509 fi; \
510 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
511 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
512 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513 fi; \
514 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
515 else \
516 test -f "$(distdir)/$$file" \
517 || cp -p $$d/$$file "$(distdir)/$$file" \
518 || exit 1; \
519 fi; \
520 done
521 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
522 if test "$$subdir" = .; then :; else \
523 $(am__make_dryrun) \
524 || test -d "$(distdir)/$$subdir" \
525 || $(MKDIR_P) "$(distdir)/$$subdir" \
526 || exit 1; \
527 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
528 $(am__relativize); \
529 new_distdir=$$reldir; \
530 dir1=$$subdir; dir2="$(top_distdir)"; \
531 $(am__relativize); \
532 new_top_distdir=$$reldir; \
533 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
534 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
535 ($(am__cd) $$subdir && \
536 $(MAKE) $(AM_MAKEFLAGS) \
537 top_distdir="$$new_top_distdir" \
538 distdir="$$new_distdir" \
539 am__remove_distdir=: \
540 am__skip_length_check=: \
541 am__skip_mode_fix=: \
542 distdir) \
543 || exit 1; \
544 fi; \
545 done
546 check-am: all-am
547 check: check-recursive
548 all-am: Makefile
549 installdirs: installdirs-recursive
550 installdirs-am:
551 install: install-recursive
552 install-exec: install-exec-recursive
553 install-data: install-data-recursive
554 uninstall: uninstall-recursive
555
556 install-am: all-am
557 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
558
559 installcheck: installcheck-recursive
560 install-strip:
561 if test -z '$(STRIP)'; then \
562 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
563 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
564 install; \
565 else \
566 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
567 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
568 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
569 fi
570 mostlyclean-generic:
571
572 clean-generic:
573
574 distclean-generic:
575 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
576 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
577
578 maintainer-clean-generic:
579 @echo "This command is intended for maintainers to use"
580 @echo "it deletes files that may require special tools to rebuild."
581 clean: clean-recursive
582
583 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
584
585 distclean: distclean-recursive
586 -rm -f Makefile
587 distclean-am: clean-am distclean-generic distclean-tags
588
589 dvi: dvi-recursive
590
591 dvi-am:
592
593 html: html-recursive
594
595 html-am:
596
597 info: info-recursive
598
599 info-am:
600
601 install-data-am:
602
603 install-dvi: install-dvi-recursive
604
605 install-dvi-am:
606
607 install-exec-am:
608
609 install-html: install-html-recursive
610
611 install-html-am:
612
613 install-info: install-info-recursive
614
615 install-info-am:
616
617 install-man:
618
619 install-pdf: install-pdf-recursive
620
621 install-pdf-am:
622
623 install-ps: install-ps-recursive
624
625 install-ps-am:
626
627 installcheck-am:
628
629 maintainer-clean: maintainer-clean-recursive
630 -rm -f Makefile
631 maintainer-clean-am: distclean-am maintainer-clean-generic
632
633 mostlyclean: mostlyclean-recursive
634
635 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
636
637 pdf: pdf-recursive
638
639 pdf-am:
640
641 ps: ps-recursive
642
643 ps-am:
644
645 uninstall-am:
646
647 .MAKE: $(am__recursive_targets) install-am install-strip
648
649 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
650 check-am clean clean-generic clean-libtool clean-local \
651 cscopelist-am ctags ctags-am distclean distclean-generic \
652 distclean-libtool distclean-tags distdir dvi dvi-am html \
653 html-am info info-am install install-am install-data \
654 install-data-am install-dvi install-dvi-am install-exec \
655 install-exec-am install-html install-html-am install-info \
656 install-info-am install-man install-pdf install-pdf-am \
657 install-ps install-ps-am install-strip installcheck \
658 installcheck-am installdirs installdirs-am maintainer-clean \
659 maintainer-clean-generic mostlyclean mostlyclean-generic \
660 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
661 uninstall-am
662
663 .PRECIOUS: Makefile
664
665
666 $(SERVER_DIR)/conf/ssl/cert.pkey:
667 @mkdir -p $(SERVER_DIR)/conf/ssl
668 @openssl genrsa -out $@ 2048
669
670 $(CERTIFICATES): %_cert.pem: $(SERVER_DIR)/conf/ssl/cert.pkey
671 @openssl req -new -key $< -out $@.req -config e2e/ssl/req_template.conf
672 @cp e2e/ssl/req_exts.conf $@.extensions
673 DOMAIN=`basename $@ _cert.pem`; \
674 echo "subjectAltName = DNS:$$DOMAIN,DNS:www.$$DOMAIN,DNS:mail.$$DOMAIN" >>$@.extensions
675 @openssl x509 -req -sha256 -days 1095 \
676 -signkey $(SERVER_DIR)/conf/ssl/cert.pkey \
677 -in $@.req -out $@ -extfile $@.extensions -extensions v3_req_ext
678
679 $(SERVER_DIR)/htdocs/.copied: \
680 $(wildcard e2e/htdocs/*) \
681 $(wildcard e2e/htdocs/*/*) \
682 $(wildcard e2e/htdocs/*/*/*)
683 @mkdir -p $(SERVER_DIR)/htdocs
684 @cp -r e2e/htdocs/* $(SERVER_DIR)/htdocs
685 @chmod +x $(SERVER_DIR)/htdocs/cgi/*.*
686
687 .PHONY: mod_h2test
688 mod_h2test:
689 $(MAKE) -C mod_h2test
690
691 $(SERVER_DIR)/.test-setup: \
692 mod_h2test \
693 $(wildcard e2e/conf/*) \
694 $(SERVER_DIR)/htdocs/.copied \
695 $(CERTIFICATES)
696 @mkdir -p $(SERVER_DIR)/conf/ssl
697 @mkdir -p $(SERVER_DIR)/logs
698 rsync -a --exclude="*.in" e2e/conf/*.* $(SERVER_DIR)/conf
699 @touch $(SERVER_DIR)/.test-setup
700
701 test: $(SERVER_DIR)/.test-setup
702 cd e2e && python3 -m pytest
703
704 clean-local:
705 rm -rf *.pyc __pycache__
706 rm -rf $(GEN)
707
708 # Tell versions [3.59,3.63) of GNU make to not export all variables.
709 # Otherwise a system limit (for SysV at least) may be exceeded.
710 .NOEXPORT: