File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / vtysh / Makefile.in
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 9 09:22:29 2012 UTC (11 years, 8 months ago) by misho
Branches: quagga, MAIN
CVS tags: v0_99_21, HEAD
quagga

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

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