File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / vtysh / Makefile.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:26:12 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

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

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