Annotation of embedaddon/libevent/test/Makefile.in, revision 1.1.1.1.2.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>