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