1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92@BGPD_TRUE@am__append_1 = bgpd
93check_PROGRAMS = testsig$(EXEEXT) testsegv$(EXEEXT) \
94	testbuffer$(EXEEXT) testmemory$(EXEEXT) heavy$(EXEEXT) \
95	heavywq$(EXEEXT) heavythread$(EXEEXT) testprivs$(EXEEXT) \
96	teststream$(EXEEXT) testchecksum$(EXEEXT) tabletest$(EXEEXT) \
97	testnexthopiter$(EXEEXT) testcommands$(EXEEXT) \
98	test-timer-correctness$(EXEEXT) \
99	test-timer-performance$(EXEEXT) $(am__EXEEXT_1)
100subdir = tests
101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
103	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
104	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
105	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
106am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107	$(ACLOCAL_M4)
108DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
109	$(am__DIST_COMMON)
110mkinstalldirs = $(install_sh) -d
111CONFIG_HEADER = $(top_builddir)/config.h
112CONFIG_CLEAN_FILES =
113CONFIG_CLEAN_VPATH_FILES =
114@BGPD_TRUE@am__EXEEXT_1 = aspathtest$(EXEEXT) testbgpcap$(EXEEXT) \
115@BGPD_TRUE@	ecommtest$(EXEEXT) testbgpmpattr$(EXEEXT) \
116@BGPD_TRUE@	testbgpmpath$(EXEEXT)
117am_aspathtest_OBJECTS = aspath_test.$(OBJEXT)
118aspathtest_OBJECTS = $(am_aspathtest_OBJECTS)
119aspathtest_DEPENDENCIES = ../bgpd/libbgp.a ../lib/libzebra.la
120AM_V_lt = $(am__v_lt_@AM_V@)
121am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
122am__v_lt_0 = --silent
123am__v_lt_1 = 
124am_ecommtest_OBJECTS = ecommunity_test.$(OBJEXT)
125ecommtest_OBJECTS = $(am_ecommtest_OBJECTS)
126ecommtest_DEPENDENCIES = ../bgpd/libbgp.a ../lib/libzebra.la
127am_heavy_OBJECTS = heavy.$(OBJEXT) main.$(OBJEXT)
128heavy_OBJECTS = $(am_heavy_OBJECTS)
129heavy_DEPENDENCIES = ../lib/libzebra.la
130am_heavythread_OBJECTS = heavy-thread.$(OBJEXT) main.$(OBJEXT)
131heavythread_OBJECTS = $(am_heavythread_OBJECTS)
132heavythread_DEPENDENCIES = ../lib/libzebra.la
133am_heavywq_OBJECTS = heavy-wq.$(OBJEXT) main.$(OBJEXT)
134heavywq_OBJECTS = $(am_heavywq_OBJECTS)
135heavywq_DEPENDENCIES = ../lib/libzebra.la
136am_tabletest_OBJECTS = table_test.$(OBJEXT)
137tabletest_OBJECTS = $(am_tabletest_OBJECTS)
138tabletest_DEPENDENCIES = ../lib/libzebra.la
139am_test_timer_correctness_OBJECTS = test-timer-correctness.$(OBJEXT) \
140	prng.$(OBJEXT)
141test_timer_correctness_OBJECTS = $(am_test_timer_correctness_OBJECTS)
142test_timer_correctness_DEPENDENCIES = ../lib/libzebra.la
143am_test_timer_performance_OBJECTS = test-timer-performance.$(OBJEXT) \
144	prng.$(OBJEXT)
145test_timer_performance_OBJECTS = $(am_test_timer_performance_OBJECTS)
146test_timer_performance_DEPENDENCIES = ../lib/libzebra.la
147am_testbgpcap_OBJECTS = bgp_capability_test.$(OBJEXT)
148testbgpcap_OBJECTS = $(am_testbgpcap_OBJECTS)
149testbgpcap_DEPENDENCIES = ../bgpd/libbgp.a ../lib/libzebra.la
150am_testbgpmpath_OBJECTS = bgp_mpath_test.$(OBJEXT)
151testbgpmpath_OBJECTS = $(am_testbgpmpath_OBJECTS)
152testbgpmpath_DEPENDENCIES = ../bgpd/libbgp.a ../lib/libzebra.la
153am_testbgpmpattr_OBJECTS = bgp_mp_attr_test.$(OBJEXT)
154testbgpmpattr_OBJECTS = $(am_testbgpmpattr_OBJECTS)
155testbgpmpattr_DEPENDENCIES = ../bgpd/libbgp.a ../lib/libzebra.la
156am_testbuffer_OBJECTS = test-buffer.$(OBJEXT)
157testbuffer_OBJECTS = $(am_testbuffer_OBJECTS)
158testbuffer_DEPENDENCIES = ../lib/libzebra.la
159am_testchecksum_OBJECTS = test-checksum.$(OBJEXT)
160testchecksum_OBJECTS = $(am_testchecksum_OBJECTS)
161testchecksum_DEPENDENCIES = ../lib/libzebra.la
162am_testcommands_OBJECTS = test-commands-defun.$(OBJEXT) \
163	test-commands.$(OBJEXT) prng.$(OBJEXT)
164testcommands_OBJECTS = $(am_testcommands_OBJECTS)
165testcommands_DEPENDENCIES = ../lib/libzebra.la
166am_testmemory_OBJECTS = test-memory.$(OBJEXT)
167testmemory_OBJECTS = $(am_testmemory_OBJECTS)
168testmemory_DEPENDENCIES = ../lib/libzebra.la
169am_testnexthopiter_OBJECTS = test-nexthop-iter.$(OBJEXT) \
170	prng.$(OBJEXT)
171testnexthopiter_OBJECTS = $(am_testnexthopiter_OBJECTS)
172testnexthopiter_DEPENDENCIES = ../lib/libzebra.la
173am_testprivs_OBJECTS = test-privs.$(OBJEXT)
174testprivs_OBJECTS = $(am_testprivs_OBJECTS)
175testprivs_DEPENDENCIES = ../lib/libzebra.la
176am_testsegv_OBJECTS = test-segv.$(OBJEXT)
177testsegv_OBJECTS = $(am_testsegv_OBJECTS)
178testsegv_DEPENDENCIES = ../lib/libzebra.la
179am_testsig_OBJECTS = test-sig.$(OBJEXT)
180testsig_OBJECTS = $(am_testsig_OBJECTS)
181testsig_DEPENDENCIES = ../lib/libzebra.la
182am_teststream_OBJECTS = test-stream.$(OBJEXT)
183teststream_OBJECTS = $(am_teststream_OBJECTS)
184teststream_DEPENDENCIES = ../lib/libzebra.la
185AM_V_P = $(am__v_P_@AM_V@)
186am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
187am__v_P_0 = false
188am__v_P_1 = :
189AM_V_GEN = $(am__v_GEN_@AM_V@)
190am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
191am__v_GEN_0 = @echo "  GEN     " $@;
192am__v_GEN_1 = 
193AM_V_at = $(am__v_at_@AM_V@)
194am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
195am__v_at_0 = @
196am__v_at_1 = 
197DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
198depcomp = $(SHELL) $(top_srcdir)/depcomp
199am__depfiles_maybe = depfiles
200am__mv = mv -f
201COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
202	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
203LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
204	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
205	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
206	$(AM_CFLAGS) $(CFLAGS)
207AM_V_CC = $(am__v_CC_@AM_V@)
208am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
209am__v_CC_0 = @echo "  CC      " $@;
210am__v_CC_1 = 
211CCLD = $(CC)
212LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
213	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
214	$(AM_LDFLAGS) $(LDFLAGS) -o $@
215AM_V_CCLD = $(am__v_CCLD_@AM_V@)
216am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
217am__v_CCLD_0 = @echo "  CCLD    " $@;
218am__v_CCLD_1 = 
219SOURCES = $(aspathtest_SOURCES) $(ecommtest_SOURCES) $(heavy_SOURCES) \
220	$(heavythread_SOURCES) $(heavywq_SOURCES) $(tabletest_SOURCES) \
221	$(test_timer_correctness_SOURCES) \
222	$(test_timer_performance_SOURCES) $(testbgpcap_SOURCES) \
223	$(testbgpmpath_SOURCES) $(testbgpmpattr_SOURCES) \
224	$(testbuffer_SOURCES) $(testchecksum_SOURCES) \
225	$(testcommands_SOURCES) $(testmemory_SOURCES) \
226	$(testnexthopiter_SOURCES) $(testprivs_SOURCES) \
227	$(testsegv_SOURCES) $(testsig_SOURCES) $(teststream_SOURCES)
228DIST_SOURCES = $(aspathtest_SOURCES) $(ecommtest_SOURCES) \
229	$(heavy_SOURCES) $(heavythread_SOURCES) $(heavywq_SOURCES) \
230	$(tabletest_SOURCES) $(test_timer_correctness_SOURCES) \
231	$(test_timer_performance_SOURCES) $(testbgpcap_SOURCES) \
232	$(testbgpmpath_SOURCES) $(testbgpmpattr_SOURCES) \
233	$(testbuffer_SOURCES) $(testchecksum_SOURCES) \
234	$(testcommands_SOURCES) $(testmemory_SOURCES) \
235	$(testnexthopiter_SOURCES) $(testprivs_SOURCES) \
236	$(testsegv_SOURCES) $(testsig_SOURCES) $(teststream_SOURCES)
237RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
238	ctags-recursive dvi-recursive html-recursive info-recursive \
239	install-data-recursive install-dvi-recursive \
240	install-exec-recursive install-html-recursive \
241	install-info-recursive install-pdf-recursive \
242	install-ps-recursive install-recursive installcheck-recursive \
243	installdirs-recursive pdf-recursive ps-recursive \
244	tags-recursive uninstall-recursive
245am__can_run_installinfo = \
246  case $$AM_UPDATE_INFO_DIR in \
247    n|no|NO) false;; \
248    *) (install-info --version) >/dev/null 2>&1;; \
249  esac
250HEADERS = $(noinst_HEADERS)
251RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
252  distclean-recursive maintainer-clean-recursive
253am__recursive_targets = \
254  $(RECURSIVE_TARGETS) \
255  $(RECURSIVE_CLEAN_TARGETS) \
256  $(am__extra_recursive_targets)
257AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
258	distdir
259am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
260# Read a list of newline-separated strings from the standard input,
261# and print each of them once, without duplicates.  Input order is
262# *not* preserved.
263am__uniquify_input = $(AWK) '\
264  BEGIN { nonempty = 0; } \
265  { items[$$0] = 1; nonempty = 1; } \
266  END { if (nonempty) { for (i in items) print i; }; } \
267'
268# Make sure the list of sources is unique.  This is necessary because,
269# e.g., the same source file might be shared among _SOURCES variables
270# for different programs/libraries.
271am__define_uniq_tagged_files = \
272  list='$(am__tagged_files)'; \
273  unique=`for i in $$list; do \
274    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
275  done | $(am__uniquify_input)`
276ETAGS = etags
277CTAGS = ctags
278EXPECT = expect
279RUNTEST = runtest
280DIST_SUBDIRS = $(SUBDIRS)
281am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
282DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
283am__relativize = \
284  dir0=`pwd`; \
285  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
286  sed_rest='s,^[^/]*/*,,'; \
287  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
288  sed_butlast='s,/*[^/]*$$,,'; \
289  while test -n "$$dir1"; do \
290    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
291    if test "$$first" != "."; then \
292      if test "$$first" = ".."; then \
293        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
294        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
295      else \
296        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
297        if test "$$first2" = "$$first"; then \
298          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
299        else \
300          dir2="../$$dir2"; \
301        fi; \
302        dir0="$$dir0"/"$$first"; \
303      fi; \
304    fi; \
305    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
306  done; \
307  reldir="$$dir2"
308ACLOCAL = @ACLOCAL@
309AMTAR = @AMTAR@
310AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
311AR = @AR@
312AUTOCONF = @AUTOCONF@
313AUTOHEADER = @AUTOHEADER@
314AUTOMAKE = @AUTOMAKE@
315AWK = @AWK@
316BABELD = @BABELD@
317BGPD = @BGPD@
318CC = @CC@
319CCDEPMODE = @CCDEPMODE@
320CFLAGS = @CFLAGS@
321CONFDATE = @CONFDATE@
322CONFIG_ARGS = @CONFIG_ARGS@
323CPP = @CPP@
324CPPFLAGS = @CPPFLAGS@
325CURSES = @CURSES@
326CYGPATH_W = @CYGPATH_W@
327DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
328DEJAGNU = @DEJAGNU@
329DEPDIR = @DEPDIR@
330DLLTOOL = @DLLTOOL@
331DOC = @DOC@
332DSYMUTIL = @DSYMUTIL@
333DUMPBIN = @DUMPBIN@
334ECHO_C = @ECHO_C@
335ECHO_N = @ECHO_N@
336ECHO_T = @ECHO_T@
337EGREP = @EGREP@
338EXEEXT = @EXEEXT@
339FGREP = @FGREP@
340GAWK = @GAWK@
341GREP = @GREP@
342HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
343IF_METHOD = @IF_METHOD@
344INSTALL = @INSTALL@
345INSTALL_DATA = @INSTALL_DATA@
346INSTALL_PROGRAM = @INSTALL_PROGRAM@
347INSTALL_SCRIPT = @INSTALL_SCRIPT@
348INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
349IOCTL_METHOD = @IOCTL_METHOD@
350IPFORWARD = @IPFORWARD@
351ISISD = @ISISD@
352ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
353ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
354ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
355KERNEL_METHOD = @KERNEL_METHOD@
356LATEXMK = @LATEXMK@
357LD = @LD@
358LDFLAGS = @LDFLAGS@
359LIBCAP = @LIBCAP@
360LIBM = @LIBM@
361LIBOBJS = @LIBOBJS@
362LIBPAM = @LIBPAM@
363LIBREADLINE = @LIBREADLINE@
364LIBS = @LIBS@
365LIBTOOL = @LIBTOOL@
366LIB_REGEX = @LIB_REGEX@
367LIPO = @LIPO@
368LN_S = @LN_S@
369LTLIBOBJS = @LTLIBOBJS@
370LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
371MAINT = @MAINT@
372MAKEINFO = @MAKEINFO@
373MANIFEST_TOOL = @MANIFEST_TOOL@
374MKDIR_P = @MKDIR_P@
375MULTIPATH_NUM = @MULTIPATH_NUM@
376NETSNMP_CONFIG = @NETSNMP_CONFIG@
377NM = @NM@
378NMEDIT = @NMEDIT@
379OBJDUMP = @OBJDUMP@
380OBJEXT = @OBJEXT@
381OSPF6D = @OSPF6D@
382OSPFAPI = @OSPFAPI@
383OSPFCLIENT = @OSPFCLIENT@
384OSPFD = @OSPFD@
385OTOOL = @OTOOL@
386OTOOL64 = @OTOOL64@
387PACKAGE = @PACKAGE@
388PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
389PACKAGE_NAME = @PACKAGE_NAME@
390PACKAGE_STRING = @PACKAGE_STRING@
391PACKAGE_TARNAME = @PACKAGE_TARNAME@
392PACKAGE_URL = @PACKAGE_URL@
393PACKAGE_VERSION = @PACKAGE_VERSION@
394PATH_SEPARATOR = @PATH_SEPARATOR@
395PDFLATEX = @PDFLATEX@
396PERL = @PERL@
397PICFLAGS = @PICFLAGS@
398PILDFLAGS = @PILDFLAGS@
399PIMD = @PIMD@
400RANLIB = @RANLIB@
401RIPD = @RIPD@
402RIPNGD = @RIPNGD@
403RTREAD_METHOD = @RTREAD_METHOD@
404RT_METHOD = @RT_METHOD@
405RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
406SED = @SED@
407SET_MAKE = @SET_MAKE@
408SHELL = @SHELL@
409SOLARIS = @SOLARIS@
410STRIP = @STRIP@
411VERSION = @VERSION@
412VTYSH = @VTYSH@
413WATCHQUAGGA = @WATCHQUAGGA@
414WEAK_ALIAS = @WEAK_ALIAS@
415WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
416ZEBRA = @ZEBRA@
417abs_builddir = @abs_builddir@
418abs_srcdir = @abs_srcdir@
419abs_top_builddir = @abs_top_builddir@
420abs_top_srcdir = @abs_top_srcdir@
421ac_ct_AR = @ac_ct_AR@
422ac_ct_CC = @ac_ct_CC@
423ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
424am__include = @am__include@
425am__leading_dot = @am__leading_dot@
426am__quote = @am__quote@
427am__tar = @am__tar@
428am__untar = @am__untar@
429bindir = @bindir@
430build = @build@
431build_alias = @build_alias@
432build_cpu = @build_cpu@
433build_os = @build_os@
434build_vendor = @build_vendor@
435builddir = @builddir@
436datadir = @datadir@
437datarootdir = @datarootdir@
438docdir = @docdir@
439dvidir = @dvidir@
440enable_group = @enable_group@
441enable_user = @enable_user@
442enable_vty_group = @enable_vty_group@
443exampledir = @exampledir@
444exec_prefix = @exec_prefix@
445host = @host@
446host_alias = @host_alias@
447host_cpu = @host_cpu@
448host_os = @host_os@
449host_vendor = @host_vendor@
450htmldir = @htmldir@
451includedir = @includedir@
452infodir = @infodir@
453install_sh = @install_sh@
454libdir = @libdir@
455libexecdir = @libexecdir@
456localedir = @localedir@
457localstatedir = @localstatedir@
458mandir = @mandir@
459mkdir_p = @mkdir_p@
460oldincludedir = @oldincludedir@
461pdfdir = @pdfdir@
462pkgsrcdir = @pkgsrcdir@
463pkgsrcrcdir = @pkgsrcrcdir@
464prefix = @prefix@
465program_transform_name = @program_transform_name@
466psdir = @psdir@
467quagga_statedir = @quagga_statedir@
468sbindir = @sbindir@
469sharedstatedir = @sharedstatedir@
470srcdir = @srcdir@
471sysconfdir = @sysconfdir@
472target = @target@
473target_alias = @target_alias@
474target_cpu = @target_cpu@
475target_os = @target_os@
476target_vendor = @target_vendor@
477top_build_prefix = @top_build_prefix@
478top_builddir = @top_builddir@
479top_srcdir = @top_srcdir@
480AUTOMAKE_OPTIONS = dejagnu
481DEJATOOL = libzebra $(am__append_1)
482SUBDIRS = \
483	bgpd.tests \
484	libzebra.tests
485
486EXTRA_DIST = \
487	config/unix.exp \
488	lib/bgpd.exp \
489	lib/libzebra.exp \
490	global-conf.exp \
491	testcommands.in \
492	testcommands.refout
493
494AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
495AM_CFLAGS = $(PICFLAGS)
496AM_LDFLAGS = $(PILDFLAGS)
497@BGPD_FALSE@TESTS_BGPD = 
498@BGPD_TRUE@TESTS_BGPD = aspathtest testbgpcap ecommtest testbgpmpattr testbgpmpath
499BUILT_SOURCES = test-commands-defun.c
500noinst_HEADERS = prng.h
501testsig_SOURCES = test-sig.c
502testsegv_SOURCES = test-segv.c
503testbuffer_SOURCES = test-buffer.c
504testmemory_SOURCES = test-memory.c
505testprivs_SOURCES = test-privs.c
506teststream_SOURCES = test-stream.c
507heavy_SOURCES = heavy.c main.c
508heavywq_SOURCES = heavy-wq.c main.c
509heavythread_SOURCES = heavy-thread.c main.c
510aspathtest_SOURCES = aspath_test.c
511testbgpcap_SOURCES = bgp_capability_test.c
512ecommtest_SOURCES = ecommunity_test.c
513testbgpmpattr_SOURCES = bgp_mp_attr_test.c
514testchecksum_SOURCES = test-checksum.c
515testbgpmpath_SOURCES = bgp_mpath_test.c
516tabletest_SOURCES = table_test.c
517testnexthopiter_SOURCES = test-nexthop-iter.c prng.c
518testcommands_SOURCES = test-commands-defun.c test-commands.c prng.c
519test_timer_correctness_SOURCES = test-timer-correctness.c prng.c
520test_timer_performance_SOURCES = test-timer-performance.c prng.c
521testsig_LDADD = ../lib/libzebra.la @LIBCAP@
522testsegv_LDADD = ../lib/libzebra.la @LIBCAP@
523testbuffer_LDADD = ../lib/libzebra.la @LIBCAP@
524testmemory_LDADD = ../lib/libzebra.la @LIBCAP@
525testprivs_LDADD = ../lib/libzebra.la @LIBCAP@
526teststream_LDADD = ../lib/libzebra.la @LIBCAP@
527heavy_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
528heavywq_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
529heavythread_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
530aspathtest_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
531testbgpcap_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
532ecommtest_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
533testbgpmpattr_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
534testchecksum_LDADD = ../lib/libzebra.la @LIBCAP@ 
535testbgpmpath_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
536tabletest_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
537testnexthopiter_LDADD = ../lib/libzebra.la @LIBCAP@
538testcommands_LDADD = ../lib/libzebra.la @LIBCAP@
539test_timer_correctness_LDADD = ../lib/libzebra.la @LIBCAP@
540test_timer_performance_LDADD = ../lib/libzebra.la @LIBCAP@
541all: $(BUILT_SOURCES)
542	$(MAKE) $(AM_MAKEFLAGS) all-recursive
543
544.SUFFIXES:
545.SUFFIXES: .c .lo .o .obj
546$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
547	@for dep in $?; do \
548	  case '$(am__configure_deps)' in \
549	    *$$dep*) \
550	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
551	        && { if test -f $@; then exit 0; else break; fi; }; \
552	      exit 1;; \
553	  esac; \
554	done; \
555	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
556	$(am__cd) $(top_srcdir) && \
557	  $(AUTOMAKE) --gnu tests/Makefile
558Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
559	@case '$?' in \
560	  *config.status*) \
561	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
562	  *) \
563	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
564	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
565	esac;
566
567$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
568	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
569
570$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
571	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
572$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
573	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
574$(am__aclocal_m4_deps):
575
576clean-checkPROGRAMS:
577	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
578	echo " rm -f" $$list; \
579	rm -f $$list || exit $$?; \
580	test -n "$(EXEEXT)" || exit 0; \
581	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
582	echo " rm -f" $$list; \
583	rm -f $$list
584
585aspathtest$(EXEEXT): $(aspathtest_OBJECTS) $(aspathtest_DEPENDENCIES) $(EXTRA_aspathtest_DEPENDENCIES) 
586	@rm -f aspathtest$(EXEEXT)
587	$(AM_V_CCLD)$(LINK) $(aspathtest_OBJECTS) $(aspathtest_LDADD) $(LIBS)
588
589ecommtest$(EXEEXT): $(ecommtest_OBJECTS) $(ecommtest_DEPENDENCIES) $(EXTRA_ecommtest_DEPENDENCIES) 
590	@rm -f ecommtest$(EXEEXT)
591	$(AM_V_CCLD)$(LINK) $(ecommtest_OBJECTS) $(ecommtest_LDADD) $(LIBS)
592
593heavy$(EXEEXT): $(heavy_OBJECTS) $(heavy_DEPENDENCIES) $(EXTRA_heavy_DEPENDENCIES) 
594	@rm -f heavy$(EXEEXT)
595	$(AM_V_CCLD)$(LINK) $(heavy_OBJECTS) $(heavy_LDADD) $(LIBS)
596
597heavythread$(EXEEXT): $(heavythread_OBJECTS) $(heavythread_DEPENDENCIES) $(EXTRA_heavythread_DEPENDENCIES) 
598	@rm -f heavythread$(EXEEXT)
599	$(AM_V_CCLD)$(LINK) $(heavythread_OBJECTS) $(heavythread_LDADD) $(LIBS)
600
601heavywq$(EXEEXT): $(heavywq_OBJECTS) $(heavywq_DEPENDENCIES) $(EXTRA_heavywq_DEPENDENCIES) 
602	@rm -f heavywq$(EXEEXT)
603	$(AM_V_CCLD)$(LINK) $(heavywq_OBJECTS) $(heavywq_LDADD) $(LIBS)
604
605tabletest$(EXEEXT): $(tabletest_OBJECTS) $(tabletest_DEPENDENCIES) $(EXTRA_tabletest_DEPENDENCIES) 
606	@rm -f tabletest$(EXEEXT)
607	$(AM_V_CCLD)$(LINK) $(tabletest_OBJECTS) $(tabletest_LDADD) $(LIBS)
608
609test-timer-correctness$(EXEEXT): $(test_timer_correctness_OBJECTS) $(test_timer_correctness_DEPENDENCIES) $(EXTRA_test_timer_correctness_DEPENDENCIES) 
610	@rm -f test-timer-correctness$(EXEEXT)
611	$(AM_V_CCLD)$(LINK) $(test_timer_correctness_OBJECTS) $(test_timer_correctness_LDADD) $(LIBS)
612
613test-timer-performance$(EXEEXT): $(test_timer_performance_OBJECTS) $(test_timer_performance_DEPENDENCIES) $(EXTRA_test_timer_performance_DEPENDENCIES) 
614	@rm -f test-timer-performance$(EXEEXT)
615	$(AM_V_CCLD)$(LINK) $(test_timer_performance_OBJECTS) $(test_timer_performance_LDADD) $(LIBS)
616
617testbgpcap$(EXEEXT): $(testbgpcap_OBJECTS) $(testbgpcap_DEPENDENCIES) $(EXTRA_testbgpcap_DEPENDENCIES) 
618	@rm -f testbgpcap$(EXEEXT)
619	$(AM_V_CCLD)$(LINK) $(testbgpcap_OBJECTS) $(testbgpcap_LDADD) $(LIBS)
620
621testbgpmpath$(EXEEXT): $(testbgpmpath_OBJECTS) $(testbgpmpath_DEPENDENCIES) $(EXTRA_testbgpmpath_DEPENDENCIES) 
622	@rm -f testbgpmpath$(EXEEXT)
623	$(AM_V_CCLD)$(LINK) $(testbgpmpath_OBJECTS) $(testbgpmpath_LDADD) $(LIBS)
624
625testbgpmpattr$(EXEEXT): $(testbgpmpattr_OBJECTS) $(testbgpmpattr_DEPENDENCIES) $(EXTRA_testbgpmpattr_DEPENDENCIES) 
626	@rm -f testbgpmpattr$(EXEEXT)
627	$(AM_V_CCLD)$(LINK) $(testbgpmpattr_OBJECTS) $(testbgpmpattr_LDADD) $(LIBS)
628
629testbuffer$(EXEEXT): $(testbuffer_OBJECTS) $(testbuffer_DEPENDENCIES) $(EXTRA_testbuffer_DEPENDENCIES) 
630	@rm -f testbuffer$(EXEEXT)
631	$(AM_V_CCLD)$(LINK) $(testbuffer_OBJECTS) $(testbuffer_LDADD) $(LIBS)
632
633testchecksum$(EXEEXT): $(testchecksum_OBJECTS) $(testchecksum_DEPENDENCIES) $(EXTRA_testchecksum_DEPENDENCIES) 
634	@rm -f testchecksum$(EXEEXT)
635	$(AM_V_CCLD)$(LINK) $(testchecksum_OBJECTS) $(testchecksum_LDADD) $(LIBS)
636
637testcommands$(EXEEXT): $(testcommands_OBJECTS) $(testcommands_DEPENDENCIES) $(EXTRA_testcommands_DEPENDENCIES) 
638	@rm -f testcommands$(EXEEXT)
639	$(AM_V_CCLD)$(LINK) $(testcommands_OBJECTS) $(testcommands_LDADD) $(LIBS)
640
641testmemory$(EXEEXT): $(testmemory_OBJECTS) $(testmemory_DEPENDENCIES) $(EXTRA_testmemory_DEPENDENCIES) 
642	@rm -f testmemory$(EXEEXT)
643	$(AM_V_CCLD)$(LINK) $(testmemory_OBJECTS) $(testmemory_LDADD) $(LIBS)
644
645testnexthopiter$(EXEEXT): $(testnexthopiter_OBJECTS) $(testnexthopiter_DEPENDENCIES) $(EXTRA_testnexthopiter_DEPENDENCIES) 
646	@rm -f testnexthopiter$(EXEEXT)
647	$(AM_V_CCLD)$(LINK) $(testnexthopiter_OBJECTS) $(testnexthopiter_LDADD) $(LIBS)
648
649testprivs$(EXEEXT): $(testprivs_OBJECTS) $(testprivs_DEPENDENCIES) $(EXTRA_testprivs_DEPENDENCIES) 
650	@rm -f testprivs$(EXEEXT)
651	$(AM_V_CCLD)$(LINK) $(testprivs_OBJECTS) $(testprivs_LDADD) $(LIBS)
652
653testsegv$(EXEEXT): $(testsegv_OBJECTS) $(testsegv_DEPENDENCIES) $(EXTRA_testsegv_DEPENDENCIES) 
654	@rm -f testsegv$(EXEEXT)
655	$(AM_V_CCLD)$(LINK) $(testsegv_OBJECTS) $(testsegv_LDADD) $(LIBS)
656
657testsig$(EXEEXT): $(testsig_OBJECTS) $(testsig_DEPENDENCIES) $(EXTRA_testsig_DEPENDENCIES) 
658	@rm -f testsig$(EXEEXT)
659	$(AM_V_CCLD)$(LINK) $(testsig_OBJECTS) $(testsig_LDADD) $(LIBS)
660
661teststream$(EXEEXT): $(teststream_OBJECTS) $(teststream_DEPENDENCIES) $(EXTRA_teststream_DEPENDENCIES) 
662	@rm -f teststream$(EXEEXT)
663	$(AM_V_CCLD)$(LINK) $(teststream_OBJECTS) $(teststream_LDADD) $(LIBS)
664
665mostlyclean-compile:
666	-rm -f *.$(OBJEXT)
667
668distclean-compile:
669	-rm -f *.tab.c
670
671@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aspath_test.Po@am__quote@
672@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_capability_test.Po@am__quote@
673@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_mp_attr_test.Po@am__quote@
674@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgp_mpath_test.Po@am__quote@
675@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecommunity_test.Po@am__quote@
676@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heavy-thread.Po@am__quote@
677@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heavy-wq.Po@am__quote@
678@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heavy.Po@am__quote@
679@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
680@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prng.Po@am__quote@
681@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/table_test.Po@am__quote@
682@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-buffer.Po@am__quote@
683@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-checksum.Po@am__quote@
684@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-commands-defun.Po@am__quote@
685@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-commands.Po@am__quote@
686@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-memory.Po@am__quote@
687@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-nexthop-iter.Po@am__quote@
688@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-privs.Po@am__quote@
689@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-segv.Po@am__quote@
690@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sig.Po@am__quote@
691@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stream.Po@am__quote@
692@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-timer-correctness.Po@am__quote@
693@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-timer-performance.Po@am__quote@
694
695.c.o:
696@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
697@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
698@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
699@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
700@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
701
702.c.obj:
703@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
704@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
705@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
706@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
708
709.c.lo:
710@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
711@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
712@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
713@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
714@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
715
716mostlyclean-libtool:
717	-rm -f *.lo
718
719clean-libtool:
720	-rm -rf .libs _libs
721
722# This directory's subdirectories are mostly independent; you can cd
723# into them and run 'make' without going through this Makefile.
724# To change the values of 'make' variables: instead of editing Makefiles,
725# (1) if the variable is set in 'config.status', edit 'config.status'
726#     (which will cause the Makefiles to be regenerated when you run 'make');
727# (2) otherwise, pass the desired values on the 'make' command line.
728$(am__recursive_targets):
729	@fail=; \
730	if $(am__make_keepgoing); then \
731	  failcom='fail=yes'; \
732	else \
733	  failcom='exit 1'; \
734	fi; \
735	dot_seen=no; \
736	target=`echo $@ | sed s/-recursive//`; \
737	case "$@" in \
738	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
739	  *) list='$(SUBDIRS)' ;; \
740	esac; \
741	for subdir in $$list; do \
742	  echo "Making $$target in $$subdir"; \
743	  if test "$$subdir" = "."; then \
744	    dot_seen=yes; \
745	    local_target="$$target-am"; \
746	  else \
747	    local_target="$$target"; \
748	  fi; \
749	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
750	  || eval $$failcom; \
751	done; \
752	if test "$$dot_seen" = "no"; then \
753	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
754	fi; test -z "$$fail"
755
756ID: $(am__tagged_files)
757	$(am__define_uniq_tagged_files); mkid -fID $$unique
758tags: tags-recursive
759TAGS: tags
760
761tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
762	set x; \
763	here=`pwd`; \
764	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
765	  include_option=--etags-include; \
766	  empty_fix=.; \
767	else \
768	  include_option=--include; \
769	  empty_fix=; \
770	fi; \
771	list='$(SUBDIRS)'; for subdir in $$list; do \
772	  if test "$$subdir" = .; then :; else \
773	    test ! -f $$subdir/TAGS || \
774	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
775	  fi; \
776	done; \
777	$(am__define_uniq_tagged_files); \
778	shift; \
779	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
780	  test -n "$$unique" || unique=$$empty_fix; \
781	  if test $$# -gt 0; then \
782	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
783	      "$$@" $$unique; \
784	  else \
785	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
786	      $$unique; \
787	  fi; \
788	fi
789ctags: ctags-recursive
790
791CTAGS: ctags
792ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
793	$(am__define_uniq_tagged_files); \
794	test -z "$(CTAGS_ARGS)$$unique" \
795	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
796	     $$unique
797
798GTAGS:
799	here=`$(am__cd) $(top_builddir) && pwd` \
800	  && $(am__cd) $(top_srcdir) \
801	  && gtags -i $(GTAGS_ARGS) "$$here"
802cscopelist: cscopelist-recursive
803
804cscopelist-am: $(am__tagged_files)
805	list='$(am__tagged_files)'; \
806	case "$(srcdir)" in \
807	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
808	  *) sdir=$(subdir)/$(srcdir) ;; \
809	esac; \
810	for i in $$list; do \
811	  if test -f "$$i"; then \
812	    echo "$(subdir)/$$i"; \
813	  else \
814	    echo "$$sdir/$$i"; \
815	  fi; \
816	done >> $(top_builddir)/cscope.files
817
818distclean-tags:
819	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
820
821check-DEJAGNU: site.exp
822	srcdir='$(srcdir)'; export srcdir; \
823	EXPECT=$(EXPECT); export EXPECT; \
824	if $(SHELL) -c "$(RUNTEST) --version" > /dev/null 2>&1; then \
825	  exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
826	    if $(RUNTEST) $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
827	    then :; else exit_status=1; fi; \
828	  done; \
829	else echo "WARNING: could not find '$(RUNTEST)'" 1>&2; :;\
830	fi; \
831	exit $$exit_status
832site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
833	@echo 'Making a new site.exp file ...'
834	@echo '## these variables are automatically generated by make ##' >site.tmp
835	@echo '# Do not edit here.  If you wish to override these values' >>site.tmp
836	@echo '# edit the last section' >>site.tmp
837	@echo 'set srcdir "$(srcdir)"' >>site.tmp
838	@echo "set objdir `pwd`" >>site.tmp
839	@echo 'set build_alias "$(build_alias)"' >>site.tmp
840	@echo 'set build_triplet $(build_triplet)' >>site.tmp
841	@echo 'set host_alias "$(host_alias)"' >>site.tmp
842	@echo 'set host_triplet $(host_triplet)' >>site.tmp
843	@echo 'set target_alias "$(target_alias)"' >>site.tmp
844	@echo 'set target_triplet $(target_triplet)' >>site.tmp
845	@list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
846	  echo "## Begin content included from file $$f.  Do not modify. ##" \
847	   && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
848	   && echo "## End content included from file $$f. ##" \
849	   || exit 1; \
850	 done >> site.tmp
851	@echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
852	@if test -f site.exp; then \
853	   sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
854	 fi
855	@-rm -f site.bak
856	@test ! -f site.exp || mv site.exp site.bak
857	@mv site.tmp site.exp
858
859distclean-DEJAGNU:
860	-rm -f site.exp site.bak
861	-l='$(DEJATOOL)'; for tool in $$l; do \
862	  rm -f $$tool.sum $$tool.log; \
863	done
864
865distdir: $(DISTFILES)
866	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
867	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
868	list='$(DISTFILES)'; \
869	  dist_files=`for file in $$list; do echo $$file; done | \
870	  sed -e "s|^$$srcdirstrip/||;t" \
871	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
872	case $$dist_files in \
873	  */*) $(MKDIR_P) `echo "$$dist_files" | \
874			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
875			   sort -u` ;; \
876	esac; \
877	for file in $$dist_files; do \
878	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
879	  if test -d $$d/$$file; then \
880	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
881	    if test -d "$(distdir)/$$file"; then \
882	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
883	    fi; \
884	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
885	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
886	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
887	    fi; \
888	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
889	  else \
890	    test -f "$(distdir)/$$file" \
891	    || cp -p $$d/$$file "$(distdir)/$$file" \
892	    || exit 1; \
893	  fi; \
894	done
895	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
896	  if test "$$subdir" = .; then :; else \
897	    $(am__make_dryrun) \
898	      || test -d "$(distdir)/$$subdir" \
899	      || $(MKDIR_P) "$(distdir)/$$subdir" \
900	      || exit 1; \
901	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
902	    $(am__relativize); \
903	    new_distdir=$$reldir; \
904	    dir1=$$subdir; dir2="$(top_distdir)"; \
905	    $(am__relativize); \
906	    new_top_distdir=$$reldir; \
907	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
908	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
909	    ($(am__cd) $$subdir && \
910	      $(MAKE) $(AM_MAKEFLAGS) \
911	        top_distdir="$$new_top_distdir" \
912	        distdir="$$new_distdir" \
913		am__remove_distdir=: \
914		am__skip_length_check=: \
915		am__skip_mode_fix=: \
916	        distdir) \
917	      || exit 1; \
918	  fi; \
919	done
920check-am: all-am
921	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
922	$(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
923check: $(BUILT_SOURCES)
924	$(MAKE) $(AM_MAKEFLAGS) check-recursive
925all-am: Makefile $(HEADERS)
926installdirs: installdirs-recursive
927installdirs-am:
928install: $(BUILT_SOURCES)
929	$(MAKE) $(AM_MAKEFLAGS) install-recursive
930install-exec: install-exec-recursive
931install-data: install-data-recursive
932uninstall: uninstall-recursive
933
934install-am: all-am
935	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
936
937installcheck: installcheck-recursive
938install-strip:
939	if test -z '$(STRIP)'; then \
940	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
941	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
942	      install; \
943	else \
944	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
945	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
946	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
947	fi
948mostlyclean-generic:
949
950clean-generic:
951
952distclean-generic:
953	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
954	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
955
956maintainer-clean-generic:
957	@echo "This command is intended for maintainers to use"
958	@echo "it deletes files that may require special tools to rebuild."
959	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
960clean: clean-recursive
961
962clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
963	mostlyclean-am
964
965distclean: distclean-recursive
966	-rm -rf ./$(DEPDIR)
967	-rm -f Makefile
968distclean-am: clean-am distclean-DEJAGNU distclean-compile \
969	distclean-generic distclean-tags
970
971dvi: dvi-recursive
972
973dvi-am:
974
975html: html-recursive
976
977html-am:
978
979info: info-recursive
980
981info-am:
982
983install-data-am:
984
985install-dvi: install-dvi-recursive
986
987install-dvi-am:
988
989install-exec-am:
990
991install-html: install-html-recursive
992
993install-html-am:
994
995install-info: install-info-recursive
996
997install-info-am:
998
999install-man:
1000
1001install-pdf: install-pdf-recursive
1002
1003install-pdf-am:
1004
1005install-ps: install-ps-recursive
1006
1007install-ps-am:
1008
1009installcheck-am:
1010
1011maintainer-clean: maintainer-clean-recursive
1012	-rm -rf ./$(DEPDIR)
1013	-rm -f Makefile
1014maintainer-clean-am: distclean-am maintainer-clean-generic
1015
1016mostlyclean: mostlyclean-recursive
1017
1018mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1019	mostlyclean-libtool
1020
1021pdf: pdf-recursive
1022
1023pdf-am:
1024
1025ps: ps-recursive
1026
1027ps-am:
1028
1029uninstall-am:
1030
1031.MAKE: $(am__recursive_targets) all check check-am install install-am \
1032	install-strip
1033
1034.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1035	check-DEJAGNU check-am clean clean-checkPROGRAMS clean-generic \
1036	clean-libtool cscopelist-am ctags ctags-am distclean \
1037	distclean-DEJAGNU distclean-compile distclean-generic \
1038	distclean-libtool distclean-tags distdir dvi dvi-am html \
1039	html-am info info-am install install-am install-data \
1040	install-data-am install-dvi install-dvi-am install-exec \
1041	install-exec-am install-html install-html-am install-info \
1042	install-info-am install-man install-pdf install-pdf-am \
1043	install-ps install-ps-am install-strip installcheck \
1044	installcheck-am installdirs installdirs-am maintainer-clean \
1045	maintainer-clean-generic mostlyclean mostlyclean-compile \
1046	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1047	tags tags-am uninstall uninstall-am
1048
1049.PRECIOUS: Makefile
1050
1051
1052../vtysh/vtysh_cmd.c:
1053	$(MAKE) -C ../vtysh vtysh_cmd.c
1054
1055test-commands-defun.c: ../vtysh/vtysh_cmd.c
1056	sed \
1057		-e '/"vtysh.h"/d' \
1058		-e 's/vtysh_init_cmd/test_init_cmd/' \
1059		-e 's/VTYSH_[A-Z][A-Z_0-9]*/0/g' \
1060		< ../vtysh/vtysh_cmd.c \
1061		> test-commands-defun.c
1062
1063# Tell versions [3.59,3.63) of GNU make to not export all variables.
1064# Otherwise a system limit (for SysV at least) may be exceeded.
1065.NOEXPORT:
1066