File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / zebra / Makefile.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:26:11 2012 UTC (12 years, 4 months ago) by misho
Branches: quagga, MAIN
CVS tags: v0_99_20, HEAD
quagga

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

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