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