File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / ripd / Makefile.in
Revision 1.1.1.5 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 10:09:10 2016 UTC (7 years, 7 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, HEAD
quagga 1.0.20160315

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

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