File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / bgpd / Makefile.in
Revision 1.1.1.4 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jul 21 23:54:37 2013 UTC (10 years, 11 months ago) by misho
Branches: quagga, MAIN
CVS tags: v0_99_22p0, v0_99_22, HEAD
0.99.22

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

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