File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / tests / Makefile.am
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jul 21 23:54:40 2013 UTC (10 years, 11 months ago) by misho
Branches: quagga, MAIN
CVS tags: v0_99_22p0, v0_99_22, HEAD
0.99.22

    1: INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
    2: DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
    3: 
    4: AM_CFLAGS = $(PICFLAGS)
    5: AM_LDFLAGS = $(PILDFLAGS)
    6: 
    7: noinst_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \
    8: 		aspathtest testprivs teststream testbgpcap ecommtest \
    9: 		testbgpmpattr testchecksum testbgpmpath tabletest
   10: 
   11: testsig_SOURCES = test-sig.c
   12: testbuffer_SOURCES = test-buffer.c
   13: testmemory_SOURCES = test-memory.c
   14: testprivs_SOURCES = test-privs.c
   15: teststream_SOURCES = test-stream.c
   16: heavy_SOURCES = heavy.c main.c
   17: heavywq_SOURCES = heavy-wq.c main.c
   18: heavythread_SOURCES = heavy-thread.c main.c
   19: aspathtest_SOURCES = aspath_test.c
   20: testbgpcap_SOURCES = bgp_capability_test.c
   21: ecommtest_SOURCES = ecommunity_test.c
   22: testbgpmpattr_SOURCES =  bgp_mp_attr_test.c
   23: testchecksum_SOURCES = test-checksum.c
   24: testbgpmpath_SOURCES = bgp_mpath_test.c
   25: tabletest_SOURCES = table_test.c
   26: 
   27: testsig_LDADD = ../lib/libzebra.la @LIBCAP@
   28: testbuffer_LDADD = ../lib/libzebra.la @LIBCAP@
   29: testmemory_LDADD = ../lib/libzebra.la @LIBCAP@
   30: testprivs_LDADD = ../lib/libzebra.la @LIBCAP@
   31: teststream_LDADD = ../lib/libzebra.la @LIBCAP@
   32: heavy_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
   33: heavywq_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
   34: heavythread_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
   35: aspathtest_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
   36: testbgpcap_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
   37: ecommtest_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
   38: testbgpmpattr_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
   39: testchecksum_LDADD = ../lib/libzebra.la @LIBCAP@ 
   40: testbgpmpath_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
   41: tabletest_LDADD = ../lib/libzebra.la @LIBCAP@ -lm

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