File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / zebra / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 11:53:41 2012 UTC (12 years, 2 months ago) by misho
Branches: quagga, MAIN
CVS tags: v0_99_20_1, HEAD
quagga 0.99.20.1

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

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