Annotation of embedaddon/quagga/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: VPATH = @srcdir@
        !            18: pkgdatadir = $(datadir)/@PACKAGE@
        !            19: pkgincludedir = $(includedir)/@PACKAGE@
        !            20: pkglibdir = $(libdir)/@PACKAGE@
        !            21: pkglibexecdir = $(libexecdir)/@PACKAGE@
        !            22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
        !            23: install_sh_DATA = $(install_sh) -c -m 644
        !            24: install_sh_PROGRAM = $(install_sh) -c
        !            25: install_sh_SCRIPT = $(install_sh) -c
        !            26: INSTALL_HEADER = $(INSTALL_DATA)
        !            27: transform = $(program_transform_name)
        !            28: NORMAL_INSTALL = :
        !            29: PRE_INSTALL = :
        !            30: POST_INSTALL = :
        !            31: NORMAL_UNINSTALL = :
        !            32: PRE_UNINSTALL = :
        !            33: POST_UNINSTALL = :
        !            34: build_triplet = @build@
        !            35: host_triplet = @host@
        !            36: target_triplet = @target@
        !            37: subdir = .
        !            38: DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
        !            39:        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
        !            40:        $(top_srcdir)/configure AUTHORS COPYING COPYING.LIB ChangeLog \
        !            41:        INSTALL NEWS TODO compile config.guess config.sub depcomp \
        !            42:        install-sh ltmain.sh missing
        !            43: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            44: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
        !            45: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !            46:        $(ACLOCAL_M4)
        !            47: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
        !            48:  configure.lineno config.status.lineno
        !            49: mkinstalldirs = $(install_sh) -d
        !            50: CONFIG_HEADER = config.h
        !            51: CONFIG_CLEAN_FILES =
        !            52: CONFIG_CLEAN_VPATH_FILES =
        !            53: SOURCES =
        !            54: DIST_SOURCES =
        !            55: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
        !            56:        html-recursive info-recursive install-data-recursive \
        !            57:        install-dvi-recursive install-exec-recursive \
        !            58:        install-html-recursive install-info-recursive \
        !            59:        install-pdf-recursive install-ps-recursive install-recursive \
        !            60:        installcheck-recursive installdirs-recursive pdf-recursive \
        !            61:        ps-recursive uninstall-recursive
        !            62: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
        !            63:   distclean-recursive maintainer-clean-recursive
        !            64: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
        !            65:        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
        !            66:        distdir dist dist-all distcheck
        !            67: ETAGS = etags
        !            68: CTAGS = ctags
        !            69: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !            70: distdir = $(PACKAGE)-$(VERSION)
        !            71: top_distdir = $(distdir)
        !            72: am__remove_distdir = \
        !            73:   { test ! -d "$(distdir)" \
        !            74:     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
        !            75:          && rm -fr "$(distdir)"; }; }
        !            76: am__relativize = \
        !            77:   dir0=`pwd`; \
        !            78:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
        !            79:   sed_rest='s,^[^/]*/*,,'; \
        !            80:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
        !            81:   sed_butlast='s,/*[^/]*$$,,'; \
        !            82:   while test -n "$$dir1"; do \
        !            83:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
        !            84:     if test "$$first" != "."; then \
        !            85:       if test "$$first" = ".."; then \
        !            86:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
        !            87:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
        !            88:       else \
        !            89:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
        !            90:         if test "$$first2" = "$$first"; then \
        !            91:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
        !            92:         else \
        !            93:           dir2="../$$dir2"; \
        !            94:         fi; \
        !            95:         dir0="$$dir0"/"$$first"; \
        !            96:       fi; \
        !            97:     fi; \
        !            98:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
        !            99:   done; \
        !           100:   reldir="$$dir2"
        !           101: DIST_ARCHIVES = $(distdir).tar.gz
        !           102: GZIP_ENV = --best
        !           103: distuninstallcheck_listfiles = find . -type f -print
        !           104: distcleancheck_listfiles = find . -type f -print
        !           105: ACLOCAL = @ACLOCAL@
        !           106: AMTAR = @AMTAR@
        !           107: AR = @AR@
        !           108: AUTOCONF = @AUTOCONF@
        !           109: AUTOHEADER = @AUTOHEADER@
        !           110: AUTOMAKE = @AUTOMAKE@
        !           111: AWK = @AWK@
        !           112: BGPD = @BGPD@
        !           113: CC = @CC@
        !           114: CCDEPMODE = @CCDEPMODE@
        !           115: CFLAGS = @CFLAGS@
        !           116: CONFDATE = @CONFDATE@
        !           117: CPP = @CPP@
        !           118: CPPFLAGS = @CPPFLAGS@
        !           119: CURSES = @CURSES@
        !           120: CYGPATH_W = @CYGPATH_W@
        !           121: DEFS = @DEFS@
        !           122: DEPDIR = @DEPDIR@
        !           123: DLLTOOL = @DLLTOOL@
        !           124: DOC = @DOC@
        !           125: DSYMUTIL = @DSYMUTIL@
        !           126: DUMPBIN = @DUMPBIN@
        !           127: ECHO_C = @ECHO_C@
        !           128: ECHO_N = @ECHO_N@
        !           129: ECHO_T = @ECHO_T@
        !           130: EGREP = @EGREP@
        !           131: EXEEXT = @EXEEXT@
        !           132: FGREP = @FGREP@
        !           133: GAWK = @GAWK@
        !           134: GREP = @GREP@
        !           135: HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
        !           136: IF_METHOD = @IF_METHOD@
        !           137: IF_PROC = @IF_PROC@
        !           138: INCLUDES = @INCLUDES@
        !           139: INSTALL = @INSTALL@
        !           140: INSTALL_DATA = @INSTALL_DATA@
        !           141: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !           142: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !           143: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           144: IOCTL_METHOD = @IOCTL_METHOD@
        !           145: IPFORWARD = @IPFORWARD@
        !           146: ISISD = @ISISD@
        !           147: ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
        !           148: ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
        !           149: ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
        !           150: KERNEL_METHOD = @KERNEL_METHOD@
        !           151: LD = @LD@
        !           152: LDFLAGS = @LDFLAGS@
        !           153: LIBCAP = @LIBCAP@
        !           154: LIBM = @LIBM@
        !           155: LIBOBJS = @LIBOBJS@
        !           156: LIBPAM = @LIBPAM@
        !           157: LIBREADLINE = @LIBREADLINE@
        !           158: LIBS = @LIBS@
        !           159: LIBTOOL = @LIBTOOL@
        !           160: LIB_IPV6 = @LIB_IPV6@
        !           161: LIB_REGEX = @LIB_REGEX@
        !           162: LIPO = @LIPO@
        !           163: LN_S = @LN_S@
        !           164: LTLIBOBJS = @LTLIBOBJS@
        !           165: MAKEINFO = @MAKEINFO@
        !           166: MANIFEST_TOOL = @MANIFEST_TOOL@
        !           167: MKDIR_P = @MKDIR_P@
        !           168: MULTIPATH_NUM = @MULTIPATH_NUM@
        !           169: NM = @NM@
        !           170: NMEDIT = @NMEDIT@
        !           171: OBJDUMP = @OBJDUMP@
        !           172: OBJEXT = @OBJEXT@
        !           173: OSPF6D = @OSPF6D@
        !           174: OSPFAPI = @OSPFAPI@
        !           175: OSPFCLIENT = @OSPFCLIENT@
        !           176: OSPFD = @OSPFD@
        !           177: OTHER_METHOD = @OTHER_METHOD@
        !           178: OTOOL = @OTOOL@
        !           179: OTOOL64 = @OTOOL64@
        !           180: PACKAGE = @PACKAGE@
        !           181: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !           182: PACKAGE_NAME = @PACKAGE_NAME@
        !           183: PACKAGE_STRING = @PACKAGE_STRING@
        !           184: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !           185: PACKAGE_URL = @PACKAGE_URL@
        !           186: PACKAGE_VERSION = @PACKAGE_VERSION@
        !           187: PATH_SEPARATOR = @PATH_SEPARATOR@
        !           188: PERL = @PERL@
        !           189: PICFLAGS = @PICFLAGS@
        !           190: PILDFLAGS = @PILDFLAGS@
        !           191: RANLIB = @RANLIB@
        !           192: RIPD = @RIPD@
        !           193: RIPNGD = @RIPNGD@
        !           194: RTREAD_METHOD = @RTREAD_METHOD@
        !           195: RT_METHOD = @RT_METHOD@
        !           196: SED = @SED@
        !           197: SET_MAKE = @SET_MAKE@
        !           198: SHELL = @SHELL@
        !           199: SNMP_INCLUDES = @SNMP_INCLUDES@
        !           200: SOLARIS = @SOLARIS@
        !           201: STRIP = @STRIP@
        !           202: VERSION = @VERSION@
        !           203: VTYSH = @VTYSH@
        !           204: WATCHQUAGGA = @WATCHQUAGGA@
        !           205: ZEBRA = @ZEBRA@
        !           206: abs_builddir = @abs_builddir@
        !           207: abs_srcdir = @abs_srcdir@
        !           208: abs_top_builddir = @abs_top_builddir@
        !           209: abs_top_srcdir = @abs_top_srcdir@
        !           210: ac_ct_AR = @ac_ct_AR@
        !           211: ac_ct_CC = @ac_ct_CC@
        !           212: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
        !           213: am__include = @am__include@
        !           214: am__leading_dot = @am__leading_dot@
        !           215: am__quote = @am__quote@
        !           216: am__tar = @am__tar@
        !           217: am__untar = @am__untar@
        !           218: bindir = @bindir@
        !           219: build = @build@
        !           220: build_alias = @build_alias@
        !           221: build_cpu = @build_cpu@
        !           222: build_os = @build_os@
        !           223: build_vendor = @build_vendor@
        !           224: builddir = @builddir@
        !           225: datadir = @datadir@
        !           226: datarootdir = @datarootdir@
        !           227: docdir = @docdir@
        !           228: dvidir = @dvidir@
        !           229: enable_group = @enable_group@
        !           230: enable_user = @enable_user@
        !           231: enable_vty_group = @enable_vty_group@
        !           232: exampledir = @exampledir@
        !           233: exec_prefix = @exec_prefix@
        !           234: host = @host@
        !           235: host_alias = @host_alias@
        !           236: host_cpu = @host_cpu@
        !           237: host_os = @host_os@
        !           238: host_vendor = @host_vendor@
        !           239: htmldir = @htmldir@
        !           240: includedir = @includedir@
        !           241: infodir = @infodir@
        !           242: install_sh = @install_sh@
        !           243: libdir = @libdir@
        !           244: libexecdir = @libexecdir@
        !           245: localedir = @localedir@
        !           246: localstatedir = @localstatedir@
        !           247: mandir = @mandir@
        !           248: mkdir_p = @mkdir_p@
        !           249: oldincludedir = @oldincludedir@
        !           250: pdfdir = @pdfdir@
        !           251: pkgsrcdir = @pkgsrcdir@
        !           252: pkgsrcrcdir = @pkgsrcrcdir@
        !           253: prefix = @prefix@
        !           254: program_transform_name = @program_transform_name@
        !           255: psdir = @psdir@
        !           256: quagga_statedir = @quagga_statedir@
        !           257: sbindir = @sbindir@
        !           258: sharedstatedir = @sharedstatedir@
        !           259: srcdir = @srcdir@
        !           260: sysconfdir = @sysconfdir@
        !           261: target = @target@
        !           262: target_alias = @target_alias@
        !           263: target_cpu = @target_cpu@
        !           264: target_os = @target_os@
        !           265: target_vendor = @target_vendor@
        !           266: top_build_prefix = @top_build_prefix@
        !           267: top_builddir = @top_builddir@
        !           268: top_srcdir = @top_srcdir@
        !           269: SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
        !           270:          @ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \
        !           271:          redhat @SOLARIS@
        !           272: 
        !           273: DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \
        !           274:          isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \
        !           275:          solaris
        !           276: 
        !           277: EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \
        !           278:        update-autotools \
        !           279:        vtysh/Makefile.in vtysh/Makefile.am \
        !           280:        tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \
        !           281:        tools/zebra.el tools/multiple-bgpd.sh
        !           282: 
        !           283: ACLOCAL_AMFLAGS = -I m4
        !           284: all: config.h
        !           285:        $(MAKE) $(AM_MAKEFLAGS) all-recursive
        !           286: 
        !           287: .SUFFIXES:
        !           288: am--refresh:
        !           289:        @:
        !           290: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        !           291:        @for dep in $?; do \
        !           292:          case '$(am__configure_deps)' in \
        !           293:            *$$dep*) \
        !           294:              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
        !           295:              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
        !           296:                && exit 0; \
        !           297:              exit 1;; \
        !           298:          esac; \
        !           299:        done; \
        !           300:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
        !           301:        $(am__cd) $(top_srcdir) && \
        !           302:          $(AUTOMAKE) --gnu Makefile
        !           303: .PRECIOUS: Makefile
        !           304: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           305:        @case '$?' in \
        !           306:          *config.status*) \
        !           307:            echo ' $(SHELL) ./config.status'; \
        !           308:            $(SHELL) ./config.status;; \
        !           309:          *) \
        !           310:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
        !           311:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
        !           312:        esac;
        !           313: 
        !           314: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           315:        $(SHELL) ./config.status --recheck
        !           316: 
        !           317: $(top_srcdir)/configure:  $(am__configure_deps)
        !           318:        $(am__cd) $(srcdir) && $(AUTOCONF)
        !           319: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        !           320:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
        !           321: $(am__aclocal_m4_deps):
        !           322: 
        !           323: config.h: stamp-h1
        !           324:        @if test ! -f $@; then \
        !           325:          rm -f stamp-h1; \
        !           326:          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
        !           327:        else :; fi
        !           328: 
        !           329: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
        !           330:        @rm -f stamp-h1
        !           331:        cd $(top_builddir) && $(SHELL) ./config.status config.h
        !           332: $(srcdir)/config.h.in:  $(am__configure_deps) 
        !           333:        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
        !           334:        rm -f stamp-h1
        !           335:        touch $@
        !           336: 
        !           337: distclean-hdr:
        !           338:        -rm -f config.h stamp-h1
        !           339: 
        !           340: mostlyclean-libtool:
        !           341:        -rm -f *.lo
        !           342: 
        !           343: clean-libtool:
        !           344:        -rm -rf .libs _libs
        !           345: 
        !           346: distclean-libtool:
        !           347:        -rm -f libtool config.lt
        !           348: 
        !           349: # This directory's subdirectories are mostly independent; you can cd
        !           350: # into them and run `make' without going through this Makefile.
        !           351: # To change the values of `make' variables: instead of editing Makefiles,
        !           352: # (1) if the variable is set in `config.status', edit `config.status'
        !           353: #     (which will cause the Makefiles to be regenerated when you run `make');
        !           354: # (2) otherwise, pass the desired values on the `make' command line.
        !           355: $(RECURSIVE_TARGETS):
        !           356:        @fail= failcom='exit 1'; \
        !           357:        for f in x $$MAKEFLAGS; do \
        !           358:          case $$f in \
        !           359:            *=* | --[!k]*);; \
        !           360:            *k*) failcom='fail=yes';; \
        !           361:          esac; \
        !           362:        done; \
        !           363:        dot_seen=no; \
        !           364:        target=`echo $@ | sed s/-recursive//`; \
        !           365:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           366:          echo "Making $$target in $$subdir"; \
        !           367:          if test "$$subdir" = "."; then \
        !           368:            dot_seen=yes; \
        !           369:            local_target="$$target-am"; \
        !           370:          else \
        !           371:            local_target="$$target"; \
        !           372:          fi; \
        !           373:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           374:          || eval $$failcom; \
        !           375:        done; \
        !           376:        if test "$$dot_seen" = "no"; then \
        !           377:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        !           378:        fi; test -z "$$fail"
        !           379: 
        !           380: $(RECURSIVE_CLEAN_TARGETS):
        !           381:        @fail= failcom='exit 1'; \
        !           382:        for f in x $$MAKEFLAGS; do \
        !           383:          case $$f in \
        !           384:            *=* | --[!k]*);; \
        !           385:            *k*) failcom='fail=yes';; \
        !           386:          esac; \
        !           387:        done; \
        !           388:        dot_seen=no; \
        !           389:        case "$@" in \
        !           390:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
        !           391:          *) list='$(SUBDIRS)' ;; \
        !           392:        esac; \
        !           393:        rev=''; for subdir in $$list; do \
        !           394:          if test "$$subdir" = "."; then :; else \
        !           395:            rev="$$subdir $$rev"; \
        !           396:          fi; \
        !           397:        done; \
        !           398:        rev="$$rev ."; \
        !           399:        target=`echo $@ | sed s/-recursive//`; \
        !           400:        for subdir in $$rev; do \
        !           401:          echo "Making $$target in $$subdir"; \
        !           402:          if test "$$subdir" = "."; then \
        !           403:            local_target="$$target-am"; \
        !           404:          else \
        !           405:            local_target="$$target"; \
        !           406:          fi; \
        !           407:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           408:          || eval $$failcom; \
        !           409:        done && test -z "$$fail"
        !           410: tags-recursive:
        !           411:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           412:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
        !           413:        done
        !           414: ctags-recursive:
        !           415:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           416:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
        !           417:        done
        !           418: 
        !           419: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           420:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        !           421:        unique=`for i in $$list; do \
        !           422:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           423:          done | \
        !           424:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           425:              END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           426:        mkid -fID $$unique
        !           427: tags: TAGS
        !           428: 
        !           429: TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
        !           430:                $(TAGS_FILES) $(LISP)
        !           431:        set x; \
        !           432:        here=`pwd`; \
        !           433:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
        !           434:          include_option=--etags-include; \
        !           435:          empty_fix=.; \
        !           436:        else \
        !           437:          include_option=--include; \
        !           438:          empty_fix=; \
        !           439:        fi; \
        !           440:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           441:          if test "$$subdir" = .; then :; else \
        !           442:            test ! -f $$subdir/TAGS || \
        !           443:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
        !           444:          fi; \
        !           445:        done; \
        !           446:        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
        !           447:        unique=`for i in $$list; do \
        !           448:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           449:          done | \
        !           450:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           451:              END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           452:        shift; \
        !           453:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
        !           454:          test -n "$$unique" || unique=$$empty_fix; \
        !           455:          if test $$# -gt 0; then \
        !           456:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           457:              "$$@" $$unique; \
        !           458:          else \
        !           459:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           460:              $$unique; \
        !           461:          fi; \
        !           462:        fi
        !           463: ctags: CTAGS
        !           464: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
        !           465:                $(TAGS_FILES) $(LISP)
        !           466:        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
        !           467:        unique=`for i in $$list; do \
        !           468:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           469:          done | \
        !           470:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           471:              END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           472:        test -z "$(CTAGS_ARGS)$$unique" \
        !           473:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           474:             $$unique
        !           475: 
        !           476: GTAGS:
        !           477:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           478:          && $(am__cd) $(top_srcdir) \
        !           479:          && gtags -i $(GTAGS_ARGS) "$$here"
        !           480: 
        !           481: distclean-tags:
        !           482:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           483: 
        !           484: distdir: $(DISTFILES)
        !           485:        $(am__remove_distdir)
        !           486:        test -d "$(distdir)" || mkdir "$(distdir)"
        !           487:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           488:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           489:        list='$(DISTFILES)'; \
        !           490:          dist_files=`for file in $$list; do echo $$file; done | \
        !           491:          sed -e "s|^$$srcdirstrip/||;t" \
        !           492:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           493:        case $$dist_files in \
        !           494:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           495:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           496:                           sort -u` ;; \
        !           497:        esac; \
        !           498:        for file in $$dist_files; do \
        !           499:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           500:          if test -d $$d/$$file; then \
        !           501:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           502:            if test -d "$(distdir)/$$file"; then \
        !           503:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           504:            fi; \
        !           505:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           506:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           507:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           508:            fi; \
        !           509:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
        !           510:          else \
        !           511:            test -f "$(distdir)/$$file" \
        !           512:            || cp -p $$d/$$file "$(distdir)/$$file" \
        !           513:            || exit 1; \
        !           514:          fi; \
        !           515:        done
        !           516:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
        !           517:          if test "$$subdir" = .; then :; else \
        !           518:            test -d "$(distdir)/$$subdir" \
        !           519:            || $(MKDIR_P) "$(distdir)/$$subdir" \
        !           520:            || exit 1; \
        !           521:          fi; \
        !           522:        done
        !           523:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
        !           524:          if test "$$subdir" = .; then :; else \
        !           525:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
        !           526:            $(am__relativize); \
        !           527:            new_distdir=$$reldir; \
        !           528:            dir1=$$subdir; dir2="$(top_distdir)"; \
        !           529:            $(am__relativize); \
        !           530:            new_top_distdir=$$reldir; \
        !           531:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
        !           532:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
        !           533:            ($(am__cd) $$subdir && \
        !           534:              $(MAKE) $(AM_MAKEFLAGS) \
        !           535:                top_distdir="$$new_top_distdir" \
        !           536:                distdir="$$new_distdir" \
        !           537:                am__remove_distdir=: \
        !           538:                am__skip_length_check=: \
        !           539:                am__skip_mode_fix=: \
        !           540:                distdir) \
        !           541:              || exit 1; \
        !           542:          fi; \
        !           543:        done
        !           544:        -test -n "$(am__skip_mode_fix)" \
        !           545:        || find "$(distdir)" -type d ! -perm -755 \
        !           546:                -exec chmod u+rwx,go+rx {} \; -o \
        !           547:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
        !           548:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
        !           549:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        !           550:        || chmod -R a+r "$(distdir)"
        !           551: dist-gzip: distdir
        !           552:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           553:        $(am__remove_distdir)
        !           554: 
        !           555: dist-bzip2: distdir
        !           556:        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
        !           557:        $(am__remove_distdir)
        !           558: 
        !           559: dist-lzma: distdir
        !           560:        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
        !           561:        $(am__remove_distdir)
        !           562: 
        !           563: dist-xz: distdir
        !           564:        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
        !           565:        $(am__remove_distdir)
        !           566: 
        !           567: dist-tarZ: distdir
        !           568:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
        !           569:        $(am__remove_distdir)
        !           570: 
        !           571: dist-shar: distdir
        !           572:        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
        !           573:        $(am__remove_distdir)
        !           574: 
        !           575: dist-zip: distdir
        !           576:        -rm -f $(distdir).zip
        !           577:        zip -rq $(distdir).zip $(distdir)
        !           578:        $(am__remove_distdir)
        !           579: 
        !           580: dist dist-all: distdir
        !           581:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           582:        $(am__remove_distdir)
        !           583: 
        !           584: # This target untars the dist file and tries a VPATH configuration.  Then
        !           585: # it guarantees that the distribution is self-contained by making another
        !           586: # tarfile.
        !           587: distcheck: dist
        !           588:        case '$(DIST_ARCHIVES)' in \
        !           589:        *.tar.gz*) \
        !           590:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
        !           591:        *.tar.bz2*) \
        !           592:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
        !           593:        *.tar.lzma*) \
        !           594:          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
        !           595:        *.tar.xz*) \
        !           596:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
        !           597:        *.tar.Z*) \
        !           598:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
        !           599:        *.shar.gz*) \
        !           600:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
        !           601:        *.zip*) \
        !           602:          unzip $(distdir).zip ;;\
        !           603:        esac
        !           604:        chmod -R a-w $(distdir); chmod a+w $(distdir)
        !           605:        mkdir $(distdir)/_build
        !           606:        mkdir $(distdir)/_inst
        !           607:        chmod a-w $(distdir)
        !           608:        test -d $(distdir)/_build || exit 0; \
        !           609:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
        !           610:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
        !           611:          && am__cwd=`pwd` \
        !           612:          && $(am__cd) $(distdir)/_build \
        !           613:          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
        !           614:            $(DISTCHECK_CONFIGURE_FLAGS) \
        !           615:          && $(MAKE) $(AM_MAKEFLAGS) \
        !           616:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
        !           617:          && $(MAKE) $(AM_MAKEFLAGS) check \
        !           618:          && $(MAKE) $(AM_MAKEFLAGS) install \
        !           619:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
        !           620:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
        !           621:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
        !           622:                distuninstallcheck \
        !           623:          && chmod -R a-w "$$dc_install_base" \
        !           624:          && ({ \
        !           625:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
        !           626:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
        !           627:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
        !           628:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
        !           629:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
        !           630:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
        !           631:          && rm -rf "$$dc_destdir" \
        !           632:          && $(MAKE) $(AM_MAKEFLAGS) dist \
        !           633:          && rm -rf $(DIST_ARCHIVES) \
        !           634:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
        !           635:          && cd "$$am__cwd" \
        !           636:          || exit 1
        !           637:        $(am__remove_distdir)
        !           638:        @(echo "$(distdir) archives ready for distribution: "; \
        !           639:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
        !           640:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
        !           641: distuninstallcheck:
        !           642:        @$(am__cd) '$(distuninstallcheck_dir)' \
        !           643:        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
        !           644:           || { echo "ERROR: files left after uninstall:" ; \
        !           645:                if test -n "$(DESTDIR)"; then \
        !           646:                  echo "  (check DESTDIR support)"; \
        !           647:                fi ; \
        !           648:                $(distuninstallcheck_listfiles) ; \
        !           649:                exit 1; } >&2
        !           650: distcleancheck: distclean
        !           651:        @if test '$(srcdir)' = . ; then \
        !           652:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
        !           653:          exit 1 ; \
        !           654:        fi
        !           655:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
        !           656:          || { echo "ERROR: files left in build directory after distclean:" ; \
        !           657:               $(distcleancheck_listfiles) ; \
        !           658:               exit 1; } >&2
        !           659: check-am: all-am
        !           660: check: check-recursive
        !           661: all-am: Makefile config.h
        !           662: installdirs: installdirs-recursive
        !           663: installdirs-am:
        !           664: install: install-recursive
        !           665: install-exec: install-exec-recursive
        !           666: install-data: install-data-recursive
        !           667: uninstall: uninstall-recursive
        !           668: 
        !           669: install-am: all-am
        !           670:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           671: 
        !           672: installcheck: installcheck-recursive
        !           673: install-strip:
        !           674:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           675:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           676:          `test -z '$(STRIP)' || \
        !           677:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
        !           678: mostlyclean-generic:
        !           679: 
        !           680: clean-generic:
        !           681: 
        !           682: distclean-generic:
        !           683:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           684:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        !           685: 
        !           686: maintainer-clean-generic:
        !           687:        @echo "This command is intended for maintainers to use"
        !           688:        @echo "it deletes files that may require special tools to rebuild."
        !           689: clean: clean-recursive
        !           690: 
        !           691: clean-am: clean-generic clean-libtool mostlyclean-am
        !           692: 
        !           693: distclean: distclean-recursive
        !           694:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        !           695:        -rm -f Makefile
        !           696: distclean-am: clean-am distclean-generic distclean-hdr \
        !           697:        distclean-libtool distclean-tags
        !           698: 
        !           699: dvi: dvi-recursive
        !           700: 
        !           701: dvi-am:
        !           702: 
        !           703: html: html-recursive
        !           704: 
        !           705: html-am:
        !           706: 
        !           707: info: info-recursive
        !           708: 
        !           709: info-am:
        !           710: 
        !           711: install-data-am:
        !           712: 
        !           713: install-dvi: install-dvi-recursive
        !           714: 
        !           715: install-dvi-am:
        !           716: 
        !           717: install-exec-am:
        !           718: 
        !           719: install-html: install-html-recursive
        !           720: 
        !           721: install-html-am:
        !           722: 
        !           723: install-info: install-info-recursive
        !           724: 
        !           725: install-info-am:
        !           726: 
        !           727: install-man:
        !           728: 
        !           729: install-pdf: install-pdf-recursive
        !           730: 
        !           731: install-pdf-am:
        !           732: 
        !           733: install-ps: install-ps-recursive
        !           734: 
        !           735: install-ps-am:
        !           736: 
        !           737: installcheck-am:
        !           738: 
        !           739: maintainer-clean: maintainer-clean-recursive
        !           740:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        !           741:        -rm -rf $(top_srcdir)/autom4te.cache
        !           742:        -rm -f Makefile
        !           743: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           744: 
        !           745: mostlyclean: mostlyclean-recursive
        !           746: 
        !           747: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
        !           748: 
        !           749: pdf: pdf-recursive
        !           750: 
        !           751: pdf-am:
        !           752: 
        !           753: ps: ps-recursive
        !           754: 
        !           755: ps-am:
        !           756: 
        !           757: uninstall-am:
        !           758: 
        !           759: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
        !           760:        ctags-recursive install-am install-strip tags-recursive
        !           761: 
        !           762: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
        !           763:        all all-am am--refresh check check-am clean clean-generic \
        !           764:        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
        !           765:        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
        !           766:        distcheck distclean distclean-generic distclean-hdr \
        !           767:        distclean-libtool distclean-tags distcleancheck distdir \
        !           768:        distuninstallcheck dvi dvi-am html html-am info info-am \
        !           769:        install install-am install-data install-data-am install-dvi \
        !           770:        install-dvi-am install-exec install-exec-am install-html \
        !           771:        install-html-am install-info install-info-am install-man \
        !           772:        install-pdf install-pdf-am install-ps install-ps-am \
        !           773:        install-strip installcheck installcheck-am installdirs \
        !           774:        installdirs-am maintainer-clean maintainer-clean-generic \
        !           775:        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
        !           776:        ps ps-am tags tags-recursive uninstall uninstall-am
        !           777: 
        !           778: 
        !           779: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           780: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           781: .NOEXPORT:

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