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

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

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