blob: 04e0ae3c8e433c0669c45d2cb32c7dc408b9d971 [file] [log] [blame]
Haibo Huangf0077b82020-07-10 20:21:19 -07001# Makefile.in generated by automake 1.16.2 from Makefile.am.
Christopher Wileye8679812015-07-01 13:36:18 -07002# @configure_input@
3
Haibo Huangf0077b82020-07-10 20:21:19 -07004# Copyright (C) 1994-2020 Free Software Foundation, Inc.
Christopher Wileye8679812015-07-01 13:36:18 -07005
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# Makefile.am for libevent
18# Copyright 2000-2007 Niels Provos
19# Copyright 2007-2012 Niels Provos and Nick Mathewson
20#
21# See LICENSE for copying information.
22
Haibo Huang45729092019-08-01 16:15:45 -070023# include/include.am for libevent
Narayan Kamathfc74cb42017-09-13 12:53:52 +010024# Copyright 2000-2007 Niels Provos
25# Copyright 2007-2012 Niels Provos and Nick Mathewson
26#
27# See LICENSE for copying information.
28
29# sample/include.am for libevent
30# Copyright 2000-2007 Niels Provos
31# Copyright 2007-2012 Niels Provos and Nick Mathewson
32#
33# See LICENSE for copying information.
34
35# test/Makefile.am for libevent
36# Copyright 2000-2007 Niels Provos
37# Copyright 2007-2012 Niels Provos and Nick Mathewson
38#
39# See LICENSE for copying information.
40
Haibo Huangf0077b82020-07-10 20:21:19 -070041# Doxygen documentation will not be generated with default configuration,
42# unless '--enable-doxygen-doc' is configured.
43# The following targets are all about doxygen:
44# make # 'make doxygen' would be auto executed
45# make doxygen # generating doxygen documentation
46# make doxygen-doc # same as 'make doxygen'
47# make clean # clean docs generated by doxygen
48# make install # install doxygen documentation
49# make uninstall # uninstall doxygen documentation
50
Narayan Kamathfc74cb42017-09-13 12:53:52 +010051
Christopher Wileye8679812015-07-01 13:36:18 -070052
53
54
55VPATH = @srcdir@
Narayan Kamathfc74cb42017-09-13 12:53:52 +010056am__is_gnu_make = { \
57 if test -z '$(MAKELEVEL)'; then \
58 false; \
59 elif test -n '$(MAKE_HOST)'; then \
60 true; \
61 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
62 true; \
63 else \
64 false; \
65 fi; \
66}
67am__make_running_with_option = \
68 case $${target_option-} in \
69 ?) ;; \
70 *) echo "am__make_running_with_option: internal error: invalid" \
71 "target option '$${target_option-}' specified" >&2; \
72 exit 1;; \
73 esac; \
74 has_opt=no; \
75 sane_makeflags=$$MAKEFLAGS; \
76 if $(am__is_gnu_make); then \
77 sane_makeflags=$$MFLAGS; \
78 else \
Christopher Wileye8679812015-07-01 13:36:18 -070079 case $$MAKEFLAGS in \
80 *\\[\ \ ]*) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +010081 bs=\\; \
82 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
83 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
Christopher Wileye8679812015-07-01 13:36:18 -070084 esac; \
Narayan Kamathfc74cb42017-09-13 12:53:52 +010085 fi; \
86 skip_next=no; \
87 strip_trailopt () \
88 { \
89 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
90 }; \
91 for flg in $$sane_makeflags; do \
92 test $$skip_next = yes && { skip_next=no; continue; }; \
93 case $$flg in \
94 *=*|--*) continue;; \
95 -*I) strip_trailopt 'I'; skip_next=yes;; \
96 -*I?*) strip_trailopt 'I';; \
97 -*O) strip_trailopt 'O'; skip_next=yes;; \
98 -*O?*) strip_trailopt 'O';; \
99 -*l) strip_trailopt 'l'; skip_next=yes;; \
100 -*l?*) strip_trailopt 'l';; \
101 -[dEDm]) skip_next=yes;; \
102 -[JT]) skip_next=yes;; \
103 esac; \
104 case $$flg in \
105 *$$target_option*) has_opt=yes; break;; \
106 esac; \
107 done; \
108 test $$has_opt = yes
109am__make_dryrun = (target_option=n; $(am__make_running_with_option))
110am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Christopher Wileye8679812015-07-01 13:36:18 -0700111pkgdatadir = $(datadir)/@PACKAGE@
112pkgincludedir = $(includedir)/@PACKAGE@
113pkglibdir = $(libdir)/@PACKAGE@
114pkglibexecdir = $(libexecdir)/@PACKAGE@
115am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
116install_sh_DATA = $(install_sh) -c -m 644
117install_sh_PROGRAM = $(install_sh) -c
118install_sh_SCRIPT = $(install_sh) -c
119INSTALL_HEADER = $(INSTALL_DATA)
120transform = $(program_transform_name)
121NORMAL_INSTALL = :
122PRE_INSTALL = :
123POST_INSTALL = :
124NORMAL_UNINSTALL = :
125PRE_UNINSTALL = :
126POST_UNINSTALL = :
127build_triplet = @build@
128host_triplet = @host@
129@PTHREADS_TRUE@am__append_1 = libevent_pthreads.la
130@PTHREADS_TRUE@am__append_2 = libevent_pthreads.pc
131@OPENSSL_TRUE@am__append_3 = libevent_openssl.la
132@OPENSSL_TRUE@am__append_4 = libevent_openssl.pc
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100133noinst_PROGRAMS = $(am__EXEEXT_4) $(am__EXEEXT_6)
134EXTRA_PROGRAMS = $(am__EXEEXT_1)
Haibo Huang45729092019-08-01 16:15:45 -0700135@OPENSSL_TRUE@am__append_5 = include/event2/bufferevent_ssl.h
136@INSTALL_LIBEVENT_FALSE@am__append_6 = $(EVENT2_EXPORT)
137@OPENSSL_TRUE@am__append_7 = sample/le-proxy sample/https-client
Haibo Huangf0077b82020-07-10 20:21:19 -0700138@BUILD_WIN32_TRUE@@OPENSSL_TRUE@am__append_8 = -lcrypt32
139@OPENSSL_TRUE@am__append_9 = \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100140@OPENSSL_TRUE@ sample/hostcheck.h \
141@OPENSSL_TRUE@ sample/openssl_hostname_validation.h
142
Haibo Huangf0077b82020-07-10 20:21:19 -0700143@BUILD_SAMPLES_TRUE@am__append_10 = $(SAMPLES)
144@BUILD_REGRESS_TRUE@am__append_11 = $(TESTPROGRAMS)
145@BUILD_REGRESS_TRUE@am__append_12 = test/regress
146@BUILD_REGRESS_TRUE@am__append_13 = test/regress.gen.c test/regress.gen.h
147@PTHREADS_TRUE@am__append_14 = libevent_pthreads.la
148@BUILD_WIN32_TRUE@am__append_15 = test/regress_iocp.c
149@OPENSSL_TRUE@am__append_16 = test/regress_ssl.c
150@OPENSSL_TRUE@am__append_17 = $(OPENSSL_INCS)
151@OPENSSL_TRUE@am__append_18 = libevent_openssl.la $(OPENSSL_LIBS) ${OPENSSL_LIBADD}
152@BUILD_WIN32_TRUE@@THREADS_TRUE@am__append_19 = evthread_win32.c
153@STRLCPY_IMPL_TRUE@am__append_20 = strlcpy.c
154@SELECT_BACKEND_TRUE@am__append_21 = select.c
155@POLL_BACKEND_TRUE@am__append_22 = poll.c
156@DEVPOLL_BACKEND_TRUE@am__append_23 = devpoll.c
157@KQUEUE_BACKEND_TRUE@am__append_24 = kqueue.c
158@EPOLL_BACKEND_TRUE@am__append_25 = epoll.c
159@EVPORT_BACKEND_TRUE@am__append_26 = evport.c
160@SIGNAL_SUPPORT_TRUE@am__append_27 = signal.c
161@INSTALL_LIBEVENT_FALSE@am__append_28 = $(EVENT1_HDRS)
Christopher Wileye8679812015-07-01 13:36:18 -0700162subdir = .
Christopher Wileye8679812015-07-01 13:36:18 -0700163ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
164am__aclocal_m4_deps = $(top_srcdir)/m4/ac_backport_259_ssizet.m4 \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100165 $(top_srcdir)/m4/acx_pthread.m4 \
Haibo Huangf0077b82020-07-10 20:21:19 -0700166 $(top_srcdir)/m4/ax_check_funcs_ex.m4 \
167 $(top_srcdir)/m4/ax_prog_doxygen.m4 \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100168 $(top_srcdir)/m4/libevent_openssl.m4 \
169 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
170 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
171 $(top_srcdir)/m4/lt~obsolete.m4 \
172 $(top_srcdir)/m4/ntp_pkg_config.m4 $(top_srcdir)/configure.ac
Christopher Wileye8679812015-07-01 13:36:18 -0700173am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
174 $(ACLOCAL_M4)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100175DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
176 $(am__configure_deps) $(am__dist_bin_SCRIPTS_DIST) \
177 $(am__include_HEADERS_DIST) $(am__include_event2_HEADERS_DIST) \
178 $(am__noinst_HEADERS_DIST) $(am__DIST_COMMON)
Christopher Wileye8679812015-07-01 13:36:18 -0700179am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
180 configure.lineno config.status.lineno
181mkinstalldirs = $(install_sh) -d
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100182CONFIG_HEADER = config.h evconfig-private.h
Christopher Wileye8679812015-07-01 13:36:18 -0700183CONFIG_CLEAN_FILES = libevent.pc libevent_openssl.pc \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100184 libevent_pthreads.pc libevent_core.pc libevent_extra.pc
Christopher Wileye8679812015-07-01 13:36:18 -0700185CONFIG_CLEAN_VPATH_FILES =
Haibo Huangb2279672019-05-31 16:12:39 -0700186@BUILD_REGRESS_TRUE@am__EXEEXT_1 = test/regress$(EXEEXT)
187@OPENSSL_TRUE@am__EXEEXT_2 = sample/le-proxy$(EXEEXT) \
188@OPENSSL_TRUE@ sample/https-client$(EXEEXT)
189am__EXEEXT_3 = sample/dns-example$(EXEEXT) \
190 sample/event-read-fifo$(EXEEXT) sample/hello-world$(EXEEXT) \
191 sample/http-server$(EXEEXT) sample/http-connect$(EXEEXT) \
192 sample/signal-test$(EXEEXT) sample/time-test$(EXEEXT) \
193 $(am__EXEEXT_2)
194@BUILD_SAMPLES_TRUE@am__EXEEXT_4 = $(am__EXEEXT_3)
195am__EXEEXT_5 = test/bench$(EXEEXT) test/bench_cascade$(EXEEXT) \
196 test/bench_http$(EXEEXT) test/bench_httpclient$(EXEEXT) \
197 test/test-changelist$(EXEEXT) test/test-dumpevents$(EXEEXT) \
198 test/test-eof$(EXEEXT) test/test-closed$(EXEEXT) \
199 test/test-fdleak$(EXEEXT) test/test-init$(EXEEXT) \
200 test/test-ratelim$(EXEEXT) test/test-time$(EXEEXT) \
201 test/test-weof$(EXEEXT) test/regress$(EXEEXT)
202@BUILD_REGRESS_TRUE@am__EXEEXT_6 = $(am__EXEEXT_5)
203PROGRAMS = $(noinst_PROGRAMS)
Christopher Wileye8679812015-07-01 13:36:18 -0700204am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
205am__vpath_adj = case $$p in \
206 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
207 *) f=$$p;; \
208 esac;
209am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
210am__install_max = 40
211am__nobase_strip_setup = \
212 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
213am__nobase_strip = \
214 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
215am__nobase_list = $(am__nobase_strip_setup); \
216 for p in $$list; do echo "$$p $$p"; done | \
217 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
218 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
219 if (++n[$$2] == $(am__install_max)) \
220 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
221 END { for (dir in files) print dir, files[dir] }'
222am__base_list = \
223 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
224 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
225am__uninstall_files_from_dir = { \
226 test -z "$$files" \
227 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
228 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
229 $(am__cd) "$$dir" && rm -f $$files; }; \
230 }
231am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
Haibo Huangf0077b82020-07-10 20:21:19 -0700232 "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(pkgconfigdir)" \
233 "$(DESTDIR)$(includedir)" "$(DESTDIR)$(include_event2dir)" \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100234 "$(DESTDIR)$(include_event2dir)"
Christopher Wileye8679812015-07-01 13:36:18 -0700235LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
236am__DEPENDENCIES_1 =
Haibo Huangf0077b82020-07-10 20:21:19 -0700237libevent_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1) \
238 $(am__DEPENDENCIES_1)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100239am__libevent_la_SOURCES_DIST = buffer.c bufferevent.c \
240 bufferevent_filter.c bufferevent_pair.c bufferevent_ratelim.c \
241 bufferevent_sock.c event.c evmap.c evthread.c evutil.c \
242 evutil_rand.c evutil_time.c listener.c log.c strlcpy.c \
243 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
244 win32select.c buffer_iocp.c event_iocp.c bufferevent_async.c \
245 evthread_win32.c evdns.c event_tagging.c evrpc.c http.c
246@STRLCPY_IMPL_TRUE@am__objects_1 = strlcpy.lo
247@SELECT_BACKEND_TRUE@am__objects_2 = select.lo
248@POLL_BACKEND_TRUE@am__objects_3 = poll.lo
249@DEVPOLL_BACKEND_TRUE@am__objects_4 = devpoll.lo
250@KQUEUE_BACKEND_TRUE@am__objects_5 = kqueue.lo
251@EPOLL_BACKEND_TRUE@am__objects_6 = epoll.lo
252@EVPORT_BACKEND_TRUE@am__objects_7 = evport.lo
253@SIGNAL_SUPPORT_TRUE@am__objects_8 = signal.lo
254@BUILD_WIN32_TRUE@@THREADS_TRUE@am__objects_9 = evthread_win32.lo
255@BUILD_WIN32_FALSE@am__objects_10 = $(am__objects_1) $(am__objects_2) \
Christopher Wileye8679812015-07-01 13:36:18 -0700256@BUILD_WIN32_FALSE@ $(am__objects_3) $(am__objects_4) \
257@BUILD_WIN32_FALSE@ $(am__objects_5) $(am__objects_6) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100258@BUILD_WIN32_FALSE@ $(am__objects_7) $(am__objects_8)
259@BUILD_WIN32_TRUE@am__objects_10 = win32select.lo buffer_iocp.lo \
260@BUILD_WIN32_TRUE@ event_iocp.lo bufferevent_async.lo \
261@BUILD_WIN32_TRUE@ $(am__objects_9) $(am__objects_1) \
Christopher Wileye8679812015-07-01 13:36:18 -0700262@BUILD_WIN32_TRUE@ $(am__objects_2) $(am__objects_3) \
263@BUILD_WIN32_TRUE@ $(am__objects_4) $(am__objects_5) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100264@BUILD_WIN32_TRUE@ $(am__objects_6) $(am__objects_7) \
265@BUILD_WIN32_TRUE@ $(am__objects_8)
266am__objects_11 = buffer.lo bufferevent.lo bufferevent_filter.lo \
267 bufferevent_pair.lo bufferevent_ratelim.lo bufferevent_sock.lo \
268 event.lo evmap.lo evthread.lo evutil.lo evutil_rand.lo \
269 evutil_time.lo listener.lo log.lo $(am__objects_10)
270am__objects_12 = evdns.lo event_tagging.lo evrpc.lo http.lo
271am_libevent_la_OBJECTS = $(am__objects_11) $(am__objects_12)
Christopher Wileye8679812015-07-01 13:36:18 -0700272libevent_la_OBJECTS = $(am_libevent_la_OBJECTS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100273AM_V_lt = $(am__v_lt_@AM_V@)
274am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
275am__v_lt_0 = --silent
276am__v_lt_1 =
277libevent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Christopher Wileye8679812015-07-01 13:36:18 -0700278 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
279 $(libevent_la_LDFLAGS) $(LDFLAGS) -o $@
280@INSTALL_LIBEVENT_FALSE@am_libevent_la_rpath =
281@INSTALL_LIBEVENT_TRUE@am_libevent_la_rpath = -rpath $(libdir)
Haibo Huangf0077b82020-07-10 20:21:19 -0700282libevent_core_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1) \
283 $(am__DEPENDENCIES_1)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100284am__libevent_core_la_SOURCES_DIST = buffer.c bufferevent.c \
285 bufferevent_filter.c bufferevent_pair.c bufferevent_ratelim.c \
286 bufferevent_sock.c event.c evmap.c evthread.c evutil.c \
287 evutil_rand.c evutil_time.c listener.c log.c strlcpy.c \
288 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
289 win32select.c buffer_iocp.c event_iocp.c bufferevent_async.c \
290 evthread_win32.c
291am_libevent_core_la_OBJECTS = $(am__objects_11)
Christopher Wileye8679812015-07-01 13:36:18 -0700292libevent_core_la_OBJECTS = $(am_libevent_core_la_OBJECTS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100293libevent_core_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
294 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
295 $(AM_CFLAGS) $(CFLAGS) $(libevent_core_la_LDFLAGS) $(LDFLAGS) \
296 -o $@
Christopher Wileye8679812015-07-01 13:36:18 -0700297@INSTALL_LIBEVENT_FALSE@am_libevent_core_la_rpath =
298@INSTALL_LIBEVENT_TRUE@am_libevent_core_la_rpath = -rpath $(libdir)
299@BUILD_WITH_NO_UNDEFINED_TRUE@am__DEPENDENCIES_2 = libevent_core.la
300libevent_extra_la_DEPENDENCIES = $(am__DEPENDENCIES_2) \
301 $(am__DEPENDENCIES_1)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100302am_libevent_extra_la_OBJECTS = $(am__objects_12)
Christopher Wileye8679812015-07-01 13:36:18 -0700303libevent_extra_la_OBJECTS = $(am_libevent_extra_la_OBJECTS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100304libevent_extra_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
305 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
306 $(AM_CFLAGS) $(CFLAGS) $(libevent_extra_la_LDFLAGS) $(LDFLAGS) \
307 -o $@
Christopher Wileye8679812015-07-01 13:36:18 -0700308@INSTALL_LIBEVENT_FALSE@am_libevent_extra_la_rpath =
309@INSTALL_LIBEVENT_TRUE@am_libevent_extra_la_rpath = -rpath $(libdir)
310@OPENSSL_TRUE@libevent_openssl_la_DEPENDENCIES = \
311@OPENSSL_TRUE@ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
312am__libevent_openssl_la_SOURCES_DIST = bufferevent_openssl.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100313@OPENSSL_TRUE@am_libevent_openssl_la_OBJECTS = \
314@OPENSSL_TRUE@ libevent_openssl_la-bufferevent_openssl.lo
Christopher Wileye8679812015-07-01 13:36:18 -0700315libevent_openssl_la_OBJECTS = $(am_libevent_openssl_la_OBJECTS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100316libevent_openssl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
317 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
318 $(AM_CFLAGS) $(CFLAGS) $(libevent_openssl_la_LDFLAGS) \
319 $(LDFLAGS) -o $@
Christopher Wileye8679812015-07-01 13:36:18 -0700320@INSTALL_LIBEVENT_FALSE@@OPENSSL_TRUE@am_libevent_openssl_la_rpath =
321@INSTALL_LIBEVENT_TRUE@@OPENSSL_TRUE@am_libevent_openssl_la_rpath = \
322@INSTALL_LIBEVENT_TRUE@@OPENSSL_TRUE@ -rpath $(libdir)
323@PTHREADS_TRUE@libevent_pthreads_la_DEPENDENCIES = \
324@PTHREADS_TRUE@ $(am__DEPENDENCIES_2)
325am__libevent_pthreads_la_SOURCES_DIST = evthread_pthread.c
326@PTHREADS_TRUE@am_libevent_pthreads_la_OBJECTS = evthread_pthread.lo
327libevent_pthreads_la_OBJECTS = $(am_libevent_pthreads_la_OBJECTS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100328libevent_pthreads_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
329 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
330 $(AM_CFLAGS) $(CFLAGS) $(libevent_pthreads_la_LDFLAGS) \
331 $(LDFLAGS) -o $@
Christopher Wileye8679812015-07-01 13:36:18 -0700332@INSTALL_LIBEVENT_FALSE@@PTHREADS_TRUE@am_libevent_pthreads_la_rpath =
333@INSTALL_LIBEVENT_TRUE@@PTHREADS_TRUE@am_libevent_pthreads_la_rpath = \
334@INSTALL_LIBEVENT_TRUE@@PTHREADS_TRUE@ -rpath $(libdir)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100335am__dirstamp = $(am__leading_dot)dirstamp
336am_sample_dns_example_OBJECTS = sample/dns-example.$(OBJEXT)
337sample_dns_example_OBJECTS = $(am_sample_dns_example_OBJECTS)
338sample_dns_example_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
339am_sample_event_read_fifo_OBJECTS = sample/event-read-fifo.$(OBJEXT)
340sample_event_read_fifo_OBJECTS = $(am_sample_event_read_fifo_OBJECTS)
341sample_event_read_fifo_DEPENDENCIES = $(am__DEPENDENCIES_1) \
342 libevent.la
343am_sample_hello_world_OBJECTS = sample/hello-world.$(OBJEXT)
344sample_hello_world_OBJECTS = $(am_sample_hello_world_OBJECTS)
345sample_hello_world_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
346am_sample_http_connect_OBJECTS = sample/http-connect.$(OBJEXT)
347sample_http_connect_OBJECTS = $(am_sample_http_connect_OBJECTS)
348sample_http_connect_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
349am_sample_http_server_OBJECTS = sample/http-server.$(OBJEXT)
350sample_http_server_OBJECTS = $(am_sample_http_server_OBJECTS)
351sample_http_server_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
352am__sample_https_client_SOURCES_DIST = sample/https-client.c \
353 sample/hostcheck.c sample/openssl_hostname_validation.c
354@OPENSSL_TRUE@am_sample_https_client_OBJECTS = \
Haibo Huangb2279672019-05-31 16:12:39 -0700355@OPENSSL_TRUE@ sample/https_client-https-client.$(OBJEXT) \
356@OPENSSL_TRUE@ sample/https_client-hostcheck.$(OBJEXT) \
357@OPENSSL_TRUE@ sample/https_client-openssl_hostname_validation.$(OBJEXT)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100358sample_https_client_OBJECTS = $(am_sample_https_client_OBJECTS)
359@OPENSSL_TRUE@sample_https_client_DEPENDENCIES = libevent.la \
360@OPENSSL_TRUE@ libevent_openssl.la $(am__DEPENDENCIES_1) \
Haibo Huangf0077b82020-07-10 20:21:19 -0700361@OPENSSL_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100362am__sample_le_proxy_SOURCES_DIST = sample/le-proxy.c
Haibo Huangb2279672019-05-31 16:12:39 -0700363@OPENSSL_TRUE@am_sample_le_proxy_OBJECTS = \
364@OPENSSL_TRUE@ sample/le_proxy-le-proxy.$(OBJEXT)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100365sample_le_proxy_OBJECTS = $(am_sample_le_proxy_OBJECTS)
366@OPENSSL_TRUE@sample_le_proxy_DEPENDENCIES = libevent.la \
367@OPENSSL_TRUE@ libevent_openssl.la $(am__DEPENDENCIES_1) \
368@OPENSSL_TRUE@ $(am__DEPENDENCIES_1)
369am_sample_signal_test_OBJECTS = sample/signal-test.$(OBJEXT)
370sample_signal_test_OBJECTS = $(am_sample_signal_test_OBJECTS)
371sample_signal_test_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
372am_sample_time_test_OBJECTS = sample/time-test.$(OBJEXT)
373sample_time_test_OBJECTS = $(am_sample_time_test_OBJECTS)
374sample_time_test_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
375am_test_bench_OBJECTS = test/bench.$(OBJEXT)
376test_bench_OBJECTS = $(am_test_bench_OBJECTS)
377test_bench_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
378am_test_bench_cascade_OBJECTS = test/bench_cascade.$(OBJEXT)
379test_bench_cascade_OBJECTS = $(am_test_bench_cascade_OBJECTS)
380test_bench_cascade_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
381am_test_bench_http_OBJECTS = test/bench_http.$(OBJEXT)
382test_bench_http_OBJECTS = $(am_test_bench_http_OBJECTS)
383test_bench_http_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
384am_test_bench_httpclient_OBJECTS = test/bench_httpclient.$(OBJEXT)
385test_bench_httpclient_OBJECTS = $(am_test_bench_httpclient_OBJECTS)
386test_bench_httpclient_DEPENDENCIES = $(am__DEPENDENCIES_1) \
387 libevent_core.la
388am__test_regress_SOURCES_DIST = test/regress.c test/regress.gen.c \
389 test/regress.gen.h test/regress_buffer.c \
390 test/regress_bufferevent.c test/regress_dns.c \
391 test/regress_et.c test/regress_finalize.c test/regress_http.c \
392 test/regress_listener.c test/regress_main.c \
393 test/regress_minheap.c test/regress_rpc.c \
394 test/regress_testutils.c test/regress_testutils.h \
395 test/regress_util.c test/tinytest.c test/regress_thread.c \
396 test/regress_zlib.c test/regress_iocp.c test/regress_ssl.c
Haibo Huangb2279672019-05-31 16:12:39 -0700397@BUILD_WIN32_FALSE@@PTHREADS_TRUE@am__objects_13 = test/regress-regress_thread.$(OBJEXT)
398@BUILD_WIN32_TRUE@@THREADS_TRUE@am__objects_13 = test/regress-regress_thread.$(OBJEXT)
399@PTHREADS_TRUE@@THREADS_FALSE@am__objects_13 = test/regress-regress_thread.$(OBJEXT)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100400@ZLIB_REGRESS_TRUE@am__objects_14 = \
Haibo Huangb2279672019-05-31 16:12:39 -0700401@ZLIB_REGRESS_TRUE@ test/regress-regress_zlib.$(OBJEXT)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100402@BUILD_WIN32_TRUE@am__objects_15 = \
Haibo Huangb2279672019-05-31 16:12:39 -0700403@BUILD_WIN32_TRUE@ test/regress-regress_iocp.$(OBJEXT)
404@OPENSSL_TRUE@am__objects_16 = test/regress-regress_ssl.$(OBJEXT)
405am_test_regress_OBJECTS = test/regress-regress.$(OBJEXT) \
406 test/regress-regress.gen.$(OBJEXT) \
407 test/regress-regress_buffer.$(OBJEXT) \
408 test/regress-regress_bufferevent.$(OBJEXT) \
409 test/regress-regress_dns.$(OBJEXT) \
410 test/regress-regress_et.$(OBJEXT) \
411 test/regress-regress_finalize.$(OBJEXT) \
412 test/regress-regress_http.$(OBJEXT) \
413 test/regress-regress_listener.$(OBJEXT) \
414 test/regress-regress_main.$(OBJEXT) \
415 test/regress-regress_minheap.$(OBJEXT) \
416 test/regress-regress_rpc.$(OBJEXT) \
417 test/regress-regress_testutils.$(OBJEXT) \
418 test/regress-regress_util.$(OBJEXT) \
419 test/regress-tinytest.$(OBJEXT) $(am__objects_13) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100420 $(am__objects_14) $(am__objects_15) $(am__objects_16)
421test_regress_OBJECTS = $(am_test_regress_OBJECTS)
Haibo Huangf0077b82020-07-10 20:21:19 -0700422am__DEPENDENCIES_3 = $(am__append_14)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100423@OPENSSL_TRUE@am__DEPENDENCIES_4 = libevent_openssl.la \
424@OPENSSL_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
Haibo Huangb2279672019-05-31 16:12:39 -0700425test_regress_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent_core.la \
426 libevent_extra.la $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_1) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100427 $(am__DEPENDENCIES_4)
428test_regress_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
429 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
430 $(test_regress_LDFLAGS) $(LDFLAGS) -o $@
431am_test_test_changelist_OBJECTS = test/test-changelist.$(OBJEXT)
432test_test_changelist_OBJECTS = $(am_test_test_changelist_OBJECTS)
433test_test_changelist_DEPENDENCIES = libevent_core.la
434am_test_test_closed_OBJECTS = test/test-closed.$(OBJEXT)
435test_test_closed_OBJECTS = $(am_test_test_closed_OBJECTS)
436test_test_closed_DEPENDENCIES = libevent_core.la
437am_test_test_dumpevents_OBJECTS = test/test-dumpevents.$(OBJEXT)
438test_test_dumpevents_OBJECTS = $(am_test_test_dumpevents_OBJECTS)
439test_test_dumpevents_DEPENDENCIES = libevent_core.la
440am_test_test_eof_OBJECTS = test/test-eof.$(OBJEXT)
441test_test_eof_OBJECTS = $(am_test_test_eof_OBJECTS)
442test_test_eof_DEPENDENCIES = libevent_core.la
443am_test_test_fdleak_OBJECTS = test/test-fdleak.$(OBJEXT)
444test_test_fdleak_OBJECTS = $(am_test_test_fdleak_OBJECTS)
445test_test_fdleak_DEPENDENCIES = libevent_core.la
446am_test_test_init_OBJECTS = test/test-init.$(OBJEXT)
447test_test_init_OBJECTS = $(am_test_test_init_OBJECTS)
448test_test_init_DEPENDENCIES = libevent_core.la
449am_test_test_ratelim_OBJECTS = test/test-ratelim.$(OBJEXT)
450test_test_ratelim_OBJECTS = $(am_test_test_ratelim_OBJECTS)
451test_test_ratelim_DEPENDENCIES = libevent_core.la
452am_test_test_time_OBJECTS = test/test-time.$(OBJEXT)
453test_test_time_OBJECTS = $(am_test_test_time_OBJECTS)
454test_test_time_DEPENDENCIES = libevent_core.la
455am_test_test_weof_OBJECTS = test/test-weof.$(OBJEXT)
456test_test_weof_OBJECTS = $(am_test_test_weof_OBJECTS)
457test_test_weof_DEPENDENCIES = libevent_core.la
Christopher Wileye8679812015-07-01 13:36:18 -0700458am__dist_bin_SCRIPTS_DIST = event_rpcgen.py
459SCRIPTS = $(dist_bin_SCRIPTS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100460AM_V_P = $(am__v_P_@AM_V@)
461am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
462am__v_P_0 = false
463am__v_P_1 = :
464AM_V_GEN = $(am__v_GEN_@AM_V@)
465am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
466am__v_GEN_0 = @echo " GEN " $@;
467am__v_GEN_1 =
468AM_V_at = $(am__v_at_@AM_V@)
469am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
470am__v_at_0 = @
471am__v_at_1 =
Christopher Wileye8679812015-07-01 13:36:18 -0700472DEFAULT_INCLUDES = -I.@am__isrc@
Haibo Huangf0077b82020-07-10 20:21:19 -0700473depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
Haibo Huangb2279672019-05-31 16:12:39 -0700474am__maybe_remake_depfiles = depfiles
475am__depfiles_remade = $(DEPDIR)/epoll_sub.Plo ./$(DEPDIR)/buffer.Plo \
476 ./$(DEPDIR)/buffer_iocp.Plo ./$(DEPDIR)/bufferevent.Plo \
477 ./$(DEPDIR)/bufferevent_async.Plo \
478 ./$(DEPDIR)/bufferevent_filter.Plo \
479 ./$(DEPDIR)/bufferevent_pair.Plo \
480 ./$(DEPDIR)/bufferevent_ratelim.Plo \
481 ./$(DEPDIR)/bufferevent_sock.Plo ./$(DEPDIR)/devpoll.Plo \
482 ./$(DEPDIR)/epoll.Plo ./$(DEPDIR)/evdns.Plo \
483 ./$(DEPDIR)/event.Plo ./$(DEPDIR)/event_iocp.Plo \
484 ./$(DEPDIR)/event_tagging.Plo ./$(DEPDIR)/evmap.Plo \
485 ./$(DEPDIR)/evport.Plo ./$(DEPDIR)/evrpc.Plo \
486 ./$(DEPDIR)/evthread.Plo ./$(DEPDIR)/evthread_pthread.Plo \
487 ./$(DEPDIR)/evthread_win32.Plo ./$(DEPDIR)/evutil.Plo \
488 ./$(DEPDIR)/evutil_rand.Plo ./$(DEPDIR)/evutil_time.Plo \
489 ./$(DEPDIR)/http.Plo ./$(DEPDIR)/kqueue.Plo \
490 ./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo \
491 ./$(DEPDIR)/listener.Plo ./$(DEPDIR)/log.Plo \
492 ./$(DEPDIR)/poll.Plo ./$(DEPDIR)/select.Plo \
493 ./$(DEPDIR)/signal.Plo ./$(DEPDIR)/strlcpy.Plo \
494 ./$(DEPDIR)/win32select.Plo sample/$(DEPDIR)/dns-example.Po \
495 sample/$(DEPDIR)/event-read-fifo.Po \
496 sample/$(DEPDIR)/hello-world.Po \
497 sample/$(DEPDIR)/http-connect.Po \
498 sample/$(DEPDIR)/http-server.Po \
499 sample/$(DEPDIR)/https_client-hostcheck.Po \
500 sample/$(DEPDIR)/https_client-https-client.Po \
501 sample/$(DEPDIR)/https_client-openssl_hostname_validation.Po \
502 sample/$(DEPDIR)/le_proxy-le-proxy.Po \
503 sample/$(DEPDIR)/signal-test.Po sample/$(DEPDIR)/time-test.Po \
504 test/$(DEPDIR)/bench.Po test/$(DEPDIR)/bench_cascade.Po \
505 test/$(DEPDIR)/bench_http.Po \
506 test/$(DEPDIR)/bench_httpclient.Po \
507 test/$(DEPDIR)/regress-regress.Po \
508 test/$(DEPDIR)/regress-regress.gen.Po \
509 test/$(DEPDIR)/regress-regress_buffer.Po \
510 test/$(DEPDIR)/regress-regress_bufferevent.Po \
511 test/$(DEPDIR)/regress-regress_dns.Po \
512 test/$(DEPDIR)/regress-regress_et.Po \
513 test/$(DEPDIR)/regress-regress_finalize.Po \
514 test/$(DEPDIR)/regress-regress_http.Po \
515 test/$(DEPDIR)/regress-regress_iocp.Po \
516 test/$(DEPDIR)/regress-regress_listener.Po \
517 test/$(DEPDIR)/regress-regress_main.Po \
518 test/$(DEPDIR)/regress-regress_minheap.Po \
519 test/$(DEPDIR)/regress-regress_rpc.Po \
520 test/$(DEPDIR)/regress-regress_ssl.Po \
521 test/$(DEPDIR)/regress-regress_testutils.Po \
522 test/$(DEPDIR)/regress-regress_thread.Po \
523 test/$(DEPDIR)/regress-regress_util.Po \
524 test/$(DEPDIR)/regress-regress_zlib.Po \
525 test/$(DEPDIR)/regress-tinytest.Po \
526 test/$(DEPDIR)/test-changelist.Po \
527 test/$(DEPDIR)/test-closed.Po \
528 test/$(DEPDIR)/test-dumpevents.Po test/$(DEPDIR)/test-eof.Po \
529 test/$(DEPDIR)/test-fdleak.Po test/$(DEPDIR)/test-init.Po \
530 test/$(DEPDIR)/test-ratelim.Po test/$(DEPDIR)/test-time.Po \
531 test/$(DEPDIR)/test-weof.Po
Christopher Wileye8679812015-07-01 13:36:18 -0700532am__mv = mv -f
533COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
534 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100535LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
536 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
537 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
538 $(AM_CFLAGS) $(CFLAGS)
539AM_V_CC = $(am__v_CC_@AM_V@)
540am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
541am__v_CC_0 = @echo " CC " $@;
542am__v_CC_1 =
Christopher Wileye8679812015-07-01 13:36:18 -0700543CCLD = $(CC)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100544LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
545 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
546 $(AM_LDFLAGS) $(LDFLAGS) -o $@
547AM_V_CCLD = $(am__v_CCLD_@AM_V@)
548am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
549am__v_CCLD_0 = @echo " CCLD " $@;
550am__v_CCLD_1 =
Christopher Wileye8679812015-07-01 13:36:18 -0700551SOURCES = $(libevent_la_SOURCES) $(libevent_core_la_SOURCES) \
552 $(libevent_extra_la_SOURCES) $(libevent_openssl_la_SOURCES) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100553 $(libevent_pthreads_la_SOURCES) $(sample_dns_example_SOURCES) \
554 $(sample_event_read_fifo_SOURCES) \
555 $(sample_hello_world_SOURCES) $(sample_http_connect_SOURCES) \
556 $(sample_http_server_SOURCES) $(sample_https_client_SOURCES) \
557 $(sample_le_proxy_SOURCES) $(sample_signal_test_SOURCES) \
558 $(sample_time_test_SOURCES) $(test_bench_SOURCES) \
559 $(test_bench_cascade_SOURCES) $(test_bench_http_SOURCES) \
560 $(test_bench_httpclient_SOURCES) $(test_regress_SOURCES) \
561 $(test_test_changelist_SOURCES) $(test_test_closed_SOURCES) \
562 $(test_test_dumpevents_SOURCES) $(test_test_eof_SOURCES) \
563 $(test_test_fdleak_SOURCES) $(test_test_init_SOURCES) \
564 $(test_test_ratelim_SOURCES) $(test_test_time_SOURCES) \
565 $(test_test_weof_SOURCES)
Christopher Wileye8679812015-07-01 13:36:18 -0700566DIST_SOURCES = $(am__libevent_la_SOURCES_DIST) \
567 $(am__libevent_core_la_SOURCES_DIST) \
568 $(libevent_extra_la_SOURCES) \
569 $(am__libevent_openssl_la_SOURCES_DIST) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100570 $(am__libevent_pthreads_la_SOURCES_DIST) \
571 $(sample_dns_example_SOURCES) \
572 $(sample_event_read_fifo_SOURCES) \
573 $(sample_hello_world_SOURCES) $(sample_http_connect_SOURCES) \
574 $(sample_http_server_SOURCES) \
575 $(am__sample_https_client_SOURCES_DIST) \
576 $(am__sample_le_proxy_SOURCES_DIST) \
577 $(sample_signal_test_SOURCES) $(sample_time_test_SOURCES) \
578 $(test_bench_SOURCES) $(test_bench_cascade_SOURCES) \
579 $(test_bench_http_SOURCES) $(test_bench_httpclient_SOURCES) \
580 $(am__test_regress_SOURCES_DIST) \
581 $(test_test_changelist_SOURCES) $(test_test_closed_SOURCES) \
582 $(test_test_dumpevents_SOURCES) $(test_test_eof_SOURCES) \
583 $(test_test_fdleak_SOURCES) $(test_test_init_SOURCES) \
584 $(test_test_ratelim_SOURCES) $(test_test_time_SOURCES) \
585 $(test_test_weof_SOURCES)
Christopher Wileye8679812015-07-01 13:36:18 -0700586am__can_run_installinfo = \
587 case $$AM_UPDATE_INFO_DIR in \
588 n|no|NO) false;; \
589 *) (install-info --version) >/dev/null 2>&1;; \
590 esac
Haibo Huangf0077b82020-07-10 20:21:19 -0700591man3dir = $(mandir)/man3
592NROFF = nroff
593MANS = $(man3_MANS)
Christopher Wileye8679812015-07-01 13:36:18 -0700594DATA = $(pkgconfig_DATA)
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100595am__include_HEADERS_DIST = include/evdns.h include/event.h \
596 include/evhttp.h include/evrpc.h include/evutil.h
597am__include_event2_HEADERS_DIST = include/event2/buffer.h \
598 include/event2/buffer_compat.h include/event2/bufferevent.h \
599 include/event2/bufferevent_compat.h \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100600 include/event2/bufferevent_struct.h include/event2/dns.h \
601 include/event2/dns_compat.h include/event2/dns_struct.h \
602 include/event2/event.h include/event2/event_compat.h \
603 include/event2/event_struct.h include/event2/http.h \
604 include/event2/http_compat.h include/event2/http_struct.h \
605 include/event2/keyvalq_struct.h include/event2/listener.h \
606 include/event2/rpc.h include/event2/rpc_compat.h \
607 include/event2/rpc_struct.h include/event2/tag.h \
608 include/event2/tag_compat.h include/event2/thread.h \
609 include/event2/util.h include/event2/visibility.h \
Haibo Huang45729092019-08-01 16:15:45 -0700610 include/event2/bufferevent_ssl.h
611am__noinst_HEADERS_DIST = include/event2/buffer.h \
612 include/event2/buffer_compat.h include/event2/bufferevent.h \
613 include/event2/bufferevent_compat.h \
614 include/event2/bufferevent_struct.h include/event2/dns.h \
615 include/event2/dns_compat.h include/event2/dns_struct.h \
616 include/event2/event.h include/event2/event_compat.h \
617 include/event2/event_struct.h include/event2/http.h \
618 include/event2/http_compat.h include/event2/http_struct.h \
619 include/event2/keyvalq_struct.h include/event2/listener.h \
620 include/event2/rpc.h include/event2/rpc_compat.h \
621 include/event2/rpc_struct.h include/event2/tag.h \
622 include/event2/tag_compat.h include/event2/thread.h \
623 include/event2/util.h include/event2/visibility.h \
624 include/event2/bufferevent_ssl.h sample/hostcheck.h \
625 sample/openssl_hostname_validation.h test/regress.h \
626 test/regress_thread.h test/tinytest.h test/tinytest_local.h \
627 test/tinytest_macros.h WIN32-Code/nmake/evconfig-private.h \
Haibo Huangb2279672019-05-31 16:12:39 -0700628 WIN32-Code/nmake/event2/event-config.h WIN32-Code/getopt.h \
629 WIN32-Code/getopt.c WIN32-Code/getopt_long.c WIN32-Code/tree.h \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100630 bufferevent-internal.h changelist-internal.h \
631 compat/sys/queue.h defer-internal.h epolltable-internal.h \
Haibo Huangb2279672019-05-31 16:12:39 -0700632 evbuffer-internal.h event-internal.h evmap-internal.h \
633 evrpc-internal.h evsignal-internal.h evthread-internal.h \
634 ht-internal.h http-internal.h iocp-internal.h ipv6-internal.h \
635 kqueue-internal.h log-internal.h minheap-internal.h \
636 mm-internal.h ratelim-internal.h strlcpy-internal.h \
637 time-internal.h util-internal.h openssl-compat.h \
638 include/evdns.h include/event.h include/evhttp.h \
639 include/evrpc.h include/evutil.h
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100640HEADERS = $(include_HEADERS) $(include_event2_HEADERS) \
641 $(nodist_include_event2_HEADERS) $(nodist_noinst_HEADERS) \
642 $(noinst_HEADERS)
Haibo Huangf0077b82020-07-10 20:21:19 -0700643am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
644 config.h.in evconfig-private.h.in
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100645# Read a list of newline-separated strings from the standard input,
646# and print each of them once, without duplicates. Input order is
647# *not* preserved.
648am__uniquify_input = $(AWK) '\
649 BEGIN { nonempty = 0; } \
650 { items[$$0] = 1; nonempty = 1; } \
651 END { if (nonempty) { for (i in items) print i; }; } \
652'
653# Make sure the list of sources is unique. This is necessary because,
654# e.g., the same source file might be shared among _SOURCES variables
655# for different programs/libraries.
656am__define_uniq_tagged_files = \
657 list='$(am__tagged_files)'; \
658 unique=`for i in $$list; do \
659 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
660 done | $(am__uniquify_input)`
Christopher Wileye8679812015-07-01 13:36:18 -0700661ETAGS = etags
662CTAGS = ctags
663CSCOPE = cscope
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100664AM_RECURSIVE_TARGETS = cscope check recheck
665am__tty_colors_dummy = \
666 mgn= red= grn= lgn= blu= brg= std=; \
667 am__color_tests=no
668am__tty_colors = { \
669 $(am__tty_colors_dummy); \
670 if test "X$(AM_COLOR_TESTS)" = Xno; then \
671 am__color_tests=no; \
672 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
673 am__color_tests=yes; \
674 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
675 am__color_tests=yes; \
676 fi; \
677 if test $$am__color_tests = yes; then \
678 red=''; \
679 grn=''; \
680 lgn=''; \
681 blu=''; \
682 mgn=''; \
683 brg=''; \
684 std=''; \
685 fi; \
686}
687am__recheck_rx = ^[ ]*:recheck:[ ]*
688am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
689am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
690# A command that, given a newline-separated list of test names on the
691# standard input, print the name of the tests that are to be re-run
692# upon "make recheck".
693am__list_recheck_tests = $(AWK) '{ \
694 recheck = 1; \
695 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
696 { \
697 if (rc < 0) \
698 { \
699 if ((getline line2 < ($$0 ".log")) < 0) \
700 recheck = 0; \
701 break; \
702 } \
703 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
704 { \
705 recheck = 0; \
706 break; \
707 } \
708 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
709 { \
710 break; \
711 } \
712 }; \
713 if (recheck) \
714 print $$0; \
715 close ($$0 ".trs"); \
716 close ($$0 ".log"); \
717}'
718# A command that, given a newline-separated list of test names on the
719# standard input, create the global log from their .trs and .log files.
720am__create_global_log = $(AWK) ' \
721function fatal(msg) \
722{ \
723 print "fatal: making $@: " msg | "cat >&2"; \
724 exit 1; \
725} \
726function rst_section(header) \
727{ \
728 print header; \
729 len = length(header); \
730 for (i = 1; i <= len; i = i + 1) \
731 printf "="; \
732 printf "\n\n"; \
733} \
734{ \
735 copy_in_global_log = 1; \
736 global_test_result = "RUN"; \
737 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
738 { \
739 if (rc < 0) \
740 fatal("failed to read from " $$0 ".trs"); \
741 if (line ~ /$(am__global_test_result_rx)/) \
742 { \
743 sub("$(am__global_test_result_rx)", "", line); \
744 sub("[ ]*$$", "", line); \
745 global_test_result = line; \
746 } \
747 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
748 copy_in_global_log = 0; \
749 }; \
750 if (copy_in_global_log) \
751 { \
752 rst_section(global_test_result ": " $$0); \
753 while ((rc = (getline line < ($$0 ".log"))) != 0) \
754 { \
755 if (rc < 0) \
756 fatal("failed to read from " $$0 ".log"); \
757 print line; \
758 }; \
759 printf "\n"; \
760 }; \
761 close ($$0 ".trs"); \
762 close ($$0 ".log"); \
763}'
764# Restructured Text title.
765am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
766# Solaris 10 'make', and several other traditional 'make' implementations,
767# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
768# by disabling -e (using the XSI extension "set +e") if it's set.
769am__sh_e_setup = case $$- in *e*) set +e;; esac
770# Default flags passed to test drivers.
771am__common_driver_flags = \
772 --color-tests "$$am__color_tests" \
773 --enable-hard-errors "$$am__enable_hard_errors" \
774 --expect-failure "$$am__expect_failure"
775# To be inserted before the command running the test. Creates the
776# directory for the log if needed. Stores in $dir the directory
777# containing $f, in $tst the test, in $log the log. Executes the
778# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
779# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
780# will run the test scripts (or their associated LOG_COMPILER, if
781# thy have one).
782am__check_pre = \
783$(am__sh_e_setup); \
784$(am__vpath_adj_setup) $(am__vpath_adj) \
785$(am__tty_colors); \
786srcdir=$(srcdir); export srcdir; \
787case "$@" in \
788 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
789 *) am__odir=.;; \
790esac; \
791test "x$$am__odir" = x"." || test -d "$$am__odir" \
792 || $(MKDIR_P) "$$am__odir" || exit $$?; \
793if test -f "./$$f"; then dir=./; \
794elif test -f "$$f"; then dir=; \
795else dir="$(srcdir)/"; fi; \
796tst=$$dir$$f; log='$@'; \
797if test -n '$(DISABLE_HARD_ERRORS)'; then \
798 am__enable_hard_errors=no; \
799else \
800 am__enable_hard_errors=yes; \
801fi; \
802case " $(XFAIL_TESTS) " in \
803 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
804 am__expect_failure=yes;; \
805 *) \
806 am__expect_failure=no;; \
807esac; \
808$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
809# A shell command to get the names of the tests scripts with any registered
810# extension removed (i.e., equivalently, the names of the test logs, with
811# the '.log' extension removed). The result is saved in the shell variable
812# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
813# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
814# since that might cause problem with VPATH rewrites for suffix-less tests.
815# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
816am__set_TESTS_bases = \
817 bases='$(TEST_LOGS)'; \
818 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
819 bases=`echo $$bases`
820RECHECK_LOGS = $(TEST_LOGS)
821TEST_SUITE_LOG = test-suite.log
822TEST_EXTENSIONS = @EXEEXT@ .test
Haibo Huangf0077b82020-07-10 20:21:19 -0700823LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100824LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
825am__set_b = \
826 case '$@' in \
827 */*) \
828 case '$*' in \
829 */*) b='$*';; \
830 *) b=`echo '$@' | sed 's/\.log$$//'`; \
831 esac;; \
832 *) \
833 b='$*';; \
834 esac
835am__test_logs1 = $(TESTS:=.log)
836am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
837TEST_LOGS = $(am__test_logs2:.test.log=.log)
Haibo Huangf0077b82020-07-10 20:21:19 -0700838TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100839TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
840 $(TEST_LOG_FLAGS)
841am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
Haibo Huangf0077b82020-07-10 20:21:19 -0700842 $(srcdir)/doxygen.am $(srcdir)/evconfig-private.h.in \
843 $(srcdir)/include/include.am $(srcdir)/libevent.pc.in \
844 $(srcdir)/libevent_core.pc.in $(srcdir)/libevent_extra.pc.in \
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100845 $(srcdir)/libevent_openssl.pc.in \
846 $(srcdir)/libevent_pthreads.pc.in $(srcdir)/sample/include.am \
Haibo Huangf0077b82020-07-10 20:21:19 -0700847 $(srcdir)/test/include.am $(top_srcdir)/build-aux/compile \
848 $(top_srcdir)/build-aux/config.guess \
849 $(top_srcdir)/build-aux/config.sub \
850 $(top_srcdir)/build-aux/depcomp \
851 $(top_srcdir)/build-aux/install-sh \
852 $(top_srcdir)/build-aux/ltmain.sh \
853 $(top_srcdir)/build-aux/missing \
854 $(top_srcdir)/build-aux/test-driver ChangeLog \
855 build-aux/compile build-aux/config.guess build-aux/config.sub \
856 build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
857 build-aux/missing epoll_sub.c
Christopher Wileye8679812015-07-01 13:36:18 -0700858DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
859distdir = $(PACKAGE)-$(VERSION)
860top_distdir = $(distdir)
861am__remove_distdir = \
862 if test -d "$(distdir)"; then \
863 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
864 && rm -rf "$(distdir)" \
865 || { sleep 5 && rm -rf "$(distdir)"; }; \
866 else :; fi
867am__post_remove_distdir = $(am__remove_distdir)
Christopher Wileye8679812015-07-01 13:36:18 -0700868DIST_ARCHIVES = $(distdir).tar.gz
869GZIP_ENV = --best
870DIST_TARGETS = dist-gzip
871distuninstallcheck_listfiles = find . -type f -print
872am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
873 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
874distcleancheck_listfiles = find . -type f -print
875ACLOCAL = @ACLOCAL@
876AMTAR = @AMTAR@
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100877AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Christopher Wileye8679812015-07-01 13:36:18 -0700878AR = @AR@
879AUTOCONF = @AUTOCONF@
880AUTOHEADER = @AUTOHEADER@
881AUTOMAKE = @AUTOMAKE@
882AWK = @AWK@
883CC = @CC@
884CCDEPMODE = @CCDEPMODE@
885CFLAGS = @CFLAGS@
886CPP = @CPP@
887CPPFLAGS = @CPPFLAGS@
888CYGPATH_W = @CYGPATH_W@
889DEFS = @DEFS@
890DEPDIR = @DEPDIR@
891DLLTOOL = @DLLTOOL@
Haibo Huangf0077b82020-07-10 20:21:19 -0700892DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
Christopher Wileye8679812015-07-01 13:36:18 -0700893DSYMUTIL = @DSYMUTIL@
894DUMPBIN = @DUMPBIN@
Haibo Huangf0077b82020-07-10 20:21:19 -0700895DX_CONFIG = @DX_CONFIG@
896DX_DOCDIR = @DX_DOCDIR@
897DX_DOT = @DX_DOT@
898DX_DOXYGEN = @DX_DOXYGEN@
899DX_DVIPS = @DX_DVIPS@
900DX_EGREP = @DX_EGREP@
901DX_ENV = @DX_ENV@
902DX_FLAG_chi = @DX_FLAG_chi@
903DX_FLAG_chm = @DX_FLAG_chm@
904DX_FLAG_doc = @DX_FLAG_doc@
905DX_FLAG_dot = @DX_FLAG_dot@
906DX_FLAG_html = @DX_FLAG_html@
907DX_FLAG_man = @DX_FLAG_man@
908DX_FLAG_pdf = @DX_FLAG_pdf@
909DX_FLAG_ps = @DX_FLAG_ps@
910DX_FLAG_rtf = @DX_FLAG_rtf@
911DX_FLAG_xml = @DX_FLAG_xml@
912DX_HHC = @DX_HHC@
913DX_LATEX = @DX_LATEX@
914DX_MAKEINDEX = @DX_MAKEINDEX@
915DX_PDFLATEX = @DX_PDFLATEX@
916DX_PERL = @DX_PERL@
917DX_PROJECT = @DX_PROJECT@
Christopher Wileye8679812015-07-01 13:36:18 -0700918ECHO_C = @ECHO_C@
919ECHO_N = @ECHO_N@
920ECHO_T = @ECHO_T@
921EGREP = @EGREP@
922EV_LIB_GDI = @EV_LIB_GDI@
923EV_LIB_WS32 = @EV_LIB_WS32@
924EXEEXT = @EXEEXT@
925FGREP = @FGREP@
926GREP = @GREP@
927INSTALL = @INSTALL@
928INSTALL_DATA = @INSTALL_DATA@
929INSTALL_PROGRAM = @INSTALL_PROGRAM@
930INSTALL_SCRIPT = @INSTALL_SCRIPT@
931INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
932LD = @LD@
933LDFLAGS = @LDFLAGS@
934LIBEVENT_GC_SECTIONS = @LIBEVENT_GC_SECTIONS@
935LIBOBJS = @LIBOBJS@
936LIBS = @LIBS@
937LIBTOOL = @LIBTOOL@
938LIBTOOL_DEPS = @LIBTOOL_DEPS@
939LIPO = @LIPO@
940LN_S = @LN_S@
941LTLIBOBJS = @LTLIBOBJS@
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100942LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Christopher Wileye8679812015-07-01 13:36:18 -0700943MAKEINFO = @MAKEINFO@
944MANIFEST_TOOL = @MANIFEST_TOOL@
945MKDIR_P = @MKDIR_P@
946NM = @NM@
947NMEDIT = @NMEDIT@
948OBJDUMP = @OBJDUMP@
949OBJEXT = @OBJEXT@
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100950OPENSSL_INCS = @OPENSSL_INCS@
Christopher Wileye8679812015-07-01 13:36:18 -0700951OPENSSL_LIBADD = @OPENSSL_LIBADD@
952OPENSSL_LIBS = @OPENSSL_LIBS@
953OTOOL = @OTOOL@
954OTOOL64 = @OTOOL64@
955PACKAGE = @PACKAGE@
956PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
957PACKAGE_NAME = @PACKAGE_NAME@
958PACKAGE_STRING = @PACKAGE_STRING@
959PACKAGE_TARNAME = @PACKAGE_TARNAME@
960PACKAGE_URL = @PACKAGE_URL@
961PACKAGE_VERSION = @PACKAGE_VERSION@
962PATH_SEPARATOR = @PATH_SEPARATOR@
Narayan Kamathfc74cb42017-09-13 12:53:52 +0100963PKG_CONFIG = @PKG_CONFIG@
Christopher Wileye8679812015-07-01 13:36:18 -0700964PTHREAD_CC = @PTHREAD_CC@
965PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
Haibo Huangf0077b82020-07-10 20:21:19 -0700966PTHREAD_LIBS = @PTHREAD_LIBS@ $(am__append_14)
Christopher Wileye8679812015-07-01 13:36:18 -0700967RANLIB = @RANLIB@
968SED = @SED@
969SET_MAKE = @SET_MAKE@
970SHELL = @SHELL@
971STRIP = @STRIP@
972VERSION = @VERSION@
973ZLIB_LIBS = @ZLIB_LIBS@
974abs_builddir = @abs_builddir@
975abs_srcdir = @abs_srcdir@
976abs_top_builddir = @abs_top_builddir@
977abs_top_srcdir = @abs_top_srcdir@
978ac_ct_AR = @ac_ct_AR@
979ac_ct_CC = @ac_ct_CC@
980ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
981acx_pthread_config = @acx_pthread_config@
982am__include = @am__include@
983am__leading_dot = @am__leading_dot@
984am__quote = @am__quote@
985am__tar = @am__tar@
986am__untar = @am__untar@
987bindir = @bindir@
988build = @build@
989build_alias = @build_alias@
990build_cpu = @build_cpu@
991build_os = @build_os@
992build_vendor = @build_vendor@
993builddir = @builddir@
994datadir = @datadir@
995datarootdir = @datarootdir@
996docdir = @docdir@
997dvidir = @dvidir@
998exec_prefix = @exec_prefix@
999host = @host@
1000host_alias = @host_alias@
1001host_cpu = @host_cpu@
1002host_os = @host_os@
1003host_vendor = @host_vendor@
1004htmldir = @htmldir@
1005includedir = @includedir@
1006infodir = @infodir@
1007install_sh = @install_sh@
1008libdir = @libdir@
1009libexecdir = @libexecdir@
1010localedir = @localedir@
1011localstatedir = @localstatedir@
1012mandir = @mandir@
1013mkdir_p = @mkdir_p@
1014oldincludedir = @oldincludedir@
1015pdfdir = @pdfdir@
1016prefix = @prefix@
1017program_transform_name = @program_transform_name@
1018psdir = @psdir@
1019sbindir = @sbindir@
1020sharedstatedir = @sharedstatedir@
1021srcdir = @srcdir@
1022sysconfdir = @sysconfdir@
1023target_alias = @target_alias@
1024top_build_prefix = @top_build_prefix@
1025top_builddir = @top_builddir@
1026top_srcdir = @top_srcdir@
1027
1028# 'foreign' means that we're not enforcing GNU package rules strictly.
Haibo Huangf0077b82020-07-10 20:21:19 -07001029# '1.13' means that we need automake 1.13 or later (and we do).
1030AUTOMAKE_OPTIONS = foreign 1.13 subdir-objects
Christopher Wileye8679812015-07-01 13:36:18 -07001031ACLOCAL_AMFLAGS = -I m4
1032
1033# This is the "Release" of the Libevent ABI. It takes precedence over
1034# the VERSION_INFO, so that two versions of Libevent with the same
1035# "Release" are never binary-compatible.
1036#
1037# This number incremented once for the 2.0 release candidate, and
1038# will increment for each series until we revise our interfaces enough
1039# that we can seriously expect ABI compatibility between series.
1040#
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001041RELEASE = -release 2.1
Christopher Wileye8679812015-07-01 13:36:18 -07001042
1043# This is the version info for the libevent binary API. It has three
1044# numbers:
1045# Current -- the number of the binary API that we're implementing
1046# Revision -- which iteration of the implementation of the binary
1047# API are we supplying?
1048# Age -- How many previous binary API versions do we also
1049# support?
1050#
1051# To increment a VERSION_INFO (current:revision:age):
1052# If the ABI didn't change:
1053# Return (current:revision+1:age)
1054# If the ABI changed, but it's backward-compatible:
1055# Return (current+1:0:age+1)
1056# If the ABI changed and it isn't backward-compatible:
1057# Return (current+1:0:0)
1058#
1059# Once an RC is out, DO NOT MAKE ANY ABI-BREAKING CHANGES IN THAT SERIES
1060# UNLESS YOU REALLY REALLY HAVE TO.
Haibo Huangf0077b82020-07-10 20:21:19 -07001061VERSION_INFO = 7:1:0
Christopher Wileye8679812015-07-01 13:36:18 -07001062
1063# History: RELEASE VERSION_INFO
1064# 2.0.1-alpha -- 2.0 1:0:0
1065# 2.0.2-alpha -- 2:0:0
1066# 2.0.3-alpha -- 2:0:0 (should have incremented; didn't.)
1067# 2.0.4-alpha -- 3:0:0
1068# 2.0.5-beta -- 4:0:0
1069# 2.0.6-rc -- 2.0 2:0:0
1070# 2.0.7-rc -- 2.0 3:0:1
1071# 2.0.8-rc -- 2.0 4:0:2
1072# 2.0.9-rc -- 2.0 5:0:0 (ABI changed slightly)
1073# 2.0.10-stable-- 2.0 5:1:0 (No ABI change)
1074# 2.0.11-stable-- 2.0 6:0:1 (ABI changed, backward-compatible)
1075# 2.0.12-stable-- 2.0 6:1:1 (No ABI change)
1076# 2.0.13-stable-- 2.0 6:2:1 (No ABI change)
1077# 2.0.14-stable-- 2.0 6:3:1 (No ABI change)
1078# 2.0.15-stable-- 2.0 6:3:1 (Forgot to update :( )
1079# 2.0.16-stable-- 2.0 6:4:1 (No ABI change)
1080# 2.0.17-stable-- 2.0 6:5:1 (No ABI change)
1081# 2.0.18-stable-- 2.0 6:6:1 (No ABI change)
1082# 2.0.19-stable-- 2.0 6:7:1 (No ABI change)
1083# 2.0.20-stable-- 2.0 6:8:1 (No ABI change)
1084# 2.0.21-stable-- 2.0 6:9:1 (No ABI change)
1085#
1086# For Libevent 2.1:
1087# 2.1.1-alpha -- 2.1 1:0:0
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001088# 2.1.2-alpha -- 2.1 1:0:0 (should have been 2:0:1)
1089# 2.1.3-alpha -- 2.1 3:0:0 (ABI changed slightly)
1090# 2.1.4-alpha -- 2.1 4:0:0 (ABI changed slightly)
1091# 2.1.5-beta -- 2.1 5:0:0 (ABI changed slightly)
1092# 2.1.6-beta -- 2.1 6:0:0 (ABI changed slightly)
1093# 2.1.7-beta -- 2.1 6:1:0 (ABI changed slightly)
Haibo Huangb2279672019-05-31 16:12:39 -07001094# 2.1.8-stable-- 2.1 6:2:0 (No ABI change)
1095# 2.1.9-beta-- 2.1 6:3:0 (No ABI change)
Haibo Huang45729092019-08-01 16:15:45 -07001096# 2.1.10-stable-- 2.1 6:4:0 (No ABI change, WRONG)
1097# 2.1.11-stable-- 2.1 7:0:0 (ABI changed)
Haibo Huangf0077b82020-07-10 20:21:19 -07001098# 2.1.12-stable-- 2.1 7:1:0 (No ABI change)
Christopher Wileye8679812015-07-01 13:36:18 -07001099
1100# ABI version history for this package effectively restarts every time
1101# we change RELEASE. Version 1.4.x had RELEASE of 1.4.
1102#
1103# Ideally, we would not be using RELEASE at all; instead we could just
1104# use the VERSION_INFO field to label our backward-incompatible ABI
1105# changes, and those would be few and far between. Unfortunately,
1106# Libevent still exposes far too many volatile structures in its
1107# headers, so we pretty much have to assume that most development
1108# series will break ABI compatibility. For now, it's simplest just to
1109# keep incrementing the RELEASE between series and resetting VERSION_INFO.
1110#
1111# Eventually, when we get to the point where the structures in the
1112# headers are all non-changing (or not there at all!), we can shift to
1113# a more normal worldview where backward-incompatible ABI changes are
1114# nice and rare. For the next couple of years, though, 'struct event'
1115# is user-visible, and so we can pretty much guarantee that release
1116# series won't be binary-compatible.
1117@INSTALL_LIBEVENT_TRUE@dist_bin_SCRIPTS = event_rpcgen.py
1118pkgconfigdir = $(libdir)/pkgconfig
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001119LIBEVENT_PKGCONFIG = libevent.pc libevent_core.pc libevent_extra.pc \
1120 $(am__append_2) $(am__append_4)
Christopher Wileye8679812015-07-01 13:36:18 -07001121
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001122# These sources are conditionally added by configure.ac or conditionally
Christopher Wileye8679812015-07-01 13:36:18 -07001123# included from other files.
1124PLATFORM_DEPENDENT_SRC = \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001125 arc4random.c \
1126 epoll_sub.c
Christopher Wileye8679812015-07-01 13:36:18 -07001127
Haibo Huangb2279672019-05-31 16:12:39 -07001128CMAKE_FILES = \
1129 cmake/AddCompilerFlags.cmake \
1130 cmake/AddEventLibrary.cmake \
1131 cmake/CheckConstExists.cmake \
1132 cmake/CheckFileOffsetBits.c \
1133 cmake/CheckFileOffsetBits.cmake \
Haibo Huangb2279672019-05-31 16:12:39 -07001134 cmake/CheckFunctionKeywords.cmake \
1135 cmake/CheckPrototypeDefinition.c.in \
1136 cmake/CheckPrototypeDefinition.cmake \
1137 cmake/CheckWorkingKqueue.cmake \
1138 cmake/CodeCoverage.cmake \
1139 cmake/COPYING-CMAKE-SCRIPTS \
1140 cmake/Copyright.txt \
Haibo Huangb2279672019-05-31 16:12:39 -07001141 cmake/LibeventConfig.cmake.in \
1142 cmake/LibeventConfigVersion.cmake.in \
Haibo Huangf0077b82020-07-10 20:21:19 -07001143 cmake/Macros.cmake \
1144 cmake/Uninstall.cmake.in \
1145 cmake/UseDoxygen.cmake \
Haibo Huangb2279672019-05-31 16:12:39 -07001146 cmake/VersionViaGit.cmake \
1147 event-config.h.cmake \
1148 evconfig-private.h.cmake \
1149 CMakeLists.txt
1150
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001151EXTRA_DIST = ChangeLog-1.4 ChangeLog-2.0 Doxyfile LICENSE \
1152 Makefile.nmake test/Makefile.nmake autogen.sh event_rpcgen.py \
1153 libevent.pc.in make-event-config.sed whatsnew-2.0.txt \
Haibo Huang45729092019-08-01 16:15:45 -07001154 whatsnew-2.1.txt README.md $(CMAKE_FILES) \
1155 $(PLATFORM_DEPENDENT_SRC) test/check-dumpevents.py \
1156 test/regress.gen.c test/regress.gen.h test/regress.rpc \
1157 test/rpcgen_wrapper.sh test/print-winsock-errors.c \
1158 test/test.sh
Christopher Wileye8679812015-07-01 13:36:18 -07001159LIBEVENT_LIBS_LA = libevent.la libevent_core.la libevent_extra.la \
1160 $(am__append_1) $(am__append_3)
1161@INSTALL_LIBEVENT_TRUE@lib_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
1162@INSTALL_LIBEVENT_TRUE@pkgconfig_DATA = $(LIBEVENT_PKGCONFIG)
1163@INSTALL_LIBEVENT_FALSE@noinst_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001164EXTRA_SOURCE =
Haibo Huangf0077b82020-07-10 20:21:19 -07001165noinst_HEADERS = $(am__append_6) $(am__append_9) test/regress.h \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001166 test/regress_thread.h test/tinytest.h test/tinytest_local.h \
1167 test/tinytest_macros.h WIN32-Code/nmake/evconfig-private.h \
Haibo Huangb2279672019-05-31 16:12:39 -07001168 WIN32-Code/nmake/event2/event-config.h WIN32-Code/getopt.h \
1169 WIN32-Code/getopt.c WIN32-Code/getopt_long.c WIN32-Code/tree.h \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001170 bufferevent-internal.h changelist-internal.h \
1171 compat/sys/queue.h defer-internal.h epolltable-internal.h \
Haibo Huangb2279672019-05-31 16:12:39 -07001172 evbuffer-internal.h event-internal.h evmap-internal.h \
1173 evrpc-internal.h evsignal-internal.h evthread-internal.h \
1174 ht-internal.h http-internal.h iocp-internal.h ipv6-internal.h \
1175 kqueue-internal.h log-internal.h minheap-internal.h \
1176 mm-internal.h ratelim-internal.h ratelim-internal.h \
1177 strlcpy-internal.h time-internal.h util-internal.h \
Haibo Huangf0077b82020-07-10 20:21:19 -07001178 openssl-compat.h $(am__append_28)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001179CLEANFILES = test/rpcgen-attempted
1180DISTCLEANFILES = test/regress.gen.c test/regress.gen.h *~ libevent.pc \
1181 libevent_core.pc libevent_extra.pc \
1182 ./include/event2/event-config.h
Haibo Huangf0077b82020-07-10 20:21:19 -07001183BUILT_SOURCES = $(am__append_13) include/event2/event-config.h
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001184include_event2dir = $(includedir)/event2
Haibo Huang45729092019-08-01 16:15:45 -07001185EVENT2_EXPORT = include/event2/buffer.h include/event2/buffer_compat.h \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001186 include/event2/bufferevent.h \
1187 include/event2/bufferevent_compat.h \
Haibo Huang45729092019-08-01 16:15:45 -07001188 include/event2/bufferevent_struct.h include/event2/dns.h \
1189 include/event2/dns_compat.h include/event2/dns_struct.h \
1190 include/event2/event.h include/event2/event_compat.h \
1191 include/event2/event_struct.h include/event2/http.h \
1192 include/event2/http_compat.h include/event2/http_struct.h \
1193 include/event2/keyvalq_struct.h include/event2/listener.h \
1194 include/event2/rpc.h include/event2/rpc_compat.h \
1195 include/event2/rpc_struct.h include/event2/tag.h \
1196 include/event2/tag_compat.h include/event2/thread.h \
1197 include/event2/util.h include/event2/visibility.h \
1198 $(am__append_5)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001199@INSTALL_LIBEVENT_TRUE@include_event2_HEADERS = $(EVENT2_EXPORT)
1200@INSTALL_LIBEVENT_TRUE@nodist_include_event2_HEADERS = include/event2/event-config.h
1201@INSTALL_LIBEVENT_FALSE@nodist_noinst_HEADERS = include/event2/event-config.h
1202SAMPLES = sample/dns-example sample/event-read-fifo sample/hello-world \
1203 sample/http-server sample/http-connect sample/signal-test \
Haibo Huang45729092019-08-01 16:15:45 -07001204 sample/time-test $(am__append_7)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001205@OPENSSL_TRUE@sample_le_proxy_SOURCES = sample/le-proxy.c
Haibo Huangb2279672019-05-31 16:12:39 -07001206@OPENSSL_TRUE@sample_le_proxy_LDADD = libevent.la libevent_openssl.la $(OPENSSL_LIBS) $(OPENSSL_LIBADD)
1207@OPENSSL_TRUE@sample_le_proxy_CPPFLAGS = $(AM_CPPFLAGS) $(OPENSSL_INCS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001208@OPENSSL_TRUE@sample_https_client_SOURCES = \
1209@OPENSSL_TRUE@ sample/https-client.c \
1210@OPENSSL_TRUE@ sample/hostcheck.c \
1211@OPENSSL_TRUE@ sample/openssl_hostname_validation.c
1212
Haibo Huangf0077b82020-07-10 20:21:19 -07001213@OPENSSL_TRUE@sample_https_client_LDADD = libevent.la \
1214@OPENSSL_TRUE@ libevent_openssl.la $(OPENSSL_LIBS) \
1215@OPENSSL_TRUE@ $(OPENSSL_LIBADD) $(am__append_8)
Haibo Huangb2279672019-05-31 16:12:39 -07001216@OPENSSL_TRUE@sample_https_client_CPPFLAGS = $(AM_CPPFLAGS) $(OPENSSL_INCS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001217sample_event_read_fifo_SOURCES = sample/event-read-fifo.c
1218sample_event_read_fifo_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1219sample_time_test_SOURCES = sample/time-test.c
1220sample_time_test_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1221sample_signal_test_SOURCES = sample/signal-test.c
1222sample_signal_test_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1223sample_dns_example_SOURCES = sample/dns-example.c
1224sample_dns_example_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1225sample_hello_world_SOURCES = sample/hello-world.c
1226sample_hello_world_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1227sample_http_server_SOURCES = sample/http-server.c
1228sample_http_server_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1229sample_http_connect_SOURCES = sample/http-connect.c
1230sample_http_connect_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1231regress_CPPFLAGS = -DTINYTEST_LOCAL
1232TESTPROGRAMS = \
1233 test/bench \
1234 test/bench_cascade \
1235 test/bench_http \
1236 test/bench_httpclient \
1237 test/test-changelist \
1238 test/test-dumpevents \
1239 test/test-eof \
1240 test/test-closed \
1241 test/test-fdleak \
1242 test/test-init \
1243 test/test-ratelim \
1244 test/test-time \
1245 test/test-weof \
1246 test/regress
1247
1248TESTS = \
1249 test_runner_epoll \
1250 test_runner_select \
1251 test_runner_kqueue \
1252 test_runner_evport \
1253 test_runner_devpoll \
1254 test_runner_poll \
1255 test_runner_win32 \
1256 test_runner_timerfd \
1257 test_runner_changelist \
1258 test_runner_timerfd_changelist
1259
1260LOG_COMPILER = true
1261TESTS_COMPILER = true
1262test_test_init_SOURCES = test/test-init.c
1263test_test_init_LDADD = libevent_core.la
1264test_test_dumpevents_SOURCES = test/test-dumpevents.c
1265test_test_dumpevents_LDADD = libevent_core.la
1266test_test_eof_SOURCES = test/test-eof.c
1267test_test_eof_LDADD = libevent_core.la
1268test_test_closed_SOURCES = test/test-closed.c
1269test_test_closed_LDADD = libevent_core.la
1270test_test_changelist_SOURCES = test/test-changelist.c
1271test_test_changelist_LDADD = libevent_core.la
1272test_test_weof_SOURCES = test/test-weof.c
1273test_test_weof_LDADD = libevent_core.la
1274test_test_time_SOURCES = test/test-time.c
1275test_test_time_LDADD = libevent_core.la
1276test_test_ratelim_SOURCES = test/test-ratelim.c
1277test_test_ratelim_LDADD = libevent_core.la -lm
1278test_test_fdleak_SOURCES = test/test-fdleak.c
1279test_test_fdleak_LDADD = libevent_core.la
1280test_regress_SOURCES = test/regress.c test/regress.gen.c \
1281 test/regress.gen.h test/regress_buffer.c \
1282 test/regress_bufferevent.c test/regress_dns.c \
1283 test/regress_et.c test/regress_finalize.c test/regress_http.c \
1284 test/regress_listener.c test/regress_main.c \
1285 test/regress_minheap.c test/regress_rpc.c \
1286 test/regress_testutils.c test/regress_testutils.h \
1287 test/regress_util.c test/tinytest.c $(regress_thread_SOURCES) \
Haibo Huangf0077b82020-07-10 20:21:19 -07001288 $(regress_zlib_SOURCES) $(am__append_15) $(am__append_16)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001289@BUILD_WIN32_TRUE@@THREADS_TRUE@regress_thread_SOURCES = test/regress_thread.c
1290@PTHREADS_TRUE@regress_thread_SOURCES = test/regress_thread.c
1291@ZLIB_REGRESS_TRUE@regress_zlib_SOURCES = test/regress_zlib.c
Haibo Huangb2279672019-05-31 16:12:39 -07001292test_regress_LDADD = $(LIBEVENT_GC_SECTIONS) libevent_core.la \
1293 libevent_extra.la $(PTHREAD_LIBS) $(ZLIB_LIBS) \
Haibo Huangf0077b82020-07-10 20:21:19 -07001294 $(am__append_18)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001295test_regress_CPPFLAGS = $(AM_CPPFLAGS) $(PTHREAD_CFLAGS) \
Haibo Huangf0077b82020-07-10 20:21:19 -07001296 $(ZLIB_CFLAGS) -Itest $(am__append_17)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001297test_regress_LDFLAGS = $(PTHREAD_CFLAGS)
1298test_bench_SOURCES = test/bench.c
1299test_bench_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1300test_bench_cascade_SOURCES = test/bench_cascade.c
1301test_bench_cascade_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1302test_bench_http_SOURCES = test/bench_http.c
1303test_bench_http_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1304test_bench_httpclient_SOURCES = test/bench_httpclient.c
1305test_bench_httpclient_LDADD = $(LIBEVENT_GC_SECTIONS) libevent_core.la
Haibo Huangf0077b82020-07-10 20:21:19 -07001306@BUILD_WIN32_FALSE@SYS_CORE_LIBS =
1307@BUILD_WIN32_TRUE@SYS_CORE_LIBS = -liphlpapi
Christopher Wileye8679812015-07-01 13:36:18 -07001308@BUILD_WIN32_FALSE@SYS_LIBS =
1309@BUILD_WIN32_TRUE@SYS_LIBS = -lws2_32 -lshell32 -ladvapi32
Haibo Huangf0077b82020-07-10 20:21:19 -07001310@BUILD_WIN32_FALSE@SYS_SRC = $(am__append_20) $(am__append_21) \
1311@BUILD_WIN32_FALSE@ $(am__append_22) $(am__append_23) \
1312@BUILD_WIN32_FALSE@ $(am__append_24) $(am__append_25) \
1313@BUILD_WIN32_FALSE@ $(am__append_26) $(am__append_27)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001314@BUILD_WIN32_TRUE@SYS_SRC = win32select.c buffer_iocp.c event_iocp.c \
Haibo Huangf0077b82020-07-10 20:21:19 -07001315@BUILD_WIN32_TRUE@ bufferevent_async.c $(am__append_19) \
1316@BUILD_WIN32_TRUE@ $(am__append_20) $(am__append_21) \
1317@BUILD_WIN32_TRUE@ $(am__append_22) $(am__append_23) \
1318@BUILD_WIN32_TRUE@ $(am__append_24) $(am__append_25) \
1319@BUILD_WIN32_TRUE@ $(am__append_26) $(am__append_27)
Christopher Wileye8679812015-07-01 13:36:18 -07001320@BUILD_WIN32_FALSE@SYS_INCLUDES =
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001321@BUILD_WIN32_TRUE@SYS_INCLUDES = -IWIN32-Code -IWIN32-Code/nmake
1322CORE_SRC = \
1323 buffer.c \
1324 bufferevent.c \
1325 bufferevent_filter.c \
1326 bufferevent_pair.c \
1327 bufferevent_ratelim.c \
1328 bufferevent_sock.c \
1329 event.c \
1330 evmap.c \
1331 evthread.c \
1332 evutil.c \
1333 evutil_rand.c \
1334 evutil_time.c \
1335 listener.c \
1336 log.c \
1337 $(SYS_SRC)
Christopher Wileye8679812015-07-01 13:36:18 -07001338
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001339EXTRAS_SRC = \
1340 evdns.c \
1341 event_tagging.c \
1342 evrpc.c \
1343 http.c
1344
Christopher Wileye8679812015-07-01 13:36:18 -07001345@BUILD_WITH_NO_UNDEFINED_FALSE@NO_UNDEFINED =
1346@BUILD_WITH_NO_UNDEFINED_TRUE@NO_UNDEFINED = -no-undefined
1347@BUILD_WITH_NO_UNDEFINED_FALSE@MAYBE_CORE =
1348@BUILD_WITH_NO_UNDEFINED_TRUE@MAYBE_CORE = libevent_core.la
Haibo Huangb2279672019-05-31 16:12:39 -07001349AM_CFLAGS = $(LIBEVENT_CFLAGS)
1350AM_CPPFLAGS = -I$(srcdir)/compat -I./include -I$(srcdir)/include $(SYS_INCLUDES) $(LIBEVENT_CPPFLAGS)
1351AM_LDFLAGS = $(LIBEVENT_LDFLAGS)
1352GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED) $(AM_LDFLAGS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001353libevent_la_SOURCES = $(CORE_SRC) $(EXTRAS_SRC)
Haibo Huangf0077b82020-07-10 20:21:19 -07001354libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS) $(SYS_CORE_LIBS)
Christopher Wileye8679812015-07-01 13:36:18 -07001355libevent_la_LDFLAGS = $(GENERIC_LDFLAGS)
1356libevent_core_la_SOURCES = $(CORE_SRC)
Haibo Huangf0077b82020-07-10 20:21:19 -07001357libevent_core_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS) $(SYS_CORE_LIBS)
Christopher Wileye8679812015-07-01 13:36:18 -07001358libevent_core_la_LDFLAGS = $(GENERIC_LDFLAGS)
1359@PTHREADS_TRUE@libevent_pthreads_la_SOURCES = evthread_pthread.c
1360@PTHREADS_TRUE@libevent_pthreads_la_LIBADD = $(MAYBE_CORE)
1361@PTHREADS_TRUE@libevent_pthreads_la_LDFLAGS = $(GENERIC_LDFLAGS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001362libevent_extra_la_SOURCES = $(EXTRAS_SRC)
Christopher Wileye8679812015-07-01 13:36:18 -07001363libevent_extra_la_LIBADD = $(MAYBE_CORE) $(SYS_LIBS)
1364libevent_extra_la_LDFLAGS = $(GENERIC_LDFLAGS)
1365@OPENSSL_TRUE@libevent_openssl_la_SOURCES = bufferevent_openssl.c
1366@OPENSSL_TRUE@libevent_openssl_la_LIBADD = $(MAYBE_CORE) $(OPENSSL_LIBS)
1367@OPENSSL_TRUE@libevent_openssl_la_LDFLAGS = $(GENERIC_LDFLAGS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001368@OPENSSL_TRUE@libevent_openssl_la_CPPFLAGS = $(AM_CPPFLAGS) $(OPENSSL_INCS)
1369EVENT1_HDRS = \
1370 include/evdns.h \
1371 include/event.h \
1372 include/evhttp.h \
1373 include/evrpc.h \
1374 include/evutil.h
1375
Christopher Wileye8679812015-07-01 13:36:18 -07001376@INSTALL_LIBEVENT_TRUE@include_HEADERS = $(EVENT1_HDRS)
Haibo Huangf0077b82020-07-10 20:21:19 -07001377
1378# integrate doxygen with automake targets
1379@ENABLE_DOXYGEN_TRUE@man3_MANS = @DX_DOCDIR@/man/man3/*
1380
1381# Docs will be installed. It may be one or more docs supported
1382# by doxygen, but does not include 'man'.
1383@ENABLE_DOXYGEN_TRUE@docdirs = $(DX_INSTALL_DOCS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001384all: $(BUILT_SOURCES) config.h evconfig-private.h
1385 $(MAKE) $(AM_MAKEFLAGS) all-am
Christopher Wileye8679812015-07-01 13:36:18 -07001386
1387.SUFFIXES:
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001388.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
Christopher Wileye8679812015-07-01 13:36:18 -07001389am--refresh: Makefile
1390 @:
Haibo Huangf0077b82020-07-10 20:21:19 -07001391$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/include/include.am $(srcdir)/sample/include.am $(srcdir)/test/include.am $(srcdir)/doxygen.am $(am__configure_deps)
Christopher Wileye8679812015-07-01 13:36:18 -07001392 @for dep in $?; do \
1393 case '$(am__configure_deps)' in \
1394 *$$dep*) \
1395 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1396 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1397 && exit 0; \
1398 exit 1;; \
1399 esac; \
1400 done; \
1401 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1402 $(am__cd) $(top_srcdir) && \
1403 $(AUTOMAKE) --foreign Makefile
Christopher Wileye8679812015-07-01 13:36:18 -07001404Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1405 @case '$?' in \
1406 *config.status*) \
1407 echo ' $(SHELL) ./config.status'; \
1408 $(SHELL) ./config.status;; \
1409 *) \
Haibo Huangb2279672019-05-31 16:12:39 -07001410 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
1411 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
Christopher Wileye8679812015-07-01 13:36:18 -07001412 esac;
Haibo Huangf0077b82020-07-10 20:21:19 -07001413$(srcdir)/include/include.am $(srcdir)/sample/include.am $(srcdir)/test/include.am $(srcdir)/doxygen.am $(am__empty):
Christopher Wileye8679812015-07-01 13:36:18 -07001414
1415$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1416 $(SHELL) ./config.status --recheck
1417
1418$(top_srcdir)/configure: $(am__configure_deps)
1419 $(am__cd) $(srcdir) && $(AUTOCONF)
1420$(ACLOCAL_M4): $(am__aclocal_m4_deps)
1421 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1422$(am__aclocal_m4_deps):
1423
1424config.h: stamp-h1
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001425 @test -f $@ || rm -f stamp-h1
1426 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
Christopher Wileye8679812015-07-01 13:36:18 -07001427
1428stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1429 @rm -f stamp-h1
1430 cd $(top_builddir) && $(SHELL) ./config.status config.h
1431$(srcdir)/config.h.in: $(am__configure_deps)
1432 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1433 rm -f stamp-h1
1434 touch $@
1435
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001436evconfig-private.h: stamp-h2
1437 @test -f $@ || rm -f stamp-h2
1438 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2
1439
1440stamp-h2: $(srcdir)/evconfig-private.h.in $(top_builddir)/config.status
1441 @rm -f stamp-h2
1442 cd $(top_builddir) && $(SHELL) ./config.status evconfig-private.h
1443
Christopher Wileye8679812015-07-01 13:36:18 -07001444distclean-hdr:
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001445 -rm -f config.h stamp-h1 evconfig-private.h stamp-h2
Christopher Wileye8679812015-07-01 13:36:18 -07001446libevent.pc: $(top_builddir)/config.status $(srcdir)/libevent.pc.in
1447 cd $(top_builddir) && $(SHELL) ./config.status $@
1448libevent_openssl.pc: $(top_builddir)/config.status $(srcdir)/libevent_openssl.pc.in
1449 cd $(top_builddir) && $(SHELL) ./config.status $@
1450libevent_pthreads.pc: $(top_builddir)/config.status $(srcdir)/libevent_pthreads.pc.in
1451 cd $(top_builddir) && $(SHELL) ./config.status $@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001452libevent_core.pc: $(top_builddir)/config.status $(srcdir)/libevent_core.pc.in
1453 cd $(top_builddir) && $(SHELL) ./config.status $@
1454libevent_extra.pc: $(top_builddir)/config.status $(srcdir)/libevent_extra.pc.in
1455 cd $(top_builddir) && $(SHELL) ./config.status $@
1456
Haibo Huangb2279672019-05-31 16:12:39 -07001457clean-noinstPROGRAMS:
1458 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1459 echo " rm -f" $$list; \
1460 rm -f $$list || exit $$?; \
1461 test -n "$(EXEEXT)" || exit 0; \
1462 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1463 echo " rm -f" $$list; \
1464 rm -f $$list
1465
Christopher Wileye8679812015-07-01 13:36:18 -07001466install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1467 @$(NORMAL_INSTALL)
1468 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1469 list2=; for p in $$list; do \
1470 if test -f $$p; then \
1471 list2="$$list2 $$p"; \
1472 else :; fi; \
1473 done; \
1474 test -z "$$list2" || { \
1475 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1476 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1477 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1478 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1479 }
1480
1481uninstall-libLTLIBRARIES:
1482 @$(NORMAL_UNINSTALL)
1483 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1484 for p in $$list; do \
1485 $(am__strip_dir) \
1486 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1487 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1488 done
1489
1490clean-libLTLIBRARIES:
1491 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1492 @list='$(lib_LTLIBRARIES)'; \
1493 locs=`for p in $$list; do echo $$p; done | \
1494 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1495 sort -u`; \
1496 test -z "$$locs" || { \
1497 echo rm -f $${locs}; \
1498 rm -f $${locs}; \
1499 }
1500
1501clean-noinstLTLIBRARIES:
1502 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1503 @list='$(noinst_LTLIBRARIES)'; \
1504 locs=`for p in $$list; do echo $$p; done | \
1505 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1506 sort -u`; \
1507 test -z "$$locs" || { \
1508 echo rm -f $${locs}; \
1509 rm -f $${locs}; \
1510 }
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001511
Christopher Wileye8679812015-07-01 13:36:18 -07001512libevent.la: $(libevent_la_OBJECTS) $(libevent_la_DEPENDENCIES) $(EXTRA_libevent_la_DEPENDENCIES)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001513 $(AM_V_CCLD)$(libevent_la_LINK) $(am_libevent_la_rpath) $(libevent_la_OBJECTS) $(libevent_la_LIBADD) $(LIBS)
1514
Christopher Wileye8679812015-07-01 13:36:18 -07001515libevent_core.la: $(libevent_core_la_OBJECTS) $(libevent_core_la_DEPENDENCIES) $(EXTRA_libevent_core_la_DEPENDENCIES)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001516 $(AM_V_CCLD)$(libevent_core_la_LINK) $(am_libevent_core_la_rpath) $(libevent_core_la_OBJECTS) $(libevent_core_la_LIBADD) $(LIBS)
1517
Christopher Wileye8679812015-07-01 13:36:18 -07001518libevent_extra.la: $(libevent_extra_la_OBJECTS) $(libevent_extra_la_DEPENDENCIES) $(EXTRA_libevent_extra_la_DEPENDENCIES)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001519 $(AM_V_CCLD)$(libevent_extra_la_LINK) $(am_libevent_extra_la_rpath) $(libevent_extra_la_OBJECTS) $(libevent_extra_la_LIBADD) $(LIBS)
1520
Christopher Wileye8679812015-07-01 13:36:18 -07001521libevent_openssl.la: $(libevent_openssl_la_OBJECTS) $(libevent_openssl_la_DEPENDENCIES) $(EXTRA_libevent_openssl_la_DEPENDENCIES)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001522 $(AM_V_CCLD)$(libevent_openssl_la_LINK) $(am_libevent_openssl_la_rpath) $(libevent_openssl_la_OBJECTS) $(libevent_openssl_la_LIBADD) $(LIBS)
1523
Christopher Wileye8679812015-07-01 13:36:18 -07001524libevent_pthreads.la: $(libevent_pthreads_la_OBJECTS) $(libevent_pthreads_la_DEPENDENCIES) $(EXTRA_libevent_pthreads_la_DEPENDENCIES)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001525 $(AM_V_CCLD)$(libevent_pthreads_la_LINK) $(am_libevent_pthreads_la_rpath) $(libevent_pthreads_la_OBJECTS) $(libevent_pthreads_la_LIBADD) $(LIBS)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001526sample/$(am__dirstamp):
1527 @$(MKDIR_P) sample
1528 @: > sample/$(am__dirstamp)
1529sample/$(DEPDIR)/$(am__dirstamp):
1530 @$(MKDIR_P) sample/$(DEPDIR)
1531 @: > sample/$(DEPDIR)/$(am__dirstamp)
1532sample/dns-example.$(OBJEXT): sample/$(am__dirstamp) \
1533 sample/$(DEPDIR)/$(am__dirstamp)
1534
1535sample/dns-example$(EXEEXT): $(sample_dns_example_OBJECTS) $(sample_dns_example_DEPENDENCIES) $(EXTRA_sample_dns_example_DEPENDENCIES) sample/$(am__dirstamp)
1536 @rm -f sample/dns-example$(EXEEXT)
1537 $(AM_V_CCLD)$(LINK) $(sample_dns_example_OBJECTS) $(sample_dns_example_LDADD) $(LIBS)
1538sample/event-read-fifo.$(OBJEXT): sample/$(am__dirstamp) \
1539 sample/$(DEPDIR)/$(am__dirstamp)
1540
1541sample/event-read-fifo$(EXEEXT): $(sample_event_read_fifo_OBJECTS) $(sample_event_read_fifo_DEPENDENCIES) $(EXTRA_sample_event_read_fifo_DEPENDENCIES) sample/$(am__dirstamp)
1542 @rm -f sample/event-read-fifo$(EXEEXT)
1543 $(AM_V_CCLD)$(LINK) $(sample_event_read_fifo_OBJECTS) $(sample_event_read_fifo_LDADD) $(LIBS)
1544sample/hello-world.$(OBJEXT): sample/$(am__dirstamp) \
1545 sample/$(DEPDIR)/$(am__dirstamp)
1546
1547sample/hello-world$(EXEEXT): $(sample_hello_world_OBJECTS) $(sample_hello_world_DEPENDENCIES) $(EXTRA_sample_hello_world_DEPENDENCIES) sample/$(am__dirstamp)
1548 @rm -f sample/hello-world$(EXEEXT)
1549 $(AM_V_CCLD)$(LINK) $(sample_hello_world_OBJECTS) $(sample_hello_world_LDADD) $(LIBS)
1550sample/http-connect.$(OBJEXT): sample/$(am__dirstamp) \
1551 sample/$(DEPDIR)/$(am__dirstamp)
1552
1553sample/http-connect$(EXEEXT): $(sample_http_connect_OBJECTS) $(sample_http_connect_DEPENDENCIES) $(EXTRA_sample_http_connect_DEPENDENCIES) sample/$(am__dirstamp)
1554 @rm -f sample/http-connect$(EXEEXT)
1555 $(AM_V_CCLD)$(LINK) $(sample_http_connect_OBJECTS) $(sample_http_connect_LDADD) $(LIBS)
1556sample/http-server.$(OBJEXT): sample/$(am__dirstamp) \
1557 sample/$(DEPDIR)/$(am__dirstamp)
1558
1559sample/http-server$(EXEEXT): $(sample_http_server_OBJECTS) $(sample_http_server_DEPENDENCIES) $(EXTRA_sample_http_server_DEPENDENCIES) sample/$(am__dirstamp)
1560 @rm -f sample/http-server$(EXEEXT)
1561 $(AM_V_CCLD)$(LINK) $(sample_http_server_OBJECTS) $(sample_http_server_LDADD) $(LIBS)
Haibo Huangb2279672019-05-31 16:12:39 -07001562sample/https_client-https-client.$(OBJEXT): sample/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001563 sample/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001564sample/https_client-hostcheck.$(OBJEXT): sample/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001565 sample/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001566sample/https_client-openssl_hostname_validation.$(OBJEXT): \
1567 sample/$(am__dirstamp) sample/$(DEPDIR)/$(am__dirstamp)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001568
1569sample/https-client$(EXEEXT): $(sample_https_client_OBJECTS) $(sample_https_client_DEPENDENCIES) $(EXTRA_sample_https_client_DEPENDENCIES) sample/$(am__dirstamp)
1570 @rm -f sample/https-client$(EXEEXT)
1571 $(AM_V_CCLD)$(LINK) $(sample_https_client_OBJECTS) $(sample_https_client_LDADD) $(LIBS)
Haibo Huangb2279672019-05-31 16:12:39 -07001572sample/le_proxy-le-proxy.$(OBJEXT): sample/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001573 sample/$(DEPDIR)/$(am__dirstamp)
1574
1575sample/le-proxy$(EXEEXT): $(sample_le_proxy_OBJECTS) $(sample_le_proxy_DEPENDENCIES) $(EXTRA_sample_le_proxy_DEPENDENCIES) sample/$(am__dirstamp)
1576 @rm -f sample/le-proxy$(EXEEXT)
1577 $(AM_V_CCLD)$(LINK) $(sample_le_proxy_OBJECTS) $(sample_le_proxy_LDADD) $(LIBS)
1578sample/signal-test.$(OBJEXT): sample/$(am__dirstamp) \
1579 sample/$(DEPDIR)/$(am__dirstamp)
1580
1581sample/signal-test$(EXEEXT): $(sample_signal_test_OBJECTS) $(sample_signal_test_DEPENDENCIES) $(EXTRA_sample_signal_test_DEPENDENCIES) sample/$(am__dirstamp)
1582 @rm -f sample/signal-test$(EXEEXT)
1583 $(AM_V_CCLD)$(LINK) $(sample_signal_test_OBJECTS) $(sample_signal_test_LDADD) $(LIBS)
1584sample/time-test.$(OBJEXT): sample/$(am__dirstamp) \
1585 sample/$(DEPDIR)/$(am__dirstamp)
1586
1587sample/time-test$(EXEEXT): $(sample_time_test_OBJECTS) $(sample_time_test_DEPENDENCIES) $(EXTRA_sample_time_test_DEPENDENCIES) sample/$(am__dirstamp)
1588 @rm -f sample/time-test$(EXEEXT)
1589 $(AM_V_CCLD)$(LINK) $(sample_time_test_OBJECTS) $(sample_time_test_LDADD) $(LIBS)
1590test/$(am__dirstamp):
1591 @$(MKDIR_P) test
1592 @: > test/$(am__dirstamp)
1593test/$(DEPDIR)/$(am__dirstamp):
1594 @$(MKDIR_P) test/$(DEPDIR)
1595 @: > test/$(DEPDIR)/$(am__dirstamp)
1596test/bench.$(OBJEXT): test/$(am__dirstamp) \
1597 test/$(DEPDIR)/$(am__dirstamp)
1598
1599test/bench$(EXEEXT): $(test_bench_OBJECTS) $(test_bench_DEPENDENCIES) $(EXTRA_test_bench_DEPENDENCIES) test/$(am__dirstamp)
1600 @rm -f test/bench$(EXEEXT)
1601 $(AM_V_CCLD)$(LINK) $(test_bench_OBJECTS) $(test_bench_LDADD) $(LIBS)
1602test/bench_cascade.$(OBJEXT): test/$(am__dirstamp) \
1603 test/$(DEPDIR)/$(am__dirstamp)
1604
1605test/bench_cascade$(EXEEXT): $(test_bench_cascade_OBJECTS) $(test_bench_cascade_DEPENDENCIES) $(EXTRA_test_bench_cascade_DEPENDENCIES) test/$(am__dirstamp)
1606 @rm -f test/bench_cascade$(EXEEXT)
1607 $(AM_V_CCLD)$(LINK) $(test_bench_cascade_OBJECTS) $(test_bench_cascade_LDADD) $(LIBS)
1608test/bench_http.$(OBJEXT): test/$(am__dirstamp) \
1609 test/$(DEPDIR)/$(am__dirstamp)
1610
1611test/bench_http$(EXEEXT): $(test_bench_http_OBJECTS) $(test_bench_http_DEPENDENCIES) $(EXTRA_test_bench_http_DEPENDENCIES) test/$(am__dirstamp)
1612 @rm -f test/bench_http$(EXEEXT)
1613 $(AM_V_CCLD)$(LINK) $(test_bench_http_OBJECTS) $(test_bench_http_LDADD) $(LIBS)
1614test/bench_httpclient.$(OBJEXT): test/$(am__dirstamp) \
1615 test/$(DEPDIR)/$(am__dirstamp)
1616
1617test/bench_httpclient$(EXEEXT): $(test_bench_httpclient_OBJECTS) $(test_bench_httpclient_DEPENDENCIES) $(EXTRA_test_bench_httpclient_DEPENDENCIES) test/$(am__dirstamp)
1618 @rm -f test/bench_httpclient$(EXEEXT)
1619 $(AM_V_CCLD)$(LINK) $(test_bench_httpclient_OBJECTS) $(test_bench_httpclient_LDADD) $(LIBS)
Haibo Huangb2279672019-05-31 16:12:39 -07001620test/regress-regress.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001621 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001622test/regress-regress.gen.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001623 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001624test/regress-regress_buffer.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001625 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001626test/regress-regress_bufferevent.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001627 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001628test/regress-regress_dns.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001629 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001630test/regress-regress_et.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001631 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001632test/regress-regress_finalize.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001633 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001634test/regress-regress_http.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001635 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001636test/regress-regress_listener.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001637 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001638test/regress-regress_main.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001639 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001640test/regress-regress_minheap.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001641 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001642test/regress-regress_rpc.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001643 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001644test/regress-regress_testutils.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001645 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001646test/regress-regress_util.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001647 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001648test/regress-tinytest.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001649 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001650test/regress-regress_thread.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001651 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001652test/regress-regress_zlib.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001653 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001654test/regress-regress_iocp.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001655 test/$(DEPDIR)/$(am__dirstamp)
Haibo Huangb2279672019-05-31 16:12:39 -07001656test/regress-regress_ssl.$(OBJEXT): test/$(am__dirstamp) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001657 test/$(DEPDIR)/$(am__dirstamp)
1658
1659test/regress$(EXEEXT): $(test_regress_OBJECTS) $(test_regress_DEPENDENCIES) $(EXTRA_test_regress_DEPENDENCIES) test/$(am__dirstamp)
1660 @rm -f test/regress$(EXEEXT)
1661 $(AM_V_CCLD)$(test_regress_LINK) $(test_regress_OBJECTS) $(test_regress_LDADD) $(LIBS)
1662test/test-changelist.$(OBJEXT): test/$(am__dirstamp) \
1663 test/$(DEPDIR)/$(am__dirstamp)
1664
1665test/test-changelist$(EXEEXT): $(test_test_changelist_OBJECTS) $(test_test_changelist_DEPENDENCIES) $(EXTRA_test_test_changelist_DEPENDENCIES) test/$(am__dirstamp)
1666 @rm -f test/test-changelist$(EXEEXT)
1667 $(AM_V_CCLD)$(LINK) $(test_test_changelist_OBJECTS) $(test_test_changelist_LDADD) $(LIBS)
1668test/test-closed.$(OBJEXT): test/$(am__dirstamp) \
1669 test/$(DEPDIR)/$(am__dirstamp)
1670
1671test/test-closed$(EXEEXT): $(test_test_closed_OBJECTS) $(test_test_closed_DEPENDENCIES) $(EXTRA_test_test_closed_DEPENDENCIES) test/$(am__dirstamp)
1672 @rm -f test/test-closed$(EXEEXT)
1673 $(AM_V_CCLD)$(LINK) $(test_test_closed_OBJECTS) $(test_test_closed_LDADD) $(LIBS)
1674test/test-dumpevents.$(OBJEXT): test/$(am__dirstamp) \
1675 test/$(DEPDIR)/$(am__dirstamp)
1676
1677test/test-dumpevents$(EXEEXT): $(test_test_dumpevents_OBJECTS) $(test_test_dumpevents_DEPENDENCIES) $(EXTRA_test_test_dumpevents_DEPENDENCIES) test/$(am__dirstamp)
1678 @rm -f test/test-dumpevents$(EXEEXT)
1679 $(AM_V_CCLD)$(LINK) $(test_test_dumpevents_OBJECTS) $(test_test_dumpevents_LDADD) $(LIBS)
1680test/test-eof.$(OBJEXT): test/$(am__dirstamp) \
1681 test/$(DEPDIR)/$(am__dirstamp)
1682
1683test/test-eof$(EXEEXT): $(test_test_eof_OBJECTS) $(test_test_eof_DEPENDENCIES) $(EXTRA_test_test_eof_DEPENDENCIES) test/$(am__dirstamp)
1684 @rm -f test/test-eof$(EXEEXT)
1685 $(AM_V_CCLD)$(LINK) $(test_test_eof_OBJECTS) $(test_test_eof_LDADD) $(LIBS)
1686test/test-fdleak.$(OBJEXT): test/$(am__dirstamp) \
1687 test/$(DEPDIR)/$(am__dirstamp)
1688
1689test/test-fdleak$(EXEEXT): $(test_test_fdleak_OBJECTS) $(test_test_fdleak_DEPENDENCIES) $(EXTRA_test_test_fdleak_DEPENDENCIES) test/$(am__dirstamp)
1690 @rm -f test/test-fdleak$(EXEEXT)
1691 $(AM_V_CCLD)$(LINK) $(test_test_fdleak_OBJECTS) $(test_test_fdleak_LDADD) $(LIBS)
1692test/test-init.$(OBJEXT): test/$(am__dirstamp) \
1693 test/$(DEPDIR)/$(am__dirstamp)
1694
1695test/test-init$(EXEEXT): $(test_test_init_OBJECTS) $(test_test_init_DEPENDENCIES) $(EXTRA_test_test_init_DEPENDENCIES) test/$(am__dirstamp)
1696 @rm -f test/test-init$(EXEEXT)
1697 $(AM_V_CCLD)$(LINK) $(test_test_init_OBJECTS) $(test_test_init_LDADD) $(LIBS)
1698test/test-ratelim.$(OBJEXT): test/$(am__dirstamp) \
1699 test/$(DEPDIR)/$(am__dirstamp)
1700
1701test/test-ratelim$(EXEEXT): $(test_test_ratelim_OBJECTS) $(test_test_ratelim_DEPENDENCIES) $(EXTRA_test_test_ratelim_DEPENDENCIES) test/$(am__dirstamp)
1702 @rm -f test/test-ratelim$(EXEEXT)
1703 $(AM_V_CCLD)$(LINK) $(test_test_ratelim_OBJECTS) $(test_test_ratelim_LDADD) $(LIBS)
1704test/test-time.$(OBJEXT): test/$(am__dirstamp) \
1705 test/$(DEPDIR)/$(am__dirstamp)
1706
1707test/test-time$(EXEEXT): $(test_test_time_OBJECTS) $(test_test_time_DEPENDENCIES) $(EXTRA_test_test_time_DEPENDENCIES) test/$(am__dirstamp)
1708 @rm -f test/test-time$(EXEEXT)
1709 $(AM_V_CCLD)$(LINK) $(test_test_time_OBJECTS) $(test_test_time_LDADD) $(LIBS)
1710test/test-weof.$(OBJEXT): test/$(am__dirstamp) \
1711 test/$(DEPDIR)/$(am__dirstamp)
1712
1713test/test-weof$(EXEEXT): $(test_test_weof_OBJECTS) $(test_test_weof_DEPENDENCIES) $(EXTRA_test_test_weof_DEPENDENCIES) test/$(am__dirstamp)
1714 @rm -f test/test-weof$(EXEEXT)
1715 $(AM_V_CCLD)$(LINK) $(test_test_weof_OBJECTS) $(test_test_weof_LDADD) $(LIBS)
Christopher Wileye8679812015-07-01 13:36:18 -07001716install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
1717 @$(NORMAL_INSTALL)
1718 @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
1719 if test -n "$$list"; then \
1720 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1721 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1722 fi; \
1723 for p in $$list; do \
1724 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1725 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1726 done | \
1727 sed -e 'p;s,.*/,,;n' \
1728 -e 'h;s|.*|.|' \
1729 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1730 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1731 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1732 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1733 if (++n[d] == $(am__install_max)) { \
1734 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1735 else { print "f", d "/" $$4, $$1 } } \
1736 END { for (d in files) print "f", d, files[d] }' | \
1737 while read type dir files; do \
1738 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1739 test -z "$$files" || { \
1740 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1741 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1742 } \
1743 ; done
1744
1745uninstall-dist_binSCRIPTS:
1746 @$(NORMAL_UNINSTALL)
1747 @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
1748 files=`for p in $$list; do echo "$$p"; done | \
1749 sed -e 's,.*/,,;$(transform)'`; \
1750 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
1751
1752mostlyclean-compile:
1753 -rm -f *.$(OBJEXT)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001754 -rm -f sample/*.$(OBJEXT)
1755 -rm -f test/*.$(OBJEXT)
Christopher Wileye8679812015-07-01 13:36:18 -07001756
1757distclean-compile:
1758 -rm -f *.tab.c
1759
Haibo Huangb2279672019-05-31 16:12:39 -07001760@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/epoll_sub.Plo@am__quote@ # am--include-marker
1761@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@ # am--include-marker
1762@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer_iocp.Plo@am__quote@ # am--include-marker
1763@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent.Plo@am__quote@ # am--include-marker
1764@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_async.Plo@am__quote@ # am--include-marker
1765@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_filter.Plo@am__quote@ # am--include-marker
1766@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_pair.Plo@am__quote@ # am--include-marker
1767@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_ratelim.Plo@am__quote@ # am--include-marker
1768@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_sock.Plo@am__quote@ # am--include-marker
1769@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devpoll.Plo@am__quote@ # am--include-marker
1770@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoll.Plo@am__quote@ # am--include-marker
1771@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evdns.Plo@am__quote@ # am--include-marker
1772@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@ # am--include-marker
1773@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_iocp.Plo@am__quote@ # am--include-marker
1774@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_tagging.Plo@am__quote@ # am--include-marker
1775@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evmap.Plo@am__quote@ # am--include-marker
1776@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evport.Plo@am__quote@ # am--include-marker
1777@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evrpc.Plo@am__quote@ # am--include-marker
1778@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread.Plo@am__quote@ # am--include-marker
1779@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread_pthread.Plo@am__quote@ # am--include-marker
1780@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread_win32.Plo@am__quote@ # am--include-marker
1781@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil.Plo@am__quote@ # am--include-marker
1782@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil_rand.Plo@am__quote@ # am--include-marker
1783@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil_time.Plo@am__quote@ # am--include-marker
1784@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@ # am--include-marker
1785@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kqueue.Plo@am__quote@ # am--include-marker
1786@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo@am__quote@ # am--include-marker
1787@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Plo@am__quote@ # am--include-marker
1788@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@ # am--include-marker
1789@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll.Plo@am__quote@ # am--include-marker
1790@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@ # am--include-marker
1791@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal.Plo@am__quote@ # am--include-marker
1792@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Plo@am__quote@ # am--include-marker
1793@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32select.Plo@am__quote@ # am--include-marker
1794@AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/dns-example.Po@am__quote@ # am--include-marker
1795@AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/event-read-fifo.Po@am__quote@ # am--include-marker
1796@AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/hello-world.Po@am__quote@ # am--include-marker
1797@AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/http-connect.Po@am__quote@ # am--include-marker
1798@AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/http-server.Po@am__quote@ # am--include-marker
1799@AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/https_client-hostcheck.Po@am__quote@ # am--include-marker
1800@AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/https_client-https-client.Po@am__quote@ # am--include-marker
1801@AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/https_client-openssl_hostname_validation.Po@am__quote@ # am--include-marker
1802@AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/le_proxy-le-proxy.Po@am__quote@ # am--include-marker
1803@AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/signal-test.Po@am__quote@ # am--include-marker
1804@AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/time-test.Po@am__quote@ # am--include-marker
1805@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/bench.Po@am__quote@ # am--include-marker
1806@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/bench_cascade.Po@am__quote@ # am--include-marker
1807@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/bench_http.Po@am__quote@ # am--include-marker
1808@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/bench_httpclient.Po@am__quote@ # am--include-marker
1809@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress.Po@am__quote@ # am--include-marker
1810@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress.gen.Po@am__quote@ # am--include-marker
1811@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_buffer.Po@am__quote@ # am--include-marker
1812@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_bufferevent.Po@am__quote@ # am--include-marker
1813@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_dns.Po@am__quote@ # am--include-marker
1814@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_et.Po@am__quote@ # am--include-marker
1815@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_finalize.Po@am__quote@ # am--include-marker
1816@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_http.Po@am__quote@ # am--include-marker
1817@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_iocp.Po@am__quote@ # am--include-marker
1818@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_listener.Po@am__quote@ # am--include-marker
1819@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_main.Po@am__quote@ # am--include-marker
1820@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_minheap.Po@am__quote@ # am--include-marker
1821@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_rpc.Po@am__quote@ # am--include-marker
1822@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_ssl.Po@am__quote@ # am--include-marker
1823@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_testutils.Po@am__quote@ # am--include-marker
1824@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_thread.Po@am__quote@ # am--include-marker
1825@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_util.Po@am__quote@ # am--include-marker
1826@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-regress_zlib.Po@am__quote@ # am--include-marker
1827@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/regress-tinytest.Po@am__quote@ # am--include-marker
1828@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-changelist.Po@am__quote@ # am--include-marker
1829@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-closed.Po@am__quote@ # am--include-marker
1830@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-dumpevents.Po@am__quote@ # am--include-marker
1831@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-eof.Po@am__quote@ # am--include-marker
1832@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-fdleak.Po@am__quote@ # am--include-marker
1833@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-init.Po@am__quote@ # am--include-marker
1834@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-ratelim.Po@am__quote@ # am--include-marker
1835@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-time.Po@am__quote@ # am--include-marker
1836@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-weof.Po@am__quote@ # am--include-marker
1837
1838$(am__depfiles_remade):
1839 @$(MKDIR_P) $(@D)
1840 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
1841
1842am--depfiles: $(am__depfiles_remade)
Christopher Wileye8679812015-07-01 13:36:18 -07001843
1844.c.o:
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001845@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1846@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1847@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1848@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Christopher Wileye8679812015-07-01 13:36:18 -07001849@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001850@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Christopher Wileye8679812015-07-01 13:36:18 -07001851
1852.c.obj:
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001853@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1854@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1855@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1856@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Christopher Wileye8679812015-07-01 13:36:18 -07001857@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001858@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Christopher Wileye8679812015-07-01 13:36:18 -07001859
1860.c.lo:
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001861@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1862@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1863@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
1864@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Christopher Wileye8679812015-07-01 13:36:18 -07001865@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001866@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1867
1868libevent_openssl_la-bufferevent_openssl.lo: bufferevent_openssl.c
1869@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevent_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libevent_openssl_la-bufferevent_openssl.lo -MD -MP -MF $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo -c -o libevent_openssl_la-bufferevent_openssl.lo `test -f 'bufferevent_openssl.c' || echo '$(srcdir)/'`bufferevent_openssl.c
1870@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo
1871@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bufferevent_openssl.c' object='libevent_openssl_la-bufferevent_openssl.lo' libtool=yes @AMDEPBACKSLASH@
1872@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1873@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevent_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libevent_openssl_la-bufferevent_openssl.lo `test -f 'bufferevent_openssl.c' || echo '$(srcdir)/'`bufferevent_openssl.c
1874
Haibo Huangb2279672019-05-31 16:12:39 -07001875sample/https_client-https-client.o: sample/https-client.c
1876@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-https-client.o -MD -MP -MF sample/$(DEPDIR)/https_client-https-client.Tpo -c -o sample/https_client-https-client.o `test -f 'sample/https-client.c' || echo '$(srcdir)/'`sample/https-client.c
1877@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sample/$(DEPDIR)/https_client-https-client.Tpo sample/$(DEPDIR)/https_client-https-client.Po
1878@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sample/https-client.c' object='sample/https_client-https-client.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001879@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001880@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sample/https_client-https-client.o `test -f 'sample/https-client.c' || echo '$(srcdir)/'`sample/https-client.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001881
Haibo Huangb2279672019-05-31 16:12:39 -07001882sample/https_client-https-client.obj: sample/https-client.c
1883@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-https-client.obj -MD -MP -MF sample/$(DEPDIR)/https_client-https-client.Tpo -c -o sample/https_client-https-client.obj `if test -f 'sample/https-client.c'; then $(CYGPATH_W) 'sample/https-client.c'; else $(CYGPATH_W) '$(srcdir)/sample/https-client.c'; fi`
1884@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sample/$(DEPDIR)/https_client-https-client.Tpo sample/$(DEPDIR)/https_client-https-client.Po
1885@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sample/https-client.c' object='sample/https_client-https-client.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001886@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001887@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sample/https_client-https-client.obj `if test -f 'sample/https-client.c'; then $(CYGPATH_W) 'sample/https-client.c'; else $(CYGPATH_W) '$(srcdir)/sample/https-client.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001888
Haibo Huangb2279672019-05-31 16:12:39 -07001889sample/https_client-hostcheck.o: sample/hostcheck.c
1890@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-hostcheck.o -MD -MP -MF sample/$(DEPDIR)/https_client-hostcheck.Tpo -c -o sample/https_client-hostcheck.o `test -f 'sample/hostcheck.c' || echo '$(srcdir)/'`sample/hostcheck.c
1891@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sample/$(DEPDIR)/https_client-hostcheck.Tpo sample/$(DEPDIR)/https_client-hostcheck.Po
1892@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sample/hostcheck.c' object='sample/https_client-hostcheck.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001893@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001894@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sample/https_client-hostcheck.o `test -f 'sample/hostcheck.c' || echo '$(srcdir)/'`sample/hostcheck.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001895
Haibo Huangb2279672019-05-31 16:12:39 -07001896sample/https_client-hostcheck.obj: sample/hostcheck.c
1897@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-hostcheck.obj -MD -MP -MF sample/$(DEPDIR)/https_client-hostcheck.Tpo -c -o sample/https_client-hostcheck.obj `if test -f 'sample/hostcheck.c'; then $(CYGPATH_W) 'sample/hostcheck.c'; else $(CYGPATH_W) '$(srcdir)/sample/hostcheck.c'; fi`
1898@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sample/$(DEPDIR)/https_client-hostcheck.Tpo sample/$(DEPDIR)/https_client-hostcheck.Po
1899@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sample/hostcheck.c' object='sample/https_client-hostcheck.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001900@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001901@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sample/https_client-hostcheck.obj `if test -f 'sample/hostcheck.c'; then $(CYGPATH_W) 'sample/hostcheck.c'; else $(CYGPATH_W) '$(srcdir)/sample/hostcheck.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001902
Haibo Huangb2279672019-05-31 16:12:39 -07001903sample/https_client-openssl_hostname_validation.o: sample/openssl_hostname_validation.c
1904@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-openssl_hostname_validation.o -MD -MP -MF sample/$(DEPDIR)/https_client-openssl_hostname_validation.Tpo -c -o sample/https_client-openssl_hostname_validation.o `test -f 'sample/openssl_hostname_validation.c' || echo '$(srcdir)/'`sample/openssl_hostname_validation.c
1905@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sample/$(DEPDIR)/https_client-openssl_hostname_validation.Tpo sample/$(DEPDIR)/https_client-openssl_hostname_validation.Po
1906@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sample/openssl_hostname_validation.c' object='sample/https_client-openssl_hostname_validation.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001907@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001908@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sample/https_client-openssl_hostname_validation.o `test -f 'sample/openssl_hostname_validation.c' || echo '$(srcdir)/'`sample/openssl_hostname_validation.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001909
Haibo Huangb2279672019-05-31 16:12:39 -07001910sample/https_client-openssl_hostname_validation.obj: sample/openssl_hostname_validation.c
1911@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-openssl_hostname_validation.obj -MD -MP -MF sample/$(DEPDIR)/https_client-openssl_hostname_validation.Tpo -c -o sample/https_client-openssl_hostname_validation.obj `if test -f 'sample/openssl_hostname_validation.c'; then $(CYGPATH_W) 'sample/openssl_hostname_validation.c'; else $(CYGPATH_W) '$(srcdir)/sample/openssl_hostname_validation.c'; fi`
1912@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sample/$(DEPDIR)/https_client-openssl_hostname_validation.Tpo sample/$(DEPDIR)/https_client-openssl_hostname_validation.Po
1913@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sample/openssl_hostname_validation.c' object='sample/https_client-openssl_hostname_validation.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001914@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001915@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sample/https_client-openssl_hostname_validation.obj `if test -f 'sample/openssl_hostname_validation.c'; then $(CYGPATH_W) 'sample/openssl_hostname_validation.c'; else $(CYGPATH_W) '$(srcdir)/sample/openssl_hostname_validation.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001916
Haibo Huangb2279672019-05-31 16:12:39 -07001917sample/le_proxy-le-proxy.o: sample/le-proxy.c
1918@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_le_proxy_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/le_proxy-le-proxy.o -MD -MP -MF sample/$(DEPDIR)/le_proxy-le-proxy.Tpo -c -o sample/le_proxy-le-proxy.o `test -f 'sample/le-proxy.c' || echo '$(srcdir)/'`sample/le-proxy.c
1919@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sample/$(DEPDIR)/le_proxy-le-proxy.Tpo sample/$(DEPDIR)/le_proxy-le-proxy.Po
1920@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sample/le-proxy.c' object='sample/le_proxy-le-proxy.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001921@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001922@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_le_proxy_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sample/le_proxy-le-proxy.o `test -f 'sample/le-proxy.c' || echo '$(srcdir)/'`sample/le-proxy.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001923
Haibo Huangb2279672019-05-31 16:12:39 -07001924sample/le_proxy-le-proxy.obj: sample/le-proxy.c
1925@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_le_proxy_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/le_proxy-le-proxy.obj -MD -MP -MF sample/$(DEPDIR)/le_proxy-le-proxy.Tpo -c -o sample/le_proxy-le-proxy.obj `if test -f 'sample/le-proxy.c'; then $(CYGPATH_W) 'sample/le-proxy.c'; else $(CYGPATH_W) '$(srcdir)/sample/le-proxy.c'; fi`
1926@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sample/$(DEPDIR)/le_proxy-le-proxy.Tpo sample/$(DEPDIR)/le_proxy-le-proxy.Po
1927@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sample/le-proxy.c' object='sample/le_proxy-le-proxy.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001928@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001929@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_le_proxy_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sample/le_proxy-le-proxy.obj `if test -f 'sample/le-proxy.c'; then $(CYGPATH_W) 'sample/le-proxy.c'; else $(CYGPATH_W) '$(srcdir)/sample/le-proxy.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001930
Haibo Huangb2279672019-05-31 16:12:39 -07001931test/regress-regress.o: test/regress.c
1932@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress.o -MD -MP -MF test/$(DEPDIR)/regress-regress.Tpo -c -o test/regress-regress.o `test -f 'test/regress.c' || echo '$(srcdir)/'`test/regress.c
1933@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress.Tpo test/$(DEPDIR)/regress-regress.Po
1934@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress.c' object='test/regress-regress.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001935@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001936@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress.o `test -f 'test/regress.c' || echo '$(srcdir)/'`test/regress.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001937
Haibo Huangb2279672019-05-31 16:12:39 -07001938test/regress-regress.obj: test/regress.c
1939@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress.obj -MD -MP -MF test/$(DEPDIR)/regress-regress.Tpo -c -o test/regress-regress.obj `if test -f 'test/regress.c'; then $(CYGPATH_W) 'test/regress.c'; else $(CYGPATH_W) '$(srcdir)/test/regress.c'; fi`
1940@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress.Tpo test/$(DEPDIR)/regress-regress.Po
1941@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress.c' object='test/regress-regress.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001942@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001943@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress.obj `if test -f 'test/regress.c'; then $(CYGPATH_W) 'test/regress.c'; else $(CYGPATH_W) '$(srcdir)/test/regress.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001944
Haibo Huangb2279672019-05-31 16:12:39 -07001945test/regress-regress.gen.o: test/regress.gen.c
1946@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress.gen.o -MD -MP -MF test/$(DEPDIR)/regress-regress.gen.Tpo -c -o test/regress-regress.gen.o `test -f 'test/regress.gen.c' || echo '$(srcdir)/'`test/regress.gen.c
1947@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress.gen.Tpo test/$(DEPDIR)/regress-regress.gen.Po
1948@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress.gen.c' object='test/regress-regress.gen.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001949@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001950@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress.gen.o `test -f 'test/regress.gen.c' || echo '$(srcdir)/'`test/regress.gen.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001951
Haibo Huangb2279672019-05-31 16:12:39 -07001952test/regress-regress.gen.obj: test/regress.gen.c
1953@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress.gen.obj -MD -MP -MF test/$(DEPDIR)/regress-regress.gen.Tpo -c -o test/regress-regress.gen.obj `if test -f 'test/regress.gen.c'; then $(CYGPATH_W) 'test/regress.gen.c'; else $(CYGPATH_W) '$(srcdir)/test/regress.gen.c'; fi`
1954@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress.gen.Tpo test/$(DEPDIR)/regress-regress.gen.Po
1955@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress.gen.c' object='test/regress-regress.gen.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001956@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001957@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress.gen.obj `if test -f 'test/regress.gen.c'; then $(CYGPATH_W) 'test/regress.gen.c'; else $(CYGPATH_W) '$(srcdir)/test/regress.gen.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001958
Haibo Huangb2279672019-05-31 16:12:39 -07001959test/regress-regress_buffer.o: test/regress_buffer.c
1960@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_buffer.o -MD -MP -MF test/$(DEPDIR)/regress-regress_buffer.Tpo -c -o test/regress-regress_buffer.o `test -f 'test/regress_buffer.c' || echo '$(srcdir)/'`test/regress_buffer.c
1961@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_buffer.Tpo test/$(DEPDIR)/regress-regress_buffer.Po
1962@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_buffer.c' object='test/regress-regress_buffer.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001963@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001964@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_buffer.o `test -f 'test/regress_buffer.c' || echo '$(srcdir)/'`test/regress_buffer.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001965
Haibo Huangb2279672019-05-31 16:12:39 -07001966test/regress-regress_buffer.obj: test/regress_buffer.c
1967@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_buffer.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_buffer.Tpo -c -o test/regress-regress_buffer.obj `if test -f 'test/regress_buffer.c'; then $(CYGPATH_W) 'test/regress_buffer.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_buffer.c'; fi`
1968@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_buffer.Tpo test/$(DEPDIR)/regress-regress_buffer.Po
1969@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_buffer.c' object='test/regress-regress_buffer.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001970@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001971@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_buffer.obj `if test -f 'test/regress_buffer.c'; then $(CYGPATH_W) 'test/regress_buffer.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_buffer.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001972
Haibo Huangb2279672019-05-31 16:12:39 -07001973test/regress-regress_bufferevent.o: test/regress_bufferevent.c
1974@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_bufferevent.o -MD -MP -MF test/$(DEPDIR)/regress-regress_bufferevent.Tpo -c -o test/regress-regress_bufferevent.o `test -f 'test/regress_bufferevent.c' || echo '$(srcdir)/'`test/regress_bufferevent.c
1975@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_bufferevent.Tpo test/$(DEPDIR)/regress-regress_bufferevent.Po
1976@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_bufferevent.c' object='test/regress-regress_bufferevent.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001977@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001978@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_bufferevent.o `test -f 'test/regress_bufferevent.c' || echo '$(srcdir)/'`test/regress_bufferevent.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001979
Haibo Huangb2279672019-05-31 16:12:39 -07001980test/regress-regress_bufferevent.obj: test/regress_bufferevent.c
1981@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_bufferevent.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_bufferevent.Tpo -c -o test/regress-regress_bufferevent.obj `if test -f 'test/regress_bufferevent.c'; then $(CYGPATH_W) 'test/regress_bufferevent.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_bufferevent.c'; fi`
1982@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_bufferevent.Tpo test/$(DEPDIR)/regress-regress_bufferevent.Po
1983@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_bufferevent.c' object='test/regress-regress_bufferevent.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001984@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001985@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_bufferevent.obj `if test -f 'test/regress_bufferevent.c'; then $(CYGPATH_W) 'test/regress_bufferevent.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_bufferevent.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001986
Haibo Huangb2279672019-05-31 16:12:39 -07001987test/regress-regress_dns.o: test/regress_dns.c
1988@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_dns.o -MD -MP -MF test/$(DEPDIR)/regress-regress_dns.Tpo -c -o test/regress-regress_dns.o `test -f 'test/regress_dns.c' || echo '$(srcdir)/'`test/regress_dns.c
1989@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_dns.Tpo test/$(DEPDIR)/regress-regress_dns.Po
1990@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_dns.c' object='test/regress-regress_dns.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001991@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001992@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_dns.o `test -f 'test/regress_dns.c' || echo '$(srcdir)/'`test/regress_dns.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001993
Haibo Huangb2279672019-05-31 16:12:39 -07001994test/regress-regress_dns.obj: test/regress_dns.c
1995@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_dns.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_dns.Tpo -c -o test/regress-regress_dns.obj `if test -f 'test/regress_dns.c'; then $(CYGPATH_W) 'test/regress_dns.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_dns.c'; fi`
1996@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_dns.Tpo test/$(DEPDIR)/regress-regress_dns.Po
1997@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_dns.c' object='test/regress-regress_dns.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01001998@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07001999@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_dns.obj `if test -f 'test/regress_dns.c'; then $(CYGPATH_W) 'test/regress_dns.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_dns.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002000
Haibo Huangb2279672019-05-31 16:12:39 -07002001test/regress-regress_et.o: test/regress_et.c
2002@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_et.o -MD -MP -MF test/$(DEPDIR)/regress-regress_et.Tpo -c -o test/regress-regress_et.o `test -f 'test/regress_et.c' || echo '$(srcdir)/'`test/regress_et.c
2003@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_et.Tpo test/$(DEPDIR)/regress-regress_et.Po
2004@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_et.c' object='test/regress-regress_et.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002005@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002006@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_et.o `test -f 'test/regress_et.c' || echo '$(srcdir)/'`test/regress_et.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002007
Haibo Huangb2279672019-05-31 16:12:39 -07002008test/regress-regress_et.obj: test/regress_et.c
2009@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_et.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_et.Tpo -c -o test/regress-regress_et.obj `if test -f 'test/regress_et.c'; then $(CYGPATH_W) 'test/regress_et.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_et.c'; fi`
2010@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_et.Tpo test/$(DEPDIR)/regress-regress_et.Po
2011@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_et.c' object='test/regress-regress_et.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002012@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002013@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_et.obj `if test -f 'test/regress_et.c'; then $(CYGPATH_W) 'test/regress_et.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_et.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002014
Haibo Huangb2279672019-05-31 16:12:39 -07002015test/regress-regress_finalize.o: test/regress_finalize.c
2016@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_finalize.o -MD -MP -MF test/$(DEPDIR)/regress-regress_finalize.Tpo -c -o test/regress-regress_finalize.o `test -f 'test/regress_finalize.c' || echo '$(srcdir)/'`test/regress_finalize.c
2017@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_finalize.Tpo test/$(DEPDIR)/regress-regress_finalize.Po
2018@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_finalize.c' object='test/regress-regress_finalize.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002019@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002020@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_finalize.o `test -f 'test/regress_finalize.c' || echo '$(srcdir)/'`test/regress_finalize.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002021
Haibo Huangb2279672019-05-31 16:12:39 -07002022test/regress-regress_finalize.obj: test/regress_finalize.c
2023@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_finalize.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_finalize.Tpo -c -o test/regress-regress_finalize.obj `if test -f 'test/regress_finalize.c'; then $(CYGPATH_W) 'test/regress_finalize.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_finalize.c'; fi`
2024@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_finalize.Tpo test/$(DEPDIR)/regress-regress_finalize.Po
2025@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_finalize.c' object='test/regress-regress_finalize.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002026@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002027@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_finalize.obj `if test -f 'test/regress_finalize.c'; then $(CYGPATH_W) 'test/regress_finalize.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_finalize.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002028
Haibo Huangb2279672019-05-31 16:12:39 -07002029test/regress-regress_http.o: test/regress_http.c
2030@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_http.o -MD -MP -MF test/$(DEPDIR)/regress-regress_http.Tpo -c -o test/regress-regress_http.o `test -f 'test/regress_http.c' || echo '$(srcdir)/'`test/regress_http.c
2031@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_http.Tpo test/$(DEPDIR)/regress-regress_http.Po
2032@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_http.c' object='test/regress-regress_http.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002033@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002034@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_http.o `test -f 'test/regress_http.c' || echo '$(srcdir)/'`test/regress_http.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002035
Haibo Huangb2279672019-05-31 16:12:39 -07002036test/regress-regress_http.obj: test/regress_http.c
2037@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_http.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_http.Tpo -c -o test/regress-regress_http.obj `if test -f 'test/regress_http.c'; then $(CYGPATH_W) 'test/regress_http.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_http.c'; fi`
2038@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_http.Tpo test/$(DEPDIR)/regress-regress_http.Po
2039@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_http.c' object='test/regress-regress_http.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002040@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002041@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_http.obj `if test -f 'test/regress_http.c'; then $(CYGPATH_W) 'test/regress_http.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_http.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002042
Haibo Huangb2279672019-05-31 16:12:39 -07002043test/regress-regress_listener.o: test/regress_listener.c
2044@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_listener.o -MD -MP -MF test/$(DEPDIR)/regress-regress_listener.Tpo -c -o test/regress-regress_listener.o `test -f 'test/regress_listener.c' || echo '$(srcdir)/'`test/regress_listener.c
2045@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_listener.Tpo test/$(DEPDIR)/regress-regress_listener.Po
2046@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_listener.c' object='test/regress-regress_listener.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002047@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002048@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_listener.o `test -f 'test/regress_listener.c' || echo '$(srcdir)/'`test/regress_listener.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002049
Haibo Huangb2279672019-05-31 16:12:39 -07002050test/regress-regress_listener.obj: test/regress_listener.c
2051@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_listener.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_listener.Tpo -c -o test/regress-regress_listener.obj `if test -f 'test/regress_listener.c'; then $(CYGPATH_W) 'test/regress_listener.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_listener.c'; fi`
2052@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_listener.Tpo test/$(DEPDIR)/regress-regress_listener.Po
2053@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_listener.c' object='test/regress-regress_listener.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002054@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002055@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_listener.obj `if test -f 'test/regress_listener.c'; then $(CYGPATH_W) 'test/regress_listener.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_listener.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002056
Haibo Huangb2279672019-05-31 16:12:39 -07002057test/regress-regress_main.o: test/regress_main.c
2058@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_main.o -MD -MP -MF test/$(DEPDIR)/regress-regress_main.Tpo -c -o test/regress-regress_main.o `test -f 'test/regress_main.c' || echo '$(srcdir)/'`test/regress_main.c
2059@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_main.Tpo test/$(DEPDIR)/regress-regress_main.Po
2060@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_main.c' object='test/regress-regress_main.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002061@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002062@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_main.o `test -f 'test/regress_main.c' || echo '$(srcdir)/'`test/regress_main.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002063
Haibo Huangb2279672019-05-31 16:12:39 -07002064test/regress-regress_main.obj: test/regress_main.c
2065@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_main.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_main.Tpo -c -o test/regress-regress_main.obj `if test -f 'test/regress_main.c'; then $(CYGPATH_W) 'test/regress_main.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_main.c'; fi`
2066@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_main.Tpo test/$(DEPDIR)/regress-regress_main.Po
2067@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_main.c' object='test/regress-regress_main.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002068@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002069@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_main.obj `if test -f 'test/regress_main.c'; then $(CYGPATH_W) 'test/regress_main.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_main.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002070
Haibo Huangb2279672019-05-31 16:12:39 -07002071test/regress-regress_minheap.o: test/regress_minheap.c
2072@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_minheap.o -MD -MP -MF test/$(DEPDIR)/regress-regress_minheap.Tpo -c -o test/regress-regress_minheap.o `test -f 'test/regress_minheap.c' || echo '$(srcdir)/'`test/regress_minheap.c
2073@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_minheap.Tpo test/$(DEPDIR)/regress-regress_minheap.Po
2074@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_minheap.c' object='test/regress-regress_minheap.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002075@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002076@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_minheap.o `test -f 'test/regress_minheap.c' || echo '$(srcdir)/'`test/regress_minheap.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002077
Haibo Huangb2279672019-05-31 16:12:39 -07002078test/regress-regress_minheap.obj: test/regress_minheap.c
2079@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_minheap.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_minheap.Tpo -c -o test/regress-regress_minheap.obj `if test -f 'test/regress_minheap.c'; then $(CYGPATH_W) 'test/regress_minheap.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_minheap.c'; fi`
2080@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_minheap.Tpo test/$(DEPDIR)/regress-regress_minheap.Po
2081@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_minheap.c' object='test/regress-regress_minheap.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002082@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002083@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_minheap.obj `if test -f 'test/regress_minheap.c'; then $(CYGPATH_W) 'test/regress_minheap.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_minheap.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002084
Haibo Huangb2279672019-05-31 16:12:39 -07002085test/regress-regress_rpc.o: test/regress_rpc.c
2086@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_rpc.o -MD -MP -MF test/$(DEPDIR)/regress-regress_rpc.Tpo -c -o test/regress-regress_rpc.o `test -f 'test/regress_rpc.c' || echo '$(srcdir)/'`test/regress_rpc.c
2087@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_rpc.Tpo test/$(DEPDIR)/regress-regress_rpc.Po
2088@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_rpc.c' object='test/regress-regress_rpc.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002089@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002090@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_rpc.o `test -f 'test/regress_rpc.c' || echo '$(srcdir)/'`test/regress_rpc.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002091
Haibo Huangb2279672019-05-31 16:12:39 -07002092test/regress-regress_rpc.obj: test/regress_rpc.c
2093@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_rpc.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_rpc.Tpo -c -o test/regress-regress_rpc.obj `if test -f 'test/regress_rpc.c'; then $(CYGPATH_W) 'test/regress_rpc.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_rpc.c'; fi`
2094@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_rpc.Tpo test/$(DEPDIR)/regress-regress_rpc.Po
2095@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_rpc.c' object='test/regress-regress_rpc.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002096@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002097@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_rpc.obj `if test -f 'test/regress_rpc.c'; then $(CYGPATH_W) 'test/regress_rpc.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_rpc.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002098
Haibo Huangb2279672019-05-31 16:12:39 -07002099test/regress-regress_testutils.o: test/regress_testutils.c
2100@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_testutils.o -MD -MP -MF test/$(DEPDIR)/regress-regress_testutils.Tpo -c -o test/regress-regress_testutils.o `test -f 'test/regress_testutils.c' || echo '$(srcdir)/'`test/regress_testutils.c
2101@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_testutils.Tpo test/$(DEPDIR)/regress-regress_testutils.Po
2102@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_testutils.c' object='test/regress-regress_testutils.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002103@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002104@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_testutils.o `test -f 'test/regress_testutils.c' || echo '$(srcdir)/'`test/regress_testutils.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002105
Haibo Huangb2279672019-05-31 16:12:39 -07002106test/regress-regress_testutils.obj: test/regress_testutils.c
2107@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_testutils.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_testutils.Tpo -c -o test/regress-regress_testutils.obj `if test -f 'test/regress_testutils.c'; then $(CYGPATH_W) 'test/regress_testutils.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_testutils.c'; fi`
2108@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_testutils.Tpo test/$(DEPDIR)/regress-regress_testutils.Po
2109@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_testutils.c' object='test/regress-regress_testutils.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002110@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002111@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_testutils.obj `if test -f 'test/regress_testutils.c'; then $(CYGPATH_W) 'test/regress_testutils.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_testutils.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002112
Haibo Huangb2279672019-05-31 16:12:39 -07002113test/regress-regress_util.o: test/regress_util.c
2114@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_util.o -MD -MP -MF test/$(DEPDIR)/regress-regress_util.Tpo -c -o test/regress-regress_util.o `test -f 'test/regress_util.c' || echo '$(srcdir)/'`test/regress_util.c
2115@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_util.Tpo test/$(DEPDIR)/regress-regress_util.Po
2116@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_util.c' object='test/regress-regress_util.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002117@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002118@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_util.o `test -f 'test/regress_util.c' || echo '$(srcdir)/'`test/regress_util.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002119
Haibo Huangb2279672019-05-31 16:12:39 -07002120test/regress-regress_util.obj: test/regress_util.c
2121@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_util.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_util.Tpo -c -o test/regress-regress_util.obj `if test -f 'test/regress_util.c'; then $(CYGPATH_W) 'test/regress_util.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_util.c'; fi`
2122@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_util.Tpo test/$(DEPDIR)/regress-regress_util.Po
2123@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_util.c' object='test/regress-regress_util.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002124@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002125@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_util.obj `if test -f 'test/regress_util.c'; then $(CYGPATH_W) 'test/regress_util.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_util.c'; fi`
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002126
Haibo Huangb2279672019-05-31 16:12:39 -07002127test/regress-tinytest.o: test/tinytest.c
2128@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-tinytest.o -MD -MP -MF test/$(DEPDIR)/regress-tinytest.Tpo -c -o test/regress-tinytest.o `test -f 'test/tinytest.c' || echo '$(srcdir)/'`test/tinytest.c
2129@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-tinytest.Tpo test/$(DEPDIR)/regress-tinytest.Po
2130@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/tinytest.c' object='test/regress-tinytest.o' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002131@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002132@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-tinytest.o `test -f 'test/tinytest.c' || echo '$(srcdir)/'`test/tinytest.c
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002133
Haibo Huangb2279672019-05-31 16:12:39 -07002134test/regress-tinytest.obj: test/tinytest.c
2135@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-tinytest.obj -MD -MP -MF test/$(DEPDIR)/regress-tinytest.Tpo -c -o test/regress-tinytest.obj `if test -f 'test/tinytest.c'; then $(CYGPATH_W) 'test/tinytest.c'; else $(CYGPATH_W) '$(srcdir)/test/tinytest.c'; fi`
2136@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-tinytest.Tpo test/$(DEPDIR)/regress-tinytest.Po
2137@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/tinytest.c' object='test/regress-tinytest.obj' libtool=no @AMDEPBACKSLASH@
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002138@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Haibo Huangb2279672019-05-31 16:12:39 -07002139@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-tinytest.obj `if test -f 'test/tinytest.c'; then $(CYGPATH_W) 'test/tinytest.c'; else $(CYGPATH_W) '$(srcdir)/test/tinytest.c'; fi`
2140
2141test/regress-regress_thread.o: test/regress_thread.c
2142@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_thread.o -MD -MP -MF test/$(DEPDIR)/regress-regress_thread.Tpo -c -o test/regress-regress_thread.o `test -f 'test/regress_thread.c' || echo '$(srcdir)/'`test/regress_thread.c
2143@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_thread.Tpo test/$(DEPDIR)/regress-regress_thread.Po
2144@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_thread.c' object='test/regress-regress_thread.o' libtool=no @AMDEPBACKSLASH@
2145@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2146@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_thread.o `test -f 'test/regress_thread.c' || echo '$(srcdir)/'`test/regress_thread.c
2147
2148test/regress-regress_thread.obj: test/regress_thread.c
2149@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_thread.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_thread.Tpo -c -o test/regress-regress_thread.obj `if test -f 'test/regress_thread.c'; then $(CYGPATH_W) 'test/regress_thread.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_thread.c'; fi`
2150@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_thread.Tpo test/$(DEPDIR)/regress-regress_thread.Po
2151@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_thread.c' object='test/regress-regress_thread.obj' libtool=no @AMDEPBACKSLASH@
2152@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2153@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_thread.obj `if test -f 'test/regress_thread.c'; then $(CYGPATH_W) 'test/regress_thread.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_thread.c'; fi`
2154
2155test/regress-regress_zlib.o: test/regress_zlib.c
2156@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_zlib.o -MD -MP -MF test/$(DEPDIR)/regress-regress_zlib.Tpo -c -o test/regress-regress_zlib.o `test -f 'test/regress_zlib.c' || echo '$(srcdir)/'`test/regress_zlib.c
2157@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_zlib.Tpo test/$(DEPDIR)/regress-regress_zlib.Po
2158@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_zlib.c' object='test/regress-regress_zlib.o' libtool=no @AMDEPBACKSLASH@
2159@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2160@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_zlib.o `test -f 'test/regress_zlib.c' || echo '$(srcdir)/'`test/regress_zlib.c
2161
2162test/regress-regress_zlib.obj: test/regress_zlib.c
2163@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_zlib.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_zlib.Tpo -c -o test/regress-regress_zlib.obj `if test -f 'test/regress_zlib.c'; then $(CYGPATH_W) 'test/regress_zlib.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_zlib.c'; fi`
2164@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_zlib.Tpo test/$(DEPDIR)/regress-regress_zlib.Po
2165@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_zlib.c' object='test/regress-regress_zlib.obj' libtool=no @AMDEPBACKSLASH@
2166@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2167@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_zlib.obj `if test -f 'test/regress_zlib.c'; then $(CYGPATH_W) 'test/regress_zlib.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_zlib.c'; fi`
2168
2169test/regress-regress_iocp.o: test/regress_iocp.c
2170@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_iocp.o -MD -MP -MF test/$(DEPDIR)/regress-regress_iocp.Tpo -c -o test/regress-regress_iocp.o `test -f 'test/regress_iocp.c' || echo '$(srcdir)/'`test/regress_iocp.c
2171@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_iocp.Tpo test/$(DEPDIR)/regress-regress_iocp.Po
2172@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_iocp.c' object='test/regress-regress_iocp.o' libtool=no @AMDEPBACKSLASH@
2173@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2174@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_iocp.o `test -f 'test/regress_iocp.c' || echo '$(srcdir)/'`test/regress_iocp.c
2175
2176test/regress-regress_iocp.obj: test/regress_iocp.c
2177@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_iocp.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_iocp.Tpo -c -o test/regress-regress_iocp.obj `if test -f 'test/regress_iocp.c'; then $(CYGPATH_W) 'test/regress_iocp.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_iocp.c'; fi`
2178@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_iocp.Tpo test/$(DEPDIR)/regress-regress_iocp.Po
2179@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_iocp.c' object='test/regress-regress_iocp.obj' libtool=no @AMDEPBACKSLASH@
2180@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2181@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_iocp.obj `if test -f 'test/regress_iocp.c'; then $(CYGPATH_W) 'test/regress_iocp.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_iocp.c'; fi`
2182
2183test/regress-regress_ssl.o: test/regress_ssl.c
2184@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_ssl.o -MD -MP -MF test/$(DEPDIR)/regress-regress_ssl.Tpo -c -o test/regress-regress_ssl.o `test -f 'test/regress_ssl.c' || echo '$(srcdir)/'`test/regress_ssl.c
2185@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_ssl.Tpo test/$(DEPDIR)/regress-regress_ssl.Po
2186@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_ssl.c' object='test/regress-regress_ssl.o' libtool=no @AMDEPBACKSLASH@
2187@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2188@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_ssl.o `test -f 'test/regress_ssl.c' || echo '$(srcdir)/'`test/regress_ssl.c
2189
2190test/regress-regress_ssl.obj: test/regress_ssl.c
2191@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/regress-regress_ssl.obj -MD -MP -MF test/$(DEPDIR)/regress-regress_ssl.Tpo -c -o test/regress-regress_ssl.obj `if test -f 'test/regress_ssl.c'; then $(CYGPATH_W) 'test/regress_ssl.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_ssl.c'; fi`
2192@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/regress-regress_ssl.Tpo test/$(DEPDIR)/regress-regress_ssl.Po
2193@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/regress_ssl.c' object='test/regress-regress_ssl.obj' libtool=no @AMDEPBACKSLASH@
2194@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2195@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/regress-regress_ssl.obj `if test -f 'test/regress_ssl.c'; then $(CYGPATH_W) 'test/regress_ssl.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_ssl.c'; fi`
Christopher Wileye8679812015-07-01 13:36:18 -07002196
2197mostlyclean-libtool:
2198 -rm -f *.lo
2199
2200clean-libtool:
2201 -rm -rf .libs _libs
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002202 -rm -rf sample/.libs sample/_libs
2203 -rm -rf test/.libs test/_libs
Christopher Wileye8679812015-07-01 13:36:18 -07002204
2205distclean-libtool:
2206 -rm -f libtool config.lt
Haibo Huangf0077b82020-07-10 20:21:19 -07002207install-man3: $(man3_MANS)
2208 @$(NORMAL_INSTALL)
2209 @list1='$(man3_MANS)'; \
2210 list2=''; \
2211 test -n "$(man3dir)" \
2212 && test -n "`echo $$list1$$list2`" \
2213 || exit 0; \
2214 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
2215 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
2216 { for i in $$list1; do echo "$$i"; done; \
2217 if test -n "$$list2"; then \
2218 for i in $$list2; do echo "$$i"; done \
2219 | sed -n '/\.3[a-z]*$$/p'; \
2220 fi; \
2221 } | while read p; do \
2222 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
2223 echo "$$d$$p"; echo "$$p"; \
2224 done | \
2225 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
2226 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
2227 sed 'N;N;s,\n, ,g' | { \
2228 list=; while read file base inst; do \
2229 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
2230 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
2231 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
2232 fi; \
2233 done; \
2234 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
2235 while read files; do \
2236 test -z "$$files" || { \
2237 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
2238 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
2239 done; }
2240
2241uninstall-man3:
2242 @$(NORMAL_UNINSTALL)
2243 @list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
2244 files=`{ for i in $$list; do echo "$$i"; done; \
2245 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
2246 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
2247 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
Christopher Wileye8679812015-07-01 13:36:18 -07002248install-pkgconfigDATA: $(pkgconfig_DATA)
2249 @$(NORMAL_INSTALL)
2250 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
2251 if test -n "$$list"; then \
2252 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
2253 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
2254 fi; \
2255 for p in $$list; do \
2256 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2257 echo "$$d$$p"; \
2258 done | $(am__base_list) | \
2259 while read files; do \
2260 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
2261 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
2262 done
2263
2264uninstall-pkgconfigDATA:
2265 @$(NORMAL_UNINSTALL)
2266 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
2267 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2268 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
2269install-includeHEADERS: $(include_HEADERS)
2270 @$(NORMAL_INSTALL)
2271 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
2272 if test -n "$$list"; then \
2273 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
2274 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
2275 fi; \
2276 for p in $$list; do \
2277 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2278 echo "$$d$$p"; \
2279 done | $(am__base_list) | \
2280 while read files; do \
2281 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
2282 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
2283 done
2284
2285uninstall-includeHEADERS:
2286 @$(NORMAL_UNINSTALL)
2287 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
2288 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2289 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002290install-include_event2HEADERS: $(include_event2_HEADERS)
2291 @$(NORMAL_INSTALL)
2292 @list='$(include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
2293 if test -n "$$list"; then \
2294 echo " $(MKDIR_P) '$(DESTDIR)$(include_event2dir)'"; \
2295 $(MKDIR_P) "$(DESTDIR)$(include_event2dir)" || exit 1; \
2296 fi; \
2297 for p in $$list; do \
2298 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2299 echo "$$d$$p"; \
2300 done | $(am__base_list) | \
2301 while read files; do \
2302 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(include_event2dir)'"; \
2303 $(INSTALL_HEADER) $$files "$(DESTDIR)$(include_event2dir)" || exit $$?; \
Christopher Wileye8679812015-07-01 13:36:18 -07002304 done
2305
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002306uninstall-include_event2HEADERS:
2307 @$(NORMAL_UNINSTALL)
2308 @list='$(include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
2309 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2310 dir='$(DESTDIR)$(include_event2dir)'; $(am__uninstall_files_from_dir)
2311install-nodist_include_event2HEADERS: $(nodist_include_event2_HEADERS)
2312 @$(NORMAL_INSTALL)
2313 @list='$(nodist_include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
2314 if test -n "$$list"; then \
2315 echo " $(MKDIR_P) '$(DESTDIR)$(include_event2dir)'"; \
2316 $(MKDIR_P) "$(DESTDIR)$(include_event2dir)" || exit 1; \
2317 fi; \
2318 for p in $$list; do \
2319 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2320 echo "$$d$$p"; \
2321 done | $(am__base_list) | \
2322 while read files; do \
2323 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(include_event2dir)'"; \
2324 $(INSTALL_HEADER) $$files "$(DESTDIR)$(include_event2dir)" || exit $$?; \
2325 done
Christopher Wileye8679812015-07-01 13:36:18 -07002326
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002327uninstall-nodist_include_event2HEADERS:
2328 @$(NORMAL_UNINSTALL)
2329 @list='$(nodist_include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
2330 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2331 dir='$(DESTDIR)$(include_event2dir)'; $(am__uninstall_files_from_dir)
2332
2333ID: $(am__tagged_files)
2334 $(am__define_uniq_tagged_files); mkid -fID $$unique
2335tags: tags-am
2336TAGS: tags
2337
2338tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Christopher Wileye8679812015-07-01 13:36:18 -07002339 set x; \
2340 here=`pwd`; \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002341 $(am__define_uniq_tagged_files); \
Christopher Wileye8679812015-07-01 13:36:18 -07002342 shift; \
2343 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2344 test -n "$$unique" || unique=$$empty_fix; \
2345 if test $$# -gt 0; then \
2346 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2347 "$$@" $$unique; \
2348 else \
2349 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2350 $$unique; \
2351 fi; \
2352 fi
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002353ctags: ctags-am
2354
2355CTAGS: ctags
2356ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2357 $(am__define_uniq_tagged_files); \
Christopher Wileye8679812015-07-01 13:36:18 -07002358 test -z "$(CTAGS_ARGS)$$unique" \
2359 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2360 $$unique
2361
2362GTAGS:
2363 here=`$(am__cd) $(top_builddir) && pwd` \
2364 && $(am__cd) $(top_srcdir) \
2365 && gtags -i $(GTAGS_ARGS) "$$here"
Christopher Wileye8679812015-07-01 13:36:18 -07002366cscope: cscope.files
2367 test ! -s cscope.files \
2368 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
Christopher Wileye8679812015-07-01 13:36:18 -07002369clean-cscope:
2370 -rm -f cscope.files
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002371cscope.files: clean-cscope cscopelist
2372cscopelist: cscopelist-am
Christopher Wileye8679812015-07-01 13:36:18 -07002373
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002374cscopelist-am: $(am__tagged_files)
2375 list='$(am__tagged_files)'; \
Christopher Wileye8679812015-07-01 13:36:18 -07002376 case "$(srcdir)" in \
2377 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2378 *) sdir=$(subdir)/$(srcdir) ;; \
2379 esac; \
2380 for i in $$list; do \
2381 if test -f "$$i"; then \
2382 echo "$(subdir)/$$i"; \
2383 else \
2384 echo "$$sdir/$$i"; \
2385 fi; \
2386 done >> $(top_builddir)/cscope.files
2387
2388distclean-tags:
2389 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2390 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
2391
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002392# Recover from deleted '.trs' file; this should ensure that
2393# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
2394# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
2395# to avoid problems with "make -n".
2396.log.trs:
2397 rm -f $< $@
2398 $(MAKE) $(AM_MAKEFLAGS) $<
2399
2400# Leading 'am--fnord' is there to ensure the list of targets does not
2401# expand to empty, as could happen e.g. with make check TESTS=''.
2402am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
2403am--force-recheck:
2404 @:
2405
2406$(TEST_SUITE_LOG): $(TEST_LOGS)
2407 @$(am__set_TESTS_bases); \
2408 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
2409 redo_bases=`for i in $$bases; do \
2410 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
2411 done`; \
2412 if test -n "$$redo_bases"; then \
2413 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
2414 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
2415 if $(am__make_dryrun); then :; else \
2416 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
2417 fi; \
2418 fi; \
2419 if test -n "$$am__remaking_logs"; then \
2420 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
2421 "recursion detected" >&2; \
2422 elif test -n "$$redo_logs"; then \
2423 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
2424 fi; \
2425 if $(am__make_dryrun); then :; else \
2426 st=0; \
2427 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
2428 for i in $$redo_bases; do \
2429 test -f $$i.trs && test -r $$i.trs \
2430 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
2431 test -f $$i.log && test -r $$i.log \
2432 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
2433 done; \
2434 test $$st -eq 0 || exit 1; \
2435 fi
2436 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
2437 ws='[ ]'; \
2438 results=`for b in $$bases; do echo $$b.trs; done`; \
2439 test -n "$$results" || results=/dev/null; \
2440 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
2441 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
2442 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
2443 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
2444 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
2445 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
2446 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
2447 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
2448 success=true; \
2449 else \
2450 success=false; \
2451 fi; \
2452 br='==================='; br=$$br$$br$$br$$br; \
2453 result_count () \
2454 { \
2455 if test x"$$1" = x"--maybe-color"; then \
2456 maybe_colorize=yes; \
2457 elif test x"$$1" = x"--no-color"; then \
2458 maybe_colorize=no; \
2459 else \
2460 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
2461 fi; \
2462 shift; \
2463 desc=$$1 count=$$2; \
2464 if test $$maybe_colorize = yes && test $$count -gt 0; then \
2465 color_start=$$3 color_end=$$std; \
2466 else \
2467 color_start= color_end=; \
2468 fi; \
2469 echo "$${color_start}# $$desc $$count$${color_end}"; \
2470 }; \
2471 create_testsuite_report () \
2472 { \
2473 result_count $$1 "TOTAL:" $$all "$$brg"; \
2474 result_count $$1 "PASS: " $$pass "$$grn"; \
2475 result_count $$1 "SKIP: " $$skip "$$blu"; \
2476 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
2477 result_count $$1 "FAIL: " $$fail "$$red"; \
2478 result_count $$1 "XPASS:" $$xpass "$$red"; \
2479 result_count $$1 "ERROR:" $$error "$$mgn"; \
2480 }; \
2481 { \
2482 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
2483 $(am__rst_title); \
2484 create_testsuite_report --no-color; \
2485 echo; \
2486 echo ".. contents:: :depth: 2"; \
2487 echo; \
2488 for b in $$bases; do echo $$b; done \
2489 | $(am__create_global_log); \
2490 } >$(TEST_SUITE_LOG).tmp || exit 1; \
2491 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
2492 if $$success; then \
2493 col="$$grn"; \
2494 else \
2495 col="$$red"; \
2496 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
2497 fi; \
2498 echo "$${col}$$br$${std}"; \
2499 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
2500 echo "$${col}$$br$${std}"; \
2501 create_testsuite_report --maybe-color; \
2502 echo "$$col$$br$$std"; \
2503 if $$success; then :; else \
2504 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
2505 if test -n "$(PACKAGE_BUGREPORT)"; then \
2506 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
2507 fi; \
2508 echo "$$col$$br$$std"; \
2509 fi; \
2510 $$success || exit 1
2511
Haibo Huangb2279672019-05-31 16:12:39 -07002512check-TESTS:
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002513 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
2514 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
2515 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2516 @set +e; $(am__set_TESTS_bases); \
2517 log_list=`for i in $$bases; do echo $$i.log; done`; \
2518 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
2519 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
2520 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
2521 exit $$?;
2522recheck: all
2523 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2524 @set +e; $(am__set_TESTS_bases); \
2525 bases=`for i in $$bases; do echo $$i; done \
2526 | $(am__list_recheck_tests)` || exit 1; \
2527 log_list=`for i in $$bases; do echo $$i.log; done`; \
2528 log_list=`echo $$log_list`; \
2529 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
2530 am__force_recheck=am--force-recheck \
2531 TEST_LOGS="$$log_list"; \
2532 exit $$?
2533test_runner_epoll.log: test_runner_epoll
2534 @p='test_runner_epoll'; \
2535 b='test_runner_epoll'; \
2536 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2537 --log-file $$b.log --trs-file $$b.trs \
2538 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2539 "$$tst" $(AM_TESTS_FD_REDIRECT)
2540test_runner_select.log: test_runner_select
2541 @p='test_runner_select'; \
2542 b='test_runner_select'; \
2543 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2544 --log-file $$b.log --trs-file $$b.trs \
2545 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2546 "$$tst" $(AM_TESTS_FD_REDIRECT)
2547test_runner_kqueue.log: test_runner_kqueue
2548 @p='test_runner_kqueue'; \
2549 b='test_runner_kqueue'; \
2550 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2551 --log-file $$b.log --trs-file $$b.trs \
2552 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2553 "$$tst" $(AM_TESTS_FD_REDIRECT)
2554test_runner_evport.log: test_runner_evport
2555 @p='test_runner_evport'; \
2556 b='test_runner_evport'; \
2557 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2558 --log-file $$b.log --trs-file $$b.trs \
2559 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2560 "$$tst" $(AM_TESTS_FD_REDIRECT)
2561test_runner_devpoll.log: test_runner_devpoll
2562 @p='test_runner_devpoll'; \
2563 b='test_runner_devpoll'; \
2564 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2565 --log-file $$b.log --trs-file $$b.trs \
2566 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2567 "$$tst" $(AM_TESTS_FD_REDIRECT)
2568test_runner_poll.log: test_runner_poll
2569 @p='test_runner_poll'; \
2570 b='test_runner_poll'; \
2571 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2572 --log-file $$b.log --trs-file $$b.trs \
2573 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2574 "$$tst" $(AM_TESTS_FD_REDIRECT)
2575test_runner_win32.log: test_runner_win32
2576 @p='test_runner_win32'; \
2577 b='test_runner_win32'; \
2578 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2579 --log-file $$b.log --trs-file $$b.trs \
2580 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2581 "$$tst" $(AM_TESTS_FD_REDIRECT)
2582test_runner_timerfd.log: test_runner_timerfd
2583 @p='test_runner_timerfd'; \
2584 b='test_runner_timerfd'; \
2585 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2586 --log-file $$b.log --trs-file $$b.trs \
2587 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2588 "$$tst" $(AM_TESTS_FD_REDIRECT)
2589test_runner_changelist.log: test_runner_changelist
2590 @p='test_runner_changelist'; \
2591 b='test_runner_changelist'; \
2592 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2593 --log-file $$b.log --trs-file $$b.trs \
2594 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2595 "$$tst" $(AM_TESTS_FD_REDIRECT)
2596test_runner_timerfd_changelist.log: test_runner_timerfd_changelist
2597 @p='test_runner_timerfd_changelist'; \
2598 b='test_runner_timerfd_changelist'; \
2599 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2600 --log-file $$b.log --trs-file $$b.trs \
2601 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2602 "$$tst" $(AM_TESTS_FD_REDIRECT)
2603.test.log:
2604 @p='$<'; \
2605 $(am__set_b); \
2606 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2607 --log-file $$b.log --trs-file $$b.trs \
2608 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2609 "$$tst" $(AM_TESTS_FD_REDIRECT)
2610@am__EXEEXT_TRUE@.test$(EXEEXT).log:
2611@am__EXEEXT_TRUE@ @p='$<'; \
2612@am__EXEEXT_TRUE@ $(am__set_b); \
2613@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2614@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
2615@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2616@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
2617
Haibo Huangb2279672019-05-31 16:12:39 -07002618distdir: $(BUILT_SOURCES)
2619 $(MAKE) $(AM_MAKEFLAGS) distdir-am
2620
2621distdir-am: $(DISTFILES)
Christopher Wileye8679812015-07-01 13:36:18 -07002622 $(am__remove_distdir)
2623 test -d "$(distdir)" || mkdir "$(distdir)"
2624 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2625 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2626 list='$(DISTFILES)'; \
2627 dist_files=`for file in $$list; do echo $$file; done | \
2628 sed -e "s|^$$srcdirstrip/||;t" \
2629 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2630 case $$dist_files in \
2631 */*) $(MKDIR_P) `echo "$$dist_files" | \
2632 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2633 sort -u` ;; \
2634 esac; \
2635 for file in $$dist_files; do \
2636 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2637 if test -d $$d/$$file; then \
2638 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2639 if test -d "$(distdir)/$$file"; then \
2640 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2641 fi; \
2642 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2643 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2644 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2645 fi; \
2646 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2647 else \
2648 test -f "$(distdir)/$$file" \
2649 || cp -p $$d/$$file "$(distdir)/$$file" \
2650 || exit 1; \
2651 fi; \
2652 done
Christopher Wileye8679812015-07-01 13:36:18 -07002653 -test -n "$(am__skip_mode_fix)" \
2654 || find "$(distdir)" -type d ! -perm -755 \
2655 -exec chmod u+rwx,go+rx {} \; -o \
2656 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
2657 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2658 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
2659 || chmod -R a+r "$(distdir)"
2660dist-gzip: distdir
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002661 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
Christopher Wileye8679812015-07-01 13:36:18 -07002662 $(am__post_remove_distdir)
2663
2664dist-bzip2: distdir
2665 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
2666 $(am__post_remove_distdir)
2667
2668dist-lzip: distdir
2669 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
2670 $(am__post_remove_distdir)
2671
2672dist-xz: distdir
2673 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
2674 $(am__post_remove_distdir)
2675
Haibo Huangf0077b82020-07-10 20:21:19 -07002676dist-zstd: distdir
2677 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
2678 $(am__post_remove_distdir)
2679
Christopher Wileye8679812015-07-01 13:36:18 -07002680dist-tarZ: distdir
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002681 @echo WARNING: "Support for distribution archives compressed with" \
2682 "legacy program 'compress' is deprecated." >&2
2683 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Christopher Wileye8679812015-07-01 13:36:18 -07002684 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2685 $(am__post_remove_distdir)
2686
2687dist-shar: distdir
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002688 @echo WARNING: "Support for shar distribution archives is" \
2689 "deprecated." >&2
2690 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2691 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
Christopher Wileye8679812015-07-01 13:36:18 -07002692 $(am__post_remove_distdir)
2693
2694dist-zip: distdir
2695 -rm -f $(distdir).zip
2696 zip -rq $(distdir).zip $(distdir)
2697 $(am__post_remove_distdir)
2698
2699dist dist-all:
2700 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
2701 $(am__post_remove_distdir)
2702
2703# This target untars the dist file and tries a VPATH configuration. Then
2704# it guarantees that the distribution is self-contained by making another
2705# tarfile.
2706distcheck: dist
2707 case '$(DIST_ARCHIVES)' in \
2708 *.tar.gz*) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002709 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
Christopher Wileye8679812015-07-01 13:36:18 -07002710 *.tar.bz2*) \
2711 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2712 *.tar.lz*) \
2713 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
2714 *.tar.xz*) \
2715 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2716 *.tar.Z*) \
2717 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2718 *.shar.gz*) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002719 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
Christopher Wileye8679812015-07-01 13:36:18 -07002720 *.zip*) \
2721 unzip $(distdir).zip ;;\
Haibo Huangf0077b82020-07-10 20:21:19 -07002722 *.tar.zst*) \
2723 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
Christopher Wileye8679812015-07-01 13:36:18 -07002724 esac
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002725 chmod -R a-w $(distdir)
2726 chmod u+w $(distdir)
2727 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Christopher Wileye8679812015-07-01 13:36:18 -07002728 chmod a-w $(distdir)
2729 test -d $(distdir)/_build || exit 0; \
2730 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
2731 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2732 && am__cwd=`pwd` \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002733 && $(am__cd) $(distdir)/_build/sub \
2734 && ../../configure \
Christopher Wileye8679812015-07-01 13:36:18 -07002735 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
2736 $(DISTCHECK_CONFIGURE_FLAGS) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002737 --srcdir=../.. --prefix="$$dc_install_base" \
Christopher Wileye8679812015-07-01 13:36:18 -07002738 && $(MAKE) $(AM_MAKEFLAGS) \
2739 && $(MAKE) $(AM_MAKEFLAGS) dvi \
2740 && $(MAKE) $(AM_MAKEFLAGS) check \
2741 && $(MAKE) $(AM_MAKEFLAGS) install \
2742 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
2743 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
2744 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
2745 distuninstallcheck \
2746 && chmod -R a-w "$$dc_install_base" \
2747 && ({ \
2748 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
2749 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
2750 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
2751 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
2752 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
2753 } || { rm -rf "$$dc_destdir"; exit 1; }) \
2754 && rm -rf "$$dc_destdir" \
2755 && $(MAKE) $(AM_MAKEFLAGS) dist \
2756 && rm -rf $(DIST_ARCHIVES) \
2757 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
2758 && cd "$$am__cwd" \
2759 || exit 1
2760 $(am__post_remove_distdir)
2761 @(echo "$(distdir) archives ready for distribution: "; \
2762 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2763 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
2764distuninstallcheck:
2765 @test -n '$(distuninstallcheck_dir)' || { \
2766 echo 'ERROR: trying to run $@ with an empty' \
2767 '$$(distuninstallcheck_dir)' >&2; \
2768 exit 1; \
2769 }; \
2770 $(am__cd) '$(distuninstallcheck_dir)' || { \
2771 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
2772 exit 1; \
2773 }; \
2774 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
2775 || { echo "ERROR: files left after uninstall:" ; \
2776 if test -n "$(DESTDIR)"; then \
2777 echo " (check DESTDIR support)"; \
2778 fi ; \
2779 $(distuninstallcheck_listfiles) ; \
2780 exit 1; } >&2
2781distcleancheck: distclean
2782 @if test '$(srcdir)' = . ; then \
2783 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
2784 exit 1 ; \
2785 fi
2786 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
2787 || { echo "ERROR: files left in build directory after distclean:" ; \
2788 $(distcleancheck_listfiles) ; \
2789 exit 1; } >&2
2790check-am: all-am
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002791 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
Christopher Wileye8679812015-07-01 13:36:18 -07002792check: $(BUILT_SOURCES)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002793 $(MAKE) $(AM_MAKEFLAGS) check-am
Haibo Huangf0077b82020-07-10 20:21:19 -07002794all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002795 $(HEADERS) config.h evconfig-private.h
2796installdirs:
Haibo Huangf0077b82020-07-10 20:21:19 -07002797 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(include_event2dir)" "$(DESTDIR)$(include_event2dir)"; do \
Christopher Wileye8679812015-07-01 13:36:18 -07002798 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2799 done
2800install: $(BUILT_SOURCES)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002801 $(MAKE) $(AM_MAKEFLAGS) install-am
2802install-exec: install-exec-am
2803install-data: install-data-am
2804uninstall: uninstall-am
Christopher Wileye8679812015-07-01 13:36:18 -07002805
2806install-am: all-am
2807 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2808
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002809installcheck: installcheck-am
Christopher Wileye8679812015-07-01 13:36:18 -07002810install-strip:
2811 if test -z '$(STRIP)'; then \
2812 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2813 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2814 install; \
2815 else \
2816 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2817 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2818 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2819 fi
2820mostlyclean-generic:
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002821 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
2822 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
2823 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
Christopher Wileye8679812015-07-01 13:36:18 -07002824
2825clean-generic:
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002826 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
Christopher Wileye8679812015-07-01 13:36:18 -07002827
2828distclean-generic:
2829 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2830 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002831 -rm -f sample/$(DEPDIR)/$(am__dirstamp)
2832 -rm -f sample/$(am__dirstamp)
2833 -rm -f test/$(DEPDIR)/$(am__dirstamp)
2834 -rm -f test/$(am__dirstamp)
Christopher Wileye8679812015-07-01 13:36:18 -07002835 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
2836
2837maintainer-clean-generic:
2838 @echo "This command is intended for maintainers to use"
2839 @echo "it deletes files that may require special tools to rebuild."
2840 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
Haibo Huangf0077b82020-07-10 20:21:19 -07002841@ENABLE_DOXYGEN_FALSE@uninstall-local:
2842@ENABLE_DOXYGEN_FALSE@install-data-local:
2843@ENABLE_DOXYGEN_FALSE@clean-local:
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002844clean: clean-am
Christopher Wileye8679812015-07-01 13:36:18 -07002845
Haibo Huangf0077b82020-07-10 20:21:19 -07002846clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002847 clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am
Christopher Wileye8679812015-07-01 13:36:18 -07002848
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002849distclean: distclean-am
Christopher Wileye8679812015-07-01 13:36:18 -07002850 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
Haibo Huangb2279672019-05-31 16:12:39 -07002851 -rm -f $(DEPDIR)/epoll_sub.Plo
2852 -rm -f ./$(DEPDIR)/buffer.Plo
2853 -rm -f ./$(DEPDIR)/buffer_iocp.Plo
2854 -rm -f ./$(DEPDIR)/bufferevent.Plo
2855 -rm -f ./$(DEPDIR)/bufferevent_async.Plo
2856 -rm -f ./$(DEPDIR)/bufferevent_filter.Plo
2857 -rm -f ./$(DEPDIR)/bufferevent_pair.Plo
2858 -rm -f ./$(DEPDIR)/bufferevent_ratelim.Plo
2859 -rm -f ./$(DEPDIR)/bufferevent_sock.Plo
2860 -rm -f ./$(DEPDIR)/devpoll.Plo
2861 -rm -f ./$(DEPDIR)/epoll.Plo
2862 -rm -f ./$(DEPDIR)/evdns.Plo
2863 -rm -f ./$(DEPDIR)/event.Plo
2864 -rm -f ./$(DEPDIR)/event_iocp.Plo
2865 -rm -f ./$(DEPDIR)/event_tagging.Plo
2866 -rm -f ./$(DEPDIR)/evmap.Plo
2867 -rm -f ./$(DEPDIR)/evport.Plo
2868 -rm -f ./$(DEPDIR)/evrpc.Plo
2869 -rm -f ./$(DEPDIR)/evthread.Plo
2870 -rm -f ./$(DEPDIR)/evthread_pthread.Plo
2871 -rm -f ./$(DEPDIR)/evthread_win32.Plo
2872 -rm -f ./$(DEPDIR)/evutil.Plo
2873 -rm -f ./$(DEPDIR)/evutil_rand.Plo
2874 -rm -f ./$(DEPDIR)/evutil_time.Plo
2875 -rm -f ./$(DEPDIR)/http.Plo
2876 -rm -f ./$(DEPDIR)/kqueue.Plo
2877 -rm -f ./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo
2878 -rm -f ./$(DEPDIR)/listener.Plo
2879 -rm -f ./$(DEPDIR)/log.Plo
2880 -rm -f ./$(DEPDIR)/poll.Plo
2881 -rm -f ./$(DEPDIR)/select.Plo
2882 -rm -f ./$(DEPDIR)/signal.Plo
2883 -rm -f ./$(DEPDIR)/strlcpy.Plo
2884 -rm -f ./$(DEPDIR)/win32select.Plo
2885 -rm -f sample/$(DEPDIR)/dns-example.Po
2886 -rm -f sample/$(DEPDIR)/event-read-fifo.Po
2887 -rm -f sample/$(DEPDIR)/hello-world.Po
2888 -rm -f sample/$(DEPDIR)/http-connect.Po
2889 -rm -f sample/$(DEPDIR)/http-server.Po
2890 -rm -f sample/$(DEPDIR)/https_client-hostcheck.Po
2891 -rm -f sample/$(DEPDIR)/https_client-https-client.Po
2892 -rm -f sample/$(DEPDIR)/https_client-openssl_hostname_validation.Po
2893 -rm -f sample/$(DEPDIR)/le_proxy-le-proxy.Po
2894 -rm -f sample/$(DEPDIR)/signal-test.Po
2895 -rm -f sample/$(DEPDIR)/time-test.Po
2896 -rm -f test/$(DEPDIR)/bench.Po
2897 -rm -f test/$(DEPDIR)/bench_cascade.Po
2898 -rm -f test/$(DEPDIR)/bench_http.Po
2899 -rm -f test/$(DEPDIR)/bench_httpclient.Po
2900 -rm -f test/$(DEPDIR)/regress-regress.Po
2901 -rm -f test/$(DEPDIR)/regress-regress.gen.Po
2902 -rm -f test/$(DEPDIR)/regress-regress_buffer.Po
2903 -rm -f test/$(DEPDIR)/regress-regress_bufferevent.Po
2904 -rm -f test/$(DEPDIR)/regress-regress_dns.Po
2905 -rm -f test/$(DEPDIR)/regress-regress_et.Po
2906 -rm -f test/$(DEPDIR)/regress-regress_finalize.Po
2907 -rm -f test/$(DEPDIR)/regress-regress_http.Po
2908 -rm -f test/$(DEPDIR)/regress-regress_iocp.Po
2909 -rm -f test/$(DEPDIR)/regress-regress_listener.Po
2910 -rm -f test/$(DEPDIR)/regress-regress_main.Po
2911 -rm -f test/$(DEPDIR)/regress-regress_minheap.Po
2912 -rm -f test/$(DEPDIR)/regress-regress_rpc.Po
2913 -rm -f test/$(DEPDIR)/regress-regress_ssl.Po
2914 -rm -f test/$(DEPDIR)/regress-regress_testutils.Po
2915 -rm -f test/$(DEPDIR)/regress-regress_thread.Po
2916 -rm -f test/$(DEPDIR)/regress-regress_util.Po
2917 -rm -f test/$(DEPDIR)/regress-regress_zlib.Po
2918 -rm -f test/$(DEPDIR)/regress-tinytest.Po
2919 -rm -f test/$(DEPDIR)/test-changelist.Po
2920 -rm -f test/$(DEPDIR)/test-closed.Po
2921 -rm -f test/$(DEPDIR)/test-dumpevents.Po
2922 -rm -f test/$(DEPDIR)/test-eof.Po
2923 -rm -f test/$(DEPDIR)/test-fdleak.Po
2924 -rm -f test/$(DEPDIR)/test-init.Po
2925 -rm -f test/$(DEPDIR)/test-ratelim.Po
2926 -rm -f test/$(DEPDIR)/test-time.Po
2927 -rm -f test/$(DEPDIR)/test-weof.Po
Christopher Wileye8679812015-07-01 13:36:18 -07002928 -rm -f Makefile
2929distclean-am: clean-am distclean-compile distclean-generic \
2930 distclean-hdr distclean-libtool distclean-tags
2931
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002932dvi: dvi-am
Christopher Wileye8679812015-07-01 13:36:18 -07002933
2934dvi-am:
2935
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002936html: html-am
Christopher Wileye8679812015-07-01 13:36:18 -07002937
2938html-am:
2939
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002940info: info-am
Christopher Wileye8679812015-07-01 13:36:18 -07002941
2942info-am:
2943
Haibo Huangf0077b82020-07-10 20:21:19 -07002944install-data-am: install-data-local install-includeHEADERS \
2945 install-include_event2HEADERS install-man \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002946 install-nodist_include_event2HEADERS install-pkgconfigDATA
Christopher Wileye8679812015-07-01 13:36:18 -07002947
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002948install-dvi: install-dvi-am
Christopher Wileye8679812015-07-01 13:36:18 -07002949
2950install-dvi-am:
2951
2952install-exec-am: install-dist_binSCRIPTS install-libLTLIBRARIES
2953
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002954install-html: install-html-am
Christopher Wileye8679812015-07-01 13:36:18 -07002955
2956install-html-am:
2957
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002958install-info: install-info-am
Christopher Wileye8679812015-07-01 13:36:18 -07002959
2960install-info-am:
2961
Haibo Huangf0077b82020-07-10 20:21:19 -07002962install-man: install-man3
Christopher Wileye8679812015-07-01 13:36:18 -07002963
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002964install-pdf: install-pdf-am
Christopher Wileye8679812015-07-01 13:36:18 -07002965
2966install-pdf-am:
2967
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002968install-ps: install-ps-am
Christopher Wileye8679812015-07-01 13:36:18 -07002969
2970install-ps-am:
2971
2972installcheck-am:
2973
Narayan Kamathfc74cb42017-09-13 12:53:52 +01002974maintainer-clean: maintainer-clean-am
Christopher Wileye8679812015-07-01 13:36:18 -07002975 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2976 -rm -rf $(top_srcdir)/autom4te.cache
Haibo Huangb2279672019-05-31 16:12:39 -07002977 -rm -f $(DEPDIR)/epoll_sub.Plo
2978 -rm -f ./$(DEPDIR)/buffer.Plo
2979 -rm -f ./$(DEPDIR)/buffer_iocp.Plo
2980 -rm -f ./$(DEPDIR)/bufferevent.Plo
2981 -rm -f ./$(DEPDIR)/bufferevent_async.Plo
2982 -rm -f ./$(DEPDIR)/bufferevent_filter.Plo
2983 -rm -f ./$(DEPDIR)/bufferevent_pair.Plo
2984 -rm -f ./$(DEPDIR)/bufferevent_ratelim.Plo
2985 -rm -f ./$(DEPDIR)/bufferevent_sock.Plo
2986 -rm -f ./$(DEPDIR)/devpoll.Plo
2987 -rm -f ./$(DEPDIR)/epoll.Plo
2988 -rm -f ./$(DEPDIR)/evdns.Plo
2989 -rm -f ./$(DEPDIR)/event.Plo
2990 -rm -f ./$(DEPDIR)/event_iocp.Plo
2991 -rm -f ./$(DEPDIR)/event_tagging.Plo
2992 -rm -f ./$(DEPDIR)/evmap.Plo
2993 -rm -f ./$(DEPDIR)/evport.Plo
2994 -rm -f ./$(DEPDIR)/evrpc.Plo
2995 -rm -f ./$(DEPDIR)/evthread.Plo
2996 -rm -f ./$(DEPDIR)/evthread_pthread.Plo
2997 -rm -f ./$(DEPDIR)/evthread_win32.Plo
2998 -rm -f ./$(DEPDIR)/evutil.Plo
2999 -rm -f ./$(DEPDIR)/evutil_rand.Plo
3000 -rm -f ./$(DEPDIR)/evutil_time.Plo
3001 -rm -f ./$(DEPDIR)/http.Plo
3002 -rm -f ./$(DEPDIR)/kqueue.Plo
3003 -rm -f ./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo
3004 -rm -f ./$(DEPDIR)/listener.Plo
3005 -rm -f ./$(DEPDIR)/log.Plo
3006 -rm -f ./$(DEPDIR)/poll.Plo
3007 -rm -f ./$(DEPDIR)/select.Plo
3008 -rm -f ./$(DEPDIR)/signal.Plo
3009 -rm -f ./$(DEPDIR)/strlcpy.Plo
3010 -rm -f ./$(DEPDIR)/win32select.Plo
3011 -rm -f sample/$(DEPDIR)/dns-example.Po
3012 -rm -f sample/$(DEPDIR)/event-read-fifo.Po
3013 -rm -f sample/$(DEPDIR)/hello-world.Po
3014 -rm -f sample/$(DEPDIR)/http-connect.Po
3015 -rm -f sample/$(DEPDIR)/http-server.Po
3016 -rm -f sample/$(DEPDIR)/https_client-hostcheck.Po
3017 -rm -f sample/$(DEPDIR)/https_client-https-client.Po
3018 -rm -f sample/$(DEPDIR)/https_client-openssl_hostname_validation.Po
3019 -rm -f sample/$(DEPDIR)/le_proxy-le-proxy.Po
3020 -rm -f sample/$(DEPDIR)/signal-test.Po
3021 -rm -f sample/$(DEPDIR)/time-test.Po
3022 -rm -f test/$(DEPDIR)/bench.Po
3023 -rm -f test/$(DEPDIR)/bench_cascade.Po
3024 -rm -f test/$(DEPDIR)/bench_http.Po
3025 -rm -f test/$(DEPDIR)/bench_httpclient.Po
3026 -rm -f test/$(DEPDIR)/regress-regress.Po
3027 -rm -f test/$(DEPDIR)/regress-regress.gen.Po
3028 -rm -f test/$(DEPDIR)/regress-regress_buffer.Po
3029 -rm -f test/$(DEPDIR)/regress-regress_bufferevent.Po
3030 -rm -f test/$(DEPDIR)/regress-regress_dns.Po
3031 -rm -f test/$(DEPDIR)/regress-regress_et.Po
3032 -rm -f test/$(DEPDIR)/regress-regress_finalize.Po
3033 -rm -f test/$(DEPDIR)/regress-regress_http.Po
3034 -rm -f test/$(DEPDIR)/regress-regress_iocp.Po
3035 -rm -f test/$(DEPDIR)/regress-regress_listener.Po
3036 -rm -f test/$(DEPDIR)/regress-regress_main.Po
3037 -rm -f test/$(DEPDIR)/regress-regress_minheap.Po
3038 -rm -f test/$(DEPDIR)/regress-regress_rpc.Po
3039 -rm -f test/$(DEPDIR)/regress-regress_ssl.Po
3040 -rm -f test/$(DEPDIR)/regress-regress_testutils.Po
3041 -rm -f test/$(DEPDIR)/regress-regress_thread.Po
3042 -rm -f test/$(DEPDIR)/regress-regress_util.Po
3043 -rm -f test/$(DEPDIR)/regress-regress_zlib.Po
3044 -rm -f test/$(DEPDIR)/regress-tinytest.Po
3045 -rm -f test/$(DEPDIR)/test-changelist.Po
3046 -rm -f test/$(DEPDIR)/test-closed.Po
3047 -rm -f test/$(DEPDIR)/test-dumpevents.Po
3048 -rm -f test/$(DEPDIR)/test-eof.Po
3049 -rm -f test/$(DEPDIR)/test-fdleak.Po
3050 -rm -f test/$(DEPDIR)/test-init.Po
3051 -rm -f test/$(DEPDIR)/test-ratelim.Po
3052 -rm -f test/$(DEPDIR)/test-time.Po
3053 -rm -f test/$(DEPDIR)/test-weof.Po
Christopher Wileye8679812015-07-01 13:36:18 -07003054 -rm -f Makefile
3055maintainer-clean-am: distclean-am maintainer-clean-generic
3056
Narayan Kamathfc74cb42017-09-13 12:53:52 +01003057mostlyclean: mostlyclean-am
Christopher Wileye8679812015-07-01 13:36:18 -07003058
3059mostlyclean-am: mostlyclean-compile mostlyclean-generic \
3060 mostlyclean-libtool
3061
Narayan Kamathfc74cb42017-09-13 12:53:52 +01003062pdf: pdf-am
Christopher Wileye8679812015-07-01 13:36:18 -07003063
3064pdf-am:
3065
Narayan Kamathfc74cb42017-09-13 12:53:52 +01003066ps: ps-am
Christopher Wileye8679812015-07-01 13:36:18 -07003067
3068ps-am:
3069
3070uninstall-am: uninstall-dist_binSCRIPTS uninstall-includeHEADERS \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01003071 uninstall-include_event2HEADERS uninstall-libLTLIBRARIES \
Haibo Huangf0077b82020-07-10 20:21:19 -07003072 uninstall-local uninstall-man \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01003073 uninstall-nodist_include_event2HEADERS uninstall-pkgconfigDATA
Christopher Wileye8679812015-07-01 13:36:18 -07003074
Haibo Huangf0077b82020-07-10 20:21:19 -07003075uninstall-man: uninstall-man3
3076
Narayan Kamathfc74cb42017-09-13 12:53:52 +01003077.MAKE: all check check-am install install-am install-strip
Christopher Wileye8679812015-07-01 13:36:18 -07003078
Haibo Huangb2279672019-05-31 16:12:39 -07003079.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \
3080 check-TESTS check-am clean clean-cscope clean-generic \
Haibo Huangf0077b82020-07-10 20:21:19 -07003081 clean-libLTLIBRARIES clean-libtool clean-local \
3082 clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
3083 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
3084 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
3085 dist-zstd distcheck distclean distclean-compile \
Haibo Huangb2279672019-05-31 16:12:39 -07003086 distclean-generic distclean-hdr distclean-libtool \
3087 distclean-tags distcleancheck distdir distuninstallcheck dvi \
3088 dvi-am html html-am info info-am install install-am \
Haibo Huangf0077b82020-07-10 20:21:19 -07003089 install-data install-data-am install-data-local \
3090 install-dist_binSCRIPTS install-dvi install-dvi-am \
3091 install-exec install-exec-am install-html install-html-am \
3092 install-includeHEADERS install-include_event2HEADERS \
3093 install-info install-info-am install-libLTLIBRARIES \
3094 install-man install-man3 install-nodist_include_event2HEADERS \
3095 install-pdf install-pdf-am install-pkgconfigDATA install-ps \
3096 install-ps-am install-strip installcheck installcheck-am \
3097 installdirs maintainer-clean maintainer-clean-generic \
3098 mostlyclean mostlyclean-compile mostlyclean-generic \
3099 mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
3100 uninstall uninstall-am uninstall-dist_binSCRIPTS \
Narayan Kamathfc74cb42017-09-13 12:53:52 +01003101 uninstall-includeHEADERS uninstall-include_event2HEADERS \
Haibo Huangf0077b82020-07-10 20:21:19 -07003102 uninstall-libLTLIBRARIES uninstall-local uninstall-man \
3103 uninstall-man3 uninstall-nodist_include_event2HEADERS \
3104 uninstall-pkgconfigDATA
Christopher Wileye8679812015-07-01 13:36:18 -07003105
Narayan Kamathfc74cb42017-09-13 12:53:52 +01003106.PRECIOUS: Makefile
3107
3108
3109$(SAMPLES) : libevent.la
3110
Haibo Huangb2279672019-05-31 16:12:39 -07003111test_runner_epoll: $(top_srcdir)/test/test.sh
3112 $(top_srcdir)/test/test.sh -b EPOLL
3113test_runner_select: $(top_srcdir)/test/test.sh
3114 $(top_srcdir)/test/test.sh -b SELECT
3115test_runner_kqueue: $(top_srcdir)/test/test.sh
3116 $(top_srcdir)/test/test.sh -b KQUEUE
3117test_runner_evport: $(top_srcdir)/test/test.sh
3118 $(top_srcdir)/test/test.sh -b EVPORT
3119test_runner_devpoll: $(top_srcdir)/test/test.sh
3120 $(top_srcdir)/test/test.sh -b DEVPOLL
3121test_runner_poll: $(top_srcdir)/test/test.sh
3122 $(top_srcdir)/test/test.sh -b POLL
3123test_runner_win32: $(top_srcdir)/test/test.sh
3124 $(top_srcdir)/test/test.sh -b WIN32
3125test_runner_timerfd: $(top_srcdir)/test/test.sh
3126 $(top_srcdir)/test/test.sh -b "" -t
3127test_runner_changelist: $(top_srcdir)/test/test.sh
3128 $(top_srcdir)/test/test.sh -b "" -c
3129test_runner_timerfd_changelist: $(top_srcdir)/test/test.sh
3130 $(top_srcdir)/test/test.sh -b "" -T
Narayan Kamathfc74cb42017-09-13 12:53:52 +01003131
3132test/regress.gen.c test/regress.gen.h: test/rpcgen-attempted
3133
3134test/rpcgen-attempted: test/regress.rpc event_rpcgen.py test/rpcgen_wrapper.sh
3135 $(AM_V_GEN)date -u > $@
3136 $(AM_V_at)if $(srcdir)/test/rpcgen_wrapper.sh $(srcdir)/test; then \
3137 true; \
3138 else \
3139 echo "No Python installed; stubbing out RPC test." >&2; \
3140 echo " "> test/regress.gen.c; \
3141 echo "#define NO_PYTHON_EXISTS" > test/regress.gen.h; \
3142 fi
3143
3144$(TESTPROGRAMS) : libevent.la
Christopher Wileye8679812015-07-01 13:36:18 -07003145
3146include/event2/event-config.h: config.h make-event-config.sed
Narayan Kamathfc74cb42017-09-13 12:53:52 +01003147 $(AM_V_GEN)test -d include/event2 || $(MKDIR_P) include/event2
3148 $(AM_V_at)$(SED) -f $(srcdir)/make-event-config.sed < config.h > $@T
3149 $(AM_V_at)mv -f $@T $@
Christopher Wileye8679812015-07-01 13:36:18 -07003150
3151verify: check
3152
Haibo Huangf0077b82020-07-10 20:21:19 -07003153# Add all needed rules defined in ax_prog_doxygen.m4
3154@ENABLE_DOXYGEN_TRUE@@DX_RULES@
3155
3156# Use 'make clean' to clean docs generated by doxygen.
3157@ENABLE_DOXYGEN_TRUE@clean-local:
3158@ENABLE_DOXYGEN_TRUE@ -rm -rf $(DX_CLEANFILES)
3159@ENABLE_DOXYGEN_TRUE@$(man3_MANS): doxygen-doc
3160
3161# Rules for installing docs generated by doxygen into $(htmldir),
3162# The typical value of $(htmldir) is '/usr/local/share/doc/$(PACKAGE)'
3163@ENABLE_DOXYGEN_TRUE@install-data-local:
3164@ENABLE_DOXYGEN_TRUE@ @if ! test -d "$(DESTDIR)$(htmldir)"; then \
3165@ENABLE_DOXYGEN_TRUE@ echo "$(mkinstalldirs) '$(DESTDIR)$(htmldir)'"; \
3166@ENABLE_DOXYGEN_TRUE@ $(mkinstalldirs) '$(DESTDIR)$(htmldir)'; \
3167@ENABLE_DOXYGEN_TRUE@ fi
3168@ENABLE_DOXYGEN_TRUE@ @for d in $(docdirs); do \
3169@ENABLE_DOXYGEN_TRUE@ echo "cp -pR $$d '$(DESTDIR)$(htmldir)/'"; \
3170@ENABLE_DOXYGEN_TRUE@ cp -pR $$d '$(DESTDIR)$(htmldir)/'; \
3171@ENABLE_DOXYGEN_TRUE@ done
3172
3173# Rules for uninstalling docs generated by doxygen from $(htmldir)
3174@ENABLE_DOXYGEN_TRUE@uninstall-local:
3175@ENABLE_DOXYGEN_TRUE@ @for d in $(docdirs); do \
3176@ENABLE_DOXYGEN_TRUE@ d=`basename $$d`; \
3177@ENABLE_DOXYGEN_TRUE@ echo "test ! -d '$(DESTDIR)$(htmldir)/'$$d || \
3178@ENABLE_DOXYGEN_TRUE@ { find '$(DESTDIR)$(htmldir)/'$$d -type d ! -perm -200 -exec chmod u+w '{}' ';' && \
3179@ENABLE_DOXYGEN_TRUE@ rm -rf '$(DESTDIR)$(htmldir)/'$$d; }"; \
3180@ENABLE_DOXYGEN_TRUE@ test ! -d '$(DESTDIR)$(htmldir)/'$$d || \
3181@ENABLE_DOXYGEN_TRUE@ { find '$(DESTDIR)$(htmldir)/'$$d -type d ! -perm -200 -exec chmod u+w '{}' ';' && \
3182@ENABLE_DOXYGEN_TRUE@ rm -rf '$(DESTDIR)$(htmldir)/'$$d; }; \
3183@ENABLE_DOXYGEN_TRUE@ done
3184@ENABLE_DOXYGEN_TRUE@ rmdir "$(DESTDIR)$(htmldir)/" || true
3185
3186@ENABLE_DOXYGEN_TRUE@doxygen: doxygen-doc
Christopher Wileye8679812015-07-01 13:36:18 -07003187
3188# Tell versions [3.59,3.63) of GNU make to not export all variables.
3189# Otherwise a system limit (for SysV at least) may be exceeded.
3190.NOEXPORT: