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