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