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

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