1
- # Makefile.in generated by automake 1.16.4 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.5 from Makefile.am.
2
2
# @configure_input@
3
3
4
4
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
@@ -162,7 +162,7 @@ am__objects_2 = nghttp2_pq.lo nghttp2_map.lo nghttp2_queue.lo \
162
162
nghttp2_hd_huffman.lo nghttp2_hd_huffman_data.lo \
163
163
nghttp2_version.lo nghttp2_priority_spec.lo nghttp2_option.lo \
164
164
nghttp2_callbacks.lo nghttp2_mem.lo nghttp2_http.lo \
165
- nghttp2_rcbuf.lo nghttp2_debug.lo
165
+ nghttp2_rcbuf.lo nghttp2_extpri.lo nghttp2_debug.lo
166
166
am_libnghttp2_la_OBJECTS = $(am__objects_1 ) $(am__objects_2 )
167
167
libnghttp2_la_OBJECTS = $(am_libnghttp2_la_OBJECTS )
168
168
AM_V_lt = $(am__v_lt_@AM_V@ )
@@ -189,8 +189,9 @@ depcomp = $(SHELL) $(top_srcdir)/depcomp
189
189
am__maybe_remake_depfiles = depfiles
190
190
am__depfiles_remade = ./$(DEPDIR ) /nghttp2_buf.Plo \
191
191
./$(DEPDIR ) /nghttp2_callbacks.Plo \
192
- ./$(DEPDIR ) /nghttp2_debug.Plo ./$(DEPDIR ) /nghttp2_frame.Plo \
193
- ./$(DEPDIR ) /nghttp2_hd.Plo ./$(DEPDIR ) /nghttp2_hd_huffman.Plo \
192
+ ./$(DEPDIR ) /nghttp2_debug.Plo ./$(DEPDIR ) /nghttp2_extpri.Plo \
193
+ ./$(DEPDIR ) /nghttp2_frame.Plo ./$(DEPDIR ) /nghttp2_hd.Plo \
194
+ ./$(DEPDIR ) /nghttp2_hd_huffman.Plo \
194
195
./$(DEPDIR ) /nghttp2_hd_huffman_data.Plo \
195
196
./$(DEPDIR ) /nghttp2_helper.Plo ./$(DEPDIR ) /nghttp2_http.Plo \
196
197
./$(DEPDIR ) /nghttp2_map.Plo ./$(DEPDIR ) /nghttp2_mem.Plo \
@@ -336,6 +337,7 @@ EXTRABPFCFLAGS = @EXTRABPFCFLAGS@
336
337
EXTRACFLAG = @EXTRACFLAG@
337
338
EXTRA_DEFS = @EXTRA_DEFS@
338
339
FGREP = @FGREP@
340
+ FILECMD = @FILECMD@
339
341
GREP = @GREP@
340
342
HAVE_CXX14 = @HAVE_CXX14@
341
343
INSTALL = @INSTALL@
@@ -523,6 +525,7 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
523
525
nghttp2_mem.c \
524
526
nghttp2_http.c \
525
527
nghttp2_rcbuf.c \
528
+ nghttp2_extpri.c \
526
529
nghttp2_debug.c
527
530
528
531
HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
@@ -539,6 +542,7 @@ HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
539
542
nghttp2_mem.h \
540
543
nghttp2_http.h \
541
544
nghttp2_rcbuf.h \
545
+ nghttp2_extpri.h \
542
546
nghttp2_debug.h
543
547
544
548
libnghttp2_la_SOURCES = $(HFILES ) $(OBJECTS )
@@ -628,6 +632,7 @@ distclean-compile:
628
632
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_buf.Plo@am__quote@ # am--include-marker
629
633
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_callbacks.Plo@am__quote@ # am--include-marker
630
634
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_debug.Plo@am__quote@ # am--include-marker
635
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_extpri.Plo@am__quote@ # am--include-marker
631
636
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_frame.Plo@am__quote@ # am--include-marker
632
637
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd.Plo@am__quote@ # am--include-marker
633
638
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd_huffman.Plo@am__quote@ # am--include-marker
@@ -909,6 +914,7 @@ distclean: distclean-recursive
909
914
-rm -f ./$(DEPDIR ) /nghttp2_buf.Plo
910
915
-rm -f ./$(DEPDIR ) /nghttp2_callbacks.Plo
911
916
-rm -f ./$(DEPDIR ) /nghttp2_debug.Plo
917
+ -rm -f ./$(DEPDIR ) /nghttp2_extpri.Plo
912
918
-rm -f ./$(DEPDIR ) /nghttp2_frame.Plo
913
919
-rm -f ./$(DEPDIR ) /nghttp2_hd.Plo
914
920
-rm -f ./$(DEPDIR ) /nghttp2_hd_huffman.Plo
@@ -976,6 +982,7 @@ maintainer-clean: maintainer-clean-recursive
976
982
-rm -f ./$(DEPDIR ) /nghttp2_buf.Plo
977
983
-rm -f ./$(DEPDIR ) /nghttp2_callbacks.Plo
978
984
-rm -f ./$(DEPDIR ) /nghttp2_debug.Plo
985
+ -rm -f ./$(DEPDIR ) /nghttp2_extpri.Plo
979
986
-rm -f ./$(DEPDIR ) /nghttp2_frame.Plo
980
987
-rm -f ./$(DEPDIR ) /nghttp2_hd.Plo
981
988
-rm -f ./$(DEPDIR ) /nghttp2_hd_huffman.Plo
0 commit comments