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