1 # Makefile.in generated by automake 1.15 from Makefile.am.
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
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.
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
21 if test -z '$(MAKELEVEL)'; then \
23 elif test -n '$(MAKE_HOST)'; then \
25 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31 am__make_running_with_option = \
32 case $${target_option-} in \
34 *) echo "am__make_running_with_option: internal error: invalid" \
35 "target option '$${target_option-}' specified" >&2; \
39 sane_makeflags=$$MAKEFLAGS; \
40 if $(am__is_gnu_make); then \
41 sane_makeflags=$$MFLAGS; \
46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55 for flg in $$sane_makeflags; do \
56 test $$skip_next = yes && { skip_next=no; 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;; \
69 *$$target_option*) has_opt=yes; break;; \
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)
91 build_triplet = @build@
93 target_triplet = @target@
94 bin_PROGRAMS = vtysh$(EXEEXT)
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) \
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
120 AM_V_P = $(am__v_P_@AM_V@)
121 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
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 " $@;
128 AM_V_at = $(am__v_at_@AM_V@)
129 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
132 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
133 depcomp = $(SHELL) $(top_srcdir)/depcomp
134 am__depfiles_maybe = depfiles
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 " $@;
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 " $@;
154 SOURCES = $(vtysh_SOURCES) $(nodist_vtysh_SOURCES)
155 DIST_SOURCES = $(vtysh_SOURCES)
156 am__can_run_installinfo = \
157 case $$AM_UPDATE_INFO_DIR in \
159 *) (install-info --version) >/dev/null 2>&1;; \
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/||"`;; \
166 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
168 am__nobase_strip_setup = \
169 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
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 = { \
184 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
185 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
186 $(am__cd) "$$dir" && rm -f $$files; }; \
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
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; }; } \
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)`
209 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/extract.pl.in \
210 $(top_srcdir)/depcomp
211 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
216 AUTOCONF = @AUTOCONF@
217 AUTOHEADER = @AUTOHEADER@
218 AUTOMAKE = @AUTOMAKE@
221 CARES_CFLAGS = @CARES_CFLAGS@
222 CARES_LIBS = @CARES_LIBS@
224 CCDEPMODE = @CCDEPMODE@
226 CONFDATE = @CONFDATE@
227 CONFIG_ARGS = @CONFIG_ARGS@
229 CPPFLAGS = @CPPFLAGS@
231 CYGPATH_W = @CYGPATH_W@
232 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
236 DSYMUTIL = @DSYMUTIL@
246 HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
247 IF_METHOD = @IF_METHOD@
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@
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@
267 LIBREADLINE = @LIBREADLINE@
268 LIBS = @LIBS@ @CURSES@ @LIBPAM@
270 LIB_REGEX = @LIB_REGEX@
273 LTLIBOBJS = @LTLIBOBJS@
274 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
275 MAKEINFO = @MAKEINFO@
276 MANIFEST_TOOL = @MANIFEST_TOOL@
278 NETSNMP_CONFIG = @NETSNMP_CONFIG@
286 OSPFCLIENT = @OSPFCLIENT@
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@
298 PATH_SEPARATOR = @PATH_SEPARATOR@
299 PDFLATEX = @PDFLATEX@
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@
311 RTREAD_METHOD = @RTREAD_METHOD@
312 RT_METHOD = @RT_METHOD@
314 SET_MAKE = @SET_MAKE@
320 WATCHQUAGGA = @WATCHQUAGGA@
321 WEAK_ALIAS = @WEAK_ALIAS@
322 WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
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@
336 am__untar = @am__untar@
339 build_alias = @build_alias@
340 build_cpu = @build_cpu@
341 build_os = @build_os@
342 build_vendor = @build_vendor@
343 builddir = @builddir@
345 datarootdir = @datarootdir@
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@
354 host_alias = @host_alias@
355 host_cpu = @host_cpu@
357 host_vendor = @host_vendor@
359 includedir = @includedir@
361 install_sh = @install_sh@
363 libexecdir = @libexecdir@
364 localedir = @localedir@
365 localstatedir = @localstatedir@
368 oldincludedir = @oldincludedir@
370 pkgsrcdir = @pkgsrcdir@
371 pkgsrcrcdir = @pkgsrcrcdir@
373 program_transform_name = @program_transform_name@
375 quagga_statedir = @quagga_statedir@
377 sharedstatedir = @sharedstatedir@
379 sysconfdir = @sysconfdir@
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
418 .SUFFIXES: .c .lo .o .obj
419 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
421 case '$(am__configure_deps)' in \
423 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
424 && { if test -f $@; then exit 0; else break; fi; }; \
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
434 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
436 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
437 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
440 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
441 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
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)
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; \
457 for p in $$list; do echo "$$p $$p"; done | \
458 sed 's/$(EXEEXT)$$//' | \
459 while read p p1; do if test -f $$p \
461 ; then echo "$$p"; echo "$$p"; else :; fi; \
463 sed -e 'p;s,.*/,,;n;h' \
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 $$?; \
480 uninstall-binPROGRAMS:
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)/' \
487 test -n "$$list" || exit 0; \
488 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
489 cd "$(DESTDIR)$(bindir)" && rm -f $$files
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; \
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)
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@
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 $@ $<
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) '$<'`
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 $@ $<
542 install-dist_examplesDATA: $(dist_examples_DATA)
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; \
549 for p in $$list; do \
550 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
552 done | $(am__base_list) | \
553 while read files; do \
554 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
555 $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
558 uninstall-dist_examplesDATA:
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)
564 ID: $(am__tagged_files)
565 $(am__define_uniq_tagged_files); mkid -fID $$unique
569 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
572 $(am__define_uniq_tagged_files); \
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) \
580 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
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) \
594 here=`$(am__cd) $(top_builddir) && pwd` \
595 && $(am__cd) $(top_srcdir) \
596 && gtags -i $(GTAGS_ARGS) "$$here"
597 cscopelist: cscopelist-am
599 cscopelist-am: $(am__tagged_files)
600 list='$(am__tagged_files)'; \
601 case "$(srcdir)" in \
602 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
603 *) sdir=$(subdir)/$(srcdir) ;; \
605 for i in $$list; do \
606 if test -f "$$i"; then \
607 echo "$(subdir)/$$i"; \
611 done >> $(top_builddir)/cscope.files
614 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
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,/[^/]*$$,,' | \
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 {} \;; \
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 {} \;; \
639 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
641 test -f "$(distdir)/$$file" \
642 || cp -p $$d/$$file "$(distdir)/$$file" \
648 all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS)
650 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(examplesdir)"; do \
651 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
654 install-exec: install-exec-am
655 install-data: install-data-am
656 uninstall: uninstall-am
659 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
661 installcheck: installcheck-am
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 \
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; \
675 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
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)
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."
686 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
688 distclean: distclean-am
691 distclean-am: clean-am distclean-compile distclean-generic \
706 install-data-am: install-dist_examplesDATA
708 install-dvi: install-dvi-am
712 install-exec-am: install-binPROGRAMS
714 install-html: install-html-am
718 install-info: install-info-am
724 install-pdf: install-pdf-am
728 install-ps: install-ps-am
734 maintainer-clean: maintainer-clean-am
737 maintainer-clean-am: distclean-am maintainer-clean-generic
739 mostlyclean: mostlyclean-am
741 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
752 uninstall-am: uninstall-binPROGRAMS uninstall-dist_examplesDATA
754 .MAKE: install-am install-strip
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
774 vtysh_cmd.c: $(vtysh_cmd_FILES) extract.pl
775 ./extract.pl $(vtysh_cmd_FILES) > vtysh_cmd.c
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.