File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / vtysh / Makefile.in
Revision 1.1.1.5 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 10:09:10 2016 UTC (7 years, 7 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, HEAD
quagga 1.0.20160315

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>