Annotation of embedaddon/quagga/bgpd/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: 
        !            19: 
        !            20: 
        !            21: VPATH = @srcdir@
        !            22: pkgdatadir = $(datadir)/@PACKAGE@
        !            23: pkgincludedir = $(includedir)/@PACKAGE@
        !            24: pkglibdir = $(libdir)/@PACKAGE@
        !            25: pkglibexecdir = $(libexecdir)/@PACKAGE@
        !            26: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
        !            27: install_sh_DATA = $(install_sh) -c -m 644
        !            28: install_sh_PROGRAM = $(install_sh) -c
        !            29: install_sh_SCRIPT = $(install_sh) -c
        !            30: INSTALL_HEADER = $(INSTALL_DATA)
        !            31: transform = $(program_transform_name)
        !            32: NORMAL_INSTALL = :
        !            33: PRE_INSTALL = :
        !            34: POST_INSTALL = :
        !            35: NORMAL_UNINSTALL = :
        !            36: PRE_UNINSTALL = :
        !            37: POST_UNINSTALL = :
        !            38: build_triplet = @build@
        !            39: host_triplet = @host@
        !            40: target_triplet = @target@
        !            41: sbin_PROGRAMS = bgpd$(EXEEXT)
        !            42: subdir = bgpd
        !            43: DIST_COMMON = $(dist_examples_DATA) $(noinst_HEADERS) \
        !            44:        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
        !            45: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            46: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
        !            47: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !            48:        $(ACLOCAL_M4)
        !            49: mkinstalldirs = $(install_sh) -d
        !            50: CONFIG_HEADER = $(top_builddir)/config.h
        !            51: CONFIG_CLEAN_FILES =
        !            52: CONFIG_CLEAN_VPATH_FILES =
        !            53: LIBRARIES = $(noinst_LIBRARIES)
        !            54: ARFLAGS = cru
        !            55: libbgp_a_AR = $(AR) $(ARFLAGS)
        !            56: libbgp_a_LIBADD =
        !            57: am_libbgp_a_OBJECTS = bgpd.$(OBJEXT) bgp_fsm.$(OBJEXT) \
        !            58:        bgp_aspath.$(OBJEXT) bgp_community.$(OBJEXT) \
        !            59:        bgp_attr.$(OBJEXT) bgp_debug.$(OBJEXT) bgp_route.$(OBJEXT) \
        !            60:        bgp_zebra.$(OBJEXT) bgp_open.$(OBJEXT) bgp_routemap.$(OBJEXT) \
        !            61:        bgp_packet.$(OBJEXT) bgp_network.$(OBJEXT) \
        !            62:        bgp_filter.$(OBJEXT) bgp_regex.$(OBJEXT) bgp_clist.$(OBJEXT) \
        !            63:        bgp_dump.$(OBJEXT) bgp_snmp.$(OBJEXT) bgp_ecommunity.$(OBJEXT) \
        !            64:        bgp_mplsvpn.$(OBJEXT) bgp_nexthop.$(OBJEXT) bgp_damp.$(OBJEXT) \
        !            65:        bgp_table.$(OBJEXT) bgp_advertise.$(OBJEXT) bgp_vty.$(OBJEXT)
        !            66: libbgp_a_OBJECTS = $(am_libbgp_a_OBJECTS)
        !            67: am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"
        !            68: PROGRAMS = $(sbin_PROGRAMS)
        !            69: am_bgpd_OBJECTS = bgp_main.$(OBJEXT)
        !            70: bgpd_OBJECTS = $(am_bgpd_OBJECTS)
        !            71: bgpd_DEPENDENCIES = libbgp.a ../lib/libzebra.la
        !            72: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
        !            73: depcomp = $(SHELL) $(top_srcdir)/depcomp
        !            74: am__depfiles_maybe = depfiles
        !            75: am__mv = mv -f
        !            76: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !            77:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !            78: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
        !            79:        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
        !            80:        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !            81: CCLD = $(CC)
        !            82: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
        !            83:        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
        !            84:        $(LDFLAGS) -o $@
        !            85: SOURCES = $(libbgp_a_SOURCES) $(bgpd_SOURCES)
        !            86: DIST_SOURCES = $(libbgp_a_SOURCES) $(bgpd_SOURCES)
        !            87: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
        !            88: am__vpath_adj = case $$p in \
        !            89:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
        !            90:     *) f=$$p;; \
        !            91:   esac;
        !            92: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
        !            93: am__install_max = 40
        !            94: am__nobase_strip_setup = \
        !            95:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
        !            96: am__nobase_strip = \
        !            97:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
        !            98: am__nobase_list = $(am__nobase_strip_setup); \
        !            99:   for p in $$list; do echo "$$p $$p"; done | \
        !           100:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
        !           101:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
        !           102:     if (++n[$$2] == $(am__install_max)) \
        !           103:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
        !           104:     END { for (dir in files) print dir, files[dir] }'
        !           105: am__base_list = \
        !           106:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
        !           107:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
        !           108: DATA = $(dist_examples_DATA)
        !           109: HEADERS = $(noinst_HEADERS)
        !           110: ETAGS = etags
        !           111: CTAGS = ctags
        !           112: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           113: ACLOCAL = @ACLOCAL@
        !           114: AMTAR = @AMTAR@
        !           115: AR = @AR@
        !           116: AUTOCONF = @AUTOCONF@
        !           117: AUTOHEADER = @AUTOHEADER@
        !           118: AUTOMAKE = @AUTOMAKE@
        !           119: AWK = @AWK@
        !           120: BGPD = @BGPD@
        !           121: CC = @CC@
        !           122: CCDEPMODE = @CCDEPMODE@
        !           123: CFLAGS = @CFLAGS@
        !           124: CONFDATE = @CONFDATE@
        !           125: CPP = @CPP@
        !           126: CPPFLAGS = @CPPFLAGS@
        !           127: CURSES = @CURSES@
        !           128: CYGPATH_W = @CYGPATH_W@
        !           129: DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
        !           130: DEPDIR = @DEPDIR@
        !           131: DLLTOOL = @DLLTOOL@
        !           132: DOC = @DOC@
        !           133: DSYMUTIL = @DSYMUTIL@
        !           134: DUMPBIN = @DUMPBIN@
        !           135: ECHO_C = @ECHO_C@
        !           136: ECHO_N = @ECHO_N@
        !           137: ECHO_T = @ECHO_T@
        !           138: EGREP = @EGREP@
        !           139: EXEEXT = @EXEEXT@
        !           140: FGREP = @FGREP@
        !           141: GAWK = @GAWK@
        !           142: GREP = @GREP@
        !           143: HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
        !           144: IF_METHOD = @IF_METHOD@
        !           145: IF_PROC = @IF_PROC@
        !           146: INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
        !           147: INSTALL = @INSTALL@
        !           148: INSTALL_DATA = @INSTALL_DATA@
        !           149: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !           150: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !           151: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           152: IOCTL_METHOD = @IOCTL_METHOD@
        !           153: IPFORWARD = @IPFORWARD@
        !           154: ISISD = @ISISD@
        !           155: ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
        !           156: ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
        !           157: ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
        !           158: KERNEL_METHOD = @KERNEL_METHOD@
        !           159: LD = @LD@
        !           160: LDFLAGS = @LDFLAGS@
        !           161: LIBCAP = @LIBCAP@
        !           162: LIBM = @LIBM@
        !           163: LIBOBJS = @LIBOBJS@
        !           164: LIBPAM = @LIBPAM@
        !           165: LIBREADLINE = @LIBREADLINE@
        !           166: LIBS = @LIBS@
        !           167: LIBTOOL = @LIBTOOL@
        !           168: LIB_IPV6 = @LIB_IPV6@
        !           169: LIB_REGEX = @LIB_REGEX@
        !           170: LIPO = @LIPO@
        !           171: LN_S = @LN_S@
        !           172: LTLIBOBJS = @LTLIBOBJS@
        !           173: MAKEINFO = @MAKEINFO@
        !           174: MANIFEST_TOOL = @MANIFEST_TOOL@
        !           175: MKDIR_P = @MKDIR_P@
        !           176: MULTIPATH_NUM = @MULTIPATH_NUM@
        !           177: NM = @NM@
        !           178: NMEDIT = @NMEDIT@
        !           179: OBJDUMP = @OBJDUMP@
        !           180: OBJEXT = @OBJEXT@
        !           181: OSPF6D = @OSPF6D@
        !           182: OSPFAPI = @OSPFAPI@
        !           183: OSPFCLIENT = @OSPFCLIENT@
        !           184: OSPFD = @OSPFD@
        !           185: OTHER_METHOD = @OTHER_METHOD@
        !           186: OTOOL = @OTOOL@
        !           187: OTOOL64 = @OTOOL64@
        !           188: PACKAGE = @PACKAGE@
        !           189: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !           190: PACKAGE_NAME = @PACKAGE_NAME@
        !           191: PACKAGE_STRING = @PACKAGE_STRING@
        !           192: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !           193: PACKAGE_URL = @PACKAGE_URL@
        !           194: PACKAGE_VERSION = @PACKAGE_VERSION@
        !           195: PATH_SEPARATOR = @PATH_SEPARATOR@
        !           196: PERL = @PERL@
        !           197: PICFLAGS = @PICFLAGS@
        !           198: PILDFLAGS = @PILDFLAGS@
        !           199: RANLIB = @RANLIB@
        !           200: RIPD = @RIPD@
        !           201: RIPNGD = @RIPNGD@
        !           202: RTREAD_METHOD = @RTREAD_METHOD@
        !           203: RT_METHOD = @RT_METHOD@
        !           204: SED = @SED@
        !           205: SET_MAKE = @SET_MAKE@
        !           206: SHELL = @SHELL@
        !           207: SNMP_INCLUDES = @SNMP_INCLUDES@
        !           208: SOLARIS = @SOLARIS@
        !           209: STRIP = @STRIP@
        !           210: VERSION = @VERSION@
        !           211: VTYSH = @VTYSH@
        !           212: WATCHQUAGGA = @WATCHQUAGGA@
        !           213: ZEBRA = @ZEBRA@
        !           214: abs_builddir = @abs_builddir@
        !           215: abs_srcdir = @abs_srcdir@
        !           216: abs_top_builddir = @abs_top_builddir@
        !           217: abs_top_srcdir = @abs_top_srcdir@
        !           218: ac_ct_AR = @ac_ct_AR@
        !           219: ac_ct_CC = @ac_ct_CC@
        !           220: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
        !           221: am__include = @am__include@
        !           222: am__leading_dot = @am__leading_dot@
        !           223: am__quote = @am__quote@
        !           224: am__tar = @am__tar@
        !           225: am__untar = @am__untar@
        !           226: bindir = @bindir@
        !           227: build = @build@
        !           228: build_alias = @build_alias@
        !           229: build_cpu = @build_cpu@
        !           230: build_os = @build_os@
        !           231: build_vendor = @build_vendor@
        !           232: builddir = @builddir@
        !           233: datadir = @datadir@
        !           234: datarootdir = @datarootdir@
        !           235: docdir = @docdir@
        !           236: dvidir = @dvidir@
        !           237: enable_group = @enable_group@
        !           238: enable_user = @enable_user@
        !           239: enable_vty_group = @enable_vty_group@
        !           240: exampledir = @exampledir@
        !           241: exec_prefix = @exec_prefix@
        !           242: host = @host@
        !           243: host_alias = @host_alias@
        !           244: host_cpu = @host_cpu@
        !           245: host_os = @host_os@
        !           246: host_vendor = @host_vendor@
        !           247: htmldir = @htmldir@
        !           248: includedir = @includedir@
        !           249: infodir = @infodir@
        !           250: install_sh = @install_sh@
        !           251: libdir = @libdir@
        !           252: libexecdir = @libexecdir@
        !           253: localedir = @localedir@
        !           254: localstatedir = @localstatedir@
        !           255: mandir = @mandir@
        !           256: mkdir_p = @mkdir_p@
        !           257: oldincludedir = @oldincludedir@
        !           258: pdfdir = @pdfdir@
        !           259: pkgsrcdir = @pkgsrcdir@
        !           260: pkgsrcrcdir = @pkgsrcrcdir@
        !           261: prefix = @prefix@
        !           262: program_transform_name = @program_transform_name@
        !           263: psdir = @psdir@
        !           264: quagga_statedir = @quagga_statedir@
        !           265: sbindir = @sbindir@
        !           266: sharedstatedir = @sharedstatedir@
        !           267: srcdir = @srcdir@
        !           268: sysconfdir = @sysconfdir@
        !           269: target = @target@
        !           270: target_alias = @target_alias@
        !           271: target_cpu = @target_cpu@
        !           272: target_os = @target_os@
        !           273: target_vendor = @target_vendor@
        !           274: top_build_prefix = @top_build_prefix@
        !           275: top_builddir = @top_builddir@
        !           276: top_srcdir = @top_srcdir@
        !           277: INSTALL_SDATA = @INSTALL@ -m 600
        !           278: AM_CFLAGS = $(PICFLAGS)
        !           279: AM_LDFLAGS = $(PILDFLAGS)
        !           280: noinst_LIBRARIES = libbgp.a
        !           281: libbgp_a_SOURCES = \
        !           282:        bgpd.c bgp_fsm.c bgp_aspath.c bgp_community.c bgp_attr.c \
        !           283:        bgp_debug.c bgp_route.c bgp_zebra.c bgp_open.c bgp_routemap.c \
        !           284:        bgp_packet.c bgp_network.c bgp_filter.c bgp_regex.c bgp_clist.c \
        !           285:        bgp_dump.c bgp_snmp.c bgp_ecommunity.c bgp_mplsvpn.c bgp_nexthop.c \
        !           286:        bgp_damp.c bgp_table.c bgp_advertise.c bgp_vty.c
        !           287: 
        !           288: noinst_HEADERS = \
        !           289:        bgp_aspath.h bgp_attr.h bgp_community.h bgp_debug.h bgp_fsm.h \
        !           290:        bgp_network.h bgp_open.h bgp_packet.h bgp_regex.h bgp_route.h \
        !           291:        bgpd.h bgp_filter.h bgp_clist.h bgp_dump.h bgp_zebra.h \
        !           292:        bgp_ecommunity.h bgp_mplsvpn.h bgp_nexthop.h bgp_damp.h bgp_table.h \
        !           293:        bgp_advertise.h bgp_snmp.h bgp_vty.h
        !           294: 
        !           295: bgpd_SOURCES = bgp_main.c
        !           296: bgpd_LDADD = libbgp.a ../lib/libzebra.la @LIBCAP@ @LIBM@
        !           297: examplesdir = $(exampledir)
        !           298: dist_examples_DATA = bgpd.conf.sample bgpd.conf.sample2
        !           299: EXTRA_DIST = BGP4-MIB.txt
        !           300: all: all-am
        !           301: 
        !           302: .SUFFIXES:
        !           303: .SUFFIXES: .c .lo .o .obj
        !           304: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        !           305:        @for dep in $?; do \
        !           306:          case '$(am__configure_deps)' in \
        !           307:            *$$dep*) \
        !           308:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
        !           309:                && { if test -f $@; then exit 0; else break; fi; }; \
        !           310:              exit 1;; \
        !           311:          esac; \
        !           312:        done; \
        !           313:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bgpd/Makefile'; \
        !           314:        $(am__cd) $(top_srcdir) && \
        !           315:          $(AUTOMAKE) --gnu bgpd/Makefile
        !           316: .PRECIOUS: Makefile
        !           317: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           318:        @case '$?' in \
        !           319:          *config.status*) \
        !           320:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
        !           321:          *) \
        !           322:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
        !           323:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
        !           324:        esac;
        !           325: 
        !           326: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           327:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           328: 
        !           329: $(top_srcdir)/configure:  $(am__configure_deps)
        !           330:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           331: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        !           332:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           333: $(am__aclocal_m4_deps):
        !           334: 
        !           335: clean-noinstLIBRARIES:
        !           336:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
        !           337: libbgp.a: $(libbgp_a_OBJECTS) $(libbgp_a_DEPENDENCIES) 
        !           338:        -rm -f libbgp.a
        !           339:        $(libbgp_a_AR) libbgp.a $(libbgp_a_OBJECTS) $(libbgp_a_LIBADD)
        !           340:        $(RANLIB) libbgp.a
        !           341: install-sbinPROGRAMS: $(sbin_PROGRAMS)
        !           342:        @$(NORMAL_INSTALL)
        !           343:        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
        !           344:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
        !           345:        for p in $$list; do echo "$$p $$p"; done | \
        !           346:        sed 's/$(EXEEXT)$$//' | \
        !           347:        while read p p1; do if test -f $$p || test -f $$p1; \
        !           348:          then echo "$$p"; echo "$$p"; else :; fi; \
        !           349:        done | \
        !           350:        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
        !           351:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
        !           352:        sed 'N;N;N;s,\n, ,g' | \
        !           353:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
        !           354:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
        !           355:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
        !           356:            else { print "f", $$3 "/" $$4, $$1; } } \
        !           357:          END { for (d in files) print "f", d, files[d] }' | \
        !           358:        while read type dir files; do \
        !           359:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
        !           360:            test -z "$$files" || { \
        !           361:            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
        !           362:            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
        !           363:            } \
        !           364:        ; done
        !           365: 
        !           366: uninstall-sbinPROGRAMS:
        !           367:        @$(NORMAL_UNINSTALL)
        !           368:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
        !           369:        files=`for p in $$list; do echo "$$p"; done | \
        !           370:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
        !           371:              -e 's/$$/$(EXEEXT)/' `; \
        !           372:        test -n "$$list" || exit 0; \
        !           373:        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
        !           374:        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
        !           375: 
        !           376: clean-sbinPROGRAMS:
        !           377:        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
        !           378:        echo " rm -f" $$list; \
        !           379:        rm -f $$list || exit $$?; \
        !           380:        test -n "$(EXEEXT)" || exit 0; \
        !           381:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
        !           382:        echo " rm -f" $$list; \
        !           383:        rm -f $$list
        !           384: bgpd$(EXEEXT): $(bgpd_OBJECTS) $(bgpd_DEPENDENCIES) 
        !           385:        @rm -f bgpd$(EXEEXT)
        !           386:        $(LINK) $(bgpd_OBJECTS) $(bgpd_LDADD) $(LIBS)
        !           387: 
        !           388: mostlyclean-compile:
        !           389:        -rm -f *.$(OBJEXT)
        !           390: 
        !           391: distclean-compile:
        !           392:        -rm -f *.tab.c
        !           393: 
        !           394: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_advertise.Po@am__quote@
        !           395: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_aspath.Po@am__quote@
        !           396: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_attr.Po@am__quote@
        !           397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_clist.Po@am__quote@
        !           398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_community.Po@am__quote@
        !           399: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_damp.Po@am__quote@
        !           400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_debug.Po@am__quote@
        !           401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_dump.Po@am__quote@
        !           402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_ecommunity.Po@am__quote@
        !           403: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_filter.Po@am__quote@
        !           404: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_fsm.Po@am__quote@
        !           405: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_main.Po@am__quote@
        !           406: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_mplsvpn.Po@am__quote@
        !           407: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_network.Po@am__quote@
        !           408: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_nexthop.Po@am__quote@
        !           409: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_open.Po@am__quote@
        !           410: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_packet.Po@am__quote@
        !           411: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_regex.Po@am__quote@
        !           412: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_route.Po@am__quote@
        !           413: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_routemap.Po@am__quote@
        !           414: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_snmp.Po@am__quote@
        !           415: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_table.Po@am__quote@
        !           416: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_vty.Po@am__quote@
        !           417: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_zebra.Po@am__quote@
        !           418: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgpd.Po@am__quote@
        !           419: 
        !           420: .c.o:
        !           421: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           422: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           423: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           424: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           425: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
        !           426: 
        !           427: .c.obj:
        !           428: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
        !           429: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           430: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           431: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           432: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
        !           433: 
        !           434: .c.lo:
        !           435: @am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           436: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
        !           437: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
        !           438: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           439: @am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
        !           440: 
        !           441: mostlyclean-libtool:
        !           442:        -rm -f *.lo
        !           443: 
        !           444: clean-libtool:
        !           445:        -rm -rf .libs _libs
        !           446: install-dist_examplesDATA: $(dist_examples_DATA)
        !           447:        @$(NORMAL_INSTALL)
        !           448:        test -z "$(examplesdir)" || $(MKDIR_P) "$(DESTDIR)$(examplesdir)"
        !           449:        @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
        !           450:        for p in $$list; do \
        !           451:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
        !           452:          echo "$$d$$p"; \
        !           453:        done | $(am__base_list) | \
        !           454:        while read files; do \
        !           455:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
        !           456:          $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
        !           457:        done
        !           458: 
        !           459: uninstall-dist_examplesDATA:
        !           460:        @$(NORMAL_UNINSTALL)
        !           461:        @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
        !           462:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        !           463:        test -n "$$files" || exit 0; \
        !           464:        echo " ( cd '$(DESTDIR)$(examplesdir)' && rm -f" $$files ")"; \
        !           465:        cd "$(DESTDIR)$(examplesdir)" && rm -f $$files
        !           466: 
        !           467: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           468:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        !           469:        unique=`for i in $$list; do \
        !           470:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           471:          done | \
        !           472:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           473:              END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           474:        mkid -fID $$unique
        !           475: tags: TAGS
        !           476: 
        !           477: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           478:                $(TAGS_FILES) $(LISP)
        !           479:        set x; \
        !           480:        here=`pwd`; \
        !           481:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
        !           482:        unique=`for i in $$list; do \
        !           483:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           484:          done | \
        !           485:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           486:              END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           487:        shift; \
        !           488:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
        !           489:          test -n "$$unique" || unique=$$empty_fix; \
        !           490:          if test $$# -gt 0; then \
        !           491:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           492:              "$$@" $$unique; \
        !           493:          else \
        !           494:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           495:              $$unique; \
        !           496:          fi; \
        !           497:        fi
        !           498: ctags: CTAGS
        !           499: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           500:                $(TAGS_FILES) $(LISP)
        !           501:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
        !           502:        unique=`for i in $$list; do \
        !           503:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           504:          done | \
        !           505:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           506:              END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           507:        test -z "$(CTAGS_ARGS)$$unique" \
        !           508:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           509:             $$unique
        !           510: 
        !           511: GTAGS:
        !           512:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           513:          && $(am__cd) $(top_srcdir) \
        !           514:          && gtags -i $(GTAGS_ARGS) "$$here"
        !           515: 
        !           516: distclean-tags:
        !           517:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           518: 
        !           519: distdir: $(DISTFILES)
        !           520:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           521:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           522:        list='$(DISTFILES)'; \
        !           523:          dist_files=`for file in $$list; do echo $$file; done | \
        !           524:          sed -e "s|^$$srcdirstrip/||;t" \
        !           525:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           526:        case $$dist_files in \
        !           527:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           528:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           529:                           sort -u` ;; \
        !           530:        esac; \
        !           531:        for file in $$dist_files; do \
        !           532:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           533:          if test -d $$d/$$file; then \
        !           534:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           535:            if test -d "$(distdir)/$$file"; then \
        !           536:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           537:            fi; \
        !           538:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           539:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           540:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           541:            fi; \
        !           542:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
        !           543:          else \
        !           544:            test -f "$(distdir)/$$file" \
        !           545:            || cp -p $$d/$$file "$(distdir)/$$file" \
        !           546:            || exit 1; \
        !           547:          fi; \
        !           548:        done
        !           549: check-am: all-am
        !           550: check: check-am
        !           551: all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
        !           552: installdirs:
        !           553:        for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"; do \
        !           554:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
        !           555:        done
        !           556: install: install-am
        !           557: install-exec: install-exec-am
        !           558: install-data: install-data-am
        !           559: uninstall: uninstall-am
        !           560: 
        !           561: install-am: all-am
        !           562:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           563: 
        !           564: installcheck: installcheck-am
        !           565: install-strip:
        !           566:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           567:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           568:          `test -z '$(STRIP)' || \
        !           569:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
        !           570: mostlyclean-generic:
        !           571: 
        !           572: clean-generic:
        !           573: 
        !           574: distclean-generic:
        !           575:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           576:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        !           577: 
        !           578: maintainer-clean-generic:
        !           579:        @echo "This command is intended for maintainers to use"
        !           580:        @echo "it deletes files that may require special tools to rebuild."
        !           581: clean: clean-am
        !           582: 
        !           583: clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
        !           584:        clean-sbinPROGRAMS mostlyclean-am
        !           585: 
        !           586: distclean: distclean-am
        !           587:        -rm -rf ./$(DEPDIR)
        !           588:        -rm -f Makefile
        !           589: distclean-am: clean-am distclean-compile distclean-generic \
        !           590:        distclean-tags
        !           591: 
        !           592: dvi: dvi-am
        !           593: 
        !           594: dvi-am:
        !           595: 
        !           596: html: html-am
        !           597: 
        !           598: html-am:
        !           599: 
        !           600: info: info-am
        !           601: 
        !           602: info-am:
        !           603: 
        !           604: install-data-am: install-dist_examplesDATA
        !           605: 
        !           606: install-dvi: install-dvi-am
        !           607: 
        !           608: install-dvi-am:
        !           609: 
        !           610: install-exec-am: install-sbinPROGRAMS
        !           611: 
        !           612: install-html: install-html-am
        !           613: 
        !           614: install-html-am:
        !           615: 
        !           616: install-info: install-info-am
        !           617: 
        !           618: install-info-am:
        !           619: 
        !           620: install-man:
        !           621: 
        !           622: install-pdf: install-pdf-am
        !           623: 
        !           624: install-pdf-am:
        !           625: 
        !           626: install-ps: install-ps-am
        !           627: 
        !           628: install-ps-am:
        !           629: 
        !           630: installcheck-am:
        !           631: 
        !           632: maintainer-clean: maintainer-clean-am
        !           633:        -rm -rf ./$(DEPDIR)
        !           634:        -rm -f Makefile
        !           635: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           636: 
        !           637: mostlyclean: mostlyclean-am
        !           638: 
        !           639: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
        !           640:        mostlyclean-libtool
        !           641: 
        !           642: pdf: pdf-am
        !           643: 
        !           644: pdf-am:
        !           645: 
        !           646: ps: ps-am
        !           647: 
        !           648: ps-am:
        !           649: 
        !           650: uninstall-am: uninstall-dist_examplesDATA uninstall-sbinPROGRAMS
        !           651: 
        !           652: .MAKE: install-am install-strip
        !           653: 
        !           654: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
        !           655:        clean-libtool clean-noinstLIBRARIES clean-sbinPROGRAMS ctags \
        !           656:        distclean distclean-compile distclean-generic \
        !           657:        distclean-libtool distclean-tags distdir dvi dvi-am html \
        !           658:        html-am info info-am install install-am install-data \
        !           659:        install-data-am install-dist_examplesDATA install-dvi \
        !           660:        install-dvi-am install-exec install-exec-am install-html \
        !           661:        install-html-am install-info install-info-am install-man \
        !           662:        install-pdf install-pdf-am install-ps install-ps-am \
        !           663:        install-sbinPROGRAMS install-strip installcheck \
        !           664:        installcheck-am installdirs maintainer-clean \
        !           665:        maintainer-clean-generic mostlyclean mostlyclean-compile \
        !           666:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
        !           667:        tags uninstall uninstall-am uninstall-dist_examplesDATA \
        !           668:        uninstall-sbinPROGRAMS
        !           669: 
        !           670: 
        !           671: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           672: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           673: .NOEXPORT:

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