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