| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7fbfb66 commit 685c7d4
19 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,6 @@ set(NGHTTP2_SOURCES | |||
| 24 | 24 | nghttp2_http.c | |
| 25 | 25 | nghttp2_rcbuf.c | |
| 26 | 26 | nghttp2_debug.c | |
| 27 | - nghttp2_ksl.c | ||
| 28 | 27 | ) | |
| 29 | 28 | ||
| 30 | 29 | set(NGHTTP2_RES "") | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,6 +27,7 @@ EXTRA_DIST = Makefile.msvc CMakeLists.txt version.rc.in | |||
| 27 | 27 | AM_CFLAGS = $(WARNCFLAGS) $(EXTRACFLAG) | |
| 28 | 28 | AM_CPPFLAGS = -I$(srcdir)/includes -I$(builddir)/includes -DBUILDING_NGHTTP2 \ | |
| 29 | 29 | @DEFS@ | |
| 30 | + AM_LDFLAGS = @LIBTOOL_LDFLAGS@ | ||
| 30 | 31 | ||
| 31 | 32 | pkgconfigdir = $(libdir)/pkgconfig | |
| 32 | 33 | pkgconfig_DATA = libnghttp2.pc | |
@@ -49,8 +50,7 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \ | |||
| 49 | 50 | nghttp2_mem.c \ | |
| 50 | 51 | nghttp2_http.c \ | |
| 51 | 52 | nghttp2_rcbuf.c \ | |
| 52 | - nghttp2_debug.c \ | ||
| 53 | - nghttp2_ksl.c | ||
| 53 | + nghttp2_debug.c | ||
| 54 | 54 | ||
| 55 | 55 | HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \ | |
| 56 | 56 | nghttp2_frame.h \ | |
@@ -66,9 +66,8 @@ HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \ | |||
| 66 | 66 | nghttp2_mem.h \ | |
| 67 | 67 | nghttp2_http.h \ | |
| 68 | 68 | nghttp2_rcbuf.h \ | |
| 69 | - nghttp2_debug.h \ | ||
| 70 | - nghttp2_ksl.h | ||
| 69 | + nghttp2_debug.h | ||
| 71 | 70 | ||
| 72 | 71 | libnghttp2_la_SOURCES = $(HFILES) $(OBJECTS) | |
| 73 | - libnghttp2_la_LDFLAGS = -no-undefined \ | ||
| 72 | + libnghttp2_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined \ | ||
| 74 | 73 | -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | - # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| 1 | + # Makefile.in generated by automake 1.16.4 from Makefile.am. | ||
| 2 | 2 | # @configure_input@ | |
| 3 | 3 | ||
| 4 | - # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| 4 | + # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
| 5 | 5 | ||
| 6 | 6 | # This Makefile.in is free software; the Free Software Foundation | |
| 7 | 7 | # gives unlimited permission to copy and/or distribute it, | |
@@ -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 nghttp2_ksl.lo | ||
| 165 | + nghttp2_rcbuf.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@) | |
@@ -193,9 +193,8 @@ am__depfiles_remade = ./$(DEPDIR)/nghttp2_buf.Plo \ | |||
| 193 | 193 | ./$(DEPDIR)/nghttp2_hd.Plo ./$(DEPDIR)/nghttp2_hd_huffman.Plo \ | |
| 194 | 194 | ./$(DEPDIR)/nghttp2_hd_huffman_data.Plo \ | |
| 195 | 195 | ./$(DEPDIR)/nghttp2_helper.Plo ./$(DEPDIR)/nghttp2_http.Plo \ | |
| 196 | - ./$(DEPDIR)/nghttp2_ksl.Plo ./$(DEPDIR)/nghttp2_map.Plo \ | ||
| 197 | - ./$(DEPDIR)/nghttp2_mem.Plo ./$(DEPDIR)/nghttp2_npn.Plo \ | ||
| 198 | - ./$(DEPDIR)/nghttp2_option.Plo \ | ||
| 196 | + ./$(DEPDIR)/nghttp2_map.Plo ./$(DEPDIR)/nghttp2_mem.Plo \ | ||
| 197 | + ./$(DEPDIR)/nghttp2_npn.Plo ./$(DEPDIR)/nghttp2_option.Plo \ | ||
| 199 | 198 | ./$(DEPDIR)/nghttp2_outbound_item.Plo \ | |
| 200 | 199 | ./$(DEPDIR)/nghttp2_pq.Plo \ | |
| 201 | 200 | ./$(DEPDIR)/nghttp2_priority_spec.Plo \ | |
@@ -262,8 +261,6 @@ am__define_uniq_tagged_files = \ | |||
| 262 | 261 | unique=`for i in $$list; do \ | |
| 263 | 262 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 264 | 263 | done | $(am__uniquify_input)` | |
| 265 | - ETAGS = etags | ||
| 266 | - CTAGS = ctags | ||
| 267 | 264 | DIST_SUBDIRS = $(SUBDIRS) | |
| 268 | 265 | am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libnghttp2.pc.in \ | |
| 269 | 266 | $(top_srcdir)/depcomp | |
@@ -307,11 +304,14 @@ BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ | |||
| 307 | 304 | BOOST_LDFLAGS = @BOOST_LDFLAGS@ | |
| 308 | 305 | BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ | |
| 309 | 306 | BOOST_THREAD_LIB = @BOOST_THREAD_LIB@ | |
| 307 | + BPFCFLAGS = @BPFCFLAGS@ | ||
| 310 | 308 | CC = @CC@ | |
| 311 | 309 | CCDEPMODE = @CCDEPMODE@ | |
| 312 | 310 | CFLAGS = @CFLAGS@ | |
| 313 | 311 | CPP = @CPP@ | |
| 314 | 312 | CPPFLAGS = @CPPFLAGS@ | |
| 313 | + CSCOPE = @CSCOPE@ | ||
| 314 | + CTAGS = @CTAGS@ | ||
| 315 | 315 | CUNIT_CFLAGS = @CUNIT_CFLAGS@ | |
| 316 | 316 | CUNIT_LIBS = @CUNIT_LIBS@ | |
| 317 | 317 | CXX = @CXX@ | |
@@ -330,8 +330,11 @@ ECHO_C = @ECHO_C@ | |||
| 330 | 330 | ECHO_N = @ECHO_N@ | |
| 331 | 331 | ECHO_T = @ECHO_T@ | |
| 332 | 332 | EGREP = @EGREP@ | |
| 333 | + ETAGS = @ETAGS@ | ||
| 333 | 334 | EXEEXT = @EXEEXT@ | |
| 335 | + EXTRABPFCFLAGS = @EXTRABPFCFLAGS@ | ||
| 334 | 336 | EXTRACFLAG = @EXTRACFLAG@ | |
| 337 | + EXTRA_DEFS = @EXTRA_DEFS@ | ||
| 335 | 338 | FGREP = @FGREP@ | |
| 336 | 339 | GREP = @GREP@ | |
| 337 | 340 | HAVE_CXX14 = @HAVE_CXX14@ | |
@@ -342,9 +345,12 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |||
| 342 | 345 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
| 343 | 346 | JANSSON_CFLAGS = @JANSSON_CFLAGS@ | |
| 344 | 347 | JANSSON_LIBS = @JANSSON_LIBS@ | |
| 348 | + JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@ | ||
| 345 | 349 | JEMALLOC_LIBS = @JEMALLOC_LIBS@ | |
| 346 | 350 | LD = @LD@ | |
| 347 | 351 | LDFLAGS = @LDFLAGS@ | |
| 352 | + LIBBPF_CFLAGS = @LIBBPF_CFLAGS@ | ||
| 353 | + LIBBPF_LIBS = @LIBBPF_LIBS@ | ||
| 348 | 354 | LIBCARES_CFLAGS = @LIBCARES_CFLAGS@ | |
| 349 | 355 | LIBCARES_LIBS = @LIBCARES_LIBS@ | |
| 350 | 356 | LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@ | |
@@ -353,9 +359,16 @@ LIBEV_CFLAGS = @LIBEV_CFLAGS@ | |||
| 353 | 359 | LIBEV_LIBS = @LIBEV_LIBS@ | |
| 354 | 360 | LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@ | |
| 355 | 361 | LIBMRUBY_LIBS = @LIBMRUBY_LIBS@ | |
| 362 | + LIBNGHTTP3_CFLAGS = @LIBNGHTTP3_CFLAGS@ | ||
| 363 | + LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@ | ||
| 364 | + LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@ | ||
| 365 | + LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS@ | ||
| 366 | + LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS@ | ||
| 367 | + LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@ | ||
| 356 | 368 | LIBOBJS = @LIBOBJS@ | |
| 357 | 369 | LIBS = @LIBS@ | |
| 358 | 370 | LIBTOOL = @LIBTOOL@ | |
| 371 | + LIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@ | ||
| 359 | 372 | LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ | |
| 360 | 373 | LIBXML2_LIBS = @LIBXML2_LIBS@ | |
| 361 | 374 | LIPO = @LIPO@ | |
@@ -393,7 +406,7 @@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ | |||
| 393 | 406 | PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ | |
| 394 | 407 | PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ | |
| 395 | 408 | PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ | |
| 396 | - PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ | ||
| 409 | + PYTHON_LIBS = @PYTHON_LIBS@ | ||
| 397 | 410 | PYTHON_PLATFORM = @PYTHON_PLATFORM@ | |
| 398 | 411 | PYTHON_PREFIX = @PYTHON_PREFIX@ | |
| 399 | 412 | PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ | |
@@ -487,6 +500,7 @@ AM_CFLAGS = $(WARNCFLAGS) $(EXTRACFLAG) | |||
| 487 | 500 | AM_CPPFLAGS = -I$(srcdir)/includes -I$(builddir)/includes -DBUILDING_NGHTTP2 \ | |
| 488 | 501 | @DEFS@ | |
| 489 | 502 | ||
| 503 | + AM_LDFLAGS = @LIBTOOL_LDFLAGS@ | ||
| 490 | 504 | pkgconfigdir = $(libdir)/pkgconfig | |
| 491 | 505 | pkgconfig_DATA = libnghttp2.pc | |
| 492 | 506 | DISTCLEANFILES = $(pkgconfig_DATA) | |
@@ -506,8 +520,7 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \ | |||
| 506 | 520 | nghttp2_mem.c \ | |
| 507 | 521 | nghttp2_http.c \ | |
| 508 | 522 | nghttp2_rcbuf.c \ | |
| 509 | - nghttp2_debug.c \ | ||
| 510 | - nghttp2_ksl.c | ||
| 523 | + nghttp2_debug.c | ||
| 511 | 524 | ||
| 512 | 525 | HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \ | |
| 513 | 526 | nghttp2_frame.h \ | |
@@ -523,11 +536,10 @@ HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \ | |||
| 523 | 536 | nghttp2_mem.h \ | |
| 524 | 537 | nghttp2_http.h \ | |
| 525 | 538 | nghttp2_rcbuf.h \ | |
| 526 | - nghttp2_debug.h \ | ||
| 527 | - nghttp2_ksl.h | ||
| 539 | + nghttp2_debug.h | ||
| 528 | 540 | ||
| 529 | 541 | libnghttp2_la_SOURCES = $(HFILES) $(OBJECTS) | |
| 530 | - libnghttp2_la_LDFLAGS = -no-undefined \ | ||
| 542 | + libnghttp2_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined \ | ||
| 531 | 543 | -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) | |
| 532 | 544 | ||
| 533 | 545 | all: all-recursive | |
@@ -619,7 +631,6 @@ distclean-compile: | |||
| 619 | 631 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd_huffman_data.Plo@am__quote@ # am--include-marker | |
| 620 | 632 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_helper.Plo@am__quote@ # am--include-marker | |
| 621 | 633 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_http.Plo@am__quote@ # am--include-marker | |
| 622 | - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_ksl.Plo@am__quote@ # am--include-marker | ||
| 623 | 634 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_map.Plo@am__quote@ # am--include-marker | |
| 624 | 635 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_mem.Plo@am__quote@ # am--include-marker | |
| 625 | 636 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_npn.Plo@am__quote@ # am--include-marker | |
@@ -789,7 +800,6 @@ cscopelist-am: $(am__tagged_files) | |||
| 789 | 800 | ||
| 790 | 801 | distclean-tags: | |
| 791 | 802 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
| 792 | - | ||
| 793 | 803 | distdir: $(BUILT_SOURCES) | |
| 794 | 804 | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |
| 795 | 805 | ||
@@ -902,7 +912,6 @@ distclean: distclean-recursive | |||
| 902 | 912 | -rm -f ./$(DEPDIR)/nghttp2_hd_huffman_data.Plo | |
| 903 | 913 | -rm -f ./$(DEPDIR)/nghttp2_helper.Plo | |
| 904 | 914 | -rm -f ./$(DEPDIR)/nghttp2_http.Plo | |
| 905 | - -rm -f ./$(DEPDIR)/nghttp2_ksl.Plo | ||
| 906 | 915 | -rm -f ./$(DEPDIR)/nghttp2_map.Plo | |
| 907 | 916 | -rm -f ./$(DEPDIR)/nghttp2_mem.Plo | |
| 908 | 917 | -rm -f ./$(DEPDIR)/nghttp2_npn.Plo | |
@@ -970,7 +979,6 @@ maintainer-clean: maintainer-clean-recursive | |||
| 970 | 979 | -rm -f ./$(DEPDIR)/nghttp2_hd_huffman_data.Plo | |
| 971 | 980 | -rm -f ./$(DEPDIR)/nghttp2_helper.Plo | |
| 972 | 981 | -rm -f ./$(DEPDIR)/nghttp2_http.Plo | |
| 973 | - -rm -f ./$(DEPDIR)/nghttp2_ksl.Plo | ||
| 974 | 982 | -rm -f ./$(DEPDIR)/nghttp2_map.Plo | |
| 975 | 983 | -rm -f ./$(DEPDIR)/nghttp2_mem.Plo | |
| 976 | 984 | -rm -f ./$(DEPDIR)/nghttp2_npn.Plo | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | - # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| 1 | + # Makefile.in generated by automake 1.16.4 from Makefile.am. | ||
| 2 | 2 | # @configure_input@ | |
| 3 | 3 | ||
| 4 | - # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| 4 | + # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
| 5 | 5 | ||
| 6 | 6 | # This Makefile.in is free software; the Free Software Foundation | |
| 7 | 7 | # gives unlimited permission to copy and/or distribute it, | |
@@ -197,8 +197,6 @@ am__define_uniq_tagged_files = \ | |||
| 197 | 197 | unique=`for i in $$list; do \ | |
| 198 | 198 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 199 | 199 | done | $(am__uniquify_input)` | |
| 200 | - ETAGS = etags | ||
| 201 | - CTAGS = ctags | ||
| 202 | 200 | am__DIST_COMMON = $(srcdir)/Makefile.in | |
| 203 | 201 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
| 204 | 202 | ACLOCAL = @ACLOCAL@ | |
@@ -215,11 +213,14 @@ BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ | |||
| 215 | 213 | BOOST_LDFLAGS = @BOOST_LDFLAGS@ | |
| 216 | 214 | BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ | |
| 217 | 215 | BOOST_THREAD_LIB = @BOOST_THREAD_LIB@ | |
| 216 | + BPFCFLAGS = @BPFCFLAGS@ | ||
| 218 | 217 | CC = @CC@ | |
| 219 | 218 | CCDEPMODE = @CCDEPMODE@ | |
| 220 | 219 | CFLAGS = @CFLAGS@ | |
| 221 | 220 | CPP = @CPP@ | |
| 222 | 221 | CPPFLAGS = @CPPFLAGS@ | |
| 222 | + CSCOPE = @CSCOPE@ | ||
| 223 | + CTAGS = @CTAGS@ | ||
| 223 | 224 | CUNIT_CFLAGS = @CUNIT_CFLAGS@ | |
| 224 | 225 | CUNIT_LIBS = @CUNIT_LIBS@ | |
| 225 | 226 | CXX = @CXX@ | |
@@ -238,8 +239,11 @@ ECHO_C = @ECHO_C@ | |||
| 238 | 239 | ECHO_N = @ECHO_N@ | |
| 239 | 240 | ECHO_T = @ECHO_T@ | |
| 240 | 241 | EGREP = @EGREP@ | |
| 242 | + ETAGS = @ETAGS@ | ||
| 241 | 243 | EXEEXT = @EXEEXT@ | |
| 244 | + EXTRABPFCFLAGS = @EXTRABPFCFLAGS@ | ||
| 242 | 245 | EXTRACFLAG = @EXTRACFLAG@ | |
| 246 | + EXTRA_DEFS = @EXTRA_DEFS@ | ||
| 243 | 247 | FGREP = @FGREP@ | |
| 244 | 248 | GREP = @GREP@ | |
| 245 | 249 | HAVE_CXX14 = @HAVE_CXX14@ | |
@@ -250,9 +254,12 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |||
| 250 | 254 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
| 251 | 255 | JANSSON_CFLAGS = @JANSSON_CFLAGS@ | |
| 252 | 256 | JANSSON_LIBS = @JANSSON_LIBS@ | |
| 257 | + JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@ | ||
| 253 | 258 | JEMALLOC_LIBS = @JEMALLOC_LIBS@ | |
| 254 | 259 | LD = @LD@ | |
| 255 | 260 | LDFLAGS = @LDFLAGS@ | |
| 261 | + LIBBPF_CFLAGS = @LIBBPF_CFLAGS@ | ||
| 262 | + LIBBPF_LIBS = @LIBBPF_LIBS@ | ||
| 256 | 263 | LIBCARES_CFLAGS = @LIBCARES_CFLAGS@ | |
| 257 | 264 | LIBCARES_LIBS = @LIBCARES_LIBS@ | |
| 258 | 265 | LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@ | |
@@ -261,9 +268,16 @@ LIBEV_CFLAGS = @LIBEV_CFLAGS@ | |||
| 261 | 268 | LIBEV_LIBS = @LIBEV_LIBS@ | |
| 262 | 269 | LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@ | |
| 263 | 270 | LIBMRUBY_LIBS = @LIBMRUBY_LIBS@ | |
| 271 | + LIBNGHTTP3_CFLAGS = @LIBNGHTTP3_CFLAGS@ | ||
| 272 | + LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@ | ||
| 273 | + LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@ | ||
| 274 | + LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS@ | ||
| 275 | + LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS@ | ||
| 276 | + LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@ | ||
| 264 | 277 | LIBOBJS = @LIBOBJS@ | |
| 265 | 278 | LIBS = @LIBS@ | |
| 266 | 279 | LIBTOOL = @LIBTOOL@ | |
| 280 | + LIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@ | ||
| 267 | 281 | LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ | |
| 268 | 282 | LIBXML2_LIBS = @LIBXML2_LIBS@ | |
| 269 | 283 | LIPO = @LIPO@ | |
@@ -301,7 +315,7 @@ PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ | |||
| 301 | 315 | PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ | |
| 302 | 316 | PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ | |
| 303 | 317 | PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ | |
| 304 | - PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ | ||
| 318 | + PYTHON_LIBS = @PYTHON_LIBS@ | ||
| 305 | 319 | PYTHON_PLATFORM = @PYTHON_PLATFORM@ | |
| 306 | 320 | PYTHON_PREFIX = @PYTHON_PREFIX@ | |
| 307 | 321 | PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ | |
@@ -497,7 +511,6 @@ cscopelist-am: $(am__tagged_files) | |||
| 497 | 511 | ||
| 498 | 512 | distclean-tags: | |
| 499 | 513 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
| 500 | - | ||
| 501 | 514 | distdir: $(BUILT_SOURCES) | |
| 502 | 515 | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |
| 503 | 516 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments