~mshadle/php-fpm/trunk

« back to all changes in this revision

Viewing changes to libevent/test/Makefile.in

  • Committer: root@local
  • Date: 2009-07-10 01:43:03 UTC
  • Revision ID: root@local-20090710014303-434wsx93fg1kl7b1
initial import, based off 0.6.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
noinst_PROGRAMS = test-init$(EXEEXT) test-eof$(EXEEXT) \
 
36
        test-weof$(EXEEXT) test-time$(EXEEXT) regress$(EXEEXT) \
 
37
        bench$(EXEEXT)
 
38
subdir = test
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
45
CONFIG_HEADER = $(top_builddir)/config.h
 
46
CONFIG_CLEAN_FILES =
 
47
PROGRAMS = $(noinst_PROGRAMS)
 
48
am_bench_OBJECTS = bench.$(OBJEXT)
 
49
bench_OBJECTS = $(am_bench_OBJECTS)
 
50
bench_DEPENDENCIES = ../libevent.la
 
51
am_regress_OBJECTS = regress.$(OBJEXT) regress_http.$(OBJEXT) \
 
52
        regress_dns.$(OBJEXT) regress_rpc.$(OBJEXT) \
 
53
        regress.gen.$(OBJEXT)
 
54
regress_OBJECTS = $(am_regress_OBJECTS)
 
55
regress_DEPENDENCIES = ../libevent.la
 
56
am_test_eof_OBJECTS = test-eof.$(OBJEXT)
 
57
test_eof_OBJECTS = $(am_test_eof_OBJECTS)
 
58
test_eof_DEPENDENCIES = ../libevent_core.la
 
59
am_test_init_OBJECTS = test-init.$(OBJEXT)
 
60
test_init_OBJECTS = $(am_test_init_OBJECTS)
 
61
test_init_DEPENDENCIES = ../libevent_core.la
 
62
am_test_time_OBJECTS = test-time.$(OBJEXT)
 
63
test_time_OBJECTS = $(am_test_time_OBJECTS)
 
64
test_time_DEPENDENCIES = ../libevent_core.la
 
65
am_test_weof_OBJECTS = test-weof.$(OBJEXT)
 
66
test_weof_OBJECTS = $(am_test_weof_OBJECTS)
 
67
test_weof_DEPENDENCIES = ../libevent_core.la
 
68
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
69
depcomp =
 
70
am__depfiles_maybe =
 
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
73
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
74
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
75
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
76
CCLD = $(CC)
 
77
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
78
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
79
        $(LDFLAGS) -o $@
 
80
SOURCES = $(bench_SOURCES) $(regress_SOURCES) $(test_eof_SOURCES) \
 
81
        $(test_init_SOURCES) $(test_time_SOURCES) $(test_weof_SOURCES)
 
82
DIST_SOURCES = $(bench_SOURCES) $(regress_SOURCES) $(test_eof_SOURCES) \
 
83
        $(test_init_SOURCES) $(test_time_SOURCES) $(test_weof_SOURCES)
 
84
ETAGS = etags
 
85
CTAGS = ctags
 
86
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
87
ACLOCAL = @ACLOCAL@
 
88
AMTAR = @AMTAR@
 
89
AR = @AR@
 
90
AUTOCONF = @AUTOCONF@
 
91
AUTOHEADER = @AUTOHEADER@
 
92
AUTOMAKE = @AUTOMAKE@
 
93
AWK = @AWK@
 
94
CC = @CC@
 
95
CCDEPMODE = @CCDEPMODE@
 
96
CFLAGS = @CFLAGS@
 
97
CPP = @CPP@
 
98
CPPFLAGS = @CPPFLAGS@
 
99
CXX = @CXX@
 
100
CXXCPP = @CXXCPP@
 
101
CXXDEPMODE = @CXXDEPMODE@
 
102
CXXFLAGS = @CXXFLAGS@
 
103
CYGPATH_W = @CYGPATH_W@
 
104
DEFS = @DEFS@
 
105
DEPDIR = @DEPDIR@
 
106
DSYMUTIL = @DSYMUTIL@
 
107
ECHO = @ECHO@
 
108
ECHO_C = @ECHO_C@
 
109
ECHO_N = @ECHO_N@
 
110
ECHO_T = @ECHO_T@
 
111
EGREP = @EGREP@
 
112
EXEEXT = @EXEEXT@
 
113
F77 = @F77@
 
114
FFLAGS = @FFLAGS@
 
115
GREP = @GREP@
 
116
INSTALL = @INSTALL@
 
117
INSTALL_DATA = @INSTALL_DATA@
 
118
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
119
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
120
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
121
LDFLAGS = @LDFLAGS@
 
122
LIBOBJS = @LIBOBJS@
 
123
LIBS = @LIBS@
 
124
LIBTOOL = @LIBTOOL@
 
125
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
126
LN_S = @LN_S@
 
127
LTLIBOBJS = @LTLIBOBJS@
 
128
MAKEINFO = @MAKEINFO@
 
129
MKDIR_P = @MKDIR_P@
 
130
NMEDIT = @NMEDIT@
 
131
OBJEXT = @OBJEXT@
 
132
PACKAGE = @PACKAGE@
 
133
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
134
PACKAGE_NAME = @PACKAGE_NAME@
 
135
PACKAGE_STRING = @PACKAGE_STRING@
 
136
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
137
PACKAGE_VERSION = @PACKAGE_VERSION@
 
138
PATH_SEPARATOR = @PATH_SEPARATOR@
 
139
RANLIB = @RANLIB@
 
140
SED = @SED@
 
141
SET_MAKE = @SET_MAKE@
 
142
SHELL = @SHELL@
 
143
STRIP = @STRIP@
 
144
VERSION = @VERSION@
 
145
abs_builddir = @abs_builddir@
 
146
abs_srcdir = @abs_srcdir@
 
147
abs_top_builddir = @abs_top_builddir@
 
148
abs_top_srcdir = @abs_top_srcdir@
 
149
ac_ct_CC = @ac_ct_CC@
 
150
ac_ct_CXX = @ac_ct_CXX@
 
151
ac_ct_F77 = @ac_ct_F77@
 
152
am__include = @am__include@
 
153
am__leading_dot = @am__leading_dot@
 
154
am__quote = @am__quote@
 
155
am__tar = @am__tar@
 
156
am__untar = @am__untar@
 
157
bindir = @bindir@
 
158
build = @build@
 
159
build_alias = @build_alias@
 
160
build_cpu = @build_cpu@
 
161
build_os = @build_os@
 
162
build_vendor = @build_vendor@
 
163
builddir = @builddir@
 
164
datadir = @datadir@
 
165
datarootdir = @datarootdir@
 
166
docdir = @docdir@
 
167
dvidir = @dvidir@
 
168
exec_prefix = @exec_prefix@
 
169
host = @host@
 
170
host_alias = @host_alias@
 
171
host_cpu = @host_cpu@
 
172
host_os = @host_os@
 
173
host_vendor = @host_vendor@
 
174
htmldir = @htmldir@
 
175
includedir = @includedir@
 
176
infodir = @infodir@
 
177
install_sh = @install_sh@
 
178
libdir = @libdir@
 
179
libexecdir = @libexecdir@
 
180
localedir = @localedir@
 
181
localstatedir = @localstatedir@
 
182
mandir = @mandir@
 
183
mkdir_p = @mkdir_p@
 
184
oldincludedir = @oldincludedir@
 
185
pdfdir = @pdfdir@
 
186
prefix = @prefix@
 
187
program_transform_name = @program_transform_name@
 
188
psdir = @psdir@
 
189
sbindir = @sbindir@
 
190
sharedstatedir = @sharedstatedir@
 
191
srcdir = @srcdir@
 
192
sysconfdir = @sysconfdir@
 
193
target_alias = @target_alias@
 
194
top_build_prefix = @top_build_prefix@
 
195
top_builddir = @top_builddir@
 
196
top_srcdir = @top_srcdir@
 
197
AUTOMAKE_OPTIONS = foreign no-dependencies
 
198
AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
 
199
EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c
 
200
BUILT_SOURCES = regress.gen.c regress.gen.h
 
201
test_init_SOURCES = test-init.c
 
202
test_init_LDADD = ../libevent_core.la
 
203
test_eof_SOURCES = test-eof.c
 
204
test_eof_LDADD = ../libevent_core.la
 
205
test_weof_SOURCES = test-weof.c
 
206
test_weof_LDADD = ../libevent_core.la
 
207
test_time_SOURCES = test-time.c
 
208
test_time_LDADD = ../libevent_core.la
 
209
regress_SOURCES = regress.c regress.h regress_http.c regress_dns.c \
 
210
        regress_rpc.c \
 
211
        regress.gen.c regress.gen.h
 
212
 
 
213
regress_LDADD = ../libevent.la
 
214
bench_SOURCES = bench.c
 
215
bench_LDADD = ../libevent.la
 
216
DISTCLEANFILES = *~
 
217
all: $(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
 
235
Makefile: $(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
 
 
252
clean-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
 
258
bench$(EXEEXT): $(bench_OBJECTS) $(bench_DEPENDENCIES) 
 
259
        @rm -f bench$(EXEEXT)
 
260
        $(LINK) $(bench_OBJECTS) $(bench_LDADD) $(LIBS)
 
261
regress$(EXEEXT): $(regress_OBJECTS) $(regress_DEPENDENCIES) 
 
262
        @rm -f regress$(EXEEXT)
 
263
        $(LINK) $(regress_OBJECTS) $(regress_LDADD) $(LIBS)
 
264
test-eof$(EXEEXT): $(test_eof_OBJECTS) $(test_eof_DEPENDENCIES) 
 
265
        @rm -f test-eof$(EXEEXT)
 
266
        $(LINK) $(test_eof_OBJECTS) $(test_eof_LDADD) $(LIBS)
 
267
test-init$(EXEEXT): $(test_init_OBJECTS) $(test_init_DEPENDENCIES) 
 
268
        @rm -f test-init$(EXEEXT)
 
269
        $(LINK) $(test_init_OBJECTS) $(test_init_LDADD) $(LIBS)
 
270
test-time$(EXEEXT): $(test_time_OBJECTS) $(test_time_DEPENDENCIES) 
 
271
        @rm -f test-time$(EXEEXT)
 
272
        $(LINK) $(test_time_OBJECTS) $(test_time_LDADD) $(LIBS)
 
273
test-weof$(EXEEXT): $(test_weof_OBJECTS) $(test_weof_DEPENDENCIES) 
 
274
        @rm -f test-weof$(EXEEXT)
 
275
        $(LINK) $(test_weof_OBJECTS) $(test_weof_LDADD) $(LIBS)
 
276
 
 
277
mostlyclean-compile:
 
278
        -rm -f *.$(OBJEXT)
 
279
 
 
280
distclean-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
 
 
292
mostlyclean-libtool:
 
293
        -rm -f *.lo
 
294
 
 
295
clean-libtool:
 
296
        -rm -rf .libs _libs
 
297
 
 
298
ID: $(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
 
306
tags: TAGS
 
307
 
 
308
TAGS:  $(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
 
323
ctags: CTAGS
 
324
CTAGS:  $(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
 
 
337
GTAGS:
 
338
        here=`$(am__cd) $(top_builddir) && pwd` \
 
339
          && cd $(top_srcdir) \
 
340
          && gtags -i $(GTAGS_ARGS) $$here
 
341
 
 
342
distclean-tags:
 
343
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
344
 
 
345
distdir: $(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
 
371
check-am: all-am
 
372
check: $(BUILT_SOURCES)
 
373
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
374
all-am: Makefile $(PROGRAMS)
 
375
installdirs:
 
376
install: $(BUILT_SOURCES)
 
377
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
378
install-exec: install-exec-am
 
379
install-data: install-data-am
 
380
uninstall: uninstall-am
 
381
 
 
382
install-am: all-am
 
383
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
384
 
 
385
installcheck: installcheck-am
 
386
install-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
 
391
mostlyclean-generic:
 
392
 
 
393
clean-generic:
 
394
 
 
395
distclean-generic:
 
396
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
397
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
398
 
 
399
maintainer-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)
 
403
clean: clean-am
 
404
 
 
405
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
406
        mostlyclean-am
 
407
 
 
408
distclean: distclean-am
 
409
        -rm -f Makefile
 
410
distclean-am: clean-am distclean-compile distclean-generic \
 
411
        distclean-tags
 
412
 
 
413
dvi: dvi-am
 
414
 
 
415
dvi-am:
 
416
 
 
417
html: html-am
 
418
 
 
419
info: info-am
 
420
 
 
421
info-am:
 
422
 
 
423
install-data-am:
 
424
 
 
425
install-dvi: install-dvi-am
 
426
 
 
427
install-exec-am:
 
428
 
 
429
install-html: install-html-am
 
430
 
 
431
install-info: install-info-am
 
432
 
 
433
install-man:
 
434
 
 
435
install-pdf: install-pdf-am
 
436
 
 
437
install-ps: install-ps-am
 
438
 
 
439
installcheck-am:
 
440
 
 
441
maintainer-clean: maintainer-clean-am
 
442
        -rm -f Makefile
 
443
maintainer-clean-am: distclean-am maintainer-clean-generic
 
444
 
 
445
mostlyclean: mostlyclean-am
 
446
 
 
447
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
448
        mostlyclean-libtool
 
449
 
 
450
pdf: pdf-am
 
451
 
 
452
pdf-am:
 
453
 
 
454
ps: ps-am
 
455
 
 
456
ps-am:
 
457
 
 
458
uninstall-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
 
 
476
regress.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
 
 
479
test: test-init test-eof test-weof test-time regress
 
480
 
 
481
verify: test
 
482
        @$(srcdir)/test.sh
 
483
 
 
484
bench 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: