File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / ripngd / Makefile.in
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 9 09:22:29 2012 UTC (11 years, 8 months ago) by misho
Branches: quagga, MAIN
CVS tags: v0_99_21, HEAD
quagga

    1: # Makefile.in generated by automake 1.11.5 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 = ripngd$(EXEEXT)
   59: subdir = ripngd
   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/libtool.m4 \
   64: 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
   65: 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
   66: 	$(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: libripng_a_AR = $(AR) $(ARFLAGS)
   76: libripng_a_LIBADD =
   77: am_libripng_a_OBJECTS = ripng_interface.$(OBJEXT) ripngd.$(OBJEXT) \
   78: 	ripng_zebra.$(OBJEXT) ripng_route.$(OBJEXT) \
   79: 	ripng_debug.$(OBJEXT) ripng_routemap.$(OBJEXT) \
   80: 	ripng_offset.$(OBJEXT) ripng_peer.$(OBJEXT) \
   81: 	ripng_nexthop.$(OBJEXT)
   82: libripng_a_OBJECTS = $(am_libripng_a_OBJECTS)
   83: am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"
   84: PROGRAMS = $(sbin_PROGRAMS)
   85: am__objects_1 = ripng_interface.$(OBJEXT) ripngd.$(OBJEXT) \
   86: 	ripng_zebra.$(OBJEXT) ripng_route.$(OBJEXT) \
   87: 	ripng_debug.$(OBJEXT) ripng_routemap.$(OBJEXT) \
   88: 	ripng_offset.$(OBJEXT) ripng_peer.$(OBJEXT) \
   89: 	ripng_nexthop.$(OBJEXT)
   90: am_ripngd_OBJECTS = ripng_main.$(OBJEXT) $(am__objects_1)
   91: ripngd_OBJECTS = $(am_ripngd_OBJECTS)
   92: ripngd_DEPENDENCIES = ../lib/libzebra.la
   93: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
   94: depcomp = $(SHELL) $(top_srcdir)/depcomp
   95: am__depfiles_maybe = depfiles
   96: am__mv = mv -f
   97: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   98: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   99: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  100: 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  101: 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  102: CCLD = $(CC)
  103: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  104: 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  105: 	$(LDFLAGS) -o $@
  106: SOURCES = $(libripng_a_SOURCES) $(ripngd_SOURCES)
  107: DIST_SOURCES = $(libripng_a_SOURCES) $(ripngd_SOURCES)
  108: am__can_run_installinfo = \
  109:   case $$AM_UPDATE_INFO_DIR in \
  110:     n|no|NO) false;; \
  111:     *) (install-info --version) >/dev/null 2>&1;; \
  112:   esac
  113: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  114: am__vpath_adj = case $$p in \
  115:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  116:     *) f=$$p;; \
  117:   esac;
  118: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  119: am__install_max = 40
  120: am__nobase_strip_setup = \
  121:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  122: am__nobase_strip = \
  123:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  124: am__nobase_list = $(am__nobase_strip_setup); \
  125:   for p in $$list; do echo "$$p $$p"; done | \
  126:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  127:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  128:     if (++n[$$2] == $(am__install_max)) \
  129:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  130:     END { for (dir in files) print dir, files[dir] }'
  131: am__base_list = \
  132:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  133:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  134: am__uninstall_files_from_dir = { \
  135:   test -z "$$files" \
  136:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  137:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  138:          $(am__cd) "$$dir" && rm -f $$files; }; \
  139:   }
  140: DATA = $(dist_examples_DATA)
  141: HEADERS = $(noinst_HEADERS)
  142: ETAGS = etags
  143: CTAGS = ctags
  144: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  145: ACLOCAL = @ACLOCAL@
  146: AMTAR = @AMTAR@
  147: AR = @AR@
  148: AUTOCONF = @AUTOCONF@
  149: AUTOHEADER = @AUTOHEADER@
  150: AUTOMAKE = @AUTOMAKE@
  151: AWK = @AWK@
  152: BABELD = @BABELD@
  153: BGPD = @BGPD@
  154: CC = @CC@
  155: CCDEPMODE = @CCDEPMODE@
  156: CFLAGS = @CFLAGS@
  157: CONFDATE = @CONFDATE@
  158: CPP = @CPP@
  159: CPPFLAGS = @CPPFLAGS@
  160: CURSES = @CURSES@
  161: CYGPATH_W = @CYGPATH_W@
  162: DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
  163: DEPDIR = @DEPDIR@
  164: DLLTOOL = @DLLTOOL@
  165: DOC = @DOC@
  166: DSYMUTIL = @DSYMUTIL@
  167: DUMPBIN = @DUMPBIN@
  168: ECHO_C = @ECHO_C@
  169: ECHO_N = @ECHO_N@
  170: ECHO_T = @ECHO_T@
  171: EGREP = @EGREP@
  172: EXEEXT = @EXEEXT@
  173: FGREP = @FGREP@
  174: GAWK = @GAWK@
  175: GREP = @GREP@
  176: HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
  177: IF_METHOD = @IF_METHOD@
  178: IF_PROC = @IF_PROC@
  179: INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
  180: INSTALL = @INSTALL@
  181: INSTALL_DATA = @INSTALL_DATA@
  182: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  183: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  184: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  185: IOCTL_METHOD = @IOCTL_METHOD@
  186: IPFORWARD = @IPFORWARD@
  187: ISISD = @ISISD@
  188: ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
  189: ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
  190: ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
  191: KERNEL_METHOD = @KERNEL_METHOD@
  192: LATEXMK = @LATEXMK@
  193: LD = @LD@
  194: LDFLAGS = @LDFLAGS@
  195: LIBCAP = @LIBCAP@
  196: LIBM = @LIBM@
  197: LIBOBJS = @LIBOBJS@
  198: LIBPAM = @LIBPAM@
  199: LIBREADLINE = @LIBREADLINE@
  200: LIBS = @LIBS@
  201: LIBTOOL = @LIBTOOL@
  202: LIB_IPV6 = @LIB_IPV6@
  203: LIB_REGEX = @LIB_REGEX@
  204: LIPO = @LIPO@
  205: LN_S = @LN_S@
  206: LTLIBOBJS = @LTLIBOBJS@
  207: MAKEINFO = @MAKEINFO@
  208: MANIFEST_TOOL = @MANIFEST_TOOL@
  209: MKDIR_P = @MKDIR_P@
  210: MULTIPATH_NUM = @MULTIPATH_NUM@
  211: NM = @NM@
  212: NMEDIT = @NMEDIT@
  213: OBJDUMP = @OBJDUMP@
  214: OBJEXT = @OBJEXT@
  215: OSPF6D = @OSPF6D@
  216: OSPFAPI = @OSPFAPI@
  217: OSPFCLIENT = @OSPFCLIENT@
  218: OSPFD = @OSPFD@
  219: OTHER_METHOD = @OTHER_METHOD@
  220: OTOOL = @OTOOL@
  221: OTOOL64 = @OTOOL64@
  222: PACKAGE = @PACKAGE@
  223: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  224: PACKAGE_NAME = @PACKAGE_NAME@
  225: PACKAGE_STRING = @PACKAGE_STRING@
  226: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  227: PACKAGE_URL = @PACKAGE_URL@
  228: PACKAGE_VERSION = @PACKAGE_VERSION@
  229: PATH_SEPARATOR = @PATH_SEPARATOR@
  230: PDFLATEX = @PDFLATEX@
  231: PERL = @PERL@
  232: PICFLAGS = @PICFLAGS@
  233: PILDFLAGS = @PILDFLAGS@
  234: RANLIB = @RANLIB@
  235: RIPD = @RIPD@
  236: RIPNGD = @RIPNGD@
  237: RTREAD_METHOD = @RTREAD_METHOD@
  238: RT_METHOD = @RT_METHOD@
  239: SED = @SED@
  240: SET_MAKE = @SET_MAKE@
  241: SHELL = @SHELL@
  242: SNMP_INCLUDES = @SNMP_INCLUDES@
  243: SOLARIS = @SOLARIS@
  244: STRIP = @STRIP@
  245: VERSION = @VERSION@
  246: VTYSH = @VTYSH@
  247: WATCHQUAGGA = @WATCHQUAGGA@
  248: ZEBRA = @ZEBRA@
  249: abs_builddir = @abs_builddir@
  250: abs_srcdir = @abs_srcdir@
  251: abs_top_builddir = @abs_top_builddir@
  252: abs_top_srcdir = @abs_top_srcdir@
  253: ac_ct_AR = @ac_ct_AR@
  254: ac_ct_CC = @ac_ct_CC@
  255: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  256: am__include = @am__include@
  257: am__leading_dot = @am__leading_dot@
  258: am__quote = @am__quote@
  259: am__tar = @am__tar@
  260: am__untar = @am__untar@
  261: bindir = @bindir@
  262: build = @build@
  263: build_alias = @build_alias@
  264: build_cpu = @build_cpu@
  265: build_os = @build_os@
  266: build_vendor = @build_vendor@
  267: builddir = @builddir@
  268: datadir = @datadir@
  269: datarootdir = @datarootdir@
  270: docdir = @docdir@
  271: dvidir = @dvidir@
  272: enable_group = @enable_group@
  273: enable_user = @enable_user@
  274: enable_vty_group = @enable_vty_group@
  275: exampledir = @exampledir@
  276: exec_prefix = @exec_prefix@
  277: host = @host@
  278: host_alias = @host_alias@
  279: host_cpu = @host_cpu@
  280: host_os = @host_os@
  281: host_vendor = @host_vendor@
  282: htmldir = @htmldir@
  283: includedir = @includedir@
  284: infodir = @infodir@
  285: install_sh = @install_sh@
  286: libdir = @libdir@
  287: libexecdir = @libexecdir@
  288: localedir = @localedir@
  289: localstatedir = @localstatedir@
  290: mandir = @mandir@
  291: mkdir_p = @mkdir_p@
  292: oldincludedir = @oldincludedir@
  293: pdfdir = @pdfdir@
  294: pkgsrcdir = @pkgsrcdir@
  295: pkgsrcrcdir = @pkgsrcrcdir@
  296: prefix = @prefix@
  297: program_transform_name = @program_transform_name@
  298: psdir = @psdir@
  299: quagga_statedir = @quagga_statedir@
  300: sbindir = @sbindir@
  301: sharedstatedir = @sharedstatedir@
  302: srcdir = @srcdir@
  303: sysconfdir = @sysconfdir@
  304: target = @target@
  305: target_alias = @target_alias@
  306: target_cpu = @target_cpu@
  307: target_os = @target_os@
  308: target_vendor = @target_vendor@
  309: top_build_prefix = @top_build_prefix@
  310: top_builddir = @top_builddir@
  311: top_srcdir = @top_srcdir@
  312: INSTALL_SDATA = @INSTALL@ -m 600
  313: AM_CFLAGS = $(PICFLAGS)
  314: AM_LDFLAGS = $(PILDFLAGS)
  315: noinst_LIBRARIES = libripng.a
  316: libripng_a_SOURCES = \
  317: 	ripng_interface.c ripngd.c ripng_zebra.c ripng_route.c ripng_debug.c \
  318: 	ripng_routemap.c ripng_offset.c ripng_peer.c ripng_nexthop.c
  319: 
  320: noinst_HEADERS = \
  321: 	ripng_debug.h ripng_route.h ripngd.h ripng_nexthop.h
  322: 
  323: ripngd_SOURCES = \
  324: 	ripng_main.c $(libripng_a_SOURCES)
  325: 
  326: ripngd_LDADD = ../lib/libzebra.la @LIBCAP@
  327: examplesdir = $(exampledir)
  328: dist_examples_DATA = ripngd.conf.sample
  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 ripngd/Makefile'; \
  343: 	$(am__cd) $(top_srcdir) && \
  344: 	  $(AUTOMAKE) --gnu ripngd/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: libripng.a: $(libripng_a_OBJECTS) $(libripng_a_DEPENDENCIES) $(EXTRA_libripng_a_DEPENDENCIES) 
  367: 	-rm -f libripng.a
  368: 	$(libripng_a_AR) libripng.a $(libripng_a_OBJECTS) $(libripng_a_LIBADD)
  369: 	$(RANLIB) libripng.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: ripngd$(EXEEXT): $(ripngd_OBJECTS) $(ripngd_DEPENDENCIES) $(EXTRA_ripngd_DEPENDENCIES) 
  417: 	@rm -f ripngd$(EXEEXT)
  418: 	$(LINK) $(ripngd_OBJECTS) $(ripngd_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)/ripng_debug.Po@am__quote@
  427: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ripng_interface.Po@am__quote@
  428: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ripng_main.Po@am__quote@
  429: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ripng_nexthop.Po@am__quote@
  430: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ripng_offset.Po@am__quote@
  431: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ripng_peer.Po@am__quote@
  432: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ripng_route.Po@am__quote@
  433: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ripng_routemap.Po@am__quote@
  434: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ripng_zebra.Po@am__quote@
  435: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ripngd.Po@am__quote@
  436: 
  437: .c.o:
  438: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  439: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  440: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  441: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  442: @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  443: 
  444: .c.obj:
  445: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  446: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  447: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  448: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  449: @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  450: 
  451: .c.lo:
  452: @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  453: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  454: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  455: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  456: @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
  457: 
  458: mostlyclean-libtool:
  459: 	-rm -f *.lo
  460: 
  461: clean-libtool:
  462: 	-rm -rf .libs _libs
  463: install-dist_examplesDATA: $(dist_examples_DATA)
  464: 	@$(NORMAL_INSTALL)
  465: 	@list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
  466: 	if test -n "$$list"; then \
  467: 	  echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
  468: 	  $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
  469: 	fi; \
  470: 	for p in $$list; do \
  471: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  472: 	  echo "$$d$$p"; \
  473: 	done | $(am__base_list) | \
  474: 	while read files; do \
  475: 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
  476: 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
  477: 	done
  478: 
  479: uninstall-dist_examplesDATA:
  480: 	@$(NORMAL_UNINSTALL)
  481: 	@list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
  482: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  483: 	dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
  484: 
  485: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  486: 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  487: 	unique=`for i in $$list; do \
  488: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  489: 	  done | \
  490: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  491: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  492: 	mkid -fID $$unique
  493: tags: TAGS
  494: 
  495: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  496: 		$(TAGS_FILES) $(LISP)
  497: 	set x; \
  498: 	here=`pwd`; \
  499: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  500: 	unique=`for i in $$list; do \
  501: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  502: 	  done | \
  503: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  504: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  505: 	shift; \
  506: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  507: 	  test -n "$$unique" || unique=$$empty_fix; \
  508: 	  if test $$# -gt 0; then \
  509: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  510: 	      "$$@" $$unique; \
  511: 	  else \
  512: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  513: 	      $$unique; \
  514: 	  fi; \
  515: 	fi
  516: ctags: CTAGS
  517: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  518: 		$(TAGS_FILES) $(LISP)
  519: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  520: 	unique=`for i in $$list; do \
  521: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  522: 	  done | \
  523: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  524: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  525: 	test -z "$(CTAGS_ARGS)$$unique" \
  526: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  527: 	     $$unique
  528: 
  529: GTAGS:
  530: 	here=`$(am__cd) $(top_builddir) && pwd` \
  531: 	  && $(am__cd) $(top_srcdir) \
  532: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  533: 
  534: distclean-tags:
  535: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  536: 
  537: distdir: $(DISTFILES)
  538: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  539: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  540: 	list='$(DISTFILES)'; \
  541: 	  dist_files=`for file in $$list; do echo $$file; done | \
  542: 	  sed -e "s|^$$srcdirstrip/||;t" \
  543: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  544: 	case $$dist_files in \
  545: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  546: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  547: 			   sort -u` ;; \
  548: 	esac; \
  549: 	for file in $$dist_files; do \
  550: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  551: 	  if test -d $$d/$$file; then \
  552: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  553: 	    if test -d "$(distdir)/$$file"; then \
  554: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  555: 	    fi; \
  556: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  557: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  558: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  559: 	    fi; \
  560: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  561: 	  else \
  562: 	    test -f "$(distdir)/$$file" \
  563: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  564: 	    || exit 1; \
  565: 	  fi; \
  566: 	done
  567: check-am: all-am
  568: check: check-am
  569: all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
  570: installdirs:
  571: 	for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"; do \
  572: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  573: 	done
  574: install: install-am
  575: install-exec: install-exec-am
  576: install-data: install-data-am
  577: uninstall: uninstall-am
  578: 
  579: install-am: all-am
  580: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  581: 
  582: installcheck: installcheck-am
  583: install-strip:
  584: 	if test -z '$(STRIP)'; then \
  585: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  586: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  587: 	      install; \
  588: 	else \
  589: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  590: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  591: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  592: 	fi
  593: mostlyclean-generic:
  594: 
  595: clean-generic:
  596: 
  597: distclean-generic:
  598: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  599: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  600: 
  601: maintainer-clean-generic:
  602: 	@echo "This command is intended for maintainers to use"
  603: 	@echo "it deletes files that may require special tools to rebuild."
  604: clean: clean-am
  605: 
  606: clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
  607: 	clean-sbinPROGRAMS mostlyclean-am
  608: 
  609: distclean: distclean-am
  610: 	-rm -rf ./$(DEPDIR)
  611: 	-rm -f Makefile
  612: distclean-am: clean-am distclean-compile distclean-generic \
  613: 	distclean-tags
  614: 
  615: dvi: dvi-am
  616: 
  617: dvi-am:
  618: 
  619: html: html-am
  620: 
  621: html-am:
  622: 
  623: info: info-am
  624: 
  625: info-am:
  626: 
  627: install-data-am: install-dist_examplesDATA
  628: 
  629: install-dvi: install-dvi-am
  630: 
  631: install-dvi-am:
  632: 
  633: install-exec-am: install-sbinPROGRAMS
  634: 
  635: install-html: install-html-am
  636: 
  637: install-html-am:
  638: 
  639: install-info: install-info-am
  640: 
  641: install-info-am:
  642: 
  643: install-man:
  644: 
  645: install-pdf: install-pdf-am
  646: 
  647: install-pdf-am:
  648: 
  649: install-ps: install-ps-am
  650: 
  651: install-ps-am:
  652: 
  653: installcheck-am:
  654: 
  655: maintainer-clean: maintainer-clean-am
  656: 	-rm -rf ./$(DEPDIR)
  657: 	-rm -f Makefile
  658: maintainer-clean-am: distclean-am maintainer-clean-generic
  659: 
  660: mostlyclean: mostlyclean-am
  661: 
  662: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  663: 	mostlyclean-libtool
  664: 
  665: pdf: pdf-am
  666: 
  667: pdf-am:
  668: 
  669: ps: ps-am
  670: 
  671: ps-am:
  672: 
  673: uninstall-am: uninstall-dist_examplesDATA uninstall-sbinPROGRAMS
  674: 
  675: .MAKE: install-am install-strip
  676: 
  677: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  678: 	clean-libtool clean-noinstLIBRARIES clean-sbinPROGRAMS ctags \
  679: 	distclean distclean-compile distclean-generic \
  680: 	distclean-libtool distclean-tags distdir dvi dvi-am html \
  681: 	html-am info info-am install install-am install-data \
  682: 	install-data-am install-dist_examplesDATA install-dvi \
  683: 	install-dvi-am install-exec install-exec-am install-html \
  684: 	install-html-am install-info install-info-am install-man \
  685: 	install-pdf install-pdf-am install-ps install-ps-am \
  686: 	install-sbinPROGRAMS install-strip installcheck \
  687: 	installcheck-am installdirs maintainer-clean \
  688: 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  689: 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  690: 	tags uninstall uninstall-am uninstall-dist_examplesDATA \
  691: 	uninstall-sbinPROGRAMS
  692: 
  693: 
  694: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  695: # Otherwise a system limit (for SysV at least) may be exceeded.
  696: .NOEXPORT:

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