1- #  Makefile.in generated by automake 1.16.4  from Makefile.am.
1+ #  Makefile.in generated by automake 1.16.5  from Makefile.am.
22#  @configure_input@
33
44#  Copyright (C) 1994-2021 Free Software Foundation, Inc.
@@ -162,7 +162,7 @@ am__objects_2 = nghttp2_pq.lo nghttp2_map.lo nghttp2_queue.lo \
162162	nghttp2_hd_huffman.lo nghttp2_hd_huffman_data.lo \ 
163163	nghttp2_version.lo nghttp2_priority_spec.lo nghttp2_option.lo \ 
164164	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
166166am_libnghttp2_la_OBJECTS  = $(am__objects_1 )  $(am__objects_2 ) 
167167libnghttp2_la_OBJECTS  = $(am_libnghttp2_la_OBJECTS ) 
168168AM_V_lt  = $(am__v_lt_@AM_V@ ) 
@@ -189,8 +189,9 @@ depcomp = $(SHELL) $(top_srcdir)/depcomp
189189am__maybe_remake_depfiles  = depfiles
190190am__depfiles_remade  = ./$(DEPDIR ) /nghttp2_buf.Plo \ 
191191	./$(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 \ 
194195	./$(DEPDIR ) /nghttp2_hd_huffman_data.Plo \ 
195196	./$(DEPDIR ) /nghttp2_helper.Plo ./$(DEPDIR ) /nghttp2_http.Plo \ 
196197	./$(DEPDIR ) /nghttp2_map.Plo ./$(DEPDIR ) /nghttp2_mem.Plo \ 
@@ -336,6 +337,7 @@ EXTRABPFCFLAGS = @EXTRABPFCFLAGS@
336337EXTRACFLAG  = @EXTRACFLAG@
337338EXTRA_DEFS  = @EXTRA_DEFS@
338339FGREP  = @FGREP@
340+ FILECMD  = @FILECMD@
339341GREP  = @GREP@
340342HAVE_CXX14  = @HAVE_CXX14@
341343INSTALL  = @INSTALL@
@@ -523,6 +525,7 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
523525	nghttp2_mem.c \ 
524526	nghttp2_http.c \ 
525527	nghttp2_rcbuf.c \ 
528+ 	nghttp2_extpri.c \ 
526529	nghttp2_debug.c
527530
528531HFILES  = 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 \
539542	nghttp2_mem.h \ 
540543	nghttp2_http.h \ 
541544	nghttp2_rcbuf.h \ 
545+ 	nghttp2_extpri.h \ 
542546	nghttp2_debug.h
543547
544548libnghttp2_la_SOURCES  = $(HFILES )  $(OBJECTS ) 
@@ -628,6 +632,7 @@ distclean-compile:
628632@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_buf.Plo@am__quote@ #  am--include-marker
629633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_callbacks.Plo@am__quote@ #  am--include-marker
630634@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
631636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_frame.Plo@am__quote@ #  am--include-marker
632637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd.Plo@am__quote@ #  am--include-marker
633638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd_huffman.Plo@am__quote@ #  am--include-marker
@@ -909,6 +914,7 @@ distclean: distclean-recursive
909914		-rm -f ./$(DEPDIR ) /nghttp2_buf.Plo
910915	-rm -f ./$(DEPDIR ) /nghttp2_callbacks.Plo
911916	-rm -f ./$(DEPDIR ) /nghttp2_debug.Plo
917+ 	-rm -f ./$(DEPDIR ) /nghttp2_extpri.Plo
912918	-rm -f ./$(DEPDIR ) /nghttp2_frame.Plo
913919	-rm -f ./$(DEPDIR ) /nghttp2_hd.Plo
914920	-rm -f ./$(DEPDIR ) /nghttp2_hd_huffman.Plo
@@ -976,6 +982,7 @@ maintainer-clean: maintainer-clean-recursive
976982		-rm -f ./$(DEPDIR ) /nghttp2_buf.Plo
977983	-rm -f ./$(DEPDIR ) /nghttp2_callbacks.Plo
978984	-rm -f ./$(DEPDIR ) /nghttp2_debug.Plo
985+ 	-rm -f ./$(DEPDIR ) /nghttp2_extpri.Plo
979986	-rm -f ./$(DEPDIR ) /nghttp2_frame.Plo
980987	-rm -f ./$(DEPDIR ) /nghttp2_hd.Plo
981988	-rm -f ./$(DEPDIR ) /nghttp2_hd_huffman.Plo
0 commit comments