1 # Makefile.in generated by automake 1.15 from Makefile.am.
 
   4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
   6 # This Makefile.in is free software; the Free Software Foundation
 
   7 # gives unlimited permission to copy and/or distribute it,
 
   8 # with or without modifications, as long as this notice is preserved.
 
  10 # This program is distributed in the hope that it will be useful,
 
  11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
  12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
  22   if test -z '$(MAKELEVEL)'; then \
 
  24   elif test -n '$(MAKE_HOST)'; then \
 
  26   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
  32 am__make_running_with_option = \
 
  33   case $${target_option-} in \
 
  35       *) echo "am__make_running_with_option: internal error: invalid" \
 
  36               "target option '$${target_option-}' specified" >&2; \
 
  40   sane_makeflags=$$MAKEFLAGS; \
 
  41   if $(am__is_gnu_make); then \
 
  42     sane_makeflags=$$MFLAGS; \
 
  47         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
  48           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
  54     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
  56   for flg in $$sane_makeflags; do \
 
  57     test $$skip_next = yes && { skip_next=no; continue; }; \
 
  60         -*I) strip_trailopt 'I'; skip_next=yes;; \
 
  61       -*I?*) strip_trailopt 'I';; \
 
  62         -*O) strip_trailopt 'O'; skip_next=yes;; \
 
  63       -*O?*) strip_trailopt 'O';; \
 
  64         -*l) strip_trailopt 'l'; skip_next=yes;; \
 
  65       -*l?*) strip_trailopt 'l';; \
 
  66       -[dEDm]) skip_next=yes;; \
 
  67       -[JT]) skip_next=yes;; \
 
  70       *$$target_option*) has_opt=yes; break;; \
 
  74 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
  75 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
  76 pkgdatadir = $(datadir)/@PACKAGE@
 
  77 pkgincludedir = $(includedir)/@PACKAGE@
 
  78 pkglibdir = $(libdir)/@PACKAGE@
 
  79 pkglibexecdir = $(libexecdir)/@PACKAGE@
 
  80 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
  81 install_sh_DATA = $(install_sh) -c -m 644
 
  82 install_sh_PROGRAM = $(install_sh) -c
 
  83 install_sh_SCRIPT = $(install_sh) -c
 
  84 INSTALL_HEADER = $(INSTALL_DATA)
 
  85 transform = $(program_transform_name)
 
  92 build_triplet = @build@
 
  94 target_triplet = @target@
 
  95 sbin_PROGRAMS = bgpd$(EXEEXT)
 
  96 bin_PROGRAMS = bgp_btoa$(EXEEXT)
 
  98 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
  99 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
 
 100         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
 101         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
 102         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
 103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
 105 DIST_COMMON = $(srcdir)/Makefile.am $(dist_examples_DATA) \
 
 106         $(noinst_HEADERS) $(am__DIST_COMMON)
 
 107 mkinstalldirs = $(install_sh) -d
 
 108 CONFIG_HEADER = $(top_builddir)/config.h
 
 110 CONFIG_CLEAN_VPATH_FILES =
 
 111 LIBRARIES = $(noinst_LIBRARIES)
 
 113 AM_V_AR = $(am__v_AR_@AM_V@)
 
 114 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
 
 115 am__v_AR_0 = @echo "  AR      " $@;
 
 117 libbgp_a_AR = $(AR) $(ARFLAGS)
 
 119 am_libbgp_a_OBJECTS = bgpd.$(OBJEXT) bgp_fsm.$(OBJEXT) \
 
 120         bgp_aspath.$(OBJEXT) bgp_community.$(OBJEXT) \
 
 121         bgp_attr.$(OBJEXT) bgp_debug.$(OBJEXT) bgp_route.$(OBJEXT) \
 
 122         bgp_zebra.$(OBJEXT) bgp_open.$(OBJEXT) bgp_routemap.$(OBJEXT) \
 
 123         bgp_packet.$(OBJEXT) bgp_network.$(OBJEXT) \
 
 124         bgp_filter.$(OBJEXT) bgp_regex.$(OBJEXT) bgp_clist.$(OBJEXT) \
 
 125         bgp_dump.$(OBJEXT) bgp_snmp.$(OBJEXT) bgp_ecommunity.$(OBJEXT) \
 
 126         bgp_lcommunity.$(OBJEXT) bgp_mplsvpn.$(OBJEXT) \
 
 127         bgp_nexthop.$(OBJEXT) bgp_damp.$(OBJEXT) bgp_table.$(OBJEXT) \
 
 128         bgp_advertise.$(OBJEXT) bgp_vty.$(OBJEXT) bgp_mpath.$(OBJEXT) \
 
 129         bgp_encap.$(OBJEXT) bgp_encap_tlv.$(OBJEXT) bgp_nht.$(OBJEXT)
 
 130 libbgp_a_OBJECTS = $(am_libbgp_a_OBJECTS)
 
 131 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
 
 132         "$(DESTDIR)$(examplesdir)"
 
 133 PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
 
 134 am_bgp_btoa_OBJECTS = bgp_btoa.$(OBJEXT)
 
 135 bgp_btoa_OBJECTS = $(am_bgp_btoa_OBJECTS)
 
 136 bgp_btoa_DEPENDENCIES = libbgp.a ../lib/libzebra.la
 
 137 AM_V_lt = $(am__v_lt_@AM_V@)
 
 138 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
 139 am__v_lt_0 = --silent
 
 141 am_bgpd_OBJECTS = bgp_main.$(OBJEXT)
 
 142 bgpd_OBJECTS = $(am_bgpd_OBJECTS)
 
 143 bgpd_DEPENDENCIES = libbgp.a ../lib/libzebra.la
 
 144 AM_V_P = $(am__v_P_@AM_V@)
 
 145 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
 148 AM_V_GEN = $(am__v_GEN_@AM_V@)
 
 149 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
 150 am__v_GEN_0 = @echo "  GEN     " $@;
 
 152 AM_V_at = $(am__v_at_@AM_V@)
 
 153 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
 156 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
 157 depcomp = $(SHELL) $(top_srcdir)/depcomp
 
 158 am__depfiles_maybe = depfiles
 
 160 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
 161         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
 162 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
 163         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
 164         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
 165         $(AM_CFLAGS) $(CFLAGS)
 
 166 AM_V_CC = $(am__v_CC_@AM_V@)
 
 167 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
 168 am__v_CC_0 = @echo "  CC      " $@;
 
 171 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
 172         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
 173         $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
 174 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
 175 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
 176 am__v_CCLD_0 = @echo "  CCLD    " $@;
 
 178 SOURCES = $(libbgp_a_SOURCES) $(bgp_btoa_SOURCES) $(bgpd_SOURCES)
 
 179 DIST_SOURCES = $(libbgp_a_SOURCES) $(bgp_btoa_SOURCES) $(bgpd_SOURCES)
 
 180 am__can_run_installinfo = \
 
 181   case $$AM_UPDATE_INFO_DIR in \
 
 183     *) (install-info --version) >/dev/null 2>&1;; \
 
 185 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
 186 am__vpath_adj = case $$p in \
 
 187     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
 190 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
 192 am__nobase_strip_setup = \
 
 193   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
 195   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
 196 am__nobase_list = $(am__nobase_strip_setup); \
 
 197   for p in $$list; do echo "$$p $$p"; done | \
 
 198   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
 199   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
 200     if (++n[$$2] == $(am__install_max)) \
 
 201       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
 202     END { for (dir in files) print dir, files[dir] }'
 
 204   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
 205   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
 206 am__uninstall_files_from_dir = { \
 
 208     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
 209     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
 210          $(am__cd) "$$dir" && rm -f $$files; }; \
 
 212 DATA = $(dist_examples_DATA)
 
 213 HEADERS = $(noinst_HEADERS)
 
 214 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
 215 # Read a list of newline-separated strings from the standard input,
 
 216 # and print each of them once, without duplicates.  Input order is
 
 218 am__uniquify_input = $(AWK) '\
 
 219   BEGIN { nonempty = 0; } \
 
 220   { items[$$0] = 1; nonempty = 1; } \
 
 221   END { if (nonempty) { for (i in items) print i; }; } \
 
 223 # Make sure the list of sources is unique.  This is necessary because,
 
 224 # e.g., the same source file might be shared among _SOURCES variables
 
 225 # for different programs/libraries.
 
 226 am__define_uniq_tagged_files = \
 
 227   list='$(am__tagged_files)'; \
 
 228   unique=`for i in $$list; do \
 
 229     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
 230   done | $(am__uniquify_input)`
 
 233 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
 
 234 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
 237 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
 239 AUTOCONF = @AUTOCONF@
 
 240 AUTOHEADER = @AUTOHEADER@
 
 241 AUTOMAKE = @AUTOMAKE@
 
 244 CARES_CFLAGS = @CARES_CFLAGS@
 
 245 CARES_LIBS = @CARES_LIBS@
 
 247 CCDEPMODE = @CCDEPMODE@
 
 249 CONFDATE = @CONFDATE@
 
 250 CONFIG_ARGS = @CONFIG_ARGS@
 
 252 CPPFLAGS = @CPPFLAGS@
 
 254 CYGPATH_W = @CYGPATH_W@
 
 255 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
 
 259 DSYMUTIL = @DSYMUTIL@
 
 269 HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
 
 270 IF_METHOD = @IF_METHOD@
 
 272 INSTALL_DATA = @INSTALL_DATA@
 
 273 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
 274 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
 275 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
 276 IOCTL_METHOD = @IOCTL_METHOD@
 
 277 IPFORWARD = @IPFORWARD@
 
 279 ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
 
 280 ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
 
 281 ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
 
 282 KERNEL_METHOD = @KERNEL_METHOD@
 
 290 LIBREADLINE = @LIBREADLINE@
 
 293 LIB_REGEX = @LIB_REGEX@
 
 296 LTLIBOBJS = @LTLIBOBJS@
 
 297 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
 
 298 MAKEINFO = @MAKEINFO@
 
 299 MANIFEST_TOOL = @MANIFEST_TOOL@
 
 301 NETSNMP_CONFIG = @NETSNMP_CONFIG@
 
 309 OSPFCLIENT = @OSPFCLIENT@
 
 314 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
 315 PACKAGE_NAME = @PACKAGE_NAME@
 
 316 PACKAGE_STRING = @PACKAGE_STRING@
 
 317 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
 318 PACKAGE_URL = @PACKAGE_URL@
 
 319 PACKAGE_VERSION = @PACKAGE_VERSION@
 
 321 PATH_SEPARATOR = @PATH_SEPARATOR@
 
 322 PDFLATEX = @PDFLATEX@
 
 325 PKG_CONFIG = @PKG_CONFIG@
 
 326 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
 327 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
 328 PROTOBUF_C_CFLAGS = @PROTOBUF_C_CFLAGS@
 
 329 PROTOBUF_C_LIBS = @PROTOBUF_C_LIBS@
 
 330 PROTOC_C = @PROTOC_C@
 
 334 RTREAD_METHOD = @RTREAD_METHOD@
 
 335 RT_METHOD = @RT_METHOD@
 
 337 SET_MAKE = @SET_MAKE@
 
 343 WATCHQUAGGA = @WATCHQUAGGA@
 
 344 WEAK_ALIAS = @WEAK_ALIAS@
 
 345 WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
 
 348 abs_builddir = @abs_builddir@
 
 349 abs_srcdir = @abs_srcdir@
 
 350 abs_top_builddir = @abs_top_builddir@
 
 351 abs_top_srcdir = @abs_top_srcdir@
 
 352 ac_ct_AR = @ac_ct_AR@
 
 353 ac_ct_CC = @ac_ct_CC@
 
 354 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
 355 am__include = @am__include@
 
 356 am__leading_dot = @am__leading_dot@
 
 357 am__quote = @am__quote@
 
 359 am__untar = @am__untar@
 
 362 build_alias = @build_alias@
 
 363 build_cpu = @build_cpu@
 
 364 build_os = @build_os@
 
 365 build_vendor = @build_vendor@
 
 366 builddir = @builddir@
 
 368 datarootdir = @datarootdir@
 
 371 enable_group = @enable_group@
 
 372 enable_user = @enable_user@
 
 373 enable_vty_group = @enable_vty_group@
 
 374 exampledir = @exampledir@
 
 375 exec_prefix = @exec_prefix@
 
 377 host_alias = @host_alias@
 
 378 host_cpu = @host_cpu@
 
 380 host_vendor = @host_vendor@
 
 382 includedir = @includedir@
 
 384 install_sh = @install_sh@
 
 386 libexecdir = @libexecdir@
 
 387 localedir = @localedir@
 
 388 localstatedir = @localstatedir@
 
 391 oldincludedir = @oldincludedir@
 
 393 pkgsrcdir = @pkgsrcdir@
 
 394 pkgsrcrcdir = @pkgsrcrcdir@
 
 396 program_transform_name = @program_transform_name@
 
 398 quagga_statedir = @quagga_statedir@
 
 400 sharedstatedir = @sharedstatedir@
 
 402 sysconfdir = @sysconfdir@
 
 404 target_alias = @target_alias@
 
 405 target_cpu = @target_cpu@
 
 406 target_os = @target_os@
 
 407 target_vendor = @target_vendor@
 
 408 top_build_prefix = @top_build_prefix@
 
 409 top_builddir = @top_builddir@
 
 410 top_srcdir = @top_srcdir@
 
 411 AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
 
 412 INSTALL_SDATA = @INSTALL@ -m 600
 
 413 AM_CFLAGS = $(WERROR)
 
 414 noinst_LIBRARIES = libbgp.a
 
 416         bgpd.c bgp_fsm.c bgp_aspath.c bgp_community.c bgp_attr.c \
 
 417         bgp_debug.c bgp_route.c bgp_zebra.c bgp_open.c bgp_routemap.c \
 
 418         bgp_packet.c bgp_network.c bgp_filter.c bgp_regex.c bgp_clist.c \
 
 419         bgp_dump.c bgp_snmp.c bgp_ecommunity.c bgp_lcommunity.c \
 
 420         bgp_mplsvpn.c bgp_nexthop.c \
 
 421         bgp_damp.c bgp_table.c bgp_advertise.c bgp_vty.c bgp_mpath.c \
 
 422         bgp_encap.c bgp_encap_tlv.c bgp_nht.c
 
 425         bgp_aspath.h bgp_attr.h bgp_community.h bgp_debug.h bgp_fsm.h \
 
 426         bgp_network.h bgp_open.h bgp_packet.h bgp_regex.h bgp_route.h \
 
 427         bgpd.h bgp_filter.h bgp_clist.h bgp_dump.h bgp_zebra.h \
 
 428         bgp_ecommunity.h bgp_lcommunity.h \
 
 429         bgp_mplsvpn.h bgp_nexthop.h bgp_damp.h bgp_table.h \
 
 430         bgp_advertise.h bgp_snmp.h bgp_vty.h bgp_mpath.h \
 
 431         bgp_encap.h bgp_encap_tlv.h bgp_encap_types.h bgp_nht.h
 
 433 bgpd_SOURCES = bgp_main.c
 
 434 bgpd_LDADD = libbgp.a ../lib/libzebra.la @LIBCAP@ @LIBM@
 
 435 bgp_btoa_SOURCES = bgp_btoa.c
 
 436 bgp_btoa_LDADD = libbgp.a ../lib/libzebra.la @LIBCAP@ @LIBM@
 
 437 examplesdir = $(exampledir)
 
 438 dist_examples_DATA = bgpd.conf.sample bgpd.conf.sample2
 
 439 EXTRA_DIST = BGP4-MIB.txt
 
 443 .SUFFIXES: .c .lo .o .obj
 
 444 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
 446           case '$(am__configure_deps)' in \
 
 448               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
 449                 && { if test -f $@; then exit 0; else break; fi; }; \
 
 453         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bgpd/Makefile'; \
 
 454         $(am__cd) $(top_srcdir) && \
 
 455           $(AUTOMAKE) --gnu bgpd/Makefile
 
 456 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
 459             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
 461             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
 462             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
 465 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
 466         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
 468 $(top_srcdir)/configure:  $(am__configure_deps)
 
 469         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
 470 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
 471         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
 472 $(am__aclocal_m4_deps):
 
 474 clean-noinstLIBRARIES:
 
 475         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
 477 libbgp.a: $(libbgp_a_OBJECTS) $(libbgp_a_DEPENDENCIES) $(EXTRA_libbgp_a_DEPENDENCIES) 
 
 478         $(AM_V_at)-rm -f libbgp.a
 
 479         $(AM_V_AR)$(libbgp_a_AR) libbgp.a $(libbgp_a_OBJECTS) $(libbgp_a_LIBADD)
 
 480         $(AM_V_at)$(RANLIB) libbgp.a
 
 481 install-binPROGRAMS: $(bin_PROGRAMS)
 
 483         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
 484         if test -n "$$list"; then \
 
 485           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
 486           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
 488         for p in $$list; do echo "$$p $$p"; done | \
 
 489         sed 's/$(EXEEXT)$$//' | \
 
 490         while read p p1; do if test -f $$p \
 
 492           ; then echo "$$p"; echo "$$p"; else :; fi; \
 
 494         sed -e 'p;s,.*/,,;n;h' \
 
 496             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
 497         sed 'N;N;N;s,\n, ,g' | \
 
 498         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
 499           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
 500             if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
 501             else { print "f", $$3 "/" $$4, $$1; } } \
 
 502           END { for (d in files) print "f", d, files[d] }' | \
 
 503         while read type dir files; do \
 
 504             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
 505             test -z "$$files" || { \
 
 506             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
 507             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
 511 uninstall-binPROGRAMS:
 
 513         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
 514         files=`for p in $$list; do echo "$$p"; done | \
 
 515           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
 516               -e 's/$$/$(EXEEXT)/' \
 
 518         test -n "$$list" || exit 0; \
 
 519         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
 520         cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
 523         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
 524         echo " rm -f" $$list; \
 
 525         rm -f $$list || exit $$?; \
 
 526         test -n "$(EXEEXT)" || exit 0; \
 
 527         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
 528         echo " rm -f" $$list; \
 
 530 install-sbinPROGRAMS: $(sbin_PROGRAMS)
 
 532         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
 533         if test -n "$$list"; then \
 
 534           echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
 
 535           $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
 
 537         for p in $$list; do echo "$$p $$p"; done | \
 
 538         sed 's/$(EXEEXT)$$//' | \
 
 539         while read p p1; do if test -f $$p \
 
 541           ; then echo "$$p"; echo "$$p"; else :; fi; \
 
 543         sed -e 'p;s,.*/,,;n;h' \
 
 545             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
 546         sed 'N;N;N;s,\n, ,g' | \
 
 547         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
 548           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
 549             if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
 550             else { print "f", $$3 "/" $$4, $$1; } } \
 
 551           END { for (d in files) print "f", d, files[d] }' | \
 
 552         while read type dir files; do \
 
 553             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
 554             test -z "$$files" || { \
 
 555             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
 
 556             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
 
 560 uninstall-sbinPROGRAMS:
 
 562         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
 563         files=`for p in $$list; do echo "$$p"; done | \
 
 564           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
 565               -e 's/$$/$(EXEEXT)/' \
 
 567         test -n "$$list" || exit 0; \
 
 568         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
 
 569         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
 
 572         @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
 573         echo " rm -f" $$list; \
 
 574         rm -f $$list || exit $$?; \
 
 575         test -n "$(EXEEXT)" || exit 0; \
 
 576         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
 577         echo " rm -f" $$list; \
 
 580 bgp_btoa$(EXEEXT): $(bgp_btoa_OBJECTS) $(bgp_btoa_DEPENDENCIES) $(EXTRA_bgp_btoa_DEPENDENCIES) 
 
 581         @rm -f bgp_btoa$(EXEEXT)
 
 582         $(AM_V_CCLD)$(LINK) $(bgp_btoa_OBJECTS) $(bgp_btoa_LDADD) $(LIBS)
 
 584 bgpd$(EXEEXT): $(bgpd_OBJECTS) $(bgpd_DEPENDENCIES) $(EXTRA_bgpd_DEPENDENCIES) 
 
 586         $(AM_V_CCLD)$(LINK) $(bgpd_OBJECTS) $(bgpd_LDADD) $(LIBS)
 
 594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_advertise.Po@am__quote@
 
 595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_aspath.Po@am__quote@
 
 596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_attr.Po@am__quote@
 
 597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_btoa.Po@am__quote@
 
 598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_clist.Po@am__quote@
 
 599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_community.Po@am__quote@
 
 600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_damp.Po@am__quote@
 
 601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_debug.Po@am__quote@
 
 602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_dump.Po@am__quote@
 
 603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_ecommunity.Po@am__quote@
 
 604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_encap.Po@am__quote@
 
 605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_encap_tlv.Po@am__quote@
 
 606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_filter.Po@am__quote@
 
 607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_fsm.Po@am__quote@
 
 608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_lcommunity.Po@am__quote@
 
 609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_main.Po@am__quote@
 
 610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_mpath.Po@am__quote@
 
 611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_mplsvpn.Po@am__quote@
 
 612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_network.Po@am__quote@
 
 613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_nexthop.Po@am__quote@
 
 614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_nht.Po@am__quote@
 
 615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_open.Po@am__quote@
 
 616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_packet.Po@am__quote@
 
 617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_regex.Po@am__quote@
 
 618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_route.Po@am__quote@
 
 619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_routemap.Po@am__quote@
 
 620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_snmp.Po@am__quote@
 
 621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_table.Po@am__quote@
 
 622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_vty.Po@am__quote@
 
 623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_zebra.Po@am__quote@
 
 624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgpd.Po@am__quote@
 
 627 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
 628 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
 629 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
 630 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 631 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
 634 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
 635 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
 636 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
 637 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 638 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 641 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
 642 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
 643 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
 644 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 645 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 652 install-dist_examplesDATA: $(dist_examples_DATA)
 
 654         @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
 
 655         if test -n "$$list"; then \
 
 656           echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
 
 657           $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
 
 659         for p in $$list; do \
 
 660           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
 662         done | $(am__base_list) | \
 
 663         while read files; do \
 
 664           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
 
 665           $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
 
 668 uninstall-dist_examplesDATA:
 
 670         @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
 
 671         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
 672         dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
 
 674 ID: $(am__tagged_files)
 
 675         $(am__define_uniq_tagged_files); mkid -fID $$unique
 
 679 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
 682         $(am__define_uniq_tagged_files); \
 
 684         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
 685           test -n "$$unique" || unique=$$empty_fix; \
 
 686           if test $$# -gt 0; then \
 
 687             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
 690             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
 697 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
 698         $(am__define_uniq_tagged_files); \
 
 699         test -z "$(CTAGS_ARGS)$$unique" \
 
 700           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
 704         here=`$(am__cd) $(top_builddir) && pwd` \
 
 705           && $(am__cd) $(top_srcdir) \
 
 706           && gtags -i $(GTAGS_ARGS) "$$here"
 
 707 cscopelist: cscopelist-am
 
 709 cscopelist-am: $(am__tagged_files)
 
 710         list='$(am__tagged_files)'; \
 
 711         case "$(srcdir)" in \
 
 712           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
 713           *) sdir=$(subdir)/$(srcdir) ;; \
 
 715         for i in $$list; do \
 
 716           if test -f "$$i"; then \
 
 717             echo "$(subdir)/$$i"; \
 
 721         done >> $(top_builddir)/cscope.files
 
 724         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 726 distdir: $(DISTFILES)
 
 727         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
 728         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
 729         list='$(DISTFILES)'; \
 
 730           dist_files=`for file in $$list; do echo $$file; done | \
 
 731           sed -e "s|^$$srcdirstrip/||;t" \
 
 732               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
 733         case $$dist_files in \
 
 734           */*) $(MKDIR_P) `echo "$$dist_files" | \
 
 735                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
 738         for file in $$dist_files; do \
 
 739           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
 740           if test -d $$d/$$file; then \
 
 741             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
 742             if test -d "$(distdir)/$$file"; then \
 
 743               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
 745             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
 746               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
 747               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
 749             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
 751             test -f "$(distdir)/$$file" \
 
 752             || cp -p $$d/$$file "$(distdir)/$$file" \
 
 758 all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
 
 760         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"; do \
 
 761           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
 764 install-exec: install-exec-am
 
 765 install-data: install-data-am
 
 766 uninstall: uninstall-am
 
 769         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
 771 installcheck: installcheck-am
 
 773         if test -z '$(STRIP)'; then \
 
 774           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
 775             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
 778           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
 779             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
 780             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
 787         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 788         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
 790 maintainer-clean-generic:
 
 791         @echo "This command is intended for maintainers to use"
 
 792         @echo "it deletes files that may require special tools to rebuild."
 
 795 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
 
 796         clean-noinstLIBRARIES clean-sbinPROGRAMS mostlyclean-am
 
 798 distclean: distclean-am
 
 801 distclean-am: clean-am distclean-compile distclean-generic \
 
 816 install-data-am: install-dist_examplesDATA
 
 818 install-dvi: install-dvi-am
 
 822 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
 
 824 install-html: install-html-am
 
 828 install-info: install-info-am
 
 834 install-pdf: install-pdf-am
 
 838 install-ps: install-ps-am
 
 844 maintainer-clean: maintainer-clean-am
 
 847 maintainer-clean-am: distclean-am maintainer-clean-generic
 
 849 mostlyclean: mostlyclean-am
 
 851 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
 862 uninstall-am: uninstall-binPROGRAMS uninstall-dist_examplesDATA \
 
 863         uninstall-sbinPROGRAMS
 
 865 .MAKE: install-am install-strip
 
 867 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
 
 868         clean-binPROGRAMS clean-generic clean-libtool \
 
 869         clean-noinstLIBRARIES clean-sbinPROGRAMS cscopelist-am ctags \
 
 870         ctags-am distclean distclean-compile distclean-generic \
 
 871         distclean-libtool distclean-tags distdir dvi dvi-am html \
 
 872         html-am info info-am install install-am install-binPROGRAMS \
 
 873         install-data install-data-am install-dist_examplesDATA \
 
 874         install-dvi install-dvi-am install-exec install-exec-am \
 
 875         install-html install-html-am install-info install-info-am \
 
 876         install-man install-pdf install-pdf-am install-ps \
 
 877         install-ps-am install-sbinPROGRAMS install-strip installcheck \
 
 878         installcheck-am installdirs maintainer-clean \
 
 879         maintainer-clean-generic mostlyclean mostlyclean-compile \
 
 880         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
 881         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
 
 882         uninstall-dist_examplesDATA uninstall-sbinPROGRAMS
 
 887 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 
 888 # Otherwise a system limit (for SysV at least) may be exceeded.