1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37noinst_PROGRAMS = test-init$(EXEEXT) test-eof$(EXEEXT) \
38	test-weof$(EXEEXT) test-time$(EXEEXT) regress$(EXEEXT) \
39	bench$(EXEEXT)
40subdir = test
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/configure.in
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47CONFIG_HEADER = $(top_builddir)/config.h
48CONFIG_CLEAN_FILES =
49CONFIG_CLEAN_VPATH_FILES =
50PROGRAMS = $(noinst_PROGRAMS)
51am_bench_OBJECTS = bench.$(OBJEXT)
52bench_OBJECTS = $(am_bench_OBJECTS)
53bench_DEPENDENCIES = ../libevent.la
54am_regress_OBJECTS = regress.$(OBJEXT) regress_http.$(OBJEXT) \
55	regress_dns.$(OBJEXT) regress_rpc.$(OBJEXT) \
56	regress.gen.$(OBJEXT)
57regress_OBJECTS = $(am_regress_OBJECTS)
58regress_DEPENDENCIES = ../libevent.la
59am_test_eof_OBJECTS = test-eof.$(OBJEXT)
60test_eof_OBJECTS = $(am_test_eof_OBJECTS)
61test_eof_DEPENDENCIES = ../libevent_core.la
62am_test_init_OBJECTS = test-init.$(OBJEXT)
63test_init_OBJECTS = $(am_test_init_OBJECTS)
64test_init_DEPENDENCIES = ../libevent_core.la
65am_test_time_OBJECTS = test-time.$(OBJEXT)
66test_time_OBJECTS = $(am_test_time_OBJECTS)
67test_time_DEPENDENCIES = ../libevent_core.la
68am_test_weof_OBJECTS = test-weof.$(OBJEXT)
69test_weof_OBJECTS = $(am_test_weof_OBJECTS)
70test_weof_DEPENDENCIES = ../libevent_core.la
71DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
72depcomp =
73am__depfiles_maybe =
74COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
78	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79CCLD = $(CC)
80LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
82	$(LDFLAGS) -o $@
83SOURCES = $(bench_SOURCES) $(regress_SOURCES) $(test_eof_SOURCES) \
84	$(test_init_SOURCES) $(test_time_SOURCES) $(test_weof_SOURCES)
85DIST_SOURCES = $(bench_SOURCES) $(regress_SOURCES) $(test_eof_SOURCES) \
86	$(test_init_SOURCES) $(test_time_SOURCES) $(test_weof_SOURCES)
87ETAGS = etags
88CTAGS = ctags
89DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90ACLOCAL = @ACLOCAL@
91AMTAR = @AMTAR@
92AR = @AR@
93AUTOCONF = @AUTOCONF@
94AUTOHEADER = @AUTOHEADER@
95AUTOMAKE = @AUTOMAKE@
96AWK = @AWK@
97CC = @CC@
98CCDEPMODE = @CCDEPMODE@
99CFLAGS = @CFLAGS@
100CPP = @CPP@
101CPPFLAGS = @CPPFLAGS@
102CYGPATH_W = @CYGPATH_W@
103DEFS = @DEFS@
104DEPDIR = @DEPDIR@
105DSYMUTIL = @DSYMUTIL@
106DUMPBIN = @DUMPBIN@
107ECHO_C = @ECHO_C@
108ECHO_N = @ECHO_N@
109ECHO_T = @ECHO_T@
110EGREP = @EGREP@
111EXEEXT = @EXEEXT@
112FGREP = @FGREP@
113GREP = @GREP@
114INSTALL = @INSTALL@
115INSTALL_DATA = @INSTALL_DATA@
116INSTALL_PROGRAM = @INSTALL_PROGRAM@
117INSTALL_SCRIPT = @INSTALL_SCRIPT@
118INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119LD = @LD@
120LDFLAGS = @LDFLAGS@
121LIBOBJS = @LIBOBJS@
122LIBS = @LIBS@
123LIBTOOL = @LIBTOOL@
124LIBTOOL_DEPS = @LIBTOOL_DEPS@
125LIPO = @LIPO@
126LN_S = @LN_S@
127LTLIBOBJS = @LTLIBOBJS@
128MAKEINFO = @MAKEINFO@
129MKDIR_P = @MKDIR_P@
130NM = @NM@
131NMEDIT = @NMEDIT@
132OBJDUMP = @OBJDUMP@
133OBJEXT = @OBJEXT@
134OTOOL = @OTOOL@
135OTOOL64 = @OTOOL64@
136PACKAGE = @PACKAGE@
137PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138PACKAGE_NAME = @PACKAGE_NAME@
139PACKAGE_STRING = @PACKAGE_STRING@
140PACKAGE_TARNAME = @PACKAGE_TARNAME@
141PACKAGE_URL = @PACKAGE_URL@
142PACKAGE_VERSION = @PACKAGE_VERSION@
143PATH_SEPARATOR = @PATH_SEPARATOR@
144RANLIB = @RANLIB@
145SED = @SED@
146SET_MAKE = @SET_MAKE@
147SHELL = @SHELL@
148STRIP = @STRIP@
149VERSION = @VERSION@
150abs_builddir = @abs_builddir@
151abs_srcdir = @abs_srcdir@
152abs_top_builddir = @abs_top_builddir@
153abs_top_srcdir = @abs_top_srcdir@
154ac_ct_CC = @ac_ct_CC@
155ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
156am__include = @am__include@
157am__leading_dot = @am__leading_dot@
158am__quote = @am__quote@
159am__tar = @am__tar@
160am__untar = @am__untar@
161bindir = @bindir@
162build = @build@
163build_alias = @build_alias@
164build_cpu = @build_cpu@
165build_os = @build_os@
166build_vendor = @build_vendor@
167builddir = @builddir@
168datadir = @datadir@
169datarootdir = @datarootdir@
170docdir = @docdir@
171dvidir = @dvidir@
172exec_prefix = @exec_prefix@
173host = @host@
174host_alias = @host_alias@
175host_cpu = @host_cpu@
176host_os = @host_os@
177host_vendor = @host_vendor@
178htmldir = @htmldir@
179includedir = @includedir@
180infodir = @infodir@
181install_sh = @install_sh@
182libdir = @libdir@
183libexecdir = @libexecdir@
184localedir = @localedir@
185localstatedir = @localstatedir@
186lt_ECHO = @lt_ECHO@
187mandir = @mandir@
188mkdir_p = @mkdir_p@
189oldincludedir = @oldincludedir@
190pdfdir = @pdfdir@
191prefix = @prefix@
192program_transform_name = @program_transform_name@
193psdir = @psdir@
194sbindir = @sbindir@
195sharedstatedir = @sharedstatedir@
196srcdir = @srcdir@
197sysconfdir = @sysconfdir@
198target_alias = @target_alias@
199top_build_prefix = @top_build_prefix@
200top_builddir = @top_builddir@
201top_srcdir = @top_srcdir@
202AUTOMAKE_OPTIONS = foreign no-dependencies
203AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
204EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c
205BUILT_SOURCES = regress.gen.c regress.gen.h
206test_init_SOURCES = test-init.c
207test_init_LDADD = ../libevent_core.la
208test_eof_SOURCES = test-eof.c
209test_eof_LDADD = ../libevent_core.la
210test_weof_SOURCES = test-weof.c
211test_weof_LDADD = ../libevent_core.la
212test_time_SOURCES = test-time.c
213test_time_LDADD = ../libevent_core.la
214regress_SOURCES = regress.c regress.h regress_http.c regress_dns.c \
215	regress_rpc.c \
216	regress.gen.c regress.gen.h
217
218regress_LDADD = ../libevent.la
219bench_SOURCES = bench.c
220bench_LDADD = ../libevent.la
221DISTCLEANFILES = *~
222all: $(BUILT_SOURCES)
223	$(MAKE) $(AM_MAKEFLAGS) all-am
224
225.SUFFIXES:
226.SUFFIXES: .c .lo .o .obj
227$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
228	@for dep in $?; do \
229	  case '$(am__configure_deps)' in \
230	    *$$dep*) \
231	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
232	        && { if test -f $@; then exit 0; else break; fi; }; \
233	      exit 1;; \
234	  esac; \
235	done; \
236	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
237	$(am__cd) $(top_srcdir) && \
238	  $(AUTOMAKE) --foreign test/Makefile
239.PRECIOUS: Makefile
240Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
241	@case '$?' in \
242	  *config.status*) \
243	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
244	  *) \
245	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
246	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
247	esac;
248
249$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
250	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251
252$(top_srcdir)/configure:  $(am__configure_deps)
253	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
255	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256$(am__aclocal_m4_deps):
257
258clean-noinstPROGRAMS:
259	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
260	echo " rm -f" $$list; \
261	rm -f $$list || exit $$?; \
262	test -n "$(EXEEXT)" || exit 0; \
263	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
264	echo " rm -f" $$list; \
265	rm -f $$list
266bench$(EXEEXT): $(bench_OBJECTS) $(bench_DEPENDENCIES) 
267	@rm -f bench$(EXEEXT)
268	$(LINK) $(bench_OBJECTS) $(bench_LDADD) $(LIBS)
269regress$(EXEEXT): $(regress_OBJECTS) $(regress_DEPENDENCIES) 
270	@rm -f regress$(EXEEXT)
271	$(LINK) $(regress_OBJECTS) $(regress_LDADD) $(LIBS)
272test-eof$(EXEEXT): $(test_eof_OBJECTS) $(test_eof_DEPENDENCIES) 
273	@rm -f test-eof$(EXEEXT)
274	$(LINK) $(test_eof_OBJECTS) $(test_eof_LDADD) $(LIBS)
275test-init$(EXEEXT): $(test_init_OBJECTS) $(test_init_DEPENDENCIES) 
276	@rm -f test-init$(EXEEXT)
277	$(LINK) $(test_init_OBJECTS) $(test_init_LDADD) $(LIBS)
278test-time$(EXEEXT): $(test_time_OBJECTS) $(test_time_DEPENDENCIES) 
279	@rm -f test-time$(EXEEXT)
280	$(LINK) $(test_time_OBJECTS) $(test_time_LDADD) $(LIBS)
281test-weof$(EXEEXT): $(test_weof_OBJECTS) $(test_weof_DEPENDENCIES) 
282	@rm -f test-weof$(EXEEXT)
283	$(LINK) $(test_weof_OBJECTS) $(test_weof_LDADD) $(LIBS)
284
285mostlyclean-compile:
286	-rm -f *.$(OBJEXT)
287
288distclean-compile:
289	-rm -f *.tab.c
290
291.c.o:
292	$(COMPILE) -c $<
293
294.c.obj:
295	$(COMPILE) -c `$(CYGPATH_W) '$<'`
296
297.c.lo:
298	$(LTCOMPILE) -c -o $@ $<
299
300mostlyclean-libtool:
301	-rm -f *.lo
302
303clean-libtool:
304	-rm -rf .libs _libs
305
306ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
307	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
308	unique=`for i in $$list; do \
309	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310	  done | \
311	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
312	      END { if (nonempty) { for (i in files) print i; }; }'`; \
313	mkid -fID $$unique
314tags: TAGS
315
316TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
317		$(TAGS_FILES) $(LISP)
318	set x; \
319	here=`pwd`; \
320	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
321	unique=`for i in $$list; do \
322	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323	  done | \
324	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
325	      END { if (nonempty) { for (i in files) print i; }; }'`; \
326	shift; \
327	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
328	  test -n "$$unique" || unique=$$empty_fix; \
329	  if test $$# -gt 0; then \
330	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
331	      "$$@" $$unique; \
332	  else \
333	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334	      $$unique; \
335	  fi; \
336	fi
337ctags: CTAGS
338CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
339		$(TAGS_FILES) $(LISP)
340	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
341	unique=`for i in $$list; do \
342	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343	  done | \
344	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345	      END { if (nonempty) { for (i in files) print i; }; }'`; \
346	test -z "$(CTAGS_ARGS)$$unique" \
347	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
348	     $$unique
349
350GTAGS:
351	here=`$(am__cd) $(top_builddir) && pwd` \
352	  && $(am__cd) $(top_srcdir) \
353	  && gtags -i $(GTAGS_ARGS) "$$here"
354
355distclean-tags:
356	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
357
358distdir: $(DISTFILES)
359	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
360	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
361	list='$(DISTFILES)'; \
362	  dist_files=`for file in $$list; do echo $$file; done | \
363	  sed -e "s|^$$srcdirstrip/||;t" \
364	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
365	case $$dist_files in \
366	  */*) $(MKDIR_P) `echo "$$dist_files" | \
367			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
368			   sort -u` ;; \
369	esac; \
370	for file in $$dist_files; do \
371	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
372	  if test -d $$d/$$file; then \
373	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
374	    if test -d "$(distdir)/$$file"; then \
375	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
376	    fi; \
377	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
378	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
379	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
380	    fi; \
381	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
382	  else \
383	    test -f "$(distdir)/$$file" \
384	    || cp -p $$d/$$file "$(distdir)/$$file" \
385	    || exit 1; \
386	  fi; \
387	done
388check-am: all-am
389check: $(BUILT_SOURCES)
390	$(MAKE) $(AM_MAKEFLAGS) check-am
391all-am: Makefile $(PROGRAMS)
392installdirs:
393install: $(BUILT_SOURCES)
394	$(MAKE) $(AM_MAKEFLAGS) install-am
395install-exec: install-exec-am
396install-data: install-data-am
397uninstall: uninstall-am
398
399install-am: all-am
400	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
401
402installcheck: installcheck-am
403install-strip:
404	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
405	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
406	  `test -z '$(STRIP)' || \
407	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
408mostlyclean-generic:
409
410clean-generic:
411
412distclean-generic:
413	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
414	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
415	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
416
417maintainer-clean-generic:
418	@echo "This command is intended for maintainers to use"
419	@echo "it deletes files that may require special tools to rebuild."
420	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
421clean: clean-am
422
423clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
424	mostlyclean-am
425
426distclean: distclean-am
427	-rm -f Makefile
428distclean-am: clean-am distclean-compile distclean-generic \
429	distclean-tags
430
431dvi: dvi-am
432
433dvi-am:
434
435html: html-am
436
437html-am:
438
439info: info-am
440
441info-am:
442
443install-data-am:
444
445install-dvi: install-dvi-am
446
447install-dvi-am:
448
449install-exec-am:
450
451install-html: install-html-am
452
453install-html-am:
454
455install-info: install-info-am
456
457install-info-am:
458
459install-man:
460
461install-pdf: install-pdf-am
462
463install-pdf-am:
464
465install-ps: install-ps-am
466
467install-ps-am:
468
469installcheck-am:
470
471maintainer-clean: maintainer-clean-am
472	-rm -f Makefile
473maintainer-clean-am: distclean-am maintainer-clean-generic
474
475mostlyclean: mostlyclean-am
476
477mostlyclean-am: mostlyclean-compile mostlyclean-generic \
478	mostlyclean-libtool
479
480pdf: pdf-am
481
482pdf-am:
483
484ps: ps-am
485
486ps-am:
487
488uninstall-am:
489
490.MAKE: all check install install-am install-strip
491
492.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
493	clean-libtool clean-noinstPROGRAMS ctags distclean \
494	distclean-compile distclean-generic distclean-libtool \
495	distclean-tags distdir dvi dvi-am html html-am info info-am \
496	install install-am install-data install-data-am install-dvi \
497	install-dvi-am install-exec install-exec-am install-html \
498	install-html-am install-info install-info-am install-man \
499	install-pdf install-pdf-am install-ps install-ps-am \
500	install-strip installcheck installcheck-am installdirs \
501	maintainer-clean maintainer-clean-generic mostlyclean \
502	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
503	pdf pdf-am ps ps-am tags uninstall uninstall-am
504
505
506regress.gen.c regress.gen.h: regress.rpc $(top_srcdir)/event_rpcgen.py
507	$(top_srcdir)/event_rpcgen.py $(srcdir)/regress.rpc || echo "No Python installed"
508
509test: test-init test-eof test-weof test-time regress
510
511verify: test
512	@$(srcdir)/test.sh
513
514bench test-init test-eof test-weof test-time: ../libevent.la
515
516# Tell versions [3.59,3.63) of GNU make to not export all variables.
517# Otherwise a system limit (for SysV at least) may be exceeded.
518.NOEXPORT:
519