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