Annotation of embedaddon/libevent/test/Makefile.in, revision 1.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@
        !           105: DSYMUTIL = @DSYMUTIL@
        !           106: DUMPBIN = @DUMPBIN@
        !           107: ECHO_C = @ECHO_C@
        !           108: ECHO_N = @ECHO_N@
        !           109: ECHO_T = @ECHO_T@
        !           110: EGREP = @EGREP@
        !           111: EXEEXT = @EXEEXT@
        !           112: FGREP = @FGREP@
        !           113: GREP = @GREP@
        !           114: INSTALL = @INSTALL@
        !           115: INSTALL_DATA = @INSTALL_DATA@
        !           116: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !           117: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !           118: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           119: LD = @LD@
        !           120: LDFLAGS = @LDFLAGS@
        !           121: LIBOBJS = @LIBOBJS@
        !           122: LIBS = @LIBS@
        !           123: LIBTOOL = @LIBTOOL@
        !           124: LIBTOOL_DEPS = @LIBTOOL_DEPS@
        !           125: LIPO = @LIPO@
        !           126: LN_S = @LN_S@
        !           127: LTLIBOBJS = @LTLIBOBJS@
        !           128: MAKEINFO = @MAKEINFO@
        !           129: MKDIR_P = @MKDIR_P@
        !           130: NM = @NM@
        !           131: NMEDIT = @NMEDIT@
        !           132: OBJDUMP = @OBJDUMP@
        !           133: OBJEXT = @OBJEXT@
        !           134: OTOOL = @OTOOL@
        !           135: OTOOL64 = @OTOOL64@
        !           136: PACKAGE = @PACKAGE@
        !           137: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !           138: PACKAGE_NAME = @PACKAGE_NAME@
        !           139: PACKAGE_STRING = @PACKAGE_STRING@
        !           140: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !           141: PACKAGE_URL = @PACKAGE_URL@
        !           142: PACKAGE_VERSION = @PACKAGE_VERSION@
        !           143: PATH_SEPARATOR = @PATH_SEPARATOR@
        !           144: RANLIB = @RANLIB@
        !           145: SED = @SED@
        !           146: SET_MAKE = @SET_MAKE@
        !           147: SHELL = @SHELL@
        !           148: STRIP = @STRIP@
        !           149: VERSION = @VERSION@
        !           150: abs_builddir = @abs_builddir@
        !           151: abs_srcdir = @abs_srcdir@
        !           152: abs_top_builddir = @abs_top_builddir@
        !           153: abs_top_srcdir = @abs_top_srcdir@
        !           154: ac_ct_CC = @ac_ct_CC@
        !           155: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
        !           156: am__include = @am__include@
        !           157: am__leading_dot = @am__leading_dot@
        !           158: am__quote = @am__quote@
        !           159: am__tar = @am__tar@
        !           160: am__untar = @am__untar@
        !           161: bindir = @bindir@
        !           162: build = @build@
        !           163: build_alias = @build_alias@
        !           164: build_cpu = @build_cpu@
        !           165: build_os = @build_os@
        !           166: build_vendor = @build_vendor@
        !           167: builddir = @builddir@
        !           168: datadir = @datadir@
        !           169: datarootdir = @datarootdir@
        !           170: docdir = @docdir@
        !           171: dvidir = @dvidir@
        !           172: exec_prefix = @exec_prefix@
        !           173: host = @host@
        !           174: host_alias = @host_alias@
        !           175: host_cpu = @host_cpu@
        !           176: host_os = @host_os@
        !           177: host_vendor = @host_vendor@
        !           178: htmldir = @htmldir@
        !           179: includedir = @includedir@
        !           180: infodir = @infodir@
        !           181: install_sh = @install_sh@
        !           182: libdir = @libdir@
        !           183: libexecdir = @libexecdir@
        !           184: localedir = @localedir@
        !           185: localstatedir = @localstatedir@
        !           186: lt_ECHO = @lt_ECHO@
        !           187: mandir = @mandir@
        !           188: mkdir_p = @mkdir_p@
        !           189: oldincludedir = @oldincludedir@
        !           190: pdfdir = @pdfdir@
        !           191: prefix = @prefix@
        !           192: program_transform_name = @program_transform_name@
        !           193: psdir = @psdir@
        !           194: sbindir = @sbindir@
        !           195: sharedstatedir = @sharedstatedir@
        !           196: srcdir = @srcdir@
        !           197: sysconfdir = @sysconfdir@
        !           198: target_alias = @target_alias@
        !           199: top_build_prefix = @top_build_prefix@
        !           200: top_builddir = @top_builddir@
        !           201: top_srcdir = @top_srcdir@
        !           202: AUTOMAKE_OPTIONS = foreign no-dependencies
        !           203: AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
        !           204: EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c
        !           205: BUILT_SOURCES = regress.gen.c regress.gen.h
        !           206: test_init_SOURCES = test-init.c
        !           207: test_init_LDADD = ../libevent_core.la
        !           208: test_eof_SOURCES = test-eof.c
        !           209: test_eof_LDADD = ../libevent_core.la
        !           210: test_weof_SOURCES = test-weof.c
        !           211: test_weof_LDADD = ../libevent_core.la
        !           212: test_time_SOURCES = test-time.c
        !           213: test_time_LDADD = ../libevent_core.la
        !           214: regress_SOURCES = regress.c regress.h regress_http.c regress_dns.c \
        !           215:        regress_rpc.c \
        !           216:        regress.gen.c regress.gen.h
        !           217: 
        !           218: regress_LDADD = ../libevent.la
        !           219: bench_SOURCES = bench.c
        !           220: bench_LDADD = ../libevent.la
        !           221: DISTCLEANFILES = *~
        !           222: all: $(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
        !           240: Makefile: $(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: 
        !           258: clean-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
        !           266: bench$(EXEEXT): $(bench_OBJECTS) $(bench_DEPENDENCIES) 
        !           267:        @rm -f bench$(EXEEXT)
        !           268:        $(LINK) $(bench_OBJECTS) $(bench_LDADD) $(LIBS)
        !           269: regress$(EXEEXT): $(regress_OBJECTS) $(regress_DEPENDENCIES) 
        !           270:        @rm -f regress$(EXEEXT)
        !           271:        $(LINK) $(regress_OBJECTS) $(regress_LDADD) $(LIBS)
        !           272: test-eof$(EXEEXT): $(test_eof_OBJECTS) $(test_eof_DEPENDENCIES) 
        !           273:        @rm -f test-eof$(EXEEXT)
        !           274:        $(LINK) $(test_eof_OBJECTS) $(test_eof_LDADD) $(LIBS)
        !           275: test-init$(EXEEXT): $(test_init_OBJECTS) $(test_init_DEPENDENCIES) 
        !           276:        @rm -f test-init$(EXEEXT)
        !           277:        $(LINK) $(test_init_OBJECTS) $(test_init_LDADD) $(LIBS)
        !           278: test-time$(EXEEXT): $(test_time_OBJECTS) $(test_time_DEPENDENCIES) 
        !           279:        @rm -f test-time$(EXEEXT)
        !           280:        $(LINK) $(test_time_OBJECTS) $(test_time_LDADD) $(LIBS)
        !           281: test-weof$(EXEEXT): $(test_weof_OBJECTS) $(test_weof_DEPENDENCIES) 
        !           282:        @rm -f test-weof$(EXEEXT)
        !           283:        $(LINK) $(test_weof_OBJECTS) $(test_weof_LDADD) $(LIBS)
        !           284: 
        !           285: mostlyclean-compile:
        !           286:        -rm -f *.$(OBJEXT)
        !           287: 
        !           288: distclean-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: 
        !           300: mostlyclean-libtool:
        !           301:        -rm -f *.lo
        !           302: 
        !           303: clean-libtool:
        !           304:        -rm -rf .libs _libs
        !           305: 
        !           306: ID: $(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
        !           314: tags: TAGS
        !           315: 
        !           316: TAGS:  $(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
        !           337: ctags: CTAGS
        !           338: CTAGS:  $(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: 
        !           350: GTAGS:
        !           351:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           352:          && $(am__cd) $(top_srcdir) \
        !           353:          && gtags -i $(GTAGS_ARGS) "$$here"
        !           354: 
        !           355: distclean-tags:
        !           356:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           357: 
        !           358: distdir: $(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
        !           388: check-am: all-am
        !           389: check: $(BUILT_SOURCES)
        !           390:        $(MAKE) $(AM_MAKEFLAGS) check-am
        !           391: all-am: Makefile $(PROGRAMS)
        !           392: installdirs:
        !           393: install: $(BUILT_SOURCES)
        !           394:        $(MAKE) $(AM_MAKEFLAGS) install-am
        !           395: install-exec: install-exec-am
        !           396: install-data: install-data-am
        !           397: uninstall: uninstall-am
        !           398: 
        !           399: install-am: all-am
        !           400:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           401: 
        !           402: installcheck: installcheck-am
        !           403: install-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
        !           408: mostlyclean-generic:
        !           409: 
        !           410: clean-generic:
        !           411: 
        !           412: distclean-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: 
        !           417: maintainer-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)
        !           421: clean: clean-am
        !           422: 
        !           423: clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
        !           424:        mostlyclean-am
        !           425: 
        !           426: distclean: distclean-am
        !           427:        -rm -f Makefile
        !           428: distclean-am: clean-am distclean-compile distclean-generic \
        !           429:        distclean-tags
        !           430: 
        !           431: dvi: dvi-am
        !           432: 
        !           433: dvi-am:
        !           434: 
        !           435: html: html-am
        !           436: 
        !           437: html-am:
        !           438: 
        !           439: info: info-am
        !           440: 
        !           441: info-am:
        !           442: 
        !           443: install-data-am:
        !           444: 
        !           445: install-dvi: install-dvi-am
        !           446: 
        !           447: install-dvi-am:
        !           448: 
        !           449: install-exec-am:
        !           450: 
        !           451: install-html: install-html-am
        !           452: 
        !           453: install-html-am:
        !           454: 
        !           455: install-info: install-info-am
        !           456: 
        !           457: install-info-am:
        !           458: 
        !           459: install-man:
        !           460: 
        !           461: install-pdf: install-pdf-am
        !           462: 
        !           463: install-pdf-am:
        !           464: 
        !           465: install-ps: install-ps-am
        !           466: 
        !           467: install-ps-am:
        !           468: 
        !           469: installcheck-am:
        !           470: 
        !           471: maintainer-clean: maintainer-clean-am
        !           472:        -rm -f Makefile
        !           473: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           474: 
        !           475: mostlyclean: mostlyclean-am
        !           476: 
        !           477: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
        !           478:        mostlyclean-libtool
        !           479: 
        !           480: pdf: pdf-am
        !           481: 
        !           482: pdf-am:
        !           483: 
        !           484: ps: ps-am
        !           485: 
        !           486: ps-am:
        !           487: 
        !           488: uninstall-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: 
        !           506: regress.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: 
        !           509: test: test-init test-eof test-weof test-time regress
        !           510: 
        !           511: verify: test
        !           512:        @$(srcdir)/test.sh
        !           513: 
        !           514: bench 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:

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