Upgrade to 1.46.0
[platform/upstream/nghttp2.git] / bpf / 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) 2021 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
40 VPATH = @srcdir@
41 am__is_gnu_make = { \
42   if test -z '$(MAKELEVEL)'; then \
43     false; \
44   elif test -n '$(MAKE_HOST)'; then \
45     true; \
46   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
47     true; \
48   else \
49     false; \
50   fi; \
51 }
52 am__make_running_with_option = \
53   case $${target_option-} in \
54       ?) ;; \
55       *) echo "am__make_running_with_option: internal error: invalid" \
56               "target option '$${target_option-}' specified" >&2; \
57          exit 1;; \
58   esac; \
59   has_opt=no; \
60   sane_makeflags=$$MAKEFLAGS; \
61   if $(am__is_gnu_make); then \
62     sane_makeflags=$$MFLAGS; \
63   else \
64     case $$MAKEFLAGS in \
65       *\\[\ \   ]*) \
66         bs=\\; \
67         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
68           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
69     esac; \
70   fi; \
71   skip_next=no; \
72   strip_trailopt () \
73   { \
74     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
75   }; \
76   for flg in $$sane_makeflags; do \
77     test $$skip_next = yes && { skip_next=no; continue; }; \
78     case $$flg in \
79       *=*|--*) continue;; \
80         -*I) strip_trailopt 'I'; skip_next=yes;; \
81       -*I?*) strip_trailopt 'I';; \
82         -*O) strip_trailopt 'O'; skip_next=yes;; \
83       -*O?*) strip_trailopt 'O';; \
84         -*l) strip_trailopt 'l'; skip_next=yes;; \
85       -*l?*) strip_trailopt 'l';; \
86       -[dEDm]) skip_next=yes;; \
87       -[JT]) skip_next=yes;; \
88     esac; \
89     case $$flg in \
90       *$$target_option*) has_opt=yes; break;; \
91     esac; \
92   done; \
93   test $$has_opt = yes
94 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
95 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
96 pkgdatadir = $(datadir)/@PACKAGE@
97 pkgincludedir = $(includedir)/@PACKAGE@
98 pkglibdir = $(libdir)/@PACKAGE@
99 pkglibexecdir = $(libexecdir)/@PACKAGE@
100 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
101 install_sh_DATA = $(install_sh) -c -m 644
102 install_sh_PROGRAM = $(install_sh) -c
103 install_sh_SCRIPT = $(install_sh) -c
104 INSTALL_HEADER = $(INSTALL_DATA)
105 transform = $(program_transform_name)
106 NORMAL_INSTALL = :
107 PRE_INSTALL = :
108 POST_INSTALL = :
109 NORMAL_UNINSTALL = :
110 PRE_UNINSTALL = :
111 POST_UNINSTALL = :
112 build_triplet = @build@
113 host_triplet = @host@
114 target_triplet = @target@
115 subdir = bpf
116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_asio.m4 \
118         $(top_srcdir)/m4/ax_boost_base.m4 \
119         $(top_srcdir)/m4/ax_boost_system.m4 \
120         $(top_srcdir)/m4/ax_boost_thread.m4 \
121         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
122         $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
123         $(top_srcdir)/m4/ax_python_devel.m4 \
124         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
125         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
126         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
127 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
128         $(ACLOCAL_M4)
129 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
130 mkinstalldirs = $(install_sh) -d
131 CONFIG_HEADER = $(top_builddir)/config.h
132 CONFIG_CLEAN_FILES =
133 CONFIG_CLEAN_VPATH_FILES =
134 AM_V_P = $(am__v_P_@AM_V@)
135 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
136 am__v_P_0 = false
137 am__v_P_1 = :
138 AM_V_GEN = $(am__v_GEN_@AM_V@)
139 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140 am__v_GEN_0 = @echo "  GEN     " $@;
141 am__v_GEN_1 = 
142 AM_V_at = $(am__v_at_@AM_V@)
143 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
144 am__v_at_0 = @
145 am__v_at_1 = 
146 SOURCES =
147 DIST_SOURCES =
148 am__can_run_installinfo = \
149   case $$AM_UPDATE_INFO_DIR in \
150     n|no|NO) false;; \
151     *) (install-info --version) >/dev/null 2>&1;; \
152   esac
153 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
154 am__vpath_adj = case $$p in \
155     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
156     *) f=$$p;; \
157   esac;
158 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
159 am__install_max = 40
160 am__nobase_strip_setup = \
161   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
162 am__nobase_strip = \
163   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
164 am__nobase_list = $(am__nobase_strip_setup); \
165   for p in $$list; do echo "$$p $$p"; done | \
166   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
167   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
168     if (++n[$$2] == $(am__install_max)) \
169       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
170     END { for (dir in files) print dir, files[dir] }'
171 am__base_list = \
172   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
173   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
174 am__uninstall_files_from_dir = { \
175   test -z "$$files" \
176     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
177     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
178          $(am__cd) "$$dir" && rm -f $$files; }; \
179   }
180 am__installdirs = "$(DESTDIR)$(bpf_pkglibdir)"
181 DATA = $(bpf_pkglib_DATA)
182 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
183 am__DIST_COMMON = $(srcdir)/Makefile.in
184 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185 ACLOCAL = @ACLOCAL@
186 AMTAR = @AMTAR@
187 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
188 APPLDFLAGS = @APPLDFLAGS@
189 AR = @AR@
190 AUTOCONF = @AUTOCONF@
191 AUTOHEADER = @AUTOHEADER@
192 AUTOMAKE = @AUTOMAKE@
193 AWK = @AWK@
194 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
195 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
196 BOOST_LDFLAGS = @BOOST_LDFLAGS@
197 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
198 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
199 BPFCFLAGS = @BPFCFLAGS@
200 CC = @CC@
201 CCDEPMODE = @CCDEPMODE@
202 CFLAGS = @CFLAGS@
203 CPP = @CPP@
204 CPPFLAGS = @CPPFLAGS@
205 CSCOPE = @CSCOPE@
206 CTAGS = @CTAGS@
207 CUNIT_CFLAGS = @CUNIT_CFLAGS@
208 CUNIT_LIBS = @CUNIT_LIBS@
209 CXX = @CXX@
210 CXX1XCXXFLAGS = @CXX1XCXXFLAGS@
211 CXXCPP = @CXXCPP@
212 CXXDEPMODE = @CXXDEPMODE@
213 CXXFLAGS = @CXXFLAGS@
214 CYGPATH_W = @CYGPATH_W@
215 CYTHON = @CYTHON@
216 DEFS = @DEFS@
217 DEPDIR = @DEPDIR@
218 DLLTOOL = @DLLTOOL@
219 DSYMUTIL = @DSYMUTIL@
220 DUMPBIN = @DUMPBIN@
221 ECHO_C = @ECHO_C@
222 ECHO_N = @ECHO_N@
223 ECHO_T = @ECHO_T@
224 EGREP = @EGREP@
225 ETAGS = @ETAGS@
226 EXEEXT = @EXEEXT@
227 EXTRABPFCFLAGS = @EXTRABPFCFLAGS@
228 EXTRACFLAG = @EXTRACFLAG@
229 EXTRA_DEFS = @EXTRA_DEFS@
230 FGREP = @FGREP@
231 GREP = @GREP@
232 HAVE_CXX14 = @HAVE_CXX14@
233 INSTALL = @INSTALL@
234 INSTALL_DATA = @INSTALL_DATA@
235 INSTALL_PROGRAM = @INSTALL_PROGRAM@
236 INSTALL_SCRIPT = @INSTALL_SCRIPT@
237 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
238 JANSSON_CFLAGS = @JANSSON_CFLAGS@
239 JANSSON_LIBS = @JANSSON_LIBS@
240 JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
241 JEMALLOC_LIBS = @JEMALLOC_LIBS@
242 LD = @LD@
243 LDFLAGS = @LDFLAGS@
244 LIBBPF_CFLAGS = @LIBBPF_CFLAGS@
245 LIBBPF_LIBS = @LIBBPF_LIBS@
246 LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
247 LIBCARES_LIBS = @LIBCARES_LIBS@
248 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
249 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
250 LIBEV_CFLAGS = @LIBEV_CFLAGS@
251 LIBEV_LIBS = @LIBEV_LIBS@
252 LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
253 LIBMRUBY_LIBS = @LIBMRUBY_LIBS@
254 LIBNGHTTP3_CFLAGS = @LIBNGHTTP3_CFLAGS@
255 LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
256 LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
257 LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
258 LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
259 LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS@
260 LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS@
261 LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
262 LIBOBJS = @LIBOBJS@
263 LIBS = @LIBS@
264 LIBTOOL = @LIBTOOL@
265 LIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@
266 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
267 LIBXML2_LIBS = @LIBXML2_LIBS@
268 LIPO = @LIPO@
269 LN_S = @LN_S@
270 LTLIBOBJS = @LTLIBOBJS@
271 LT_AGE = @LT_AGE@
272 LT_CURRENT = @LT_CURRENT@
273 LT_REVISION = @LT_REVISION@
274 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
275 MAKEINFO = @MAKEINFO@
276 MANIFEST_TOOL = @MANIFEST_TOOL@
277 MKDIR_P = @MKDIR_P@
278 NM = @NM@
279 NMEDIT = @NMEDIT@
280 OBJDUMP = @OBJDUMP@
281 OBJEXT = @OBJEXT@
282 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
283 OPENSSL_LIBS = @OPENSSL_LIBS@
284 OTOOL = @OTOOL@
285 OTOOL64 = @OTOOL64@
286 PACKAGE = @PACKAGE@
287 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
288 PACKAGE_NAME = @PACKAGE_NAME@
289 PACKAGE_STRING = @PACKAGE_STRING@
290 PACKAGE_TARNAME = @PACKAGE_TARNAME@
291 PACKAGE_URL = @PACKAGE_URL@
292 PACKAGE_VERSION = @PACKAGE_VERSION@
293 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
294 PATH_SEPARATOR = @PATH_SEPARATOR@
295 PKG_CONFIG = @PKG_CONFIG@
296 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
297 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
298 PYTHON = @PYTHON@
299 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
300 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
301 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
302 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
303 PYTHON_LIBS = @PYTHON_LIBS@
304 PYTHON_PLATFORM = @PYTHON_PLATFORM@
305 PYTHON_PLATFORM_SITE_PKG = @PYTHON_PLATFORM_SITE_PKG@
306 PYTHON_PREFIX = @PYTHON_PREFIX@
307 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
308 PYTHON_VERSION = @PYTHON_VERSION@
309 RANLIB = @RANLIB@
310 SED = @SED@
311 SET_MAKE = @SET_MAKE@
312 SHELL = @SHELL@
313 STRIP = @STRIP@
314 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
315 SYSTEMD_LIBS = @SYSTEMD_LIBS@
316 TESTLDADD = @TESTLDADD@
317 VERSION = @VERSION@
318 WARNCFLAGS = @WARNCFLAGS@
319 WARNCXXFLAGS = @WARNCXXFLAGS@
320 ZLIB_CFLAGS = @ZLIB_CFLAGS@
321 ZLIB_LIBS = @ZLIB_LIBS@
322 abs_builddir = @abs_builddir@
323 abs_srcdir = @abs_srcdir@
324 abs_top_builddir = @abs_top_builddir@
325 abs_top_srcdir = @abs_top_srcdir@
326 ac_ct_AR = @ac_ct_AR@
327 ac_ct_CC = @ac_ct_CC@
328 ac_ct_CXX = @ac_ct_CXX@
329 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
330 am__include = @am__include@
331 am__leading_dot = @am__leading_dot@
332 am__quote = @am__quote@
333 am__tar = @am__tar@
334 am__untar = @am__untar@
335 bindir = @bindir@
336 build = @build@
337 build_alias = @build_alias@
338 build_cpu = @build_cpu@
339 build_os = @build_os@
340 build_vendor = @build_vendor@
341 builddir = @builddir@
342 datadir = @datadir@
343 datarootdir = @datarootdir@
344 docdir = @docdir@
345 dvidir = @dvidir@
346 exec_prefix = @exec_prefix@
347 host = @host@
348 host_alias = @host_alias@
349 host_cpu = @host_cpu@
350 host_os = @host_os@
351 host_vendor = @host_vendor@
352 htmldir = @htmldir@
353 includedir = @includedir@
354 infodir = @infodir@
355 install_sh = @install_sh@
356 libdir = @libdir@
357 libexecdir = @libexecdir@
358 localedir = @localedir@
359 localstatedir = @localstatedir@
360 mandir = @mandir@
361 mkdir_p = @mkdir_p@
362 oldincludedir = @oldincludedir@
363 pdfdir = @pdfdir@
364 pkgpyexecdir = @pkgpyexecdir@
365 pkgpythondir = @pkgpythondir@
366 prefix = @prefix@
367 program_transform_name = @program_transform_name@
368 psdir = @psdir@
369 pyexecdir = @pyexecdir@
370 pythondir = @pythondir@
371 runstatedir = @runstatedir@
372 sbindir = @sbindir@
373 sharedstatedir = @sharedstatedir@
374 srcdir = @srcdir@
375 sysconfdir = @sysconfdir@
376 target = @target@
377 target_alias = @target_alias@
378 target_cpu = @target_cpu@
379 target_os = @target_os@
380 target_vendor = @target_vendor@
381 top_build_prefix = @top_build_prefix@
382 top_builddir = @top_builddir@
383 top_srcdir = @top_srcdir@
384 EXTRA_DIST = CMakeLists.txt reuseport_kern.c
385 @HAVE_LIBBPF_TRUE@bpf_pkglibdir = $(pkglibdir)
386 @HAVE_LIBBPF_TRUE@bpf_pkglib_DATA = reuseport_kern.o
387 all: all-am
388
389 .SUFFIXES:
390 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
391         @for dep in $?; do \
392           case '$(am__configure_deps)' in \
393             *$$dep*) \
394               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
395                 && { if test -f $@; then exit 0; else break; fi; }; \
396               exit 1;; \
397           esac; \
398         done; \
399         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bpf/Makefile'; \
400         $(am__cd) $(top_srcdir) && \
401           $(AUTOMAKE) --gnu bpf/Makefile
402 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
403         @case '$?' in \
404           *config.status*) \
405             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
406           *) \
407             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
408             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
409         esac;
410
411 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
412         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413
414 $(top_srcdir)/configure:  $(am__configure_deps)
415         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
416 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
417         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418 $(am__aclocal_m4_deps):
419
420 mostlyclean-libtool:
421         -rm -f *.lo
422
423 clean-libtool:
424         -rm -rf .libs _libs
425 install-bpf_pkglibDATA: $(bpf_pkglib_DATA)
426         @$(NORMAL_INSTALL)
427         @list='$(bpf_pkglib_DATA)'; test -n "$(bpf_pkglibdir)" || list=; \
428         if test -n "$$list"; then \
429           echo " $(MKDIR_P) '$(DESTDIR)$(bpf_pkglibdir)'"; \
430           $(MKDIR_P) "$(DESTDIR)$(bpf_pkglibdir)" || exit 1; \
431         fi; \
432         for p in $$list; do \
433           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
434           echo "$$d$$p"; \
435         done | $(am__base_list) | \
436         while read files; do \
437           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(bpf_pkglibdir)'"; \
438           $(INSTALL_DATA) $$files "$(DESTDIR)$(bpf_pkglibdir)" || exit $$?; \
439         done
440
441 uninstall-bpf_pkglibDATA:
442         @$(NORMAL_UNINSTALL)
443         @list='$(bpf_pkglib_DATA)'; test -n "$(bpf_pkglibdir)" || list=; \
444         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
445         dir='$(DESTDIR)$(bpf_pkglibdir)'; $(am__uninstall_files_from_dir)
446 tags TAGS:
447
448 ctags CTAGS:
449
450 cscope cscopelist:
451
452 distdir: $(BUILT_SOURCES)
453         $(MAKE) $(AM_MAKEFLAGS) distdir-am
454
455 distdir-am: $(DISTFILES)
456         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
457         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458         list='$(DISTFILES)'; \
459           dist_files=`for file in $$list; do echo $$file; done | \
460           sed -e "s|^$$srcdirstrip/||;t" \
461               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
462         case $$dist_files in \
463           */*) $(MKDIR_P) `echo "$$dist_files" | \
464                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
465                            sort -u` ;; \
466         esac; \
467         for file in $$dist_files; do \
468           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
469           if test -d $$d/$$file; then \
470             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
471             if test -d "$(distdir)/$$file"; then \
472               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
473             fi; \
474             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
475               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
476               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477             fi; \
478             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
479           else \
480             test -f "$(distdir)/$$file" \
481             || cp -p $$d/$$file "$(distdir)/$$file" \
482             || exit 1; \
483           fi; \
484         done
485 check-am: all-am
486 check: check-am
487 all-am: Makefile $(DATA)
488 installdirs:
489         for dir in "$(DESTDIR)$(bpf_pkglibdir)"; do \
490           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
491         done
492 install: install-am
493 install-exec: install-exec-am
494 install-data: install-data-am
495 uninstall: uninstall-am
496
497 install-am: all-am
498         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
499
500 installcheck: installcheck-am
501 install-strip:
502         if test -z '$(STRIP)'; then \
503           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505               install; \
506         else \
507           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
510         fi
511 mostlyclean-generic:
512
513 clean-generic:
514
515 distclean-generic:
516         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
517         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
518
519 maintainer-clean-generic:
520         @echo "This command is intended for maintainers to use"
521         @echo "it deletes files that may require special tools to rebuild."
522 @HAVE_LIBBPF_FALSE@clean-local:
523 clean: clean-am
524
525 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
526
527 distclean: distclean-am
528         -rm -f Makefile
529 distclean-am: clean-am distclean-generic
530
531 dvi: dvi-am
532
533 dvi-am:
534
535 html: html-am
536
537 html-am:
538
539 info: info-am
540
541 info-am:
542
543 install-data-am: install-bpf_pkglibDATA
544
545 install-dvi: install-dvi-am
546
547 install-dvi-am:
548
549 install-exec-am:
550
551 install-html: install-html-am
552
553 install-html-am:
554
555 install-info: install-info-am
556
557 install-info-am:
558
559 install-man:
560
561 install-pdf: install-pdf-am
562
563 install-pdf-am:
564
565 install-ps: install-ps-am
566
567 install-ps-am:
568
569 installcheck-am:
570
571 maintainer-clean: maintainer-clean-am
572         -rm -f Makefile
573 maintainer-clean-am: distclean-am maintainer-clean-generic
574
575 mostlyclean: mostlyclean-am
576
577 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
578
579 pdf: pdf-am
580
581 pdf-am:
582
583 ps: ps-am
584
585 ps-am:
586
587 uninstall-am: uninstall-bpf_pkglibDATA
588
589 .MAKE: install-am install-strip
590
591 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
592         clean-local cscopelist-am ctags-am distclean distclean-generic \
593         distclean-libtool distdir dvi dvi-am html html-am info info-am \
594         install install-am install-bpf_pkglibDATA install-data \
595         install-data-am install-dvi install-dvi-am install-exec \
596         install-exec-am install-html install-html-am install-info \
597         install-info-am install-man install-pdf install-pdf-am \
598         install-ps install-ps-am install-strip installcheck \
599         installcheck-am installdirs maintainer-clean \
600         maintainer-clean-generic mostlyclean mostlyclean-generic \
601         mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
602         uninstall-am uninstall-bpf_pkglibDATA
603
604 .PRECIOUS: Makefile
605
606
607 @HAVE_LIBBPF_TRUE@all: $(builddir)/reuseport_kern.o
608
609 @HAVE_LIBBPF_TRUE@$(builddir)/reuseport_kern.o: reuseport_kern.c
610 @HAVE_LIBBPF_TRUE@      $(CC) @LIBBPF_CFLAGS@ @BPFCFLAGS@ @EXTRABPFCFLAGS@ \
611 @HAVE_LIBBPF_TRUE@        -target bpf -c $< -o $@
612
613 @HAVE_LIBBPF_TRUE@clean-local:
614 @HAVE_LIBBPF_TRUE@      -rm -f reuseport_kern.o
615
616 # Tell versions [3.59,3.63) of GNU make to not export all variables.
617 # Otherwise a system limit (for SysV at least) may be exceeded.
618 .NOEXPORT: